From 41f656650ce317fe08a24fb55c93b8d964e4e086 Mon Sep 17 00:00:00 2001 From: "bw-ghapp[bot]" <178206702+bw-ghapp[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 12:19:01 +0100 Subject: [PATCH] Autosync the updated translations (#12093) Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com> --- apps/browser/src/_locales/ar/messages.json | 78 +++++- apps/browser/src/_locales/az/messages.json | 78 +++++- apps/browser/src/_locales/be/messages.json | 78 +++++- apps/browser/src/_locales/bg/messages.json | 78 +++++- apps/browser/src/_locales/bn/messages.json | 78 +++++- apps/browser/src/_locales/bs/messages.json | 78 +++++- apps/browser/src/_locales/ca/messages.json | 78 +++++- apps/browser/src/_locales/cs/messages.json | 78 +++++- apps/browser/src/_locales/cy/messages.json | 78 +++++- apps/browser/src/_locales/da/messages.json | 78 +++++- apps/browser/src/_locales/de/messages.json | 78 +++++- apps/browser/src/_locales/el/messages.json | 78 +++++- apps/browser/src/_locales/en_GB/messages.json | 78 +++++- apps/browser/src/_locales/en_IN/messages.json | 78 +++++- apps/browser/src/_locales/es/messages.json | 78 +++++- apps/browser/src/_locales/et/messages.json | 78 +++++- apps/browser/src/_locales/eu/messages.json | 78 +++++- apps/browser/src/_locales/fa/messages.json | 78 +++++- apps/browser/src/_locales/fi/messages.json | 78 +++++- apps/browser/src/_locales/fil/messages.json | 78 +++++- apps/browser/src/_locales/fr/messages.json | 78 +++++- apps/browser/src/_locales/gl/messages.json | 78 +++++- apps/browser/src/_locales/he/messages.json | 78 +++++- apps/browser/src/_locales/hi/messages.json | 78 +++++- apps/browser/src/_locales/hr/messages.json | 78 +++++- apps/browser/src/_locales/hu/messages.json | 76 +++++- apps/browser/src/_locales/id/messages.json | 78 +++++- apps/browser/src/_locales/it/messages.json | 78 +++++- apps/browser/src/_locales/ja/messages.json | 78 +++++- apps/browser/src/_locales/ka/messages.json | 78 +++++- apps/browser/src/_locales/km/messages.json | 78 +++++- apps/browser/src/_locales/kn/messages.json | 78 +++++- apps/browser/src/_locales/ko/messages.json | 78 +++++- apps/browser/src/_locales/lt/messages.json | 88 ++++++- apps/browser/src/_locales/lv/messages.json | 78 +++++- apps/browser/src/_locales/ml/messages.json | 78 +++++- apps/browser/src/_locales/mr/messages.json | 78 +++++- apps/browser/src/_locales/my/messages.json | 78 +++++- apps/browser/src/_locales/nb/messages.json | 78 +++++- apps/browser/src/_locales/ne/messages.json | 78 +++++- apps/browser/src/_locales/nl/messages.json | 78 +++++- apps/browser/src/_locales/nn/messages.json | 78 +++++- apps/browser/src/_locales/or/messages.json | 78 +++++- apps/browser/src/_locales/pl/messages.json | 78 +++++- apps/browser/src/_locales/pt_BR/messages.json | 78 +++++- apps/browser/src/_locales/pt_PT/messages.json | 78 +++++- apps/browser/src/_locales/ro/messages.json | 78 +++++- apps/browser/src/_locales/ru/messages.json | 78 +++++- apps/browser/src/_locales/si/messages.json | 78 +++++- apps/browser/src/_locales/sk/messages.json | 78 +++++- apps/browser/src/_locales/sl/messages.json | 78 +++++- apps/browser/src/_locales/sr/messages.json | 78 +++++- apps/browser/src/_locales/sv/messages.json | 78 +++++- apps/browser/src/_locales/te/messages.json | 78 +++++- apps/browser/src/_locales/th/messages.json | 78 +++++- apps/browser/src/_locales/tr/messages.json | 228 ++++++++++++------ apps/browser/src/_locales/uk/messages.json | 78 +++++- apps/browser/src/_locales/vi/messages.json | 78 +++++- apps/browser/src/_locales/zh_CN/messages.json | 78 +++++- apps/browser/src/_locales/zh_TW/messages.json | 78 +++++- 60 files changed, 4639 insertions(+), 199 deletions(-) diff --git a/apps/browser/src/_locales/ar/messages.json b/apps/browser/src/_locales/ar/messages.json index 54952f5e73..45ff01b0b7 100644 --- a/apps/browser/src/_locales/ar/messages.json +++ b/apps/browser/src/_locales/ar/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "ملاحظات آمنة" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "مسح", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Generate email" }, - "generatorBoundariesHint": { - "message": "Value must be between $MIN$ and $MAX$", + "spinboxBoundariesHint": { + "message": "Value must be between $MIN$ and $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ characters or more to generate a strong password.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "نوع اسم المستخدم" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "إعادة إرسال الإشعار" }, + "viewAllLogInOptions": { + "message": "View all log in options" + }, "viewAllLoginOptions": { "message": "عرض جميع خيارات تسجيل الدخول" }, "notificationSentDevice": { "message": "تم إرسال إشعار إلى جهازك." }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "بَدْء تسجيل الدخول" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "تُفتح في نافذة جديدة" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "موافقة الجهاز مطلوبة. حدّد خيار الموافقة أدناه:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "تذكر هذا الجهاز" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "User email missing" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Device trusted" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Accessing" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "لن يتم نسخ Passkey" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filters" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Personal details" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generated password" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/az/messages.json b/apps/browser/src/_locales/az/messages.json index a3fefa68d4..a21a962693 100644 --- a/apps/browser/src/_locales/az/messages.json +++ b/apps/browser/src/_locales/az/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Güvənli qeydlər" }, + "sshKeys": { + "message": "SSH Açarları" + }, "clear": { "message": "Təmizlə", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "E-poçt yarat" }, - "generatorBoundariesHint": { - "message": "Dəyər $MIN$-$MAX$ arasında olmalıdır", + "spinboxBoundariesHint": { + "message": "Dəyər, $MIN$-$MAX$ arasında olmalıdır.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Güclü bir parol yaratmaq üçün $RECOMMENDED$ və ya daha çox xarakter istifadə edin.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Güclü bir keçid ifadəsi yaratmaq üçün $RECOMMENDED$ və ya daha çox söz istifadə edin.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "İstifadəçi adı növü" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Bildirişi təkrar göndər" }, + "viewAllLogInOptions": { + "message": "Bütün giriş seçimlərinə bax" + }, "viewAllLoginOptions": { "message": "Bütün giriş seçimlərinə bax" }, "notificationSentDevice": { "message": "Cihazınıza bir bildiriş göndərildi." }, + "aNotificationWasSentToYourDevice": { + "message": "Cihazınıza bir bildiriş göndərildi" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Hesabınızın kilidinin açıq olduğuna və barmaq izi ifadəsinin digər cihazda uyuşduğuna əmin olun" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "Tələbiniz təsdiqləndikdə bildiriş alacaqsınız" + }, + "needAnotherOptionV1": { + "message": "Başqa bir seçimə ehtiyacınız var?" + }, "loginInitiated": { "message": "Giriş başladıldı" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Yeni bir pəncərədə açılır" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Cihaz təsdiqi tələb olunur. Aşağıdan bir təsdiq variantı seçin:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Bu cihazı xatırla" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "İstifadəçi e-poçtu əskikdir" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Cihaz güvənlidir" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Müraciət edilir" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Keçid açarı kopyalanmır" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filtrlər" }, + "filterVault": { + "message": "Seyfi filtrlə" + }, + "filterApplied": { + "message": "Bir filtr tətbiq olundu" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filtr tətbiq olundu", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Şəxsi detallar" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Parol yarat" + }, + "compactMode": { + "message": "Yığcam rejim" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/be/messages.json b/apps/browser/src/_locales/be/messages.json index cb84cfa501..5ff88dce3a 100644 --- a/apps/browser/src/_locales/be/messages.json +++ b/apps/browser/src/_locales/be/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Абароненыя нататкі" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "Ачысціць", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Generate email" }, - "generatorBoundariesHint": { - "message": "Value must be between $MIN$ and $MAX$", + "spinboxBoundariesHint": { + "message": "Value must be between $MIN$ and $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ characters or more to generate a strong password.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Тып імя карыстальніка" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Адправіць апавяшчэнне паўторна" }, + "viewAllLogInOptions": { + "message": "View all log in options" + }, "viewAllLoginOptions": { "message": "Паглядзець усе варыянты ўваходу" }, "notificationSentDevice": { "message": "Апавяшчэнне было адпраўлена на вашу прыладу." }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "Ініцыяваны ўваход" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Адкрываць у новым акне" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Патрабуецца ўхваленне прылады. Выберыце параметры ўхвалення ніжэй:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Запомніць гэту прыладу" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "Адсутнічае электронная пошта карыстальніка" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Давераная прылада" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Accessing" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Passkey will not be copied" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filters" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Personal details" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generated password" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/bg/messages.json b/apps/browser/src/_locales/bg/messages.json index 5a0854b8a7..752372210b 100644 --- a/apps/browser/src/_locales/bg/messages.json +++ b/apps/browser/src/_locales/bg/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Защитени бележки" }, + "sshKeys": { + "message": "SSH ключове" + }, "clear": { "message": "Изчистване", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Генериране на електронна поща" }, - "generatorBoundariesHint": { - "message": "Стойността трябва да бъде между $MIN$ и $MAX$", + "spinboxBoundariesHint": { + "message": "Стойността трябва да бъде между $MIN$ и $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Използвайте поне $RECOMMENDED$ знака, за да генерирате сложна парола.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Използвайте поне $RECOMMENDED$ думи, за да генерирате сложна парола-фраза.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Тип потребителско име" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Повторно изпращане на известието" }, + "viewAllLogInOptions": { + "message": "Вижте всички възможности за вписване" + }, "viewAllLoginOptions": { "message": "Вижте всички възможности за вписване" }, "notificationSentDevice": { "message": "Към устройството Ви е изпратено известие." }, + "aNotificationWasSentToYourDevice": { + "message": "Към устройството Ви е изпратено известие" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Уверете се, че регистрацията Ви е отключена и че уникалната фраза съвпада с другото устройство" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "Ще получите уведомление когато заявката бъде одобрена" + }, + "needAnotherOptionV1": { + "message": "Предпочитате друг вариант?" + }, "loginInitiated": { "message": "Вписването е стартирано" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Отваря се в нов прозорец" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Изисква се одобрение на устройството. Изберете начин за одобрение по-долу:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Запомняне на това устройство" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "Липсва е-поща на потребителя" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Устройството е доверено" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Използване на" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Секретният ключ няма да бъде копиран" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Филтри" }, + "filterVault": { + "message": "Филтриране на трезора" + }, + "filterApplied": { + "message": "Приложен е един филтър" + }, + "filterAppliedPlural": { + "message": "Приложени са $COUNT$ филтри", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Лични данни" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Генерирана парола" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/bn/messages.json b/apps/browser/src/_locales/bn/messages.json index b1ba11bdb2..18d214a37d 100644 --- a/apps/browser/src/_locales/bn/messages.json +++ b/apps/browser/src/_locales/bn/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "সুরক্ষিত নোট" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "পরিষ্কার", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Generate email" }, - "generatorBoundariesHint": { - "message": "Value must be between $MIN$ and $MAX$", + "spinboxBoundariesHint": { + "message": "Value must be between $MIN$ and $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ characters or more to generate a strong password.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Username type" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Resend notification" }, + "viewAllLogInOptions": { + "message": "View all log in options" + }, "viewAllLoginOptions": { "message": "View all log in options" }, "notificationSentDevice": { "message": "A notification has been sent to your device." }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "Login initiated" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Opens in a new window" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Device approval required. Select an approval option below:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Remember this device" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "User email missing" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Device trusted" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Accessing" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Passkey will not be copied" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filters" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Personal details" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generated password" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/bs/messages.json b/apps/browser/src/_locales/bs/messages.json index 3f01ef5dbc..a4a5f3b27e 100644 --- a/apps/browser/src/_locales/bs/messages.json +++ b/apps/browser/src/_locales/bs/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Secure notes" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "Clear", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Generate email" }, - "generatorBoundariesHint": { - "message": "Value must be between $MIN$ and $MAX$", + "spinboxBoundariesHint": { + "message": "Value must be between $MIN$ and $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ characters or more to generate a strong password.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Username type" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Resend notification" }, + "viewAllLogInOptions": { + "message": "View all log in options" + }, "viewAllLoginOptions": { "message": "View all log in options" }, "notificationSentDevice": { "message": "A notification has been sent to your device." }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "Login initiated" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Opens in a new window" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Device approval required. Select an approval option below:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Remember this device" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "User email missing" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Device trusted" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Accessing" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Passkey will not be copied" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filters" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Personal details" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generated password" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/ca/messages.json b/apps/browser/src/_locales/ca/messages.json index e91afa303a..a1fc62182a 100644 --- a/apps/browser/src/_locales/ca/messages.json +++ b/apps/browser/src/_locales/ca/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Notes segures" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "Esborra", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Generate email" }, - "generatorBoundariesHint": { - "message": "Value must be between $MIN$ and $MAX$", + "spinboxBoundariesHint": { + "message": "Value must be between $MIN$ and $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ characters or more to generate a strong password.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Tipus de nom d'usuari" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Torna a enviar la notificació" }, + "viewAllLogInOptions": { + "message": "View all log in options" + }, "viewAllLoginOptions": { "message": "Veure totes les opcions d'inici de sessió" }, "notificationSentDevice": { "message": "S'ha enviat una notificació al vostre dispositiu." }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "S'ha iniciat la sessió" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "S'obri en una finestra nova" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Cal l'aprovació del dispositiu. Seleccioneu una opció d'aprovació a continuació:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Recorda aquest dispositiu" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "Falta el correu electrònic de l'usuari" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Dispositiu de confiança" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Accessing" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "La clau de pas no es copiarà" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filtres" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Detalls personals" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generated password" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/cs/messages.json b/apps/browser/src/_locales/cs/messages.json index 0510d17dbf..03740f06ce 100644 --- a/apps/browser/src/_locales/cs/messages.json +++ b/apps/browser/src/_locales/cs/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Zabezpečené poznámky" }, + "sshKeys": { + "message": "SSH klíče" + }, "clear": { "message": "Vymazat", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Vygenerovat e-mail" }, - "generatorBoundariesHint": { - "message": "Hodnota musí být mezi $MIN$ a $MAX$", + "spinboxBoundariesHint": { + "message": "Hodnota musí být mezi $MIN$ a $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Použijte $RECOMMENDED$ nebo více znaků k vytvoření silného hesla.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Použijte $RECOMMENDED$ slov nebo více slov k vytvoření silné heslové fráze.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Typ uživatelského jména" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Znovu odeslat oznámení" }, + "viewAllLogInOptions": { + "message": "Zobrazit všechny volby přihlášení" + }, "viewAllLoginOptions": { "message": "Zobrazit všechny volby přihlášení" }, "notificationSentDevice": { "message": "Na Vaše zařízení bylo odesláno oznámení." }, + "aNotificationWasSentToYourDevice": { + "message": "Na Vaše zařízení bylo odesláno oznámení" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Ujistěte se, že je Váš trezor odemčen a fráze otisku prstu se shodují s druhým zařízením" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "Budete upozorněni, jakmile bude žádost schválena" + }, + "needAnotherOptionV1": { + "message": "Potřebujete další volby?" + }, "loginInitiated": { "message": "Bylo zahájeno přihlášení" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Otevře se v novém okně" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Vyžaduje se schválení zařízení. Vyberte možnost schválení níže:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Zapamatovat toto zařízení" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "Chybí e-mail uživatele" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Zařízení zařazeno mezi důvěryhodné" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Přistupování" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Přístupový klíč nebude zkopírován" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filtry" }, + "filterVault": { + "message": "Filtrovat trezor" + }, + "filterApplied": { + "message": "Byl použit jeden filtr" + }, + "filterAppliedPlural": { + "message": "Bylo použito $COUNT$ filtrů", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Osobní údaje" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Vygenerované heslo" + }, + "compactMode": { + "message": "Kompaktní režim" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/cy/messages.json b/apps/browser/src/_locales/cy/messages.json index de65c96e17..fa175cbd19 100644 --- a/apps/browser/src/_locales/cy/messages.json +++ b/apps/browser/src/_locales/cy/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Nodiadau diogel" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "Clirio", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Generate email" }, - "generatorBoundariesHint": { - "message": "Value must be between $MIN$ and $MAX$", + "spinboxBoundariesHint": { + "message": "Value must be between $MIN$ and $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ characters or more to generate a strong password.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Math o enw defnyddiwr" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Resend notification" }, + "viewAllLogInOptions": { + "message": "View all log in options" + }, "viewAllLoginOptions": { "message": "Gweld pob dewis mewngofnodi" }, "notificationSentDevice": { "message": "A notification has been sent to your device." }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "Login initiated" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Opens in a new window" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Device approval required. Select an approval option below:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Cofio'r ddyfais hon" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "User email missing" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Device trusted" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Accessing" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Passkey will not be copied" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filters" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Personal details" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generated password" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/da/messages.json b/apps/browser/src/_locales/da/messages.json index 0529effb15..12076e2827 100644 --- a/apps/browser/src/_locales/da/messages.json +++ b/apps/browser/src/_locales/da/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Sikre notater" }, + "sshKeys": { + "message": "SSH-nøgler" + }, "clear": { "message": "Ryd", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Generér e-mail" }, - "generatorBoundariesHint": { - "message": "Værdi skal være mellem $MIN$ og $MAX$", + "spinboxBoundariesHint": { + "message": "Værdi skal være mellem $MIN$ og $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Brug minimum $RECOMMENDED$ tegn for at generere en stærk adgangskode.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Brug minimum $RECOMMENDED$ ord for at generere en stærk adgangssætning.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Brugernavnstype" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Gensend notifikation" }, + "viewAllLogInOptions": { + "message": "Vis alle indlogningsmuligheder" + }, "viewAllLoginOptions": { "message": "Vis alle indlogningsmuligheder" }, "notificationSentDevice": { "message": "En notifikation er sendt til din enhed." }, + "aNotificationWasSentToYourDevice": { + "message": "En notifikation er sendt til enheden" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Sørg for, at boksen er oplåst, samt at fingeraftrykssætningen matcher på den anden enhed" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "Man vil få besked, når anmodningen er godkendt" + }, + "needAnotherOptionV1": { + "message": "Behov for en anden mulighed?" + }, "loginInitiated": { "message": "Indlogning påbegyndt" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Åbnes i et nyt vindue" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Enhedsgodkendelse kræves. Vælg en godkendelsesmulighed nedenfor:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Husk denne enhed" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "Brugers e-mail mangler" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Enhed betroet" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Tilgår" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Adgangsnøglen kopieres ikke" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filtre" }, + "filterVault": { + "message": "Filtrér boks" + }, + "filterApplied": { + "message": "Ét filter anvendt" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filtre anvendt", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Personlige oplysninger" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Genereret adgangskode" + }, + "compactMode": { + "message": "Kompakt-tilstand" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/de/messages.json b/apps/browser/src/_locales/de/messages.json index de915ac271..9113150ab2 100644 --- a/apps/browser/src/_locales/de/messages.json +++ b/apps/browser/src/_locales/de/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Sichere Notizen" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "Löschen", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "E-Mail generieren" }, - "generatorBoundariesHint": { - "message": "Wert muss zwischen $MIN$ und $MAX$ liegen", + "spinboxBoundariesHint": { + "message": "Value must be between $MIN$ and $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ characters or more to generate a strong password.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Benutzernamenstyp" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Benachrichtigung erneut senden" }, + "viewAllLogInOptions": { + "message": "View all log in options" + }, "viewAllLoginOptions": { "message": "Alle Anmeldeoptionen anzeigen" }, "notificationSentDevice": { "message": "Eine Benachrichtigung wurde an dein Gerät gesendet." }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "Anmeldung eingeleitet" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Wird in einem neuen Fenster geöffnet" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Geräte-Genehmigung erforderlich. Wähle unten eine Genehmigungsoption aus:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Dieses Gerät merken" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "E-Mail-Adresse des Benutzers fehlt" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Gerät wird vertraut" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Zugriff auf" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Passkey wird nicht kopiert" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filter" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Persönliche Details" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generiertes Passwort" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/el/messages.json b/apps/browser/src/_locales/el/messages.json index 0e599b6a1d..c333bf24f6 100644 --- a/apps/browser/src/_locales/el/messages.json +++ b/apps/browser/src/_locales/el/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Ασφαλείς σημειώσεις" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "Εκκαθάριση", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Generate email" }, - "generatorBoundariesHint": { - "message": "Value must be between $MIN$ and $MAX$", + "spinboxBoundariesHint": { + "message": "Value must be between $MIN$ and $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ characters or more to generate a strong password.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Τύπος ονόματος χρήστη" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Επαναποστολή ειδοποίησης" }, + "viewAllLogInOptions": { + "message": "View all log in options" + }, "viewAllLoginOptions": { "message": "Δείτε όλες τις επιλογές σύνδεσης" }, "notificationSentDevice": { "message": "Μια ειδοποίηση έχει σταλεί στη συσκευή σας." }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "Η σύνδεση ξεκίνησε" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Ανοίγει σε νέο παράθυρο" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Απαιτείται έγκριση συσκευής. Επιλέξτε μια επιλογή έγκρισης παρακάτω:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Απομνημόνευση αυτής της συσκευής" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "Η διεύθυνση ηλ. ταχυδρομείου του χρήστη λείπει" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Αξιόπιστη συσκευή" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Πρόσβαση" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Το κλειδί πρόσβασης δε θα αντιγραφεί" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Φίλτρα" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Προσωπικές πληροφορίες" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generated password" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/en_GB/messages.json b/apps/browser/src/_locales/en_GB/messages.json index 43b5eba170..30b04e63dc 100644 --- a/apps/browser/src/_locales/en_GB/messages.json +++ b/apps/browser/src/_locales/en_GB/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Secure notes" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "Clear", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Generate email" }, - "generatorBoundariesHint": { - "message": "Value must be between $MIN$ and $MAX$", + "spinboxBoundariesHint": { + "message": "Value must be between $MIN$ and $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ characters or more to generate a strong password.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Username type" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Resend notification" }, + "viewAllLogInOptions": { + "message": "View all log in options" + }, "viewAllLoginOptions": { "message": "View all log in options" }, "notificationSentDevice": { "message": "A notification has been sent to your device." }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "Login initiated" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Opens in a new window" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Device approval required. Select an approval option below:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Remember this device" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "User email missing" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Device trusted" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Accessing" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Passkey will not be copied" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filters" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Personal details" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generated password" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/en_IN/messages.json b/apps/browser/src/_locales/en_IN/messages.json index c515dae542..56ed22bfd0 100644 --- a/apps/browser/src/_locales/en_IN/messages.json +++ b/apps/browser/src/_locales/en_IN/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Secure notes" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "Clear", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Generate email" }, - "generatorBoundariesHint": { - "message": "Value must be between $MIN$ and $MAX$", + "spinboxBoundariesHint": { + "message": "Value must be between $MIN$ and $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ characters or more to generate a strong password.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Username Type" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Resend notification" }, + "viewAllLogInOptions": { + "message": "View all log in options" + }, "viewAllLoginOptions": { "message": "View all log in options" }, "notificationSentDevice": { "message": "A notification has been sent to your device." }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "Login initiated" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Opens in a new window" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Device approval required. Select an approval option below:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Remember this device" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "User email missing" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Device trusted" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Accessing" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Passkey will not be copied" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filters" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Personal details" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generated password" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/es/messages.json b/apps/browser/src/_locales/es/messages.json index bd1e097baa..13e4d9b003 100644 --- a/apps/browser/src/_locales/es/messages.json +++ b/apps/browser/src/_locales/es/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Notas seguras" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "Limpiar", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Generate email" }, - "generatorBoundariesHint": { - "message": "Value must be between $MIN$ and $MAX$", + "spinboxBoundariesHint": { + "message": "Value must be between $MIN$ and $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ characters or more to generate a strong password.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Tipo de nombre de usuario" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Reenviar notificación" }, + "viewAllLogInOptions": { + "message": "View all log in options" + }, "viewAllLoginOptions": { "message": "Ver todas las opciones de acceso" }, "notificationSentDevice": { "message": "Se ha enviado una notificación a tu dispositivo." }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "Inicio de sesión en proceso" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Abre en una nueva ventana" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Se requiere aprobación del dispositivo. Seleccione una opción de aprobación a continuación:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Recordar este dispositivo" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "Falta el correo electrónico del usuario" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Dispositivo de confianza" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Accessing" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "La clave de acceso no se copiará" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filtros" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Datos personales" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generated password" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/et/messages.json b/apps/browser/src/_locales/et/messages.json index f3bd66224f..f7e3f7b135 100644 --- a/apps/browser/src/_locales/et/messages.json +++ b/apps/browser/src/_locales/et/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Turvalised märkmed" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "Tühjenda", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Generate email" }, - "generatorBoundariesHint": { - "message": "Value must be between $MIN$ and $MAX$", + "spinboxBoundariesHint": { + "message": "Value must be between $MIN$ and $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ characters or more to generate a strong password.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Kasutajanime tüüp" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Saada märguanne uuesti" }, + "viewAllLogInOptions": { + "message": "View all log in options" + }, "viewAllLoginOptions": { "message": "Vaata kõiki valikuid" }, "notificationSentDevice": { "message": "Sinu seadmesse saadeti teavitus." }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "Sisselogimine on käivitatud" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Avaneb uues aknas" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Nõutav on seadme kinnitamine. Vali kinnitamise meetod alt:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Mäleta seda seadet" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "Kasutaja e-post on puudulik" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Seade on usaldusväärne" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Accessing" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Pääsukoodi ei kopeerita" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filters" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Personal details" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generated password" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/eu/messages.json b/apps/browser/src/_locales/eu/messages.json index 60525eb50f..db86f97810 100644 --- a/apps/browser/src/_locales/eu/messages.json +++ b/apps/browser/src/_locales/eu/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Ohar seguruak" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "Ezabatu", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Generate email" }, - "generatorBoundariesHint": { - "message": "Value must be between $MIN$ and $MAX$", + "spinboxBoundariesHint": { + "message": "Value must be between $MIN$ and $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ characters or more to generate a strong password.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Erabiltzaile izen mota" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Berbidali jakinarazpena" }, + "viewAllLogInOptions": { + "message": "View all log in options" + }, "viewAllLoginOptions": { "message": "Ikusi erregistro guztiak ezarpenetan" }, "notificationSentDevice": { "message": "A notification has been sent to your device." }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "Login initiated" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Leiho berri batean irekitzen da" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Device approval required. Select an approval option below:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Gogoratu gailu hau" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "Erabiltzailearen emaila falta da" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Device trusted" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Accessing" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Passkey will not be copied" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filters" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Personal details" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generated password" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/fa/messages.json b/apps/browser/src/_locales/fa/messages.json index 1f050f7e0c..b0ac5e86c3 100644 --- a/apps/browser/src/_locales/fa/messages.json +++ b/apps/browser/src/_locales/fa/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "یادداشت‌های امن" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "پاک کردن", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Generate email" }, - "generatorBoundariesHint": { - "message": "Value must be between $MIN$ and $MAX$", + "spinboxBoundariesHint": { + "message": "Value must be between $MIN$ and $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ characters or more to generate a strong password.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "نوع نام کاربری" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "ارسال مجدد اعلان" }, + "viewAllLogInOptions": { + "message": "View all log in options" + }, "viewAllLoginOptions": { "message": "مشاهده همه گزینه‌های ورود به سیستم" }, "notificationSentDevice": { "message": "یک اعلان به دستگاه شما ارسال شده است." }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "ورود به سیستم آغاز شد" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "در پنجره جدید باز می‌شود" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "تأیید دستگاه لازم است. یک روش تأیید انتخاب کنید:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "این دستگاه را به خاطر بسپار" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "ایمیل کاربر وجود ندارد" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "دستگاه مورد اعتماد است" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Accessing" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "کلید عبور کپی نمی‌شود" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filters" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Personal details" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generated password" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/fi/messages.json b/apps/browser/src/_locales/fi/messages.json index e902e2d241..2a4edd9cd6 100644 --- a/apps/browser/src/_locales/fi/messages.json +++ b/apps/browser/src/_locales/fi/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Salatut muistiot" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "Tyhjennä", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Luo sähköpostiosoite" }, - "generatorBoundariesHint": { - "message": "Arvon tulee olla väliltä $MIN$—$MAX$", + "spinboxBoundariesHint": { + "message": "Arvon tulee olla väliltä $MIN$—$MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Käytä $RECOMMENDED$ tai useampaa merkkiä vahvan salasanan luomiseen.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Käytä $RECOMMENDED$ tai useampaa sanaa vahvan salalauseen luomiseen.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Käyttäjätunnuksen tyyppi" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Lähetä ilmoitus uudelleen" }, + "viewAllLogInOptions": { + "message": "Näytä kaikki kirjautumisvaihtoehdot" + }, "viewAllLoginOptions": { "message": "Näytä kaikki kirjautumisvaihtoehdot" }, "notificationSentDevice": { "message": "Laitteellesi on lähetetty ilmoitus." }, + "aNotificationWasSentToYourDevice": { + "message": "Laitteeseesi lähetettiin ilmoitus" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "Sinulle ilmoitetaan, kun pyyntö on hyväksytty" + }, + "needAnotherOptionV1": { + "message": "Tarvitsetko toisen vaihtoehdon?" + }, "loginInitiated": { "message": "Kirjautuminen aloitettu" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Avautuu uudessa ikkunassa" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Laitehyväksyntä vaaditaan. Valitse hyväksyntätapa alta:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Muista tämä laite" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "Käyttäjän sähköpostiosoite puuttuu" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Laitteeseen luotettu" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Avataan" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Pääsyavainta ei kopioida" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Suodattimet" }, + "filterVault": { + "message": "Suodata holvi" + }, + "filterApplied": { + "message": "Yksi suodatin käytössä" + }, + "filterAppliedPlural": { + "message": "$COUNT$ suodatinta käytössä", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Henkilökohtaiset tiedot" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Luotu salasana" + }, + "compactMode": { + "message": "Pienikokoinen tila" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/fil/messages.json b/apps/browser/src/_locales/fil/messages.json index c077a8704c..ab067bc9b8 100644 --- a/apps/browser/src/_locales/fil/messages.json +++ b/apps/browser/src/_locales/fil/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Mga Secure Note" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "Hilahin", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Generate email" }, - "generatorBoundariesHint": { - "message": "Value must be between $MIN$ and $MAX$", + "spinboxBoundariesHint": { + "message": "Value must be between $MIN$ and $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ characters or more to generate a strong password.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Uri ng username" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Muling ipadala ang abiso" }, + "viewAllLogInOptions": { + "message": "View all log in options" + }, "viewAllLoginOptions": { "message": "Tingnan ang lahat ng mga pagpipilian sa pag log in" }, "notificationSentDevice": { "message": "Naipadala na ang notification sa iyong device." }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "Login initiated" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Opens in a new window" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Device approval required. Select an approval option below:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Remember this device" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "User email missing" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Device trusted" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Accessing" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Passkey will not be copied" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filters" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Personal details" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generated password" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/fr/messages.json b/apps/browser/src/_locales/fr/messages.json index c32445ae96..f2e0658474 100644 --- a/apps/browser/src/_locales/fr/messages.json +++ b/apps/browser/src/_locales/fr/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Notes sécurisées" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "Effacer", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Générer un courriel" }, - "generatorBoundariesHint": { - "message": "La valeur doit être comprise entre $MIN$ et $MAX$", + "spinboxBoundariesHint": { + "message": "La valeur doit être comprise entre $MIN$ et $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Utilisez $RECOMMENDED$ caractères ou plus pour générer un mot de passe fort.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Utilisez $RECOMMENDED$ mots ou plus pour générer une phrase de passe forte.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Type de nom d'utilisateur" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Renvoyer la notification" }, + "viewAllLogInOptions": { + "message": "Afficher toutes les options de connexion" + }, "viewAllLoginOptions": { "message": "Afficher toutes les options de connexion" }, "notificationSentDevice": { "message": "Une notification a été envoyée à votre appareil." }, + "aNotificationWasSentToYourDevice": { + "message": "Une notification a été envoyée à votre appareil" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Assurez-vous que votre compte est déverrouillé et que la phrase d'empreinte correspond à l'autre appareil" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "Vous serez notifié une fois que la demande sera approuvée" + }, + "needAnotherOptionV1": { + "message": "Besoin d'une autre option ?" + }, "loginInitiated": { "message": "Connexion initiée" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "S'ouvre dans une nouvelle fenêtre" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "L'approbation de l'appareil est requise. Sélectionnez une option d'approbation ci-dessous :" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Se souvenir de cet appareil" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "Courriel de l'utilisateur manquant" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Appareil de confiance" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Accès en cours" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "La clé d'identification (passkey) ne sera pas copiée" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filtres" }, + "filterVault": { + "message": "Filtrer le coffre" + }, + "filterApplied": { + "message": "Un filtre a été appliqué" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filtres appliqués", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Données personnelles" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Mot de passe généré" + }, + "compactMode": { + "message": "Mode compact" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/gl/messages.json b/apps/browser/src/_locales/gl/messages.json index c128b556bd..d1697b4dc5 100644 --- a/apps/browser/src/_locales/gl/messages.json +++ b/apps/browser/src/_locales/gl/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Notas seguras" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "Limpar", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Generate email" }, - "generatorBoundariesHint": { - "message": "Value must be between $MIN$ and $MAX$", + "spinboxBoundariesHint": { + "message": "Value must be between $MIN$ and $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ characters or more to generate a strong password.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Username type" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Resend notification" }, + "viewAllLogInOptions": { + "message": "View all log in options" + }, "viewAllLoginOptions": { "message": "View all log in options" }, "notificationSentDevice": { "message": "A notification has been sent to your device." }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "Login initiated" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Opens in a new window" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Device approval required. Select an approval option below:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Remember this device" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "User email missing" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Device trusted" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Accessing" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Passkey will not be copied" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filters" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Personal details" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generated password" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/he/messages.json b/apps/browser/src/_locales/he/messages.json index 4c20033346..692d6f166d 100644 --- a/apps/browser/src/_locales/he/messages.json +++ b/apps/browser/src/_locales/he/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "פתקים מאובטחים" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "נקה", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Generate email" }, - "generatorBoundariesHint": { - "message": "Value must be between $MIN$ and $MAX$", + "spinboxBoundariesHint": { + "message": "Value must be between $MIN$ and $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ characters or more to generate a strong password.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "סוג שם משתמש" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Resend notification" }, + "viewAllLogInOptions": { + "message": "View all log in options" + }, "viewAllLoginOptions": { "message": "View all log in options" }, "notificationSentDevice": { "message": "A notification has been sent to your device." }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "Login initiated" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Opens in a new window" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Device approval required. Select an approval option below:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Remember this device" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "User email missing" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Device trusted" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Accessing" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Passkey will not be copied" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filters" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Personal details" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generated password" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/hi/messages.json b/apps/browser/src/_locales/hi/messages.json index 82a1190cd4..050a4021a5 100644 --- a/apps/browser/src/_locales/hi/messages.json +++ b/apps/browser/src/_locales/hi/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Secure Notes" }, + "sshKeys": { + "message": "SSH कुँजी" + }, "clear": { "message": "खाली करें", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Generate email" }, - "generatorBoundariesHint": { - "message": "Value must be between $MIN$ and $MAX$", + "spinboxBoundariesHint": { + "message": "Value must be between $MIN$ and $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ characters or more to generate a strong password.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Username type" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Resend notification" }, + "viewAllLogInOptions": { + "message": "View all log in options" + }, "viewAllLoginOptions": { "message": "View all log in options" }, "notificationSentDevice": { "message": "A notification has been sent to your device." }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "Login initiated" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Opens in a new window" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Device approval required. Select an approval option below:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Remember this device" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "User email missing" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Device trusted" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "ऐक्सेसिंग" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Passkey will not be copied" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "फ़िल्टर" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Personal details" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generated password" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/hr/messages.json b/apps/browser/src/_locales/hr/messages.json index 3521a247a0..ec13925045 100644 --- a/apps/browser/src/_locales/hr/messages.json +++ b/apps/browser/src/_locales/hr/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Sigurne bilješke" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "Očisti", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Generate email" }, - "generatorBoundariesHint": { - "message": "Value must be between $MIN$ and $MAX$", + "spinboxBoundariesHint": { + "message": "Value must be between $MIN$ and $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ characters or more to generate a strong password.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Tip korisničkog imena" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Ponovno pošalji obavijest" }, + "viewAllLogInOptions": { + "message": "View all log in options" + }, "viewAllLoginOptions": { "message": "Pogledaj sve mogućnosti prijave" }, "notificationSentDevice": { "message": "Obavijest je poslana na tvoj uređaj." }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "Prijava pokrenuta" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Otvara u novom prozoru" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Potrebno je odobriti uređaj. Odaberi metodu odobravanja:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Zapamti ovaj uređaj" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "Nedostaje e-pošta korisnika" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Uređaj pouzdan" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Pristupanje" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Pristupni ključ neće biti kopiran" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filtri" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Osobni podaci" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generated password" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/hu/messages.json b/apps/browser/src/_locales/hu/messages.json index cffb6ac3ea..4c42fc4f45 100644 --- a/apps/browser/src/_locales/hu/messages.json +++ b/apps/browser/src/_locales/hu/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Biztonságos jegyzetek" }, + "sshKeys": { + "message": "SSH kulcsok" + }, "clear": { "message": "Kiürítés", "description": "To clear something out. example: To clear browser history." @@ -2889,7 +2892,7 @@ "generateEmail": { "message": "Email generálása" }, - "generatorBoundariesHint": { + "spinboxBoundariesHint": { "message": "Az érték legyen $MIN$ és $MAX$ között.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Használjunk $RECOMMENDED$ vagy több karaktert egy erős jelszó előállításához.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " $RECOMMENDED$ vagy több szó erős jelmondat generálásához.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Felhasználónév típusa" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Értesítés újraküldése" }, + "viewAllLogInOptions": { + "message": "Összes bejelentkezési opció megtekintése" + }, "viewAllLoginOptions": { "message": "Összes bejelentkezési opció megtekintése" }, "notificationSentDevice": { "message": "Egy értesítés lett elküldve az eszközre." }, + "aNotificationWasSentToYourDevice": { + "message": "Egy értesítés lett elküldve az eszközre." + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Ellenőrizzük, hogy a széf feloldásra került és az ujjlenyomat kifejezés egyezik a másik eszközön levővel." + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "A kérelem jóváhagyása után értesítés érkezik." + }, + "needAnotherOptionV1": { + "message": "Másik opció szükséges?" + }, "loginInitiated": { "message": "A bejelentkezés elindításra került." }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Megnyitás új ablakban" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Az eszköz jóváhagyása szükséges. Válasszunk egy jóváhagyási lehetőséget lentebb:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Eszköz megjegyzése" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "A felhasználói email cím hiányzik." }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Az eszköz megbízható." }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Elérés" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "A hozzáférési kulcs nem kerül másolásra." }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Szűrők" }, + "filterVault": { + "message": "Széf szűrése" + }, + "filterApplied": { + "message": "Egy szűrő került alkalmazásra." + }, + "filterAppliedPlural": { + "message": "$COUNT$ szűrő került alkalmazásra.", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Személyes adatok" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generált jelszó" + }, + "compactMode": { + "message": "Kompakt mód" + }, + "beta": { + "message": "Béta" } } diff --git a/apps/browser/src/_locales/id/messages.json b/apps/browser/src/_locales/id/messages.json index fbfc369ad0..25d3e1cdd9 100644 --- a/apps/browser/src/_locales/id/messages.json +++ b/apps/browser/src/_locales/id/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Catatan Aman" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "Bersihkan", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Generate email" }, - "generatorBoundariesHint": { - "message": "Value must be between $MIN$ and $MAX$", + "spinboxBoundariesHint": { + "message": "Value must be between $MIN$ and $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ characters or more to generate a strong password.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Jenis nama pengguna" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Resend notification" }, + "viewAllLogInOptions": { + "message": "View all log in options" + }, "viewAllLoginOptions": { "message": "View all log in options" }, "notificationSentDevice": { "message": "A notification has been sent to your device." }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "Login initiated" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Opens in a new window" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Device approval required. Select an approval option below:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Remember this device" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "User email missing" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Device trusted" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Accessing" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Passkey will not be copied" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filters" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Personal details" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generated password" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/it/messages.json b/apps/browser/src/_locales/it/messages.json index 2f42e12a0e..fe3f7467b2 100644 --- a/apps/browser/src/_locales/it/messages.json +++ b/apps/browser/src/_locales/it/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Note sicure" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "Cancella", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Generate email" }, - "generatorBoundariesHint": { - "message": "Value must be between $MIN$ and $MAX$", + "spinboxBoundariesHint": { + "message": "Value must be between $MIN$ and $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ characters or more to generate a strong password.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Tipo di nome utente" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Invia notifica di nuovo" }, + "viewAllLogInOptions": { + "message": "View all log in options" + }, "viewAllLoginOptions": { "message": "Visualizza tutte le opzioni di accesso" }, "notificationSentDevice": { "message": "Una notifica è stata inviata al tuo dispositivo." }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "Accesso avviato" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Si apre in una nuova finestra" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Approvazione del dispositivo obbligatoria. Seleziona un'opzione di approvazione:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Ricorda questo dispositivo" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "Email utente mancante" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Dispositivo fidato" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Accessing" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "La passkey non sarà copiata" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filtri" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Dati personali" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generated password" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/ja/messages.json b/apps/browser/src/_locales/ja/messages.json index 6e9c58e2ef..a1cb2877d8 100644 --- a/apps/browser/src/_locales/ja/messages.json +++ b/apps/browser/src/_locales/ja/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "セキュアメモ" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "消去する", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Generate email" }, - "generatorBoundariesHint": { - "message": "Value must be between $MIN$ and $MAX$", + "spinboxBoundariesHint": { + "message": "Value must be between $MIN$ and $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ characters or more to generate a strong password.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "ユーザー名の種類" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "通知を再送信する" }, + "viewAllLogInOptions": { + "message": "View all log in options" + }, "viewAllLoginOptions": { "message": "すべてのログインオプションを表示" }, "notificationSentDevice": { "message": "デバイスに通知を送信しました。" }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "ログイン開始" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "新しいウィンドウで開く" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "デバイスの承認が必要です。以下から承認オプションを選択してください:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "このデバイスを記憶する" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "ユーザーのメールアドレスがありません" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "信頼されたデバイス" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "アクセス中" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "パスキーはコピーされません" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "フィルター" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "個人情報" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generated password" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/ka/messages.json b/apps/browser/src/_locales/ka/messages.json index 45d26f402c..5a0dbf4f9e 100644 --- a/apps/browser/src/_locales/ka/messages.json +++ b/apps/browser/src/_locales/ka/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Secure notes" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "გაწმენდა", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Generate email" }, - "generatorBoundariesHint": { - "message": "Value must be between $MIN$ and $MAX$", + "spinboxBoundariesHint": { + "message": "Value must be between $MIN$ and $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ characters or more to generate a strong password.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Username type" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Resend notification" }, + "viewAllLogInOptions": { + "message": "View all log in options" + }, "viewAllLoginOptions": { "message": "View all log in options" }, "notificationSentDevice": { "message": "A notification has been sent to your device." }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "Login initiated" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Opens in a new window" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Device approval required. Select an approval option below:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Remember this device" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "User email missing" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Device trusted" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "წვდომა" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Passkey will not be copied" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "ფილტრები" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Personal details" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generated password" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/km/messages.json b/apps/browser/src/_locales/km/messages.json index a4668a65ad..0ae9d0617f 100644 --- a/apps/browser/src/_locales/km/messages.json +++ b/apps/browser/src/_locales/km/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Secure notes" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "Clear", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Generate email" }, - "generatorBoundariesHint": { - "message": "Value must be between $MIN$ and $MAX$", + "spinboxBoundariesHint": { + "message": "Value must be between $MIN$ and $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ characters or more to generate a strong password.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Username type" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Resend notification" }, + "viewAllLogInOptions": { + "message": "View all log in options" + }, "viewAllLoginOptions": { "message": "View all log in options" }, "notificationSentDevice": { "message": "A notification has been sent to your device." }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "Login initiated" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Opens in a new window" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Device approval required. Select an approval option below:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Remember this device" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "User email missing" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Device trusted" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Accessing" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Passkey will not be copied" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filters" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Personal details" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generated password" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/kn/messages.json b/apps/browser/src/_locales/kn/messages.json index 4ac769431b..660c8cac25 100644 --- a/apps/browser/src/_locales/kn/messages.json +++ b/apps/browser/src/_locales/kn/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "ಸುರಕ್ಷಿತ ಟಿಪ್ಪಣಿಗಳು" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "ಕ್ಲಿಯರ್‌", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Generate email" }, - "generatorBoundariesHint": { - "message": "Value must be between $MIN$ and $MAX$", + "spinboxBoundariesHint": { + "message": "Value must be between $MIN$ and $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ characters or more to generate a strong password.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Username type" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Resend notification" }, + "viewAllLogInOptions": { + "message": "View all log in options" + }, "viewAllLoginOptions": { "message": "View all log in options" }, "notificationSentDevice": { "message": "A notification has been sent to your device." }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "Login initiated" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Opens in a new window" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Device approval required. Select an approval option below:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Remember this device" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "User email missing" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Device trusted" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Accessing" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Passkey will not be copied" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filters" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Personal details" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generated password" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/ko/messages.json b/apps/browser/src/_locales/ko/messages.json index d86473794a..e058e32efa 100644 --- a/apps/browser/src/_locales/ko/messages.json +++ b/apps/browser/src/_locales/ko/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "보안 메모" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "삭제", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Generate email" }, - "generatorBoundariesHint": { - "message": "Value must be between $MIN$ and $MAX$", + "spinboxBoundariesHint": { + "message": "Value must be between $MIN$ and $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ characters or more to generate a strong password.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "아이디 유형" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Resend notification" }, + "viewAllLogInOptions": { + "message": "View all log in options" + }, "viewAllLoginOptions": { "message": "View all log in options" }, "notificationSentDevice": { "message": "A notification has been sent to your device." }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "Login initiated" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Opens in a new window" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Device approval required. Select an approval option below:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "이 기기 기억하기" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "User email missing" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Device trusted" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Accessing" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "패스키가 복사되지 않습니다" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filters" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Personal details" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generated password" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/lt/messages.json b/apps/browser/src/_locales/lt/messages.json index 547d42b27b..f1e8d4f223 100644 --- a/apps/browser/src/_locales/lt/messages.json +++ b/apps/browser/src/_locales/lt/messages.json @@ -576,7 +576,7 @@ "message": "Pastabos" }, "privateNote": { - "message": "Private note" + "message": "Privati pastaba" }, "note": { "message": "Pastaba" @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Saugūs užrašai" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "Išvalyti", "description": "To clear something out. example: To clear browser history." @@ -2361,14 +2364,14 @@ "message": "Excluded domain changes saved" }, "limitSendViews": { - "message": "Limit views" + "message": "Riboti peržiūrų" }, "limitSendViewsHint": { - "message": "No one can view this Send after the limit is reached.", + "message": "Pasiekus ribą, niekas negali peržiūrėti šį „Send“.", "description": "Displayed under the limit views field on Send" }, "limitSendViewsCount": { - "message": "$ACCESSCOUNT$ views left", + "message": "Liko $ACCESSCOUNT$ peržiūrų", "description": "Displayed under the limit views field on Send", "placeholders": { "accessCount": { @@ -2662,7 +2665,7 @@ "message": "Slėpti mano el. pašto adresą nuo gavėjų." }, "hideYourEmail": { - "message": "Hide your email address from viewers." + "message": "Slėpkite savo el. pašto adresą nuo žiūrėtojų." }, "sendOptionsPolicyInEffect": { "message": "Viena ar daugiau organizacijos politikų turi įtakos Jūsų „Send“ nustatymams." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Generate email" }, - "generatorBoundariesHint": { - "message": "Value must be between $MIN$ and $MAX$", + "spinboxBoundariesHint": { + "message": "Value must be between $MIN$ and $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ characters or more to generate a strong password.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Vartotojo prisijungimo vardo tipas" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Iš naujo siųsti pranešimą" }, + "viewAllLogInOptions": { + "message": "View all log in options" + }, "viewAllLoginOptions": { "message": "View all log in options" }, "notificationSentDevice": { "message": "A notification has been sent to your device." }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "Pradėtas prisijungimas" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Opens in a new window" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Įrenginio patvirtinimas reikalingas. Pasirink patvirtinimo būdą toliau:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Prisiminti šį įrenginį" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "Trūksta naudotojo el. pašto" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Patikimas įrenginys" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Accessing" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Passkey will not be copied" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filtrai" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Asmeniniai duomenys" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generated password" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/lv/messages.json b/apps/browser/src/_locales/lv/messages.json index 88c08977b7..0ce6bf97a2 100644 --- a/apps/browser/src/_locales/lv/messages.json +++ b/apps/browser/src/_locales/lv/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Drošās piezīmes" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "Notīrīt", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Izveidot e-pasta adresi" }, - "generatorBoundariesHint": { - "message": "Vērtībai jābūt starp $MIN$ un $MAX$", + "spinboxBoundariesHint": { + "message": "Vērtībai jābūt starp $MIN$ un $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Jāizmanto $RECOMMENDED$ vai vairāk rakstzīmju, la izveidotu spēcīgu paroli.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Jāizmanto $RECOMMENDED$ vai vairāk vārdu, lai aizveidotu spēcīgu parles vārdkopu.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Lietotājvārda veids" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Atkārtoti nosūtīt paziņojumu" }, + "viewAllLogInOptions": { + "message": "Skatīt visas pieteikšanās iespējas" + }, "viewAllLoginOptions": { "message": "Skatīt visas pieteikšanās iespējas" }, "notificationSentDevice": { "message": "Uz ierīci ir nosūtīts paziņojums." }, + "aNotificationWasSentToYourDevice": { + "message": "Uz ierīci tika nosūtīts paziņojums" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Lūgums pārliecināties, ka konts ir atslēgts un atpazīšanas vārdkopa ir tāda pati arī otrā ierīcē" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "Tiks paziņots, tiklīdz pieprasījums būs apstiprināts" + }, + "needAnotherOptionV1": { + "message": "Nepieciešama cita iespēja?" + }, "loginInitiated": { "message": "Uzsākta pieteikšanās" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Atver jaunā logā" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Nepieciešams ierīces apstiprinājums. Zemāk jāatlasa apstiprinājuma iespēja:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Atcerēties šo ierīci" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "Trūkst lietotāja e-pasta adreses" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Ierīce ir uzticama" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Piekļūst" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Piekļuves atslēga netiks ievietota starpliktuvē" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Atlases" }, + "filterVault": { + "message": "Atlasīt glabātavu" + }, + "filterApplied": { + "message": "Pielietots viens atlasītājs" + }, + "filterAppliedPlural": { + "message": "Pielietoti $COUNT$ atlasītāji", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Personiskā informācija" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Izveidotā parole" + }, + "compactMode": { + "message": "Cieši" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/ml/messages.json b/apps/browser/src/_locales/ml/messages.json index 79fbf20984..ba6a3cc9f2 100644 --- a/apps/browser/src/_locales/ml/messages.json +++ b/apps/browser/src/_locales/ml/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "സുരക്ഷാ കുറിപ്പുകൾ" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "മായ്ക്കുക", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Generate email" }, - "generatorBoundariesHint": { - "message": "Value must be between $MIN$ and $MAX$", + "spinboxBoundariesHint": { + "message": "Value must be between $MIN$ and $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ characters or more to generate a strong password.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Username type" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Resend notification" }, + "viewAllLogInOptions": { + "message": "View all log in options" + }, "viewAllLoginOptions": { "message": "View all log in options" }, "notificationSentDevice": { "message": "A notification has been sent to your device." }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "Login initiated" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Opens in a new window" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Device approval required. Select an approval option below:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Remember this device" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "User email missing" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Device trusted" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Accessing" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Passkey will not be copied" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filters" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Personal details" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generated password" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/mr/messages.json b/apps/browser/src/_locales/mr/messages.json index 88748b19b9..02e1fa16b7 100644 --- a/apps/browser/src/_locales/mr/messages.json +++ b/apps/browser/src/_locales/mr/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Secure notes" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "Clear", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Generate email" }, - "generatorBoundariesHint": { - "message": "Value must be between $MIN$ and $MAX$", + "spinboxBoundariesHint": { + "message": "Value must be between $MIN$ and $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ characters or more to generate a strong password.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Username type" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Resend notification" }, + "viewAllLogInOptions": { + "message": "View all log in options" + }, "viewAllLoginOptions": { "message": "View all log in options" }, "notificationSentDevice": { "message": "A notification has been sent to your device." }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "Login initiated" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Opens in a new window" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Device approval required. Select an approval option below:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Remember this device" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "User email missing" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Device trusted" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Accessing" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Passkey will not be copied" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filters" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Personal details" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generated password" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/my/messages.json b/apps/browser/src/_locales/my/messages.json index a4668a65ad..0ae9d0617f 100644 --- a/apps/browser/src/_locales/my/messages.json +++ b/apps/browser/src/_locales/my/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Secure notes" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "Clear", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Generate email" }, - "generatorBoundariesHint": { - "message": "Value must be between $MIN$ and $MAX$", + "spinboxBoundariesHint": { + "message": "Value must be between $MIN$ and $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ characters or more to generate a strong password.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Username type" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Resend notification" }, + "viewAllLogInOptions": { + "message": "View all log in options" + }, "viewAllLoginOptions": { "message": "View all log in options" }, "notificationSentDevice": { "message": "A notification has been sent to your device." }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "Login initiated" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Opens in a new window" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Device approval required. Select an approval option below:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Remember this device" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "User email missing" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Device trusted" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Accessing" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Passkey will not be copied" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filters" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Personal details" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generated password" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/nb/messages.json b/apps/browser/src/_locales/nb/messages.json index 8a04c78ed5..bf1312feb2 100644 --- a/apps/browser/src/_locales/nb/messages.json +++ b/apps/browser/src/_locales/nb/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Sikre notiser" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "Tøm", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Generate email" }, - "generatorBoundariesHint": { - "message": "Value must be between $MIN$ and $MAX$", + "spinboxBoundariesHint": { + "message": "Value must be between $MIN$ and $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ characters or more to generate a strong password.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Brukernavntype" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Send varslingen på nytt" }, + "viewAllLogInOptions": { + "message": "View all log in options" + }, "viewAllLoginOptions": { "message": "Vis alle innloggingsalternativer" }, "notificationSentDevice": { "message": "Et varsel er sendt til enheten din." }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "Login initiated" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Åpnes i et nytt vindu" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Device approval required. Select an approval option below:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Husk denne enheten" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "User email missing" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Device trusted" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Accessing" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Passkey will not be copied" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filtre" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Personal details" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generated password" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/ne/messages.json b/apps/browser/src/_locales/ne/messages.json index a4668a65ad..0ae9d0617f 100644 --- a/apps/browser/src/_locales/ne/messages.json +++ b/apps/browser/src/_locales/ne/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Secure notes" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "Clear", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Generate email" }, - "generatorBoundariesHint": { - "message": "Value must be between $MIN$ and $MAX$", + "spinboxBoundariesHint": { + "message": "Value must be between $MIN$ and $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ characters or more to generate a strong password.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Username type" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Resend notification" }, + "viewAllLogInOptions": { + "message": "View all log in options" + }, "viewAllLoginOptions": { "message": "View all log in options" }, "notificationSentDevice": { "message": "A notification has been sent to your device." }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "Login initiated" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Opens in a new window" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Device approval required. Select an approval option below:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Remember this device" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "User email missing" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Device trusted" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Accessing" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Passkey will not be copied" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filters" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Personal details" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generated password" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/nl/messages.json b/apps/browser/src/_locales/nl/messages.json index 2a9294c3f0..5fddc8f069 100644 --- a/apps/browser/src/_locales/nl/messages.json +++ b/apps/browser/src/_locales/nl/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Veilige notities" }, + "sshKeys": { + "message": "SSH-sleutels" + }, "clear": { "message": "Wissen", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "E-mailadres genereren" }, - "generatorBoundariesHint": { - "message": "Waarde moet tussen $MIN$ en $MAX$ liggen", + "spinboxBoundariesHint": { + "message": "Waarde moet tussen $MIN$ en $MAX$ liggen.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Gebruik $RECOMMENDED$ tekens of meer om een sterk wachtwoord te genereren.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Gebruik $RECOMMENDED$ woorden of meer om een sterke wachtwoordzin te genereren.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Type gebruikersnaam" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Melding opnieuw verzenden" }, + "viewAllLogInOptions": { + "message": "Alle inlogopties bekijken" + }, "viewAllLoginOptions": { "message": "Alle loginopties bekijken" }, "notificationSentDevice": { "message": "Er is een melding naar je apparaat verzonden." }, + "aNotificationWasSentToYourDevice": { + "message": "Er is een melding naar je apparaat verzonden" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Zorg ervoor dat je kluis is ontgrendeld en de vingerafdrukzin hetzelfde is op het andere apparaat" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "Je krijgt een melding zodra de aanvraag is goedgekeurd" + }, + "needAnotherOptionV1": { + "message": "Nog een optie nodig?" + }, "loginInitiated": { "message": "Inloggen gestart" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Opent in een nieuw venster" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Onthoud dit apparaat om in het vervolg naadloos in te loggen" + }, "deviceApprovalRequired": { "message": "Apparaattoestemming vereist. Kies een goedkeuringsoptie hieronder:" }, + "deviceApprovalRequiredV2": { + "message": "Toestemming apparaat vereist" + }, + "selectAnApprovalOptionBelow": { + "message": "Kies hieronder een goedkeuringsoptie" + }, "rememberThisDevice": { "message": "Dit apparaat onthouden" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "Gebruikerse-mailadres ontbreekt" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "E-mailadres voor actieve gebruiker niet gevonden. Je wordt uitgelogd." + }, "deviceTrusted": { "message": "Vertrouwd apparaat" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Toegang verkrijgen" }, + "loggedInExclamation": { + "message": "Ingelogd!" + }, "passkeyNotCopied": { "message": "Passkey wordt niet gekopieerd" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filters" }, + "filterVault": { + "message": "Filter kluis" + }, + "filterApplied": { + "message": "Eén filter toegepast" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters toegepast", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Persoonlijke gegevens" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Gegenereerd wachtwoord" + }, + "compactMode": { + "message": "Compacte modus" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/nn/messages.json b/apps/browser/src/_locales/nn/messages.json index a4668a65ad..0ae9d0617f 100644 --- a/apps/browser/src/_locales/nn/messages.json +++ b/apps/browser/src/_locales/nn/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Secure notes" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "Clear", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Generate email" }, - "generatorBoundariesHint": { - "message": "Value must be between $MIN$ and $MAX$", + "spinboxBoundariesHint": { + "message": "Value must be between $MIN$ and $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ characters or more to generate a strong password.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Username type" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Resend notification" }, + "viewAllLogInOptions": { + "message": "View all log in options" + }, "viewAllLoginOptions": { "message": "View all log in options" }, "notificationSentDevice": { "message": "A notification has been sent to your device." }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "Login initiated" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Opens in a new window" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Device approval required. Select an approval option below:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Remember this device" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "User email missing" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Device trusted" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Accessing" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Passkey will not be copied" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filters" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Personal details" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generated password" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/or/messages.json b/apps/browser/src/_locales/or/messages.json index a4668a65ad..0ae9d0617f 100644 --- a/apps/browser/src/_locales/or/messages.json +++ b/apps/browser/src/_locales/or/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Secure notes" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "Clear", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Generate email" }, - "generatorBoundariesHint": { - "message": "Value must be between $MIN$ and $MAX$", + "spinboxBoundariesHint": { + "message": "Value must be between $MIN$ and $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ characters or more to generate a strong password.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Username type" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Resend notification" }, + "viewAllLogInOptions": { + "message": "View all log in options" + }, "viewAllLoginOptions": { "message": "View all log in options" }, "notificationSentDevice": { "message": "A notification has been sent to your device." }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "Login initiated" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Opens in a new window" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Device approval required. Select an approval option below:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Remember this device" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "User email missing" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Device trusted" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Accessing" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Passkey will not be copied" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filters" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Personal details" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generated password" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/pl/messages.json b/apps/browser/src/_locales/pl/messages.json index b8a1f1a2e0..bdfad0f7a7 100644 --- a/apps/browser/src/_locales/pl/messages.json +++ b/apps/browser/src/_locales/pl/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Bezpieczne notatki" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "Wyczyść", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Generate email" }, - "generatorBoundariesHint": { - "message": "Value must be between $MIN$ and $MAX$", + "spinboxBoundariesHint": { + "message": "Value must be between $MIN$ and $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ characters or more to generate a strong password.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Rodzaj nazwy użytkownika" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Wyślij ponownie powiadomienie" }, + "viewAllLogInOptions": { + "message": "View all log in options" + }, "viewAllLoginOptions": { "message": "Zobacz wszystkie sposoby logowania" }, "notificationSentDevice": { "message": "Powiadomienie zostało wysłane na urządzenie." }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "Logowanie rozpoczęte" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Otwiera w nowym oknie" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Wymagane zatwierdzenie urządzenia. Wybierz opcję zatwierdzenia poniżej:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Zapamiętaj to urządzenie" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "Brak adresu e-mail użytkownika" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Zaufano urządzeniu" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Uzyskiwanie dostępu" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Passkey nie zostanie skopiowany" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filtry" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Dane osobowe" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generated password" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/pt_BR/messages.json b/apps/browser/src/_locales/pt_BR/messages.json index 6bdb8fc331..d9ee8086a5 100644 --- a/apps/browser/src/_locales/pt_BR/messages.json +++ b/apps/browser/src/_locales/pt_BR/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Notas seguras" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "Limpar", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Gerar e-mail" }, - "generatorBoundariesHint": { - "message": "Valor deve ser entre $MIN$ e $MAX$", + "spinboxBoundariesHint": { + "message": "Valor deve ser entre $MIN$ e $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ caracteres ou mais para gerar uma senha forte.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use palavras $RECOMMENDED$ ou mais para gerar uma frase secreta forte.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Tipo de usuário" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Reenviar notificação" }, + "viewAllLogInOptions": { + "message": "View all log in options" + }, "viewAllLoginOptions": { "message": "Ver todas as opções de login" }, "notificationSentDevice": { "message": "Uma notificação foi enviada para seu dispositivo." }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "Login iniciado" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Abrir em uma nova janela" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Aprovação do dispositivo necessária. Selecione uma opção de aprovação abaixo:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Lembrar deste dispositivo" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "E-mail do usuário ausente" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Dispositivo confiável" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Acessando" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "A chave de acesso não será copiada" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filtros" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Detalhes pessoais" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Senha gerada" + }, + "compactMode": { + "message": "Modo compacto" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/pt_PT/messages.json b/apps/browser/src/_locales/pt_PT/messages.json index f7197d512d..f2498bdfff 100644 --- a/apps/browser/src/_locales/pt_PT/messages.json +++ b/apps/browser/src/_locales/pt_PT/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Notas seguras" }, + "sshKeys": { + "message": "Chaves SSH" + }, "clear": { "message": "Limpar", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Gerar e-mail" }, - "generatorBoundariesHint": { - "message": "O valor deve estar entre $MIN$ e $MAX$", + "spinboxBoundariesHint": { + "message": "O valor deve estar entre $MIN$ e $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Utilize $RECOMMENDED$ caracteres ou mais para gerar uma palavra-passe forte.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Utilize $RECOMMENDED$ palavras ou mais para gerar uma frase de acesso forte.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Tipo de nome de utilizador" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Reenviar notificação" }, + "viewAllLogInOptions": { + "message": "Ver todas as opções de início de sessão" + }, "viewAllLoginOptions": { "message": "Ver todas as opções de início de sessão" }, "notificationSentDevice": { "message": "Foi enviada uma notificação para o seu dispositivo." }, + "aNotificationWasSentToYourDevice": { + "message": "Foi enviada uma notificação para o seu dispositivo" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Certifique-se de que a sua conta está desbloqueada e que a frase de impressão digital corresponde à do outro dispositivo" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "Será notificado quando o pedido for aprovado" + }, + "needAnotherOptionV1": { + "message": "Precisa de outra opção?" + }, "loginInitiated": { "message": "A preparar o início de sessão" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Abrir numa nova janela" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Memorizar este dispositivo para facilitar futuros inícios de sessão" + }, "deviceApprovalRequired": { "message": "É necessária a aprovação do dispositivo. Selecione uma opção de aprovação abaixo:" }, + "deviceApprovalRequiredV2": { + "message": "Aprovação do dispositivo necessária" + }, + "selectAnApprovalOptionBelow": { + "message": "Selecione uma opção de aprovação abaixo" + }, "rememberThisDevice": { "message": "Lembrar este dispositivo" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "E-mail do utilizador em falta" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "O e-mail do utilizador ativo não foi encontrado. A terminar a sessão." + }, "deviceTrusted": { "message": "Dispositivo de confiança" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "A aceder" }, + "loggedInExclamation": { + "message": "Sessão iniciada!" + }, "passkeyNotCopied": { "message": "A chave de acesso não será copiada" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filtros" }, + "filterVault": { + "message": "Filtrar cofre" + }, + "filterApplied": { + "message": "Um filtro aplicado" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filtros aplicados", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Dados pessoais" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Palavra-passe gerada" + }, + "compactMode": { + "message": "Modo compacto" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/ro/messages.json b/apps/browser/src/_locales/ro/messages.json index 29ee5bf4b4..980341b49f 100644 --- a/apps/browser/src/_locales/ro/messages.json +++ b/apps/browser/src/_locales/ro/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Note securizate" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "Ștergere", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Generate email" }, - "generatorBoundariesHint": { - "message": "Value must be between $MIN$ and $MAX$", + "spinboxBoundariesHint": { + "message": "Value must be between $MIN$ and $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ characters or more to generate a strong password.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Tip de nume de utilizator" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Reîntoarceți notificarea" }, + "viewAllLogInOptions": { + "message": "View all log in options" + }, "viewAllLoginOptions": { "message": "Afișați toate opțiunile de conectare" }, "notificationSentDevice": { "message": "O notificare a fost trimisă pe dispozitivul dvs." }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "Conectare inițiată" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Se deschide într-o nouă fereastră" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Este necesară aprobarea dispozitivului. Selectați o opțiune de autorizare de mai jos:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Memorizează acest dispozitiv" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "Lipsește e-mailul utilizatorului" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Dispozitiv de încredere" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Accessing" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Passkey will not be copied" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filters" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Personal details" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generated password" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/ru/messages.json b/apps/browser/src/_locales/ru/messages.json index dd6f067f11..87b523cd89 100644 --- a/apps/browser/src/_locales/ru/messages.json +++ b/apps/browser/src/_locales/ru/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Защищенные заметки" }, + "sshKeys": { + "message": "Ключи SSH" + }, "clear": { "message": "Очистить", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Сгенерировать email" }, - "generatorBoundariesHint": { - "message": "Значение должно быть между $MIN$ и $MAX$", + "spinboxBoundariesHint": { + "message": "Значение должно быть между $MIN$ и $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Для создания надежного пароля используйте $RECOMMENDED$ символов или больше.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Для создания надежной парольной фразы используйте $RECOMMENDED$ слов или больше.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Тип имени пользователя" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Отправить уведомление повторно" }, + "viewAllLogInOptions": { + "message": "Посмотреть все варианты авторизации" + }, "viewAllLoginOptions": { "message": "Посмотреть все варианты авторизации" }, "notificationSentDevice": { "message": "На ваше устройство отправлено уведомление." }, + "aNotificationWasSentToYourDevice": { + "message": "На ваше устройство было отправлено уведомление" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Убедитесь, что ваш аккаунт разблокирован и фраза отпечатка совпадает с фразой на другом устройстве" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "Вы получите уведомление, когда запрос будет одобрен" + }, + "needAnotherOptionV1": { + "message": "Нужен другой вариант?" + }, "loginInitiated": { "message": "Вход инициирован" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Откроется в новом окне" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Требуется одобрение устройства. Выберите вариант ниже:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Запомнить это устройство" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "Отсутствует email пользователя" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Доверенное устройство" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Доступ" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Passkey не будет скопирован" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Фильтры" }, + "filterVault": { + "message": "Фильтр хранилища" + }, + "filterApplied": { + "message": "Применен один фильтр" + }, + "filterAppliedPlural": { + "message": "Применено фильтров: $COUNT$", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Личные данные" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Сгенерированный пароль" + }, + "compactMode": { + "message": "Компактный режим" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/si/messages.json b/apps/browser/src/_locales/si/messages.json index d642e31ba2..4d1eeebc1f 100644 --- a/apps/browser/src/_locales/si/messages.json +++ b/apps/browser/src/_locales/si/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "ආරක්ෂිත සටහන්" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "පැහැදිලි", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Generate email" }, - "generatorBoundariesHint": { - "message": "Value must be between $MIN$ and $MAX$", + "spinboxBoundariesHint": { + "message": "Value must be between $MIN$ and $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ characters or more to generate a strong password.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Username type" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Resend notification" }, + "viewAllLogInOptions": { + "message": "View all log in options" + }, "viewAllLoginOptions": { "message": "View all log in options" }, "notificationSentDevice": { "message": "A notification has been sent to your device." }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "Login initiated" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Opens in a new window" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Device approval required. Select an approval option below:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Remember this device" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "User email missing" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Device trusted" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Accessing" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Passkey will not be copied" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filters" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Personal details" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generated password" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/sk/messages.json b/apps/browser/src/_locales/sk/messages.json index 9c8a303116..d44be0f59c 100644 --- a/apps/browser/src/_locales/sk/messages.json +++ b/apps/browser/src/_locales/sk/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Zabezpečené poznámky" }, + "sshKeys": { + "message": "Kľúče SSH" + }, "clear": { "message": "Vyčistiť", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Generovať e-mail" }, - "generatorBoundariesHint": { - "message": "Hodnota musí byť medzi $MIN$ a $MAX$", + "spinboxBoundariesHint": { + "message": "Hodnota musí byť medzi $MIN$ a $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Na vytvorenie silného hesla použite $RECOMMENDED$ znakov alebo viac.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Na vytvorenie silnej prístupovej frázy použite $RECOMMENDED$ slov alebo viac.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Typ používateľského mena" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Znova odoslať upozornenie" }, + "viewAllLogInOptions": { + "message": "Zobraziť všetky možnosti prihlásenia" + }, "viewAllLoginOptions": { "message": "Zobraziť všetky možnosti prihlásenia" }, "notificationSentDevice": { "message": "Do vášho zariadenia bolo odoslané upozornenie." }, + "aNotificationWasSentToYourDevice": { + "message": "Do vášho zariadenia bolo odoslané upozornenie" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Uistite sa, že je váš účet odomknutý a fráza odtlačku prsta sa zhoduje s frázou na druhom zariadení" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "Po schválení žiadosti budete informovaní" + }, + "needAnotherOptionV1": { + "message": "Potrebujete inú možnosť?" + }, "loginInitiated": { "message": "Iniciované prihlásenie" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Otvárať v novom okne" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Vyžaduje sa schválenie zariadenia. Vyberte možnosť schválenia nižšie:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Zapamätať si toto zariadenie" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "Chýba e-mail používateľa" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Dôveryhodné zariadenie" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Pristupovanie" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Prístupový kód sa neskopíruje" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filtre" }, + "filterVault": { + "message": "Filtrovať trezor" + }, + "filterApplied": { + "message": "Bol použitý jeden filter" + }, + "filterAppliedPlural": { + "message": "Použitých filtrov ($COUNT$)", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Osobné údaje" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Vygenerované heslo" + }, + "compactMode": { + "message": "Kompaktný režim" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/sl/messages.json b/apps/browser/src/_locales/sl/messages.json index 24ad943bcc..2ec14a1c5a 100644 --- a/apps/browser/src/_locales/sl/messages.json +++ b/apps/browser/src/_locales/sl/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Zavarovani zapiski" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "Počisti", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Generate email" }, - "generatorBoundariesHint": { - "message": "Value must be between $MIN$ and $MAX$", + "spinboxBoundariesHint": { + "message": "Value must be between $MIN$ and $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ characters or more to generate a strong password.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Vrsta uporabniškega imena" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Resend notification" }, + "viewAllLogInOptions": { + "message": "View all log in options" + }, "viewAllLoginOptions": { "message": "View all log in options" }, "notificationSentDevice": { "message": "A notification has been sent to your device." }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "Login initiated" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Odpre se v novem oknu" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Device approval required. Select an approval option below:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Remember this device" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "User email missing" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Device trusted" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Accessing" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Passkey will not be copied" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filters" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Personal details" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generated password" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/sr/messages.json b/apps/browser/src/_locales/sr/messages.json index d39949ecd0..112ba3ca3f 100644 --- a/apps/browser/src/_locales/sr/messages.json +++ b/apps/browser/src/_locales/sr/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Сигурносне белешке" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "Очисти", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Генеришите имејл" }, - "generatorBoundariesHint": { - "message": "Вредност мора бити између $MIN$ и $MAX$", + "spinboxBoundariesHint": { + "message": "Value must be between $MIN$ and $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ characters or more to generate a strong password.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Тип имена" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Поново послати обавештење" }, + "viewAllLogInOptions": { + "message": "View all log in options" + }, "viewAllLoginOptions": { "message": "Погледајте сав извештај у опције" }, "notificationSentDevice": { "message": "Обавештење је послато на ваш уређај." }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "Пријава је покренута" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Отвара се у новом прозору" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Потребно је одобрење уређаја. Изаберите опцију одобрења испод:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Запамти овај уређај" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "Недостаје имејл корисника" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Уређај поуздан" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Приступ" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Приступни кључ неће бити копиран" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Филтери" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Личне информације" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generated password" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/sv/messages.json b/apps/browser/src/_locales/sv/messages.json index e64855b383..96bcac046f 100644 --- a/apps/browser/src/_locales/sv/messages.json +++ b/apps/browser/src/_locales/sv/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Säkra anteckningar" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "Rensa", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Generate email" }, - "generatorBoundariesHint": { - "message": "Value must be between $MIN$ and $MAX$", + "spinboxBoundariesHint": { + "message": "Värde måste vara mellan $MIN$ och $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Använd minst $RECOMMENDED$ tecken för att generera ett starkt lösenord.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Använd minst $RECOMMENDED$ ord för att generera en stark lösenfras.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Typ av användarnamn" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Skicka avisering igen" }, + "viewAllLogInOptions": { + "message": "Visa alla inloggningsalternativ" + }, "viewAllLoginOptions": { "message": "Visa alla inloggningsalternativ" }, "notificationSentDevice": { "message": "En avisering har skickats till din enhet." }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "Inloggning påbörjad" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Öppnas i ett nytt fönster" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Device approval required. Select an approval option below:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Kom ihåg denna enhet" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "Användarens e-postadress saknas" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Enhet betrodd" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Accessing" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Lösennyckeln kommer inte kopieras" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filters" }, + "filterVault": { + "message": "Filtrera valv" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Personal details" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generated password" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/te/messages.json b/apps/browser/src/_locales/te/messages.json index a4668a65ad..0ae9d0617f 100644 --- a/apps/browser/src/_locales/te/messages.json +++ b/apps/browser/src/_locales/te/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Secure notes" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "Clear", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Generate email" }, - "generatorBoundariesHint": { - "message": "Value must be between $MIN$ and $MAX$", + "spinboxBoundariesHint": { + "message": "Value must be between $MIN$ and $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ characters or more to generate a strong password.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Username type" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Resend notification" }, + "viewAllLogInOptions": { + "message": "View all log in options" + }, "viewAllLoginOptions": { "message": "View all log in options" }, "notificationSentDevice": { "message": "A notification has been sent to your device." }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "Login initiated" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Opens in a new window" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Device approval required. Select an approval option below:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Remember this device" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "User email missing" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Device trusted" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Accessing" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Passkey will not be copied" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filters" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Personal details" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generated password" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/th/messages.json b/apps/browser/src/_locales/th/messages.json index ecac21c82b..540513662f 100644 --- a/apps/browser/src/_locales/th/messages.json +++ b/apps/browser/src/_locales/th/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Secure Notes" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "ลบทิ้ง", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Generate email" }, - "generatorBoundariesHint": { - "message": "Value must be between $MIN$ and $MAX$", + "spinboxBoundariesHint": { + "message": "Value must be between $MIN$ and $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ characters or more to generate a strong password.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Username type" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Resend notification" }, + "viewAllLogInOptions": { + "message": "View all log in options" + }, "viewAllLoginOptions": { "message": "View all log in options" }, "notificationSentDevice": { "message": "A notification has been sent to your device." }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "Login initiated" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Opens in a new window" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Device approval required. Select an approval option below:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Remember this device" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "User email missing" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Device trusted" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Accessing" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Passkey will not be copied" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filters" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Personal details" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generated password" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/tr/messages.json b/apps/browser/src/_locales/tr/messages.json index 7c67428539..eebefd2bd2 100644 --- a/apps/browser/src/_locales/tr/messages.json +++ b/apps/browser/src/_locales/tr/messages.json @@ -20,16 +20,16 @@ "message": "Hesap oluştur" }, "newToBitwarden": { - "message": "New to Bitwarden?" + "message": "Bitwarden'da yeni misiniz?" }, "logInWithPasskey": { - "message": "Log in with passkey" + "message": "Geçiş anahtarıyla giriş yap" }, "useSingleSignOn": { - "message": "Use single sign-on" + "message": "Çoklu oturum açma kullan" }, "welcomeBack": { - "message": "Welcome back" + "message": "Tekrar hoş geldiniz" }, "setAStrongPassword": { "message": "Güçlü bir parola belirleyin" @@ -120,7 +120,7 @@ "message": "Parolayı kopyala" }, "copyPassphrase": { - "message": "Copy passphrase" + "message": "Parolayı kopyala" }, "copyNote": { "message": "Notu kopyala" @@ -153,13 +153,13 @@ "message": "Ruhsat numarasını kopyala" }, "copyPrivateKey": { - "message": "Copy private key" + "message": "Özel anahtarı kopyala" }, "copyPublicKey": { - "message": "Copy public key" + "message": "Ortak anahtarı kopyala" }, "copyFingerprint": { - "message": "Copy fingerprint" + "message": "Parmak izini kopyala" }, "copyCustomField": { "message": "$FIELD$ alanını kopyala", @@ -177,7 +177,7 @@ "message": "Notları kopyala" }, "fill": { - "message": "Fill", + "message": "Doldur", "description": "This string is used on the vault page to indicate autofilling. Horizontal space is limited in the interface here so try and keep translations as concise as possible." }, "autoFill": { @@ -327,7 +327,7 @@ "message": "Bitwarden Authenticator" }, "continueToAuthenticatorPageDesc": { - "message": "Bitwarden Authenticator allows you to store authenticator keys and generate TOTP codes for 2-step verification flows. Learn more on the bitwarden.com website" + "message": "Bitwarden Authenticator, kimlik doğrulama anahtarlarınızı saklama ve 2 aşamalı doğrulama akışları için TOTP anahtarı üretme imkânı sağlar. Bilgi almak için bitwarden.com sitesini ziyaret edin" }, "bitwardenSecretsManager": { "message": "Bitwarden Secrets Manager" @@ -436,7 +436,7 @@ "message": "Parola oluştur" }, "generatePassphrase": { - "message": "Generate passphrase" + "message": "Parola üret" }, "regeneratePassword": { "message": "Yeni parola oluştur" @@ -600,7 +600,7 @@ "message": "Web sitesini aç" }, "launchWebsiteName": { - "message": "Launch website $ITEMNAME$", + "message": "$ITEMNAME$ sitesini aç", "placeholders": { "itemname": { "content": "$1", @@ -855,7 +855,7 @@ "message": "Giriş yap" }, "logInToBitwarden": { - "message": "Log in to Bitwarden" + "message": "Bitwarden'a giriş yapın" }, "restartRegistration": { "message": "Kaydı yeniden başlat" @@ -1265,7 +1265,7 @@ "message": "Premium üyeliği bitwarden.com web kasası üzerinden satın alabilirsiniz. Şimdi siteye gitmek ister misiniz?" }, "premiumPurchaseAlertV2": { - "message": "You can purchase Premium from your account settings on the Bitwarden web app." + "message": "Bitwarden web uygulamasındaki hesap ayarlarınızdan Premium abonelik satın alabilirsiniz." }, "premiumCurrentMember": { "message": "Premium üyesiniz!" @@ -1433,7 +1433,7 @@ "message": "Sunucu URL'si" }, "selfHostBaseUrl": { - "message": "Self-host server URL", + "message": "Kendi kendine barındırılan sunucu URL'si", "description": "Label for field requesting a self-hosted integration service URL" }, "apiUrl": { @@ -1774,7 +1774,7 @@ "message": "Kimlik" }, "typeSshKey": { - "message": "SSH key" + "message": "SSH anahtarı" }, "newItemHeader": { "message": "Yeni $TYPE$", @@ -1807,13 +1807,13 @@ "message": "Parola geçmişi" }, "generatorHistory": { - "message": "Generator history" + "message": "Üreteç geçmişi" }, "clearGeneratorHistoryTitle": { - "message": "Clear generator history" + "message": "Üreteç geçmişini temizle" }, "cleargGeneratorHistoryDescription": { - "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + "message": "Devam ederseniz üreteç geçmişindeki tüm kayıtlar kalıcı olarak silinecektir. Devam etmek istediğinizden emin misiniz?" }, "back": { "message": "Geri" @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Güvenli notlar" }, + "sshKeys": { + "message": "SSH anahtarları" + }, "clear": { "message": "Temizle", "description": "To clear something out. example: To clear browser history." @@ -1932,10 +1935,10 @@ "message": "Geçmişi temizle" }, "nothingToShow": { - "message": "Nothing to show" + "message": "Gösterilecek bir şey yok" }, "nothingGeneratedRecently": { - "message": "You haven't generated anything recently" + "message": "Yakın zamanda herhangi bir şey üretmediniz" }, "remove": { "message": "Kaldır" @@ -2228,10 +2231,10 @@ "message": "Tamam" }, "errorRefreshingAccessToken": { - "message": "Access Token Refresh Error" + "message": "Erişim Anahtarı Yenileme Hatası" }, "errorRefreshingAccessTokenDesc": { - "message": "No refresh token or API keys found. Please try logging out and logging back in." + "message": "Yenileme veya API anahtarı bulunamadı. Lütfen çıkış yapıp tekrar giriş yapmayı deneyin." }, "desktopSyncVerificationTitle": { "message": "Masaüstü eşitleme doğrulaması" @@ -2524,7 +2527,7 @@ "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "sendPasswordDescV3": { - "message": "Add an optional password for recipients to access this Send.", + "message": "Alıcıların bu Send'e erişmesi için isterseniz parola ekleyebilirsiniz.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "sendNotesDesc": { @@ -2887,10 +2890,10 @@ "message": "Kullanıcı adı oluştur" }, "generateEmail": { - "message": "Generate email" + "message": "E-posta üret" }, - "generatorBoundariesHint": { - "message": "Value must be between $MIN$ and $MAX$", + "spinboxBoundariesHint": { + "message": "Değer $MIN$ ile $MAX$ arasında olmalıdır.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ characters or more to generate a strong password.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Kullanıcı adı türü" }, @@ -2944,11 +2967,11 @@ "message": "Harici bir yönlendirme servisiyle e-posta maskesi oluştur." }, "forwarderDomainName": { - "message": "Email domain", + "message": "E-posta alan adı", "description": "Labels the domain name email forwarder service option" }, "forwarderDomainNameHint": { - "message": "Choose a domain that is supported by the selected service", + "message": "Seçtiğiniz servisin desteklediği bir alan adı seçin", "description": "Guidance provided for email forwarding services that support multiple email domains." }, "forwarderError": { @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Bildirimi yeniden gönder" }, + "viewAllLogInOptions": { + "message": "Tüm giriş seçeneklerini gör" + }, "viewAllLoginOptions": { "message": "Tüm giriş seçeneklerini gör" }, "notificationSentDevice": { "message": "Cihazınıza bir bildirim gönderildi." }, + "aNotificationWasSentToYourDevice": { + "message": "Cihazınıza bir bildirim gönderildi" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Lütfen hesabınızın kilidinin açık olduğundan ve parmak izi ifadesinin diğer cihazla eşleştiğinden emin olun" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "İsteğiniz onaylanınca size haber vereceğiz" + }, + "needAnotherOptionV1": { + "message": "Başka bir seçeneğe mi ihtiyacınız var?" + }, "loginInitiated": { "message": "Giriş başlatıldı" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Yeni pencerede açılır" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Cihaz onayı gerekiyor. Lütfen onay yönteminizi seçin:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Bu cihazı hatırla" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "Kullanıcının e-postası eksik" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Cihaza güvenildi" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Accessing" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Geçiş anahtarı kopyalanmayacak" }, @@ -3786,7 +3839,7 @@ "message": "Bu siteyle eşleşen hesap bulunamadı" }, "searchSavePasskeyNewLogin": { - "message": "Search or save passkey as new login" + "message": "Geçiş anahtarı ara veya yeni hesap olarak kaydet" }, "confirm": { "message": "Onayla" @@ -4252,6 +4305,21 @@ "filters": { "message": "Filtreler" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Kişisel bilgiler" }, @@ -4576,13 +4644,13 @@ "message": "Kayıt konumu" }, "fileSend": { - "message": "File Send" + "message": "Dosya Send'i" }, "fileSends": { "message": "Dosya Send'leri" }, "textSend": { - "message": "Text Send" + "message": "Metin Send'i" }, "textSends": { "message": "Metin Send'leri" @@ -4606,28 +4674,28 @@ "message": "Bu ayara kurumsal ilke gereksinimleri uygulandı" }, "sshPrivateKey": { - "message": "Private key" + "message": "Özel anahtar" }, "sshPublicKey": { - "message": "Public key" + "message": "Ortak anahtar" }, "sshFingerprint": { - "message": "Fingerprint" + "message": "Parmak izi" }, "sshKeyAlgorithm": { - "message": "Key type" + "message": "Anahtar türü" }, "sshKeyAlgorithmED25519": { "message": "ED25519" }, "sshKeyAlgorithmRSA2048": { - "message": "RSA 2048-Bit" + "message": "RSA 2048 bit" }, "sshKeyAlgorithmRSA3072": { - "message": "RSA 3072-Bit" + "message": "RSA 3072 bit" }, "sshKeyAlgorithmRSA4096": { - "message": "RSA 4096-Bit" + "message": "RSA 4096 bit" }, "retry": { "message": "Yeniden dene" @@ -4672,19 +4740,19 @@ "message": "Kimlik doğrulanıyor" }, "fillGeneratedPassword": { - "message": "Fill generated password", + "message": "Üretilen parolayı doldur", "description": "Heading for the password generator within the inline menu" }, "passwordRegenerated": { - "message": "Password regenerated", + "message": "Parola yeniden üretildi", "description": "Notification message for when a password has been regenerated" }, "saveLoginToBitwarden": { - "message": "Save login to Bitwarden?", + "message": "Hesap Bitwarden'a kaydedilsin mi?", "description": "Confirmation message for saving a login to Bitwarden" }, "spaceCharacterDescriptor": { - "message": "Space", + "message": "Boşluk", "description": "Represents the space key in screen reader content as a readable word" }, "tildeCharacterDescriptor": { @@ -4692,136 +4760,142 @@ "description": "Represents the ~ key in screen reader content as a readable word" }, "backtickCharacterDescriptor": { - "message": "Backtick", + "message": "Ters tırnak", "description": "Represents the ` key in screen reader content as a readable word" }, "exclamationCharacterDescriptor": { - "message": "Exclamation mark", + "message": "Ünlem işareti", "description": "Represents the ! key in screen reader content as a readable word" }, "atSignCharacterDescriptor": { - "message": "At sign", + "message": "At işareti", "description": "Represents the @ key in screen reader content as a readable word" }, "hashSignCharacterDescriptor": { - "message": "Hash sign", + "message": "Kare işareti", "description": "Represents the # key in screen reader content as a readable word" }, "dollarSignCharacterDescriptor": { - "message": "Dollar sign", + "message": "Dolar işareti", "description": "Represents the $ key in screen reader content as a readable word" }, "percentSignCharacterDescriptor": { - "message": "Percent sign", + "message": "Yüzde işareti", "description": "Represents the % key in screen reader content as a readable word" }, "caretCharacterDescriptor": { - "message": "Caret", + "message": "Düzeltme işareti", "description": "Represents the ^ key in screen reader content as a readable word" }, "ampersandCharacterDescriptor": { - "message": "Ampersand", + "message": "Ve işareti", "description": "Represents the & key in screen reader content as a readable word" }, "asteriskCharacterDescriptor": { - "message": "Asterisk", + "message": "Yıldız işareti", "description": "Represents the * key in screen reader content as a readable word" }, "parenLeftCharacterDescriptor": { - "message": "Left parenthesis", + "message": "Sol parantez", "description": "Represents the ( key in screen reader content as a readable word" }, "parenRightCharacterDescriptor": { - "message": "Right parenthesis", + "message": "Sağ parantez", "description": "Represents the ) key in screen reader content as a readable word" }, "hyphenCharacterDescriptor": { - "message": "Underscore", + "message": "Alt çizgi", "description": "Represents the _ key in screen reader content as a readable word" }, "underscoreCharacterDescriptor": { - "message": "Hyphen", + "message": "Tire", "description": "Represents the - key in screen reader content as a readable word" }, "plusCharacterDescriptor": { - "message": "Plus", + "message": "Artı", "description": "Represents the + key in screen reader content as a readable word" }, "equalsCharacterDescriptor": { - "message": "Equals", + "message": "Eşittir", "description": "Represents the = key in screen reader content as a readable word" }, "braceLeftCharacterDescriptor": { - "message": "Left brace", + "message": "Sol küme parantezi", "description": "Represents the { key in screen reader content as a readable word" }, "braceRightCharacterDescriptor": { - "message": "Right brace", + "message": "Sağ küme parantezi", "description": "Represents the } key in screen reader content as a readable word" }, "bracketLeftCharacterDescriptor": { - "message": "Left bracket", + "message": "Sol köşeli parantez", "description": "Represents the [ key in screen reader content as a readable word" }, "bracketRightCharacterDescriptor": { - "message": "Right bracket", + "message": "Sağ köşeli parantez", "description": "Represents the ] key in screen reader content as a readable word" }, "pipeCharacterDescriptor": { - "message": "Pipe", + "message": "Çubuk", "description": "Represents the | key in screen reader content as a readable word" }, "backSlashCharacterDescriptor": { - "message": "Back slash", + "message": "Ters eğik çizgi", "description": "Represents the back slash key in screen reader content as a readable word" }, "colonCharacterDescriptor": { - "message": "Colon", + "message": "İki nokta", "description": "Represents the : key in screen reader content as a readable word" }, "semicolonCharacterDescriptor": { - "message": "Semicolon", + "message": "Noktalı virgül", "description": "Represents the ; key in screen reader content as a readable word" }, "doubleQuoteCharacterDescriptor": { - "message": "Double quote", + "message": "Çift tırnak", "description": "Represents the double quote key in screen reader content as a readable word" }, "singleQuoteCharacterDescriptor": { - "message": "Single quote", + "message": "Tek tırnak", "description": "Represents the ' key in screen reader content as a readable word" }, "lessThanCharacterDescriptor": { - "message": "Less than", + "message": "Küçüktür", "description": "Represents the < key in screen reader content as a readable word" }, "greaterThanCharacterDescriptor": { - "message": "Greater than", + "message": "Büyüktür", "description": "Represents the > key in screen reader content as a readable word" }, "commaCharacterDescriptor": { - "message": "Comma", + "message": "Virgül", "description": "Represents the , key in screen reader content as a readable word" }, "periodCharacterDescriptor": { - "message": "Period", + "message": "Nokta", "description": "Represents the . key in screen reader content as a readable word" }, "questionCharacterDescriptor": { - "message": "Question mark", + "message": "Soru işareti", "description": "Represents the ? key in screen reader content as a readable word" }, "forwardSlashCharacterDescriptor": { - "message": "Forward slash", + "message": "Bölü işareti", "description": "Represents the / key in screen reader content as a readable word" }, "lowercaseAriaLabel": { - "message": "Lowercase" + "message": "Küçük harf" }, "uppercaseAriaLabel": { - "message": "Uppercase" + "message": "Büyük harf" }, "generatedPassword": { - "message": "Generated password" + "message": "Üretilen parola" + }, + "compactMode": { + "message": "Kompakt mod" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/uk/messages.json b/apps/browser/src/_locales/uk/messages.json index f0de5d7f4d..914541bb4a 100644 --- a/apps/browser/src/_locales/uk/messages.json +++ b/apps/browser/src/_locales/uk/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Захищені нотатки" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "Стерти", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Генерувати е-пошту" }, - "generatorBoundariesHint": { - "message": "Значення має бути між $MIN$ та $MAX$", + "spinboxBoundariesHint": { + "message": "Значення має бути між $MIN$ та $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Використовуйте $RECOMMENDED$ або більше символів, щоб згенерувати надійний пароль.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Використовуйте $RECOMMENDED$ або більше слів, щоб згенерувати надійну парольну фразу.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Тип імені користувача" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Надіслати сповіщення ще раз" }, + "viewAllLogInOptions": { + "message": "Переглянути всі варіанти входу" + }, "viewAllLoginOptions": { "message": "Переглянути всі варіанти входу" }, "notificationSentDevice": { "message": "Сповіщення було надіслано на ваш пристрій." }, + "aNotificationWasSentToYourDevice": { + "message": "Сповіщення надіслано на ваш пристрій" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Переконайтеся, що ваш обліковий запис розблоковано і фраза відбитка на іншому пристрої збігається" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "Після схвалення запиту ви отримаєте сповіщення" + }, + "needAnotherOptionV1": { + "message": "Потрібен інший варіант?" + }, "loginInitiated": { "message": "Ініційовано вхід" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Відкривається у новому вікні" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Необхідне підтвердження пристрою. Виберіть варіант підтвердження нижче:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Запам'ятати цей пристрій" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "Немає адреси електронної пошти" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Довірений пристрій" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Доступ" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Ключ доступу не буде скопійовано" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Фільтри" }, + "filterVault": { + "message": "Фільтр сховища" + }, + "filterApplied": { + "message": "Застосовано один фільтр" + }, + "filterAppliedPlural": { + "message": "Застосовані фільтри: $COUNT$", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Особисті дані" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Згенерований пароль" + }, + "compactMode": { + "message": "Компактний режим" + }, + "beta": { + "message": "Бета" } } diff --git a/apps/browser/src/_locales/vi/messages.json b/apps/browser/src/_locales/vi/messages.json index 05038eb112..16120158b0 100644 --- a/apps/browser/src/_locales/vi/messages.json +++ b/apps/browser/src/_locales/vi/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "Ghi chú bảo mật" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "Xoá", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Generate email" }, - "generatorBoundariesHint": { - "message": "Value must be between $MIN$ and $MAX$", + "spinboxBoundariesHint": { + "message": "Value must be between $MIN$ and $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ characters or more to generate a strong password.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "Loại tên người dùng" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "Gửi lại thông báo" }, + "viewAllLogInOptions": { + "message": "View all log in options" + }, "viewAllLoginOptions": { "message": "Xem tất cả tùy chọn đăng nhập" }, "notificationSentDevice": { "message": "Một thông báo đã được gửi đến thiết bị của bạn." }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "Bắt đầu đăng nhập" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "Mở trong cửa sổ mới" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "Yêu cầu phê duyệt thiết bị. Chọn một tuỳ chọn phê duyệt bên dưới:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "Lưu thiết bị này" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "Thiếu email người dùng" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "Thiết bị tin cậy" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Accessing" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "Không thể sao chép mã khoá" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Bộ lọc" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Thông tin cá nhân" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generated password" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } } diff --git a/apps/browser/src/_locales/zh_CN/messages.json b/apps/browser/src/_locales/zh_CN/messages.json index ad92ca8bba..67211476ae 100644 --- a/apps/browser/src/_locales/zh_CN/messages.json +++ b/apps/browser/src/_locales/zh_CN/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "安全笔记" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "清除", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "生成电子邮件地址" }, - "generatorBoundariesHint": { - "message": "值必须在 $MIN$ 和 $MAX$ 之间", + "spinboxBoundariesHint": { + "message": "值必须在 $MIN$ 和 $MAX$ 之间。", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " 使用 $RECOMMENDED$ 或更多个字符生成强大的密码。", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " 使用 $RECOMMENDED$ 或更多个单词生成强大的密码短语。", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "用户名类型" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "重新发送通知" }, + "viewAllLogInOptions": { + "message": "查看所有登录选项" + }, "viewAllLoginOptions": { "message": "查看所有登录选项" }, "notificationSentDevice": { "message": "通知已发送到您的设备。" }, + "aNotificationWasSentToYourDevice": { + "message": "通知已发送到您的设备" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "确保您的账户已解锁,并且指纹短语与其他设备上的相匹配。" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "请求获得批准后,您将收到通知" + }, + "needAnotherOptionV1": { + "message": "需要其他选项吗?" + }, "loginInitiated": { "message": "登录已发起" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "在新窗口中打开" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "需要设备批准。请在下面选择一个批准选项:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "记住此设备" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "缺少用户电子邮件" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "设备已信任" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "正在访问" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "通行密钥不会被复制" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "筛选" }, + "filterVault": { + "message": "密码库筛选" + }, + "filterApplied": { + "message": "已应用一个筛选" + }, + "filterAppliedPlural": { + "message": "已应用 $COUNT$ 个筛选", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "个人详细信息" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "生成了密码" + }, + "compactMode": { + "message": "紧凑模式" + }, + "beta": { + "message": "Beta 版" } } diff --git a/apps/browser/src/_locales/zh_TW/messages.json b/apps/browser/src/_locales/zh_TW/messages.json index 8a4ff40e9c..db169e503b 100644 --- a/apps/browser/src/_locales/zh_TW/messages.json +++ b/apps/browser/src/_locales/zh_TW/messages.json @@ -1851,6 +1851,9 @@ "secureNotes": { "message": "安全筆記" }, + "sshKeys": { + "message": "SSH Keys" + }, "clear": { "message": "清除", "description": "To clear something out. example: To clear browser history." @@ -2889,8 +2892,8 @@ "generateEmail": { "message": "Generate email" }, - "generatorBoundariesHint": { - "message": "Value must be between $MIN$ and $MAX$", + "spinboxBoundariesHint": { + "message": "Value must be between $MIN$ and $MAX$.", "description": "Explains spin box minimum and maximum values to the user", "placeholders": { "min": { @@ -2903,6 +2906,26 @@ } } }, + "passwordLengthRecommendationHint": { + "message": " Use $RECOMMENDED$ characters or more to generate a strong password.", + "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "14" + } + } + }, + "passphraseNumWordsRecommendationHint": { + "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.", + "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).", + "placeholders": { + "recommended": { + "content": "$1", + "example": "6" + } + } + }, "usernameType": { "message": "使用者名稱類型" }, @@ -3150,12 +3173,27 @@ "resendNotification": { "message": "重新傳送通知" }, + "viewAllLogInOptions": { + "message": "View all log in options" + }, "viewAllLoginOptions": { "message": "檢視所有登入選項" }, "notificationSentDevice": { "message": "已傳送通知至您的裝置。" }, + "aNotificationWasSentToYourDevice": { + "message": "A notification was sent to your device" + }, + "makeSureYourAccountIsUnlockedAndTheFingerprintEtc": { + "message": "Make sure your account is unlocked and the fingerprint phrase matches on the other device" + }, + "youWillBeNotifiedOnceTheRequestIsApproved": { + "message": "You will be notified once the request is approved" + }, + "needAnotherOptionV1": { + "message": "Need another option?" + }, "loginInitiated": { "message": "登入已啟動" }, @@ -3249,9 +3287,18 @@ "opensInANewWindow": { "message": "在新視窗開啟" }, + "rememberThisDeviceToMakeFutureLoginsSeamless": { + "message": "Remember this device to make future logins seamless" + }, "deviceApprovalRequired": { "message": "裝置需要取得核准。請在下面選擇一個核准選項:" }, + "deviceApprovalRequiredV2": { + "message": "Device approval required" + }, + "selectAnApprovalOptionBelow": { + "message": "Select an approval option below" + }, "rememberThisDevice": { "message": "記住這個裝置" }, @@ -3325,6 +3372,9 @@ "userEmailMissing": { "message": "缺少使用者電子郵件地址" }, + "activeUserEmailNotFoundLoggingYouOut": { + "message": "Active user email not found. Logging you out." + }, "deviceTrusted": { "message": "裝置已信任" }, @@ -3761,6 +3811,9 @@ "accessing": { "message": "Accessing" }, + "loggedInExclamation": { + "message": "Logged in!" + }, "passkeyNotCopied": { "message": "密碼金鑰不會被複製" }, @@ -4252,6 +4305,21 @@ "filters": { "message": "Filters" }, + "filterVault": { + "message": "Filter vault" + }, + "filterApplied": { + "message": "One filter applied" + }, + "filterAppliedPlural": { + "message": "$COUNT$ filters applied", + "placeholders": { + "count": { + "content": "$1", + "example": "3" + } + } + }, "personalDetails": { "message": "Personal details" }, @@ -4823,5 +4891,11 @@ }, "generatedPassword": { "message": "Generated password" + }, + "compactMode": { + "message": "Compact mode" + }, + "beta": { + "message": "Beta" } }