1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-25 12:15:18 +01:00

Autosync the updated translations (#12093)

Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
This commit is contained in:
bw-ghapp[bot] 2024-11-22 12:19:01 +01:00 committed by GitHub
parent 9d116d7fa1
commit 41f656650c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
60 changed files with 4639 additions and 199 deletions

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "ملاحظات آمنة" "message": "ملاحظات آمنة"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "مسح", "message": "مسح",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Generate email" "message": "Generate email"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$", "message": "Value must be between $MIN$ and $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "نوع اسم المستخدم" "message": "نوع اسم المستخدم"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "إعادة إرسال الإشعار" "message": "إعادة إرسال الإشعار"
}, },
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "عرض جميع خيارات تسجيل الدخول" "message": "عرض جميع خيارات تسجيل الدخول"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "تم إرسال إشعار إلى جهازك." "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": { "loginInitiated": {
"message": "بَدْء تسجيل الدخول" "message": "بَدْء تسجيل الدخول"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "تُفتح في نافذة جديدة" "message": "تُفتح في نافذة جديدة"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "موافقة الجهاز مطلوبة. حدّد خيار الموافقة أدناه:" "message": "موافقة الجهاز مطلوبة. حدّد خيار الموافقة أدناه:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "تذكر هذا الجهاز" "message": "تذكر هذا الجهاز"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "User email missing" "message": "User email missing"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Device trusted" "message": "Device trusted"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Accessing" "message": "Accessing"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "لن يتم نسخ Passkey" "message": "لن يتم نسخ Passkey"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filters" "message": "Filters"
}, },
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Personal details" "message": "Personal details"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generated password" "message": "Generated password"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Güvənli qeydlər" "message": "Güvənli qeydlər"
}, },
"sshKeys": {
"message": "SSH Açarları"
},
"clear": { "clear": {
"message": "Təmizlə", "message": "Təmizlə",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "E-poçt yarat" "message": "E-poçt yarat"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Dəyər $MIN$-$MAX$ arasında olmalıdır", "message": "Dəyər, $MIN$-$MAX$ arasında olmalıdır.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "İstifadəçi adı növü" "message": "İstifadəçi adı növü"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Bildirişi təkrar göndər" "message": "Bildirişi təkrar göndər"
}, },
"viewAllLogInOptions": {
"message": "Bütün giriş seçimlərinə bax"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "Bütün giriş seçimlərinə bax" "message": "Bütün giriş seçimlərinə bax"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "Cihazınıza bir bildiriş göndərildi." "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": { "loginInitiated": {
"message": "Giriş başladıldı" "message": "Giriş başladıldı"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Yeni bir pəncərədə açılır" "message": "Yeni bir pəncərədə açılır"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Cihaz təsdiqi tələb olunur. Aşağıdan bir təsdiq variantı seçin:" "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": { "rememberThisDevice": {
"message": "Bu cihazı xatırla" "message": "Bu cihazı xatırla"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "İstifadəçi e-poçtu əskikdir" "message": "İstifadəçi e-poçtu əskikdir"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Cihaz güvənlidir" "message": "Cihaz güvənlidir"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Müraciət edilir" "message": "Müraciət edilir"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Keçid açarı kopyalanmır" "message": "Keçid açarı kopyalanmır"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filtrlər" "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": { "personalDetails": {
"message": "Şəxsi detallar" "message": "Şəxsi detallar"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Parol yarat" "message": "Parol yarat"
},
"compactMode": {
"message": "Yığcam rejim"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Абароненыя нататкі" "message": "Абароненыя нататкі"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "Ачысціць", "message": "Ачысціць",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Generate email" "message": "Generate email"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$", "message": "Value must be between $MIN$ and $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Тып імя карыстальніка" "message": "Тып імя карыстальніка"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Адправіць апавяшчэнне паўторна" "message": "Адправіць апавяшчэнне паўторна"
}, },
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "Паглядзець усе варыянты ўваходу" "message": "Паглядзець усе варыянты ўваходу"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "Апавяшчэнне было адпраўлена на вашу прыладу." "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": { "loginInitiated": {
"message": "Ініцыяваны ўваход" "message": "Ініцыяваны ўваход"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Адкрываць у новым акне" "message": "Адкрываць у новым акне"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Патрабуецца ўхваленне прылады. Выберыце параметры ўхвалення ніжэй:" "message": "Патрабуецца ўхваленне прылады. Выберыце параметры ўхвалення ніжэй:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "Запомніць гэту прыладу" "message": "Запомніць гэту прыладу"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "Адсутнічае электронная пошта карыстальніка" "message": "Адсутнічае электронная пошта карыстальніка"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Давераная прылада" "message": "Давераная прылада"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Accessing" "message": "Accessing"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Passkey will not be copied" "message": "Passkey will not be copied"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filters" "message": "Filters"
}, },
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Personal details" "message": "Personal details"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generated password" "message": "Generated password"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Защитени бележки" "message": "Защитени бележки"
}, },
"sshKeys": {
"message": "SSH ключове"
},
"clear": { "clear": {
"message": "Изчистване", "message": "Изчистване",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Генериране на електронна поща" "message": "Генериране на електронна поща"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Стойността трябва да бъде между $MIN$ и $MAX$", "message": "Стойността трябва да бъде между $MIN$ и $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Тип потребителско име" "message": "Тип потребителско име"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Повторно изпращане на известието" "message": "Повторно изпращане на известието"
}, },
"viewAllLogInOptions": {
"message": "Вижте всички възможности за вписване"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "Вижте всички възможности за вписване" "message": "Вижте всички възможности за вписване"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "Към устройството Ви е изпратено известие." "message": "Към устройството Ви е изпратено известие."
}, },
"aNotificationWasSentToYourDevice": {
"message": "Към устройството Ви е изпратено известие"
},
"makeSureYourAccountIsUnlockedAndTheFingerprintEtc": {
"message": "Уверете се, че регистрацията Ви е отключена и че уникалната фраза съвпада с другото устройство"
},
"youWillBeNotifiedOnceTheRequestIsApproved": {
"message": "Ще получите уведомление когато заявката бъде одобрена"
},
"needAnotherOptionV1": {
"message": "Предпочитате друг вариант?"
},
"loginInitiated": { "loginInitiated": {
"message": "Вписването е стартирано" "message": "Вписването е стартирано"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Отваря се в нов прозорец" "message": "Отваря се в нов прозорец"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Изисква се одобрение на устройството. Изберете начин за одобрение по-долу:" "message": "Изисква се одобрение на устройството. Изберете начин за одобрение по-долу:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "Запомняне на това устройство" "message": "Запомняне на това устройство"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "Липсва е-поща на потребителя" "message": "Липсва е-поща на потребителя"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Устройството е доверено" "message": "Устройството е доверено"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Използване на" "message": "Използване на"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Секретният ключ няма да бъде копиран" "message": "Секретният ключ няма да бъде копиран"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Филтри" "message": "Филтри"
}, },
"filterVault": {
"message": "Филтриране на трезора"
},
"filterApplied": {
"message": "Приложен е един филтър"
},
"filterAppliedPlural": {
"message": "Приложени са $COUNT$ филтри",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Лични данни" "message": "Лични данни"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Генерирана парола" "message": "Генерирана парола"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "সুরক্ষিত নোট" "message": "সুরক্ষিত নোট"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "পরিষ্কার", "message": "পরিষ্কার",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Generate email" "message": "Generate email"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$", "message": "Value must be between $MIN$ and $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Username type" "message": "Username type"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Resend notification" "message": "Resend notification"
}, },
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "View all log in options" "message": "View all log in options"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "A notification has been sent to your device." "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": { "loginInitiated": {
"message": "Login initiated" "message": "Login initiated"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Opens in a new window" "message": "Opens in a new window"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:" "message": "Device approval required. Select an approval option below:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "Remember this device" "message": "Remember this device"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "User email missing" "message": "User email missing"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Device trusted" "message": "Device trusted"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Accessing" "message": "Accessing"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Passkey will not be copied" "message": "Passkey will not be copied"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filters" "message": "Filters"
}, },
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Personal details" "message": "Personal details"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generated password" "message": "Generated password"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Secure notes" "message": "Secure notes"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "Clear", "message": "Clear",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Generate email" "message": "Generate email"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$", "message": "Value must be between $MIN$ and $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Username type" "message": "Username type"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Resend notification" "message": "Resend notification"
}, },
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "View all log in options" "message": "View all log in options"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "A notification has been sent to your device." "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": { "loginInitiated": {
"message": "Login initiated" "message": "Login initiated"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Opens in a new window" "message": "Opens in a new window"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:" "message": "Device approval required. Select an approval option below:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "Remember this device" "message": "Remember this device"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "User email missing" "message": "User email missing"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Device trusted" "message": "Device trusted"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Accessing" "message": "Accessing"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Passkey will not be copied" "message": "Passkey will not be copied"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filters" "message": "Filters"
}, },
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Personal details" "message": "Personal details"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generated password" "message": "Generated password"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Notes segures" "message": "Notes segures"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "Esborra", "message": "Esborra",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Generate email" "message": "Generate email"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$", "message": "Value must be between $MIN$ and $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Tipus de nom d'usuari" "message": "Tipus de nom d'usuari"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Torna a enviar la notificació" "message": "Torna a enviar la notificació"
}, },
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "Veure totes les opcions d'inici de sessió" "message": "Veure totes les opcions d'inici de sessió"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "S'ha enviat una notificació al vostre dispositiu." "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": { "loginInitiated": {
"message": "S'ha iniciat la sessió" "message": "S'ha iniciat la sessió"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "S'obri en una finestra nova" "message": "S'obri en una finestra nova"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Cal l'aprovació del dispositiu. Seleccioneu una opció d'aprovació a continuació:" "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": { "rememberThisDevice": {
"message": "Recorda aquest dispositiu" "message": "Recorda aquest dispositiu"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "Falta el correu electrònic de l'usuari" "message": "Falta el correu electrònic de l'usuari"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Dispositiu de confiança" "message": "Dispositiu de confiança"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Accessing" "message": "Accessing"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "La clau de pas no es copiarà" "message": "La clau de pas no es copiarà"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filtres" "message": "Filtres"
}, },
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Detalls personals" "message": "Detalls personals"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generated password" "message": "Generated password"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Zabezpečené poznámky" "message": "Zabezpečené poznámky"
}, },
"sshKeys": {
"message": "SSH klíče"
},
"clear": { "clear": {
"message": "Vymazat", "message": "Vymazat",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Vygenerovat e-mail" "message": "Vygenerovat e-mail"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Hodnota musí být mezi $MIN$ a $MAX$", "message": "Hodnota musí být mezi $MIN$ a $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Typ uživatelského jména" "message": "Typ uživatelského jména"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Znovu odeslat oznámení" "message": "Znovu odeslat oznámení"
}, },
"viewAllLogInOptions": {
"message": "Zobrazit všechny volby přihlášení"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "Zobrazit všechny volby přihlášení" "message": "Zobrazit všechny volby přihlášení"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "Na Vaše zařízení bylo odesláno oznámení." "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": { "loginInitiated": {
"message": "Bylo zahájeno přihlášení" "message": "Bylo zahájeno přihlášení"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Otevře se v novém okně" "message": "Otevře se v novém okně"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Vyžaduje se schválení zařízení. Vyberte možnost schválení níže:" "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": { "rememberThisDevice": {
"message": "Zapamatovat toto zařízení" "message": "Zapamatovat toto zařízení"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "Chybí e-mail uživatele" "message": "Chybí e-mail uživatele"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Zařízení zařazeno mezi důvěryhodné" "message": "Zařízení zařazeno mezi důvěryhodné"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Přistupování" "message": "Přistupování"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Přístupový klíč nebude zkopírován" "message": "Přístupový klíč nebude zkopírován"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filtry" "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": { "personalDetails": {
"message": "Osobní údaje" "message": "Osobní údaje"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Vygenerované heslo" "message": "Vygenerované heslo"
},
"compactMode": {
"message": "Kompaktní režim"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Nodiadau diogel" "message": "Nodiadau diogel"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "Clirio", "message": "Clirio",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Generate email" "message": "Generate email"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$", "message": "Value must be between $MIN$ and $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Math o enw defnyddiwr" "message": "Math o enw defnyddiwr"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Resend notification" "message": "Resend notification"
}, },
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "Gweld pob dewis mewngofnodi" "message": "Gweld pob dewis mewngofnodi"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "A notification has been sent to your device." "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": { "loginInitiated": {
"message": "Login initiated" "message": "Login initiated"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Opens in a new window" "message": "Opens in a new window"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:" "message": "Device approval required. Select an approval option below:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "Cofio'r ddyfais hon" "message": "Cofio'r ddyfais hon"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "User email missing" "message": "User email missing"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Device trusted" "message": "Device trusted"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Accessing" "message": "Accessing"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Passkey will not be copied" "message": "Passkey will not be copied"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filters" "message": "Filters"
}, },
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Personal details" "message": "Personal details"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generated password" "message": "Generated password"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Sikre notater" "message": "Sikre notater"
}, },
"sshKeys": {
"message": "SSH-nøgler"
},
"clear": { "clear": {
"message": "Ryd", "message": "Ryd",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Generér e-mail" "message": "Generér e-mail"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Værdi skal være mellem $MIN$ og $MAX$", "message": "Værdi skal være mellem $MIN$ og $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Brugernavnstype" "message": "Brugernavnstype"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Gensend notifikation" "message": "Gensend notifikation"
}, },
"viewAllLogInOptions": {
"message": "Vis alle indlogningsmuligheder"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "Vis alle indlogningsmuligheder" "message": "Vis alle indlogningsmuligheder"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "En notifikation er sendt til din enhed." "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": { "loginInitiated": {
"message": "Indlogning påbegyndt" "message": "Indlogning påbegyndt"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Åbnes i et nyt vindue" "message": "Åbnes i et nyt vindue"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Enhedsgodkendelse kræves. Vælg en godkendelsesmulighed nedenfor:" "message": "Enhedsgodkendelse kræves. Vælg en godkendelsesmulighed nedenfor:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "Husk denne enhed" "message": "Husk denne enhed"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "Brugers e-mail mangler" "message": "Brugers e-mail mangler"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Enhed betroet" "message": "Enhed betroet"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Tilgår" "message": "Tilgår"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Adgangsnøglen kopieres ikke" "message": "Adgangsnøglen kopieres ikke"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filtre" "message": "Filtre"
}, },
"filterVault": {
"message": "Filtrér boks"
},
"filterApplied": {
"message": "Ét filter anvendt"
},
"filterAppliedPlural": {
"message": "$COUNT$ filtre anvendt",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Personlige oplysninger" "message": "Personlige oplysninger"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Genereret adgangskode" "message": "Genereret adgangskode"
},
"compactMode": {
"message": "Kompakt-tilstand"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Sichere Notizen" "message": "Sichere Notizen"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "Löschen", "message": "Löschen",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "E-Mail generieren" "message": "E-Mail generieren"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Wert muss zwischen $MIN$ und $MAX$ liegen", "message": "Value must be between $MIN$ and $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Benutzernamenstyp" "message": "Benutzernamenstyp"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Benachrichtigung erneut senden" "message": "Benachrichtigung erneut senden"
}, },
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "Alle Anmeldeoptionen anzeigen" "message": "Alle Anmeldeoptionen anzeigen"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "Eine Benachrichtigung wurde an dein Gerät gesendet." "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": { "loginInitiated": {
"message": "Anmeldung eingeleitet" "message": "Anmeldung eingeleitet"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Wird in einem neuen Fenster geöffnet" "message": "Wird in einem neuen Fenster geöffnet"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Geräte-Genehmigung erforderlich. Wähle unten eine Genehmigungsoption aus:" "message": "Geräte-Genehmigung erforderlich. Wähle unten eine Genehmigungsoption aus:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "Dieses Gerät merken" "message": "Dieses Gerät merken"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "E-Mail-Adresse des Benutzers fehlt" "message": "E-Mail-Adresse des Benutzers fehlt"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Gerät wird vertraut" "message": "Gerät wird vertraut"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Zugriff auf" "message": "Zugriff auf"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Passkey wird nicht kopiert" "message": "Passkey wird nicht kopiert"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filter" "message": "Filter"
}, },
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Persönliche Details" "message": "Persönliche Details"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generiertes Passwort" "message": "Generiertes Passwort"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Ασφαλείς σημειώσεις" "message": "Ασφαλείς σημειώσεις"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "Εκκαθάριση", "message": "Εκκαθάριση",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Generate email" "message": "Generate email"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$", "message": "Value must be between $MIN$ and $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Τύπος ονόματος χρήστη" "message": "Τύπος ονόματος χρήστη"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Επαναποστολή ειδοποίησης" "message": "Επαναποστολή ειδοποίησης"
}, },
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "Δείτε όλες τις επιλογές σύνδεσης" "message": "Δείτε όλες τις επιλογές σύνδεσης"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "Μια ειδοποίηση έχει σταλεί στη συσκευή σας." "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": { "loginInitiated": {
"message": "Η σύνδεση ξεκίνησε" "message": "Η σύνδεση ξεκίνησε"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Ανοίγει σε νέο παράθυρο" "message": "Ανοίγει σε νέο παράθυρο"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Απαιτείται έγκριση συσκευής. Επιλέξτε μια επιλογή έγκρισης παρακάτω:" "message": "Απαιτείται έγκριση συσκευής. Επιλέξτε μια επιλογή έγκρισης παρακάτω:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "Απομνημόνευση αυτής της συσκευής" "message": "Απομνημόνευση αυτής της συσκευής"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "Η διεύθυνση ηλ. ταχυδρομείου του χρήστη λείπει" "message": "Η διεύθυνση ηλ. ταχυδρομείου του χρήστη λείπει"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Αξιόπιστη συσκευή" "message": "Αξιόπιστη συσκευή"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Πρόσβαση" "message": "Πρόσβαση"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Το κλειδί πρόσβασης δε θα αντιγραφεί" "message": "Το κλειδί πρόσβασης δε θα αντιγραφεί"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Φίλτρα" "message": "Φίλτρα"
}, },
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Προσωπικές πληροφορίες" "message": "Προσωπικές πληροφορίες"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generated password" "message": "Generated password"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Secure notes" "message": "Secure notes"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "Clear", "message": "Clear",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Generate email" "message": "Generate email"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$", "message": "Value must be between $MIN$ and $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Username type" "message": "Username type"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Resend notification" "message": "Resend notification"
}, },
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "View all log in options" "message": "View all log in options"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "A notification has been sent to your device." "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": { "loginInitiated": {
"message": "Login initiated" "message": "Login initiated"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Opens in a new window" "message": "Opens in a new window"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:" "message": "Device approval required. Select an approval option below:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "Remember this device" "message": "Remember this device"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "User email missing" "message": "User email missing"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Device trusted" "message": "Device trusted"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Accessing" "message": "Accessing"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Passkey will not be copied" "message": "Passkey will not be copied"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filters" "message": "Filters"
}, },
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Personal details" "message": "Personal details"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generated password" "message": "Generated password"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Secure notes" "message": "Secure notes"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "Clear", "message": "Clear",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Generate email" "message": "Generate email"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$", "message": "Value must be between $MIN$ and $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Username Type" "message": "Username Type"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Resend notification" "message": "Resend notification"
}, },
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "View all log in options" "message": "View all log in options"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "A notification has been sent to your device." "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": { "loginInitiated": {
"message": "Login initiated" "message": "Login initiated"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Opens in a new window" "message": "Opens in a new window"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:" "message": "Device approval required. Select an approval option below:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "Remember this device" "message": "Remember this device"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "User email missing" "message": "User email missing"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Device trusted" "message": "Device trusted"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Accessing" "message": "Accessing"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Passkey will not be copied" "message": "Passkey will not be copied"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filters" "message": "Filters"
}, },
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Personal details" "message": "Personal details"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generated password" "message": "Generated password"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Notas seguras" "message": "Notas seguras"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "Limpiar", "message": "Limpiar",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Generate email" "message": "Generate email"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$", "message": "Value must be between $MIN$ and $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Tipo de nombre de usuario" "message": "Tipo de nombre de usuario"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Reenviar notificación" "message": "Reenviar notificación"
}, },
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "Ver todas las opciones de acceso" "message": "Ver todas las opciones de acceso"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "Se ha enviado una notificación a tu dispositivo." "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": { "loginInitiated": {
"message": "Inicio de sesión en proceso" "message": "Inicio de sesión en proceso"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Abre en una nueva ventana" "message": "Abre en una nueva ventana"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Se requiere aprobación del dispositivo. Seleccione una opción de aprobación a continuación:" "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": { "rememberThisDevice": {
"message": "Recordar este dispositivo" "message": "Recordar este dispositivo"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "Falta el correo electrónico del usuario" "message": "Falta el correo electrónico del usuario"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Dispositivo de confianza" "message": "Dispositivo de confianza"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Accessing" "message": "Accessing"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "La clave de acceso no se copiará" "message": "La clave de acceso no se copiará"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filtros" "message": "Filtros"
}, },
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Datos personales" "message": "Datos personales"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generated password" "message": "Generated password"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Turvalised märkmed" "message": "Turvalised märkmed"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "Tühjenda", "message": "Tühjenda",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Generate email" "message": "Generate email"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$", "message": "Value must be between $MIN$ and $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Kasutajanime tüüp" "message": "Kasutajanime tüüp"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Saada märguanne uuesti" "message": "Saada märguanne uuesti"
}, },
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "Vaata kõiki valikuid" "message": "Vaata kõiki valikuid"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "Sinu seadmesse saadeti teavitus." "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": { "loginInitiated": {
"message": "Sisselogimine on käivitatud" "message": "Sisselogimine on käivitatud"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Avaneb uues aknas" "message": "Avaneb uues aknas"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Nõutav on seadme kinnitamine. Vali kinnitamise meetod alt:" "message": "Nõutav on seadme kinnitamine. Vali kinnitamise meetod alt:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "Mäleta seda seadet" "message": "Mäleta seda seadet"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "Kasutaja e-post on puudulik" "message": "Kasutaja e-post on puudulik"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Seade on usaldusväärne" "message": "Seade on usaldusväärne"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Accessing" "message": "Accessing"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Pääsukoodi ei kopeerita" "message": "Pääsukoodi ei kopeerita"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filters" "message": "Filters"
}, },
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Personal details" "message": "Personal details"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generated password" "message": "Generated password"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Ohar seguruak" "message": "Ohar seguruak"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "Ezabatu", "message": "Ezabatu",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Generate email" "message": "Generate email"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$", "message": "Value must be between $MIN$ and $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Erabiltzaile izen mota" "message": "Erabiltzaile izen mota"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Berbidali jakinarazpena" "message": "Berbidali jakinarazpena"
}, },
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "Ikusi erregistro guztiak ezarpenetan" "message": "Ikusi erregistro guztiak ezarpenetan"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "A notification has been sent to your device." "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": { "loginInitiated": {
"message": "Login initiated" "message": "Login initiated"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Leiho berri batean irekitzen da" "message": "Leiho berri batean irekitzen da"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:" "message": "Device approval required. Select an approval option below:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "Gogoratu gailu hau" "message": "Gogoratu gailu hau"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "Erabiltzailearen emaila falta da" "message": "Erabiltzailearen emaila falta da"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Device trusted" "message": "Device trusted"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Accessing" "message": "Accessing"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Passkey will not be copied" "message": "Passkey will not be copied"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filters" "message": "Filters"
}, },
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Personal details" "message": "Personal details"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generated password" "message": "Generated password"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "یادداشت‌های امن" "message": "یادداشت‌های امن"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "پاک کردن", "message": "پاک کردن",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Generate email" "message": "Generate email"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$", "message": "Value must be between $MIN$ and $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "نوع نام کاربری" "message": "نوع نام کاربری"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "ارسال مجدد اعلان" "message": "ارسال مجدد اعلان"
}, },
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "مشاهده همه گزینه‌های ورود به سیستم" "message": "مشاهده همه گزینه‌های ورود به سیستم"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "یک اعلان به دستگاه شما ارسال شده است." "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": { "loginInitiated": {
"message": "ورود به سیستم آغاز شد" "message": "ورود به سیستم آغاز شد"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "در پنجره جدید باز می‌شود" "message": "در پنجره جدید باز می‌شود"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "تأیید دستگاه لازم است. یک روش تأیید انتخاب کنید:" "message": "تأیید دستگاه لازم است. یک روش تأیید انتخاب کنید:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "این دستگاه را به خاطر بسپار" "message": "این دستگاه را به خاطر بسپار"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "ایمیل کاربر وجود ندارد" "message": "ایمیل کاربر وجود ندارد"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "دستگاه مورد اعتماد است" "message": "دستگاه مورد اعتماد است"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Accessing" "message": "Accessing"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "کلید عبور کپی نمی‌شود" "message": "کلید عبور کپی نمی‌شود"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filters" "message": "Filters"
}, },
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Personal details" "message": "Personal details"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generated password" "message": "Generated password"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Salatut muistiot" "message": "Salatut muistiot"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "Tyhjennä", "message": "Tyhjennä",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Luo sähköpostiosoite" "message": "Luo sähköpostiosoite"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Arvon tulee olla väliltä $MIN$—$MAX$", "message": "Arvon tulee olla väliltä $MIN$—$MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Käyttäjätunnuksen tyyppi" "message": "Käyttäjätunnuksen tyyppi"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Lähetä ilmoitus uudelleen" "message": "Lähetä ilmoitus uudelleen"
}, },
"viewAllLogInOptions": {
"message": "Näytä kaikki kirjautumisvaihtoehdot"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "Näytä kaikki kirjautumisvaihtoehdot" "message": "Näytä kaikki kirjautumisvaihtoehdot"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "Laitteellesi on lähetetty ilmoitus." "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": { "loginInitiated": {
"message": "Kirjautuminen aloitettu" "message": "Kirjautuminen aloitettu"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Avautuu uudessa ikkunassa" "message": "Avautuu uudessa ikkunassa"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Laitehyväksyntä vaaditaan. Valitse hyväksyntätapa alta:" "message": "Laitehyväksyntä vaaditaan. Valitse hyväksyntätapa alta:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "Muista tämä laite" "message": "Muista tämä laite"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "Käyttäjän sähköpostiosoite puuttuu" "message": "Käyttäjän sähköpostiosoite puuttuu"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Laitteeseen luotettu" "message": "Laitteeseen luotettu"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Avataan" "message": "Avataan"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Pääsyavainta ei kopioida" "message": "Pääsyavainta ei kopioida"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Suodattimet" "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": { "personalDetails": {
"message": "Henkilökohtaiset tiedot" "message": "Henkilökohtaiset tiedot"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Luotu salasana" "message": "Luotu salasana"
},
"compactMode": {
"message": "Pienikokoinen tila"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Mga Secure Note" "message": "Mga Secure Note"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "Hilahin", "message": "Hilahin",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Generate email" "message": "Generate email"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$", "message": "Value must be between $MIN$ and $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Uri ng username" "message": "Uri ng username"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Muling ipadala ang abiso" "message": "Muling ipadala ang abiso"
}, },
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "Tingnan ang lahat ng mga pagpipilian sa pag log in" "message": "Tingnan ang lahat ng mga pagpipilian sa pag log in"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "Naipadala na ang notification sa iyong device." "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": { "loginInitiated": {
"message": "Login initiated" "message": "Login initiated"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Opens in a new window" "message": "Opens in a new window"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:" "message": "Device approval required. Select an approval option below:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "Remember this device" "message": "Remember this device"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "User email missing" "message": "User email missing"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Device trusted" "message": "Device trusted"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Accessing" "message": "Accessing"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Passkey will not be copied" "message": "Passkey will not be copied"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filters" "message": "Filters"
}, },
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Personal details" "message": "Personal details"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generated password" "message": "Generated password"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Notes sécurisées" "message": "Notes sécurisées"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "Effacer", "message": "Effacer",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Générer un courriel" "message": "Générer un courriel"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "La valeur doit être comprise entre $MIN$ et $MAX$", "message": "La valeur doit être comprise entre $MIN$ et $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Type de nom d'utilisateur" "message": "Type de nom d'utilisateur"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Renvoyer la notification" "message": "Renvoyer la notification"
}, },
"viewAllLogInOptions": {
"message": "Afficher toutes les options de connexion"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "Afficher toutes les options de connexion" "message": "Afficher toutes les options de connexion"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "Une notification a été envoyée à votre appareil." "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": { "loginInitiated": {
"message": "Connexion initiée" "message": "Connexion initiée"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "S'ouvre dans une nouvelle fenêtre" "message": "S'ouvre dans une nouvelle fenêtre"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "L'approbation de l'appareil est requise. Sélectionnez une option d'approbation ci-dessous :" "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": { "rememberThisDevice": {
"message": "Se souvenir de cet appareil" "message": "Se souvenir de cet appareil"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "Courriel de l'utilisateur manquant" "message": "Courriel de l'utilisateur manquant"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Appareil de confiance" "message": "Appareil de confiance"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Accès en cours" "message": "Accès en cours"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "La clé d'identification (passkey) ne sera pas copiée" "message": "La clé d'identification (passkey) ne sera pas copiée"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filtres" "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": { "personalDetails": {
"message": "Données personnelles" "message": "Données personnelles"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Mot de passe généré" "message": "Mot de passe généré"
},
"compactMode": {
"message": "Mode compact"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Notas seguras" "message": "Notas seguras"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "Limpar", "message": "Limpar",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Generate email" "message": "Generate email"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$", "message": "Value must be between $MIN$ and $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Username type" "message": "Username type"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Resend notification" "message": "Resend notification"
}, },
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "View all log in options" "message": "View all log in options"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "A notification has been sent to your device." "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": { "loginInitiated": {
"message": "Login initiated" "message": "Login initiated"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Opens in a new window" "message": "Opens in a new window"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:" "message": "Device approval required. Select an approval option below:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "Remember this device" "message": "Remember this device"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "User email missing" "message": "User email missing"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Device trusted" "message": "Device trusted"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Accessing" "message": "Accessing"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Passkey will not be copied" "message": "Passkey will not be copied"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filters" "message": "Filters"
}, },
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Personal details" "message": "Personal details"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generated password" "message": "Generated password"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "פתקים מאובטחים" "message": "פתקים מאובטחים"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "נקה", "message": "נקה",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Generate email" "message": "Generate email"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$", "message": "Value must be between $MIN$ and $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "סוג שם משתמש" "message": "סוג שם משתמש"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Resend notification" "message": "Resend notification"
}, },
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "View all log in options" "message": "View all log in options"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "A notification has been sent to your device." "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": { "loginInitiated": {
"message": "Login initiated" "message": "Login initiated"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Opens in a new window" "message": "Opens in a new window"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:" "message": "Device approval required. Select an approval option below:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "Remember this device" "message": "Remember this device"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "User email missing" "message": "User email missing"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Device trusted" "message": "Device trusted"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Accessing" "message": "Accessing"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Passkey will not be copied" "message": "Passkey will not be copied"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filters" "message": "Filters"
}, },
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Personal details" "message": "Personal details"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generated password" "message": "Generated password"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Secure Notes" "message": "Secure Notes"
}, },
"sshKeys": {
"message": "SSH कुँजी"
},
"clear": { "clear": {
"message": "खाली करें", "message": "खाली करें",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Generate email" "message": "Generate email"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$", "message": "Value must be between $MIN$ and $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Username type" "message": "Username type"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Resend notification" "message": "Resend notification"
}, },
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "View all log in options" "message": "View all log in options"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "A notification has been sent to your device." "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": { "loginInitiated": {
"message": "Login initiated" "message": "Login initiated"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Opens in a new window" "message": "Opens in a new window"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:" "message": "Device approval required. Select an approval option below:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "Remember this device" "message": "Remember this device"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "User email missing" "message": "User email missing"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Device trusted" "message": "Device trusted"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "ऐक्सेसिंग" "message": "ऐक्सेसिंग"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Passkey will not be copied" "message": "Passkey will not be copied"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "फ़िल्टर" "message": "फ़िल्टर"
}, },
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Personal details" "message": "Personal details"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generated password" "message": "Generated password"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Sigurne bilješke" "message": "Sigurne bilješke"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "Očisti", "message": "Očisti",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Generate email" "message": "Generate email"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$", "message": "Value must be between $MIN$ and $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Tip korisničkog imena" "message": "Tip korisničkog imena"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Ponovno pošalji obavijest" "message": "Ponovno pošalji obavijest"
}, },
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "Pogledaj sve mogućnosti prijave" "message": "Pogledaj sve mogućnosti prijave"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "Obavijest je poslana na tvoj uređaj." "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": { "loginInitiated": {
"message": "Prijava pokrenuta" "message": "Prijava pokrenuta"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Otvara u novom prozoru" "message": "Otvara u novom prozoru"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Potrebno je odobriti uređaj. Odaberi metodu odobravanja:" "message": "Potrebno je odobriti uređaj. Odaberi metodu odobravanja:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "Zapamti ovaj uređaj" "message": "Zapamti ovaj uređaj"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "Nedostaje e-pošta korisnika" "message": "Nedostaje e-pošta korisnika"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Uređaj pouzdan" "message": "Uređaj pouzdan"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Pristupanje" "message": "Pristupanje"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Pristupni ključ neće biti kopiran" "message": "Pristupni ključ neće biti kopiran"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filtri" "message": "Filtri"
}, },
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Osobni podaci" "message": "Osobni podaci"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generated password" "message": "Generated password"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Biztonságos jegyzetek" "message": "Biztonságos jegyzetek"
}, },
"sshKeys": {
"message": "SSH kulcsok"
},
"clear": { "clear": {
"message": "Kiürítés", "message": "Kiürítés",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,7 +2892,7 @@
"generateEmail": { "generateEmail": {
"message": "Email generálása" "message": "Email generálása"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Az érték legyen $MIN$ és $MAX$ között.", "message": "Az érték legyen $MIN$ és $MAX$ között.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "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": { "usernameType": {
"message": "Felhasználónév típusa" "message": "Felhasználónév típusa"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Értesítés újraküldése" "message": "Értesítés újraküldése"
}, },
"viewAllLogInOptions": {
"message": "Összes bejelentkezési opció megtekintése"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "Összes bejelentkezési opció megtekintése" "message": "Összes bejelentkezési opció megtekintése"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "Egy értesítés lett elküldve az eszközre." "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": { "loginInitiated": {
"message": "A bejelentkezés elindításra került." "message": "A bejelentkezés elindításra került."
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Megnyitás új ablakban" "message": "Megnyitás új ablakban"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Az eszköz jóváhagyása szükséges. Válasszunk egy jóváhagyási lehetőséget lentebb:" "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": { "rememberThisDevice": {
"message": "Eszköz megjegyzése" "message": "Eszköz megjegyzése"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "A felhasználói email cím hiányzik." "message": "A felhasználói email cím hiányzik."
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Az eszköz megbízható." "message": "Az eszköz megbízható."
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Elérés" "message": "Elérés"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "A hozzáférési kulcs nem kerül másolásra." "message": "A hozzáférési kulcs nem kerül másolásra."
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Szűrők" "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": { "personalDetails": {
"message": "Személyes adatok" "message": "Személyes adatok"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generált jelszó" "message": "Generált jelszó"
},
"compactMode": {
"message": "Kompakt mód"
},
"beta": {
"message": "Béta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Catatan Aman" "message": "Catatan Aman"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "Bersihkan", "message": "Bersihkan",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Generate email" "message": "Generate email"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$", "message": "Value must be between $MIN$ and $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Jenis nama pengguna" "message": "Jenis nama pengguna"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Resend notification" "message": "Resend notification"
}, },
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "View all log in options" "message": "View all log in options"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "A notification has been sent to your device." "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": { "loginInitiated": {
"message": "Login initiated" "message": "Login initiated"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Opens in a new window" "message": "Opens in a new window"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:" "message": "Device approval required. Select an approval option below:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "Remember this device" "message": "Remember this device"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "User email missing" "message": "User email missing"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Device trusted" "message": "Device trusted"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Accessing" "message": "Accessing"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Passkey will not be copied" "message": "Passkey will not be copied"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filters" "message": "Filters"
}, },
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Personal details" "message": "Personal details"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generated password" "message": "Generated password"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Note sicure" "message": "Note sicure"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "Cancella", "message": "Cancella",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Generate email" "message": "Generate email"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$", "message": "Value must be between $MIN$ and $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Tipo di nome utente" "message": "Tipo di nome utente"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Invia notifica di nuovo" "message": "Invia notifica di nuovo"
}, },
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "Visualizza tutte le opzioni di accesso" "message": "Visualizza tutte le opzioni di accesso"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "Una notifica è stata inviata al tuo dispositivo." "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": { "loginInitiated": {
"message": "Accesso avviato" "message": "Accesso avviato"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Si apre in una nuova finestra" "message": "Si apre in una nuova finestra"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Approvazione del dispositivo obbligatoria. Seleziona un'opzione di approvazione:" "message": "Approvazione del dispositivo obbligatoria. Seleziona un'opzione di approvazione:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "Ricorda questo dispositivo" "message": "Ricorda questo dispositivo"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "Email utente mancante" "message": "Email utente mancante"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Dispositivo fidato" "message": "Dispositivo fidato"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Accessing" "message": "Accessing"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "La passkey non sarà copiata" "message": "La passkey non sarà copiata"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filtri" "message": "Filtri"
}, },
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Dati personali" "message": "Dati personali"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generated password" "message": "Generated password"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "セキュアメモ" "message": "セキュアメモ"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "消去する", "message": "消去する",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Generate email" "message": "Generate email"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$", "message": "Value must be between $MIN$ and $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "ユーザー名の種類" "message": "ユーザー名の種類"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "通知を再送信する" "message": "通知を再送信する"
}, },
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "すべてのログインオプションを表示" "message": "すべてのログインオプションを表示"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "デバイスに通知を送信しました。" "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": { "loginInitiated": {
"message": "ログイン開始" "message": "ログイン開始"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "新しいウィンドウで開く" "message": "新しいウィンドウで開く"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "デバイスの承認が必要です。以下から承認オプションを選択してください:" "message": "デバイスの承認が必要です。以下から承認オプションを選択してください:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "このデバイスを記憶する" "message": "このデバイスを記憶する"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "ユーザーのメールアドレスがありません" "message": "ユーザーのメールアドレスがありません"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "信頼されたデバイス" "message": "信頼されたデバイス"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "アクセス中" "message": "アクセス中"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "パスキーはコピーされません" "message": "パスキーはコピーされません"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "フィルター" "message": "フィルター"
}, },
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "個人情報" "message": "個人情報"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generated password" "message": "Generated password"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Secure notes" "message": "Secure notes"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "გაწმენდა", "message": "გაწმენდა",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Generate email" "message": "Generate email"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$", "message": "Value must be between $MIN$ and $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Username type" "message": "Username type"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Resend notification" "message": "Resend notification"
}, },
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "View all log in options" "message": "View all log in options"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "A notification has been sent to your device." "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": { "loginInitiated": {
"message": "Login initiated" "message": "Login initiated"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Opens in a new window" "message": "Opens in a new window"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:" "message": "Device approval required. Select an approval option below:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "Remember this device" "message": "Remember this device"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "User email missing" "message": "User email missing"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Device trusted" "message": "Device trusted"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "წვდომა" "message": "წვდომა"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Passkey will not be copied" "message": "Passkey will not be copied"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "ფილტრები" "message": "ფილტრები"
}, },
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Personal details" "message": "Personal details"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generated password" "message": "Generated password"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Secure notes" "message": "Secure notes"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "Clear", "message": "Clear",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Generate email" "message": "Generate email"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$", "message": "Value must be between $MIN$ and $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Username type" "message": "Username type"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Resend notification" "message": "Resend notification"
}, },
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "View all log in options" "message": "View all log in options"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "A notification has been sent to your device." "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": { "loginInitiated": {
"message": "Login initiated" "message": "Login initiated"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Opens in a new window" "message": "Opens in a new window"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:" "message": "Device approval required. Select an approval option below:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "Remember this device" "message": "Remember this device"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "User email missing" "message": "User email missing"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Device trusted" "message": "Device trusted"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Accessing" "message": "Accessing"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Passkey will not be copied" "message": "Passkey will not be copied"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filters" "message": "Filters"
}, },
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Personal details" "message": "Personal details"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generated password" "message": "Generated password"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "ಸುರಕ್ಷಿತ ಟಿಪ್ಪಣಿಗಳು" "message": "ಸುರಕ್ಷಿತ ಟಿಪ್ಪಣಿಗಳು"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "ಕ್ಲಿಯರ್‌", "message": "ಕ್ಲಿಯರ್‌",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Generate email" "message": "Generate email"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$", "message": "Value must be between $MIN$ and $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Username type" "message": "Username type"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Resend notification" "message": "Resend notification"
}, },
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "View all log in options" "message": "View all log in options"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "A notification has been sent to your device." "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": { "loginInitiated": {
"message": "Login initiated" "message": "Login initiated"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Opens in a new window" "message": "Opens in a new window"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:" "message": "Device approval required. Select an approval option below:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "Remember this device" "message": "Remember this device"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "User email missing" "message": "User email missing"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Device trusted" "message": "Device trusted"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Accessing" "message": "Accessing"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Passkey will not be copied" "message": "Passkey will not be copied"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filters" "message": "Filters"
}, },
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Personal details" "message": "Personal details"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generated password" "message": "Generated password"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "보안 메모" "message": "보안 메모"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "삭제", "message": "삭제",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Generate email" "message": "Generate email"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$", "message": "Value must be between $MIN$ and $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "아이디 유형" "message": "아이디 유형"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Resend notification" "message": "Resend notification"
}, },
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "View all log in options" "message": "View all log in options"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "A notification has been sent to your device." "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": { "loginInitiated": {
"message": "Login initiated" "message": "Login initiated"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Opens in a new window" "message": "Opens in a new window"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:" "message": "Device approval required. Select an approval option below:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "이 기기 기억하기" "message": "이 기기 기억하기"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "User email missing" "message": "User email missing"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Device trusted" "message": "Device trusted"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Accessing" "message": "Accessing"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "패스키가 복사되지 않습니다" "message": "패스키가 복사되지 않습니다"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filters" "message": "Filters"
}, },
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Personal details" "message": "Personal details"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generated password" "message": "Generated password"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -576,7 +576,7 @@
"message": "Pastabos" "message": "Pastabos"
}, },
"privateNote": { "privateNote": {
"message": "Private note" "message": "Privati pastaba"
}, },
"note": { "note": {
"message": "Pastaba" "message": "Pastaba"
@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Saugūs užrašai" "message": "Saugūs užrašai"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "Išvalyti", "message": "Išvalyti",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2361,14 +2364,14 @@
"message": "Excluded domain changes saved" "message": "Excluded domain changes saved"
}, },
"limitSendViews": { "limitSendViews": {
"message": "Limit views" "message": "Riboti peržiūrų"
}, },
"limitSendViewsHint": { "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" "description": "Displayed under the limit views field on Send"
}, },
"limitSendViewsCount": { "limitSendViewsCount": {
"message": "$ACCESSCOUNT$ views left", "message": "Liko $ACCESSCOUNT$ peržiūrų",
"description": "Displayed under the limit views field on Send", "description": "Displayed under the limit views field on Send",
"placeholders": { "placeholders": {
"accessCount": { "accessCount": {
@ -2662,7 +2665,7 @@
"message": "Slėpti mano el. pašto adresą nuo gavėjų." "message": "Slėpti mano el. pašto adresą nuo gavėjų."
}, },
"hideYourEmail": { "hideYourEmail": {
"message": "Hide your email address from viewers." "message": "Slėpkite savo el. pašto adresą nuo žiūrėtojų."
}, },
"sendOptionsPolicyInEffect": { "sendOptionsPolicyInEffect": {
"message": "Viena ar daugiau organizacijos politikų turi įtakos Jūsų „Send“ nustatymams." "message": "Viena ar daugiau organizacijos politikų turi įtakos Jūsų „Send“ nustatymams."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Generate email" "message": "Generate email"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$", "message": "Value must be between $MIN$ and $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Vartotojo prisijungimo vardo tipas" "message": "Vartotojo prisijungimo vardo tipas"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Iš naujo siųsti pranešimą" "message": "Iš naujo siųsti pranešimą"
}, },
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "View all log in options" "message": "View all log in options"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "A notification has been sent to your device." "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": { "loginInitiated": {
"message": "Pradėtas prisijungimas" "message": "Pradėtas prisijungimas"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Opens in a new window" "message": "Opens in a new window"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Įrenginio patvirtinimas reikalingas. Pasirink patvirtinimo būdą toliau:" "message": "Įrenginio patvirtinimas reikalingas. Pasirink patvirtinimo būdą toliau:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "Prisiminti šį įrenginį" "message": "Prisiminti šį įrenginį"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "Trūksta naudotojo el. pašto" "message": "Trūksta naudotojo el. pašto"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Patikimas įrenginys" "message": "Patikimas įrenginys"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Accessing" "message": "Accessing"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Passkey will not be copied" "message": "Passkey will not be copied"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filtrai" "message": "Filtrai"
}, },
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Asmeniniai duomenys" "message": "Asmeniniai duomenys"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generated password" "message": "Generated password"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Drošās piezīmes" "message": "Drošās piezīmes"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "Notīrīt", "message": "Notīrīt",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Izveidot e-pasta adresi" "message": "Izveidot e-pasta adresi"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Vērtībai jābūt starp $MIN$ un $MAX$", "message": "Vērtībai jābūt starp $MIN$ un $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Lietotājvārda veids" "message": "Lietotājvārda veids"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Atkārtoti nosūtīt paziņojumu" "message": "Atkārtoti nosūtīt paziņojumu"
}, },
"viewAllLogInOptions": {
"message": "Skatīt visas pieteikšanās iespējas"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "Skatīt visas pieteikšanās iespējas" "message": "Skatīt visas pieteikšanās iespējas"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "Uz ierīci ir nosūtīts paziņojums." "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": { "loginInitiated": {
"message": "Uzsākta pieteikšanās" "message": "Uzsākta pieteikšanās"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Atver jaunā logā" "message": "Atver jaunā logā"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Nepieciešams ierīces apstiprinājums. Zemāk jāatlasa apstiprinājuma iespēja:" "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": { "rememberThisDevice": {
"message": "Atcerēties šo ierīci" "message": "Atcerēties šo ierīci"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "Trūkst lietotāja e-pasta adreses" "message": "Trūkst lietotāja e-pasta adreses"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Ierīce ir uzticama" "message": "Ierīce ir uzticama"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Piekļūst" "message": "Piekļūst"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Piekļuves atslēga netiks ievietota starpliktuvē" "message": "Piekļuves atslēga netiks ievietota starpliktuvē"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Atlases" "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": { "personalDetails": {
"message": "Personiskā informācija" "message": "Personiskā informācija"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Izveidotā parole" "message": "Izveidotā parole"
},
"compactMode": {
"message": "Cieši"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "സുരക്ഷാ കുറിപ്പുകൾ" "message": "സുരക്ഷാ കുറിപ്പുകൾ"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "മായ്ക്കുക", "message": "മായ്ക്കുക",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Generate email" "message": "Generate email"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$", "message": "Value must be between $MIN$ and $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Username type" "message": "Username type"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Resend notification" "message": "Resend notification"
}, },
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "View all log in options" "message": "View all log in options"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "A notification has been sent to your device." "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": { "loginInitiated": {
"message": "Login initiated" "message": "Login initiated"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Opens in a new window" "message": "Opens in a new window"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:" "message": "Device approval required. Select an approval option below:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "Remember this device" "message": "Remember this device"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "User email missing" "message": "User email missing"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Device trusted" "message": "Device trusted"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Accessing" "message": "Accessing"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Passkey will not be copied" "message": "Passkey will not be copied"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filters" "message": "Filters"
}, },
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Personal details" "message": "Personal details"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generated password" "message": "Generated password"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Secure notes" "message": "Secure notes"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "Clear", "message": "Clear",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Generate email" "message": "Generate email"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$", "message": "Value must be between $MIN$ and $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Username type" "message": "Username type"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Resend notification" "message": "Resend notification"
}, },
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "View all log in options" "message": "View all log in options"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "A notification has been sent to your device." "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": { "loginInitiated": {
"message": "Login initiated" "message": "Login initiated"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Opens in a new window" "message": "Opens in a new window"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:" "message": "Device approval required. Select an approval option below:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "Remember this device" "message": "Remember this device"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "User email missing" "message": "User email missing"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Device trusted" "message": "Device trusted"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Accessing" "message": "Accessing"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Passkey will not be copied" "message": "Passkey will not be copied"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filters" "message": "Filters"
}, },
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Personal details" "message": "Personal details"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generated password" "message": "Generated password"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Secure notes" "message": "Secure notes"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "Clear", "message": "Clear",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Generate email" "message": "Generate email"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$", "message": "Value must be between $MIN$ and $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Username type" "message": "Username type"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Resend notification" "message": "Resend notification"
}, },
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "View all log in options" "message": "View all log in options"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "A notification has been sent to your device." "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": { "loginInitiated": {
"message": "Login initiated" "message": "Login initiated"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Opens in a new window" "message": "Opens in a new window"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:" "message": "Device approval required. Select an approval option below:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "Remember this device" "message": "Remember this device"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "User email missing" "message": "User email missing"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Device trusted" "message": "Device trusted"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Accessing" "message": "Accessing"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Passkey will not be copied" "message": "Passkey will not be copied"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filters" "message": "Filters"
}, },
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Personal details" "message": "Personal details"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generated password" "message": "Generated password"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Sikre notiser" "message": "Sikre notiser"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "Tøm", "message": "Tøm",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Generate email" "message": "Generate email"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$", "message": "Value must be between $MIN$ and $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Brukernavntype" "message": "Brukernavntype"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Send varslingen på nytt" "message": "Send varslingen på nytt"
}, },
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "Vis alle innloggingsalternativer" "message": "Vis alle innloggingsalternativer"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "Et varsel er sendt til enheten din." "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": { "loginInitiated": {
"message": "Login initiated" "message": "Login initiated"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Åpnes i et nytt vindu" "message": "Åpnes i et nytt vindu"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:" "message": "Device approval required. Select an approval option below:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "Husk denne enheten" "message": "Husk denne enheten"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "User email missing" "message": "User email missing"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Device trusted" "message": "Device trusted"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Accessing" "message": "Accessing"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Passkey will not be copied" "message": "Passkey will not be copied"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filtre" "message": "Filtre"
}, },
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Personal details" "message": "Personal details"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generated password" "message": "Generated password"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Secure notes" "message": "Secure notes"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "Clear", "message": "Clear",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Generate email" "message": "Generate email"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$", "message": "Value must be between $MIN$ and $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Username type" "message": "Username type"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Resend notification" "message": "Resend notification"
}, },
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "View all log in options" "message": "View all log in options"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "A notification has been sent to your device." "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": { "loginInitiated": {
"message": "Login initiated" "message": "Login initiated"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Opens in a new window" "message": "Opens in a new window"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:" "message": "Device approval required. Select an approval option below:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "Remember this device" "message": "Remember this device"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "User email missing" "message": "User email missing"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Device trusted" "message": "Device trusted"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Accessing" "message": "Accessing"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Passkey will not be copied" "message": "Passkey will not be copied"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filters" "message": "Filters"
}, },
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Personal details" "message": "Personal details"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generated password" "message": "Generated password"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Veilige notities" "message": "Veilige notities"
}, },
"sshKeys": {
"message": "SSH-sleutels"
},
"clear": { "clear": {
"message": "Wissen", "message": "Wissen",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "E-mailadres genereren" "message": "E-mailadres genereren"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Waarde moet tussen $MIN$ en $MAX$ liggen", "message": "Waarde moet tussen $MIN$ en $MAX$ liggen.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Type gebruikersnaam" "message": "Type gebruikersnaam"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Melding opnieuw verzenden" "message": "Melding opnieuw verzenden"
}, },
"viewAllLogInOptions": {
"message": "Alle inlogopties bekijken"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "Alle loginopties bekijken" "message": "Alle loginopties bekijken"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "Er is een melding naar je apparaat verzonden." "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": { "loginInitiated": {
"message": "Inloggen gestart" "message": "Inloggen gestart"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Opent in een nieuw venster" "message": "Opent in een nieuw venster"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Onthoud dit apparaat om in het vervolg naadloos in te loggen"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Apparaattoestemming vereist. Kies een goedkeuringsoptie hieronder:" "message": "Apparaattoestemming vereist. Kies een goedkeuringsoptie hieronder:"
}, },
"deviceApprovalRequiredV2": {
"message": "Toestemming apparaat vereist"
},
"selectAnApprovalOptionBelow": {
"message": "Kies hieronder een goedkeuringsoptie"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "Dit apparaat onthouden" "message": "Dit apparaat onthouden"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "Gebruikerse-mailadres ontbreekt" "message": "Gebruikerse-mailadres ontbreekt"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "E-mailadres voor actieve gebruiker niet gevonden. Je wordt uitgelogd."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Vertrouwd apparaat" "message": "Vertrouwd apparaat"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Toegang verkrijgen" "message": "Toegang verkrijgen"
}, },
"loggedInExclamation": {
"message": "Ingelogd!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Passkey wordt niet gekopieerd" "message": "Passkey wordt niet gekopieerd"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "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": { "personalDetails": {
"message": "Persoonlijke gegevens" "message": "Persoonlijke gegevens"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Gegenereerd wachtwoord" "message": "Gegenereerd wachtwoord"
},
"compactMode": {
"message": "Compacte modus"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Secure notes" "message": "Secure notes"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "Clear", "message": "Clear",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Generate email" "message": "Generate email"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$", "message": "Value must be between $MIN$ and $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Username type" "message": "Username type"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Resend notification" "message": "Resend notification"
}, },
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "View all log in options" "message": "View all log in options"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "A notification has been sent to your device." "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": { "loginInitiated": {
"message": "Login initiated" "message": "Login initiated"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Opens in a new window" "message": "Opens in a new window"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:" "message": "Device approval required. Select an approval option below:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "Remember this device" "message": "Remember this device"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "User email missing" "message": "User email missing"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Device trusted" "message": "Device trusted"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Accessing" "message": "Accessing"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Passkey will not be copied" "message": "Passkey will not be copied"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filters" "message": "Filters"
}, },
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Personal details" "message": "Personal details"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generated password" "message": "Generated password"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Secure notes" "message": "Secure notes"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "Clear", "message": "Clear",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Generate email" "message": "Generate email"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$", "message": "Value must be between $MIN$ and $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Username type" "message": "Username type"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Resend notification" "message": "Resend notification"
}, },
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "View all log in options" "message": "View all log in options"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "A notification has been sent to your device." "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": { "loginInitiated": {
"message": "Login initiated" "message": "Login initiated"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Opens in a new window" "message": "Opens in a new window"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:" "message": "Device approval required. Select an approval option below:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "Remember this device" "message": "Remember this device"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "User email missing" "message": "User email missing"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Device trusted" "message": "Device trusted"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Accessing" "message": "Accessing"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Passkey will not be copied" "message": "Passkey will not be copied"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filters" "message": "Filters"
}, },
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Personal details" "message": "Personal details"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generated password" "message": "Generated password"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Bezpieczne notatki" "message": "Bezpieczne notatki"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "Wyczyść", "message": "Wyczyść",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Generate email" "message": "Generate email"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$", "message": "Value must be between $MIN$ and $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Rodzaj nazwy użytkownika" "message": "Rodzaj nazwy użytkownika"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Wyślij ponownie powiadomienie" "message": "Wyślij ponownie powiadomienie"
}, },
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "Zobacz wszystkie sposoby logowania" "message": "Zobacz wszystkie sposoby logowania"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "Powiadomienie zostało wysłane na urządzenie." "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": { "loginInitiated": {
"message": "Logowanie rozpoczęte" "message": "Logowanie rozpoczęte"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Otwiera w nowym oknie" "message": "Otwiera w nowym oknie"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Wymagane zatwierdzenie urządzenia. Wybierz opcję zatwierdzenia poniżej:" "message": "Wymagane zatwierdzenie urządzenia. Wybierz opcję zatwierdzenia poniżej:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "Zapamiętaj to urządzenie" "message": "Zapamiętaj to urządzenie"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "Brak adresu e-mail użytkownika" "message": "Brak adresu e-mail użytkownika"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Zaufano urządzeniu" "message": "Zaufano urządzeniu"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Uzyskiwanie dostępu" "message": "Uzyskiwanie dostępu"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Passkey nie zostanie skopiowany" "message": "Passkey nie zostanie skopiowany"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filtry" "message": "Filtry"
}, },
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Dane osobowe" "message": "Dane osobowe"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generated password" "message": "Generated password"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Notas seguras" "message": "Notas seguras"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "Limpar", "message": "Limpar",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Gerar e-mail" "message": "Gerar e-mail"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Valor deve ser entre $MIN$ e $MAX$", "message": "Valor deve ser entre $MIN$ e $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Tipo de usuário" "message": "Tipo de usuário"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Reenviar notificação" "message": "Reenviar notificação"
}, },
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "Ver todas as opções de login" "message": "Ver todas as opções de login"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "Uma notificação foi enviada para seu dispositivo." "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": { "loginInitiated": {
"message": "Login iniciado" "message": "Login iniciado"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Abrir em uma nova janela" "message": "Abrir em uma nova janela"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Aprovação do dispositivo necessária. Selecione uma opção de aprovação abaixo:" "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": { "rememberThisDevice": {
"message": "Lembrar deste dispositivo" "message": "Lembrar deste dispositivo"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "E-mail do usuário ausente" "message": "E-mail do usuário ausente"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Dispositivo confiável" "message": "Dispositivo confiável"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Acessando" "message": "Acessando"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "A chave de acesso não será copiada" "message": "A chave de acesso não será copiada"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filtros" "message": "Filtros"
}, },
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Detalhes pessoais" "message": "Detalhes pessoais"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Senha gerada" "message": "Senha gerada"
},
"compactMode": {
"message": "Modo compacto"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Notas seguras" "message": "Notas seguras"
}, },
"sshKeys": {
"message": "Chaves SSH"
},
"clear": { "clear": {
"message": "Limpar", "message": "Limpar",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Gerar e-mail" "message": "Gerar e-mail"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "O valor deve estar entre $MIN$ e $MAX$", "message": "O valor deve estar entre $MIN$ e $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Tipo de nome de utilizador" "message": "Tipo de nome de utilizador"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Reenviar notificação" "message": "Reenviar notificação"
}, },
"viewAllLogInOptions": {
"message": "Ver todas as opções de início de sessão"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "Ver todas as opções de início de sessão" "message": "Ver todas as opções de início de sessão"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "Foi enviada uma notificação para o seu dispositivo." "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": { "loginInitiated": {
"message": "A preparar o início de sessão" "message": "A preparar o início de sessão"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Abrir numa nova janela" "message": "Abrir numa nova janela"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Memorizar este dispositivo para facilitar futuros inícios de sessão"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "É necessária a aprovação do dispositivo. Selecione uma opção de aprovação abaixo:" "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": { "rememberThisDevice": {
"message": "Lembrar este dispositivo" "message": "Lembrar este dispositivo"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "E-mail do utilizador em falta" "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": { "deviceTrusted": {
"message": "Dispositivo de confiança" "message": "Dispositivo de confiança"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "A aceder" "message": "A aceder"
}, },
"loggedInExclamation": {
"message": "Sessão iniciada!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "A chave de acesso não será copiada" "message": "A chave de acesso não será copiada"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filtros" "message": "Filtros"
}, },
"filterVault": {
"message": "Filtrar cofre"
},
"filterApplied": {
"message": "Um filtro aplicado"
},
"filterAppliedPlural": {
"message": "$COUNT$ filtros aplicados",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Dados pessoais" "message": "Dados pessoais"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Palavra-passe gerada" "message": "Palavra-passe gerada"
},
"compactMode": {
"message": "Modo compacto"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Note securizate" "message": "Note securizate"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "Ștergere", "message": "Ștergere",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Generate email" "message": "Generate email"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$", "message": "Value must be between $MIN$ and $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Tip de nume de utilizator" "message": "Tip de nume de utilizator"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Reîntoarceți notificarea" "message": "Reîntoarceți notificarea"
}, },
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "Afișați toate opțiunile de conectare" "message": "Afișați toate opțiunile de conectare"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "O notificare a fost trimisă pe dispozitivul dvs." "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": { "loginInitiated": {
"message": "Conectare inițiată" "message": "Conectare inițiată"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Se deschide într-o nouă fereastră" "message": "Se deschide într-o nouă fereastră"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Este necesară aprobarea dispozitivului. Selectați o opțiune de autorizare de mai jos:" "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": { "rememberThisDevice": {
"message": "Memorizează acest dispozitiv" "message": "Memorizează acest dispozitiv"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "Lipsește e-mailul utilizatorului" "message": "Lipsește e-mailul utilizatorului"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Dispozitiv de încredere" "message": "Dispozitiv de încredere"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Accessing" "message": "Accessing"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Passkey will not be copied" "message": "Passkey will not be copied"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filters" "message": "Filters"
}, },
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Personal details" "message": "Personal details"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generated password" "message": "Generated password"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Защищенные заметки" "message": "Защищенные заметки"
}, },
"sshKeys": {
"message": "Ключи SSH"
},
"clear": { "clear": {
"message": "Очистить", "message": "Очистить",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Сгенерировать email" "message": "Сгенерировать email"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Значение должно быть между $MIN$ и $MAX$", "message": "Значение должно быть между $MIN$ и $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Тип имени пользователя" "message": "Тип имени пользователя"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Отправить уведомление повторно" "message": "Отправить уведомление повторно"
}, },
"viewAllLogInOptions": {
"message": "Посмотреть все варианты авторизации"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "Посмотреть все варианты авторизации" "message": "Посмотреть все варианты авторизации"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "На ваше устройство отправлено уведомление." "message": "На ваше устройство отправлено уведомление."
}, },
"aNotificationWasSentToYourDevice": {
"message": "На ваше устройство было отправлено уведомление"
},
"makeSureYourAccountIsUnlockedAndTheFingerprintEtc": {
"message": "Убедитесь, что ваш аккаунт разблокирован и фраза отпечатка совпадает с фразой на другом устройстве"
},
"youWillBeNotifiedOnceTheRequestIsApproved": {
"message": "Вы получите уведомление, когда запрос будет одобрен"
},
"needAnotherOptionV1": {
"message": "Нужен другой вариант?"
},
"loginInitiated": { "loginInitiated": {
"message": "Вход инициирован" "message": "Вход инициирован"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Откроется в новом окне" "message": "Откроется в новом окне"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Требуется одобрение устройства. Выберите вариант ниже:" "message": "Требуется одобрение устройства. Выберите вариант ниже:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "Запомнить это устройство" "message": "Запомнить это устройство"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "Отсутствует email пользователя" "message": "Отсутствует email пользователя"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Доверенное устройство" "message": "Доверенное устройство"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Доступ" "message": "Доступ"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Passkey не будет скопирован" "message": "Passkey не будет скопирован"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Фильтры" "message": "Фильтры"
}, },
"filterVault": {
"message": "Фильтр хранилища"
},
"filterApplied": {
"message": "Применен один фильтр"
},
"filterAppliedPlural": {
"message": "Применено фильтров: $COUNT$",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Личные данные" "message": "Личные данные"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Сгенерированный пароль" "message": "Сгенерированный пароль"
},
"compactMode": {
"message": "Компактный режим"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "ආරක්ෂිත සටහන්" "message": "ආරක්ෂිත සටහන්"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "පැහැදිලි", "message": "පැහැදිලි",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Generate email" "message": "Generate email"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$", "message": "Value must be between $MIN$ and $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Username type" "message": "Username type"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Resend notification" "message": "Resend notification"
}, },
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "View all log in options" "message": "View all log in options"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "A notification has been sent to your device." "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": { "loginInitiated": {
"message": "Login initiated" "message": "Login initiated"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Opens in a new window" "message": "Opens in a new window"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:" "message": "Device approval required. Select an approval option below:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "Remember this device" "message": "Remember this device"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "User email missing" "message": "User email missing"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Device trusted" "message": "Device trusted"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Accessing" "message": "Accessing"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Passkey will not be copied" "message": "Passkey will not be copied"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filters" "message": "Filters"
}, },
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Personal details" "message": "Personal details"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generated password" "message": "Generated password"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Zabezpečené poznámky" "message": "Zabezpečené poznámky"
}, },
"sshKeys": {
"message": "Kľúče SSH"
},
"clear": { "clear": {
"message": "Vyčistiť", "message": "Vyčistiť",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Generovať e-mail" "message": "Generovať e-mail"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Hodnota musí byť medzi $MIN$ a $MAX$", "message": "Hodnota musí byť medzi $MIN$ a $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Typ používateľského mena" "message": "Typ používateľského mena"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Znova odoslať upozornenie" "message": "Znova odoslať upozornenie"
}, },
"viewAllLogInOptions": {
"message": "Zobraziť všetky možnosti prihlásenia"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "Zobraziť všetky možnosti prihlásenia" "message": "Zobraziť všetky možnosti prihlásenia"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "Do vášho zariadenia bolo odoslané upozornenie." "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": { "loginInitiated": {
"message": "Iniciované prihlásenie" "message": "Iniciované prihlásenie"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Otvárať v novom okne" "message": "Otvárať v novom okne"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Vyžaduje sa schválenie zariadenia. Vyberte možnosť schválenia nižšie:" "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": { "rememberThisDevice": {
"message": "Zapamätať si toto zariadenie" "message": "Zapamätať si toto zariadenie"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "Chýba e-mail používateľa" "message": "Chýba e-mail používateľa"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Dôveryhodné zariadenie" "message": "Dôveryhodné zariadenie"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Pristupovanie" "message": "Pristupovanie"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Prístupový kód sa neskopíruje" "message": "Prístupový kód sa neskopíruje"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filtre" "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": { "personalDetails": {
"message": "Osobné údaje" "message": "Osobné údaje"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Vygenerované heslo" "message": "Vygenerované heslo"
},
"compactMode": {
"message": "Kompaktný režim"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Zavarovani zapiski" "message": "Zavarovani zapiski"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "Počisti", "message": "Počisti",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Generate email" "message": "Generate email"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$", "message": "Value must be between $MIN$ and $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Vrsta uporabniškega imena" "message": "Vrsta uporabniškega imena"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Resend notification" "message": "Resend notification"
}, },
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "View all log in options" "message": "View all log in options"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "A notification has been sent to your device." "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": { "loginInitiated": {
"message": "Login initiated" "message": "Login initiated"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Odpre se v novem oknu" "message": "Odpre se v novem oknu"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:" "message": "Device approval required. Select an approval option below:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "Remember this device" "message": "Remember this device"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "User email missing" "message": "User email missing"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Device trusted" "message": "Device trusted"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Accessing" "message": "Accessing"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Passkey will not be copied" "message": "Passkey will not be copied"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filters" "message": "Filters"
}, },
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Personal details" "message": "Personal details"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generated password" "message": "Generated password"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Сигурносне белешке" "message": "Сигурносне белешке"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "Очисти", "message": "Очисти",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Генеришите имејл" "message": "Генеришите имејл"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Вредност мора бити између $MIN$ и $MAX$", "message": "Value must be between $MIN$ and $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Тип имена" "message": "Тип имена"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Поново послати обавештење" "message": "Поново послати обавештење"
}, },
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "Погледајте сав извештај у опције" "message": "Погледајте сав извештај у опције"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "Обавештење је послато на ваш уређај." "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": { "loginInitiated": {
"message": "Пријава је покренута" "message": "Пријава је покренута"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Отвара се у новом прозору" "message": "Отвара се у новом прозору"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Потребно је одобрење уређаја. Изаберите опцију одобрења испод:" "message": "Потребно је одобрење уређаја. Изаберите опцију одобрења испод:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "Запамти овај уређај" "message": "Запамти овај уређај"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "Недостаје имејл корисника" "message": "Недостаје имејл корисника"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Уређај поуздан" "message": "Уређај поуздан"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Приступ" "message": "Приступ"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Приступни кључ неће бити копиран" "message": "Приступни кључ неће бити копиран"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Филтери" "message": "Филтери"
}, },
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Личне информације" "message": "Личне информације"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generated password" "message": "Generated password"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Säkra anteckningar" "message": "Säkra anteckningar"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "Rensa", "message": "Rensa",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Generate email" "message": "Generate email"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$", "message": "Värde måste vara mellan $MIN$ och $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Typ av användarnamn" "message": "Typ av användarnamn"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Skicka avisering igen" "message": "Skicka avisering igen"
}, },
"viewAllLogInOptions": {
"message": "Visa alla inloggningsalternativ"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "Visa alla inloggningsalternativ" "message": "Visa alla inloggningsalternativ"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "En avisering har skickats till din enhet." "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": { "loginInitiated": {
"message": "Inloggning påbörjad" "message": "Inloggning påbörjad"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Öppnas i ett nytt fönster" "message": "Öppnas i ett nytt fönster"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:" "message": "Device approval required. Select an approval option below:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "Kom ihåg denna enhet" "message": "Kom ihåg denna enhet"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "Användarens e-postadress saknas" "message": "Användarens e-postadress saknas"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Enhet betrodd" "message": "Enhet betrodd"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Accessing" "message": "Accessing"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Lösennyckeln kommer inte kopieras" "message": "Lösennyckeln kommer inte kopieras"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filters" "message": "Filters"
}, },
"filterVault": {
"message": "Filtrera valv"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Personal details" "message": "Personal details"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generated password" "message": "Generated password"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Secure notes" "message": "Secure notes"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "Clear", "message": "Clear",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Generate email" "message": "Generate email"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$", "message": "Value must be between $MIN$ and $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Username type" "message": "Username type"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Resend notification" "message": "Resend notification"
}, },
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "View all log in options" "message": "View all log in options"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "A notification has been sent to your device." "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": { "loginInitiated": {
"message": "Login initiated" "message": "Login initiated"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Opens in a new window" "message": "Opens in a new window"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:" "message": "Device approval required. Select an approval option below:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "Remember this device" "message": "Remember this device"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "User email missing" "message": "User email missing"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Device trusted" "message": "Device trusted"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Accessing" "message": "Accessing"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Passkey will not be copied" "message": "Passkey will not be copied"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filters" "message": "Filters"
}, },
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Personal details" "message": "Personal details"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generated password" "message": "Generated password"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Secure Notes" "message": "Secure Notes"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "ลบทิ้ง", "message": "ลบทิ้ง",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Generate email" "message": "Generate email"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$", "message": "Value must be between $MIN$ and $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Username type" "message": "Username type"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Resend notification" "message": "Resend notification"
}, },
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "View all log in options" "message": "View all log in options"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "A notification has been sent to your device." "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": { "loginInitiated": {
"message": "Login initiated" "message": "Login initiated"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Opens in a new window" "message": "Opens in a new window"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Device approval required. Select an approval option below:" "message": "Device approval required. Select an approval option below:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "Remember this device" "message": "Remember this device"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "User email missing" "message": "User email missing"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Device trusted" "message": "Device trusted"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Accessing" "message": "Accessing"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Passkey will not be copied" "message": "Passkey will not be copied"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filters" "message": "Filters"
}, },
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Personal details" "message": "Personal details"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generated password" "message": "Generated password"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -20,16 +20,16 @@
"message": "Hesap oluştur" "message": "Hesap oluştur"
}, },
"newToBitwarden": { "newToBitwarden": {
"message": "New to Bitwarden?" "message": "Bitwarden'da yeni misiniz?"
}, },
"logInWithPasskey": { "logInWithPasskey": {
"message": "Log in with passkey" "message": "Geçiş anahtarıyla giriş yap"
}, },
"useSingleSignOn": { "useSingleSignOn": {
"message": "Use single sign-on" "message": "Çoklu oturum açma kullan"
}, },
"welcomeBack": { "welcomeBack": {
"message": "Welcome back" "message": "Tekrar hoş geldiniz"
}, },
"setAStrongPassword": { "setAStrongPassword": {
"message": "Güçlü bir parola belirleyin" "message": "Güçlü bir parola belirleyin"
@ -120,7 +120,7 @@
"message": "Parolayı kopyala" "message": "Parolayı kopyala"
}, },
"copyPassphrase": { "copyPassphrase": {
"message": "Copy passphrase" "message": "Parolayı kopyala"
}, },
"copyNote": { "copyNote": {
"message": "Notu kopyala" "message": "Notu kopyala"
@ -153,13 +153,13 @@
"message": "Ruhsat numarasını kopyala" "message": "Ruhsat numarasını kopyala"
}, },
"copyPrivateKey": { "copyPrivateKey": {
"message": "Copy private key" "message": "Özel anahtarı kopyala"
}, },
"copyPublicKey": { "copyPublicKey": {
"message": "Copy public key" "message": "Ortak anahtarı kopyala"
}, },
"copyFingerprint": { "copyFingerprint": {
"message": "Copy fingerprint" "message": "Parmak izini kopyala"
}, },
"copyCustomField": { "copyCustomField": {
"message": "$FIELD$ alanını kopyala", "message": "$FIELD$ alanını kopyala",
@ -177,7 +177,7 @@
"message": "Notları kopyala" "message": "Notları kopyala"
}, },
"fill": { "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." "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": { "autoFill": {
@ -327,7 +327,7 @@
"message": "Bitwarden Authenticator" "message": "Bitwarden Authenticator"
}, },
"continueToAuthenticatorPageDesc": { "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": { "bitwardenSecretsManager": {
"message": "Bitwarden Secrets Manager" "message": "Bitwarden Secrets Manager"
@ -436,7 +436,7 @@
"message": "Parola oluştur" "message": "Parola oluştur"
}, },
"generatePassphrase": { "generatePassphrase": {
"message": "Generate passphrase" "message": "Parola üret"
}, },
"regeneratePassword": { "regeneratePassword": {
"message": "Yeni parola oluştur" "message": "Yeni parola oluştur"
@ -600,7 +600,7 @@
"message": "Web sitesini aç" "message": "Web sitesini aç"
}, },
"launchWebsiteName": { "launchWebsiteName": {
"message": "Launch website $ITEMNAME$", "message": "$ITEMNAME$ sitesini aç",
"placeholders": { "placeholders": {
"itemname": { "itemname": {
"content": "$1", "content": "$1",
@ -855,7 +855,7 @@
"message": "Giriş yap" "message": "Giriş yap"
}, },
"logInToBitwarden": { "logInToBitwarden": {
"message": "Log in to Bitwarden" "message": "Bitwarden'a giriş yapın"
}, },
"restartRegistration": { "restartRegistration": {
"message": "Kaydı yeniden başlat" "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?" "message": "Premium üyeliği bitwarden.com web kasası üzerinden satın alabilirsiniz. Şimdi siteye gitmek ister misiniz?"
}, },
"premiumPurchaseAlertV2": { "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": { "premiumCurrentMember": {
"message": "Premium üyesiniz!" "message": "Premium üyesiniz!"
@ -1433,7 +1433,7 @@
"message": "Sunucu URL'si" "message": "Sunucu URL'si"
}, },
"selfHostBaseUrl": { "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" "description": "Label for field requesting a self-hosted integration service URL"
}, },
"apiUrl": { "apiUrl": {
@ -1774,7 +1774,7 @@
"message": "Kimlik" "message": "Kimlik"
}, },
"typeSshKey": { "typeSshKey": {
"message": "SSH key" "message": "SSH anahtarı"
}, },
"newItemHeader": { "newItemHeader": {
"message": "Yeni $TYPE$", "message": "Yeni $TYPE$",
@ -1807,13 +1807,13 @@
"message": "Parola geçmişi" "message": "Parola geçmişi"
}, },
"generatorHistory": { "generatorHistory": {
"message": "Generator history" "message": "Üreteç geçmişi"
}, },
"clearGeneratorHistoryTitle": { "clearGeneratorHistoryTitle": {
"message": "Clear generator history" "message": "Üreteç geçmişini temizle"
}, },
"cleargGeneratorHistoryDescription": { "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": { "back": {
"message": "Geri" "message": "Geri"
@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Güvenli notlar" "message": "Güvenli notlar"
}, },
"sshKeys": {
"message": "SSH anahtarları"
},
"clear": { "clear": {
"message": "Temizle", "message": "Temizle",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -1932,10 +1935,10 @@
"message": "Geçmişi temizle" "message": "Geçmişi temizle"
}, },
"nothingToShow": { "nothingToShow": {
"message": "Nothing to show" "message": "Gösterilecek bir şey yok"
}, },
"nothingGeneratedRecently": { "nothingGeneratedRecently": {
"message": "You haven't generated anything recently" "message": "Yakın zamanda herhangi bir şey üretmediniz"
}, },
"remove": { "remove": {
"message": "Kaldır" "message": "Kaldır"
@ -2228,10 +2231,10 @@
"message": "Tamam" "message": "Tamam"
}, },
"errorRefreshingAccessToken": { "errorRefreshingAccessToken": {
"message": "Access Token Refresh Error" "message": "Erişim Anahtarı Yenileme Hatası"
}, },
"errorRefreshingAccessTokenDesc": { "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": { "desktopSyncVerificationTitle": {
"message": "Masaüstü eşitleme doğrulaması" "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." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"sendPasswordDescV3": { "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." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"sendNotesDesc": { "sendNotesDesc": {
@ -2887,10 +2890,10 @@
"message": "Kullanıcı adı oluştur" "message": "Kullanıcı adı oluştur"
}, },
"generateEmail": { "generateEmail": {
"message": "Generate email" "message": "E-posta üret"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$", "message": "Değer $MIN$ ile $MAX$ arasında olmalıdır.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Kullanıcı adı türü" "message": "Kullanıcı adı türü"
}, },
@ -2944,11 +2967,11 @@
"message": "Harici bir yönlendirme servisiyle e-posta maskesi oluştur." "message": "Harici bir yönlendirme servisiyle e-posta maskesi oluştur."
}, },
"forwarderDomainName": { "forwarderDomainName": {
"message": "Email domain", "message": "E-posta alan adı",
"description": "Labels the domain name email forwarder service option" "description": "Labels the domain name email forwarder service option"
}, },
"forwarderDomainNameHint": { "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." "description": "Guidance provided for email forwarding services that support multiple email domains."
}, },
"forwarderError": { "forwarderError": {
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Bildirimi yeniden gönder" "message": "Bildirimi yeniden gönder"
}, },
"viewAllLogInOptions": {
"message": "Tüm giriş seçeneklerini gör"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "Tüm giriş seçeneklerini gör" "message": "Tüm giriş seçeneklerini gör"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "Cihazınıza bir bildirim gönderildi." "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": { "loginInitiated": {
"message": "Giriş başlatıldı" "message": "Giriş başlatıldı"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Yeni pencerede açılır" "message": "Yeni pencerede açılır"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Cihaz onayı gerekiyor. Lütfen onay yönteminizi seçin:" "message": "Cihaz onayı gerekiyor. Lütfen onay yönteminizi seçin:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "Bu cihazı hatırla" "message": "Bu cihazı hatırla"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "Kullanıcının e-postası eksik" "message": "Kullanıcının e-postası eksik"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Cihaza güvenildi" "message": "Cihaza güvenildi"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Accessing" "message": "Accessing"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Geçiş anahtarı kopyalanmayacak" "message": "Geçiş anahtarı kopyalanmayacak"
}, },
@ -3786,7 +3839,7 @@
"message": "Bu siteyle eşleşen hesap bulunamadı" "message": "Bu siteyle eşleşen hesap bulunamadı"
}, },
"searchSavePasskeyNewLogin": { "searchSavePasskeyNewLogin": {
"message": "Search or save passkey as new login" "message": "Geçiş anahtarı ara veya yeni hesap olarak kaydet"
}, },
"confirm": { "confirm": {
"message": "Onayla" "message": "Onayla"
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filtreler" "message": "Filtreler"
}, },
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Kişisel bilgiler" "message": "Kişisel bilgiler"
}, },
@ -4576,13 +4644,13 @@
"message": "Kayıt konumu" "message": "Kayıt konumu"
}, },
"fileSend": { "fileSend": {
"message": "File Send" "message": "Dosya Send'i"
}, },
"fileSends": { "fileSends": {
"message": "Dosya Send'leri" "message": "Dosya Send'leri"
}, },
"textSend": { "textSend": {
"message": "Text Send" "message": "Metin Send'i"
}, },
"textSends": { "textSends": {
"message": "Metin Send'leri" "message": "Metin Send'leri"
@ -4606,28 +4674,28 @@
"message": "Bu ayara kurumsal ilke gereksinimleri uygulandı" "message": "Bu ayara kurumsal ilke gereksinimleri uygulandı"
}, },
"sshPrivateKey": { "sshPrivateKey": {
"message": "Private key" "message": "Özel anahtar"
}, },
"sshPublicKey": { "sshPublicKey": {
"message": "Public key" "message": "Ortak anahtar"
}, },
"sshFingerprint": { "sshFingerprint": {
"message": "Fingerprint" "message": "Parmak izi"
}, },
"sshKeyAlgorithm": { "sshKeyAlgorithm": {
"message": "Key type" "message": "Anahtar türü"
}, },
"sshKeyAlgorithmED25519": { "sshKeyAlgorithmED25519": {
"message": "ED25519" "message": "ED25519"
}, },
"sshKeyAlgorithmRSA2048": { "sshKeyAlgorithmRSA2048": {
"message": "RSA 2048-Bit" "message": "RSA 2048 bit"
}, },
"sshKeyAlgorithmRSA3072": { "sshKeyAlgorithmRSA3072": {
"message": "RSA 3072-Bit" "message": "RSA 3072 bit"
}, },
"sshKeyAlgorithmRSA4096": { "sshKeyAlgorithmRSA4096": {
"message": "RSA 4096-Bit" "message": "RSA 4096 bit"
}, },
"retry": { "retry": {
"message": "Yeniden dene" "message": "Yeniden dene"
@ -4672,19 +4740,19 @@
"message": "Kimlik doğrulanıyor" "message": "Kimlik doğrulanıyor"
}, },
"fillGeneratedPassword": { "fillGeneratedPassword": {
"message": "Fill generated password", "message": "Üretilen parolayı doldur",
"description": "Heading for the password generator within the inline menu" "description": "Heading for the password generator within the inline menu"
}, },
"passwordRegenerated": { "passwordRegenerated": {
"message": "Password regenerated", "message": "Parola yeniden üretildi",
"description": "Notification message for when a password has been regenerated" "description": "Notification message for when a password has been regenerated"
}, },
"saveLoginToBitwarden": { "saveLoginToBitwarden": {
"message": "Save login to Bitwarden?", "message": "Hesap Bitwarden'a kaydedilsin mi?",
"description": "Confirmation message for saving a login to Bitwarden" "description": "Confirmation message for saving a login to Bitwarden"
}, },
"spaceCharacterDescriptor": { "spaceCharacterDescriptor": {
"message": "Space", "message": "Boşluk",
"description": "Represents the space key in screen reader content as a readable word" "description": "Represents the space key in screen reader content as a readable word"
}, },
"tildeCharacterDescriptor": { "tildeCharacterDescriptor": {
@ -4692,136 +4760,142 @@
"description": "Represents the ~ key in screen reader content as a readable word" "description": "Represents the ~ key in screen reader content as a readable word"
}, },
"backtickCharacterDescriptor": { "backtickCharacterDescriptor": {
"message": "Backtick", "message": "Ters tırnak",
"description": "Represents the ` key in screen reader content as a readable word" "description": "Represents the ` key in screen reader content as a readable word"
}, },
"exclamationCharacterDescriptor": { "exclamationCharacterDescriptor": {
"message": "Exclamation mark", "message": "Ünlem işareti",
"description": "Represents the ! key in screen reader content as a readable word" "description": "Represents the ! key in screen reader content as a readable word"
}, },
"atSignCharacterDescriptor": { "atSignCharacterDescriptor": {
"message": "At sign", "message": "At işareti",
"description": "Represents the @ key in screen reader content as a readable word" "description": "Represents the @ key in screen reader content as a readable word"
}, },
"hashSignCharacterDescriptor": { "hashSignCharacterDescriptor": {
"message": "Hash sign", "message": "Kare işareti",
"description": "Represents the # key in screen reader content as a readable word" "description": "Represents the # key in screen reader content as a readable word"
}, },
"dollarSignCharacterDescriptor": { "dollarSignCharacterDescriptor": {
"message": "Dollar sign", "message": "Dolar işareti",
"description": "Represents the $ key in screen reader content as a readable word" "description": "Represents the $ key in screen reader content as a readable word"
}, },
"percentSignCharacterDescriptor": { "percentSignCharacterDescriptor": {
"message": "Percent sign", "message": "Yüzde işareti",
"description": "Represents the % key in screen reader content as a readable word" "description": "Represents the % key in screen reader content as a readable word"
}, },
"caretCharacterDescriptor": { "caretCharacterDescriptor": {
"message": "Caret", "message": "Düzeltme işareti",
"description": "Represents the ^ key in screen reader content as a readable word" "description": "Represents the ^ key in screen reader content as a readable word"
}, },
"ampersandCharacterDescriptor": { "ampersandCharacterDescriptor": {
"message": "Ampersand", "message": "Ve işareti",
"description": "Represents the & key in screen reader content as a readable word" "description": "Represents the & key in screen reader content as a readable word"
}, },
"asteriskCharacterDescriptor": { "asteriskCharacterDescriptor": {
"message": "Asterisk", "message": "Yıldız işareti",
"description": "Represents the * key in screen reader content as a readable word" "description": "Represents the * key in screen reader content as a readable word"
}, },
"parenLeftCharacterDescriptor": { "parenLeftCharacterDescriptor": {
"message": "Left parenthesis", "message": "Sol parantez",
"description": "Represents the ( key in screen reader content as a readable word" "description": "Represents the ( key in screen reader content as a readable word"
}, },
"parenRightCharacterDescriptor": { "parenRightCharacterDescriptor": {
"message": "Right parenthesis", "message": "Sağ parantez",
"description": "Represents the ) key in screen reader content as a readable word" "description": "Represents the ) key in screen reader content as a readable word"
}, },
"hyphenCharacterDescriptor": { "hyphenCharacterDescriptor": {
"message": "Underscore", "message": "Alt çizgi",
"description": "Represents the _ key in screen reader content as a readable word" "description": "Represents the _ key in screen reader content as a readable word"
}, },
"underscoreCharacterDescriptor": { "underscoreCharacterDescriptor": {
"message": "Hyphen", "message": "Tire",
"description": "Represents the - key in screen reader content as a readable word" "description": "Represents the - key in screen reader content as a readable word"
}, },
"plusCharacterDescriptor": { "plusCharacterDescriptor": {
"message": "Plus", "message": "Artı",
"description": "Represents the + key in screen reader content as a readable word" "description": "Represents the + key in screen reader content as a readable word"
}, },
"equalsCharacterDescriptor": { "equalsCharacterDescriptor": {
"message": "Equals", "message": "Eşittir",
"description": "Represents the = key in screen reader content as a readable word" "description": "Represents the = key in screen reader content as a readable word"
}, },
"braceLeftCharacterDescriptor": { "braceLeftCharacterDescriptor": {
"message": "Left brace", "message": "Sol küme parantezi",
"description": "Represents the { key in screen reader content as a readable word" "description": "Represents the { key in screen reader content as a readable word"
}, },
"braceRightCharacterDescriptor": { "braceRightCharacterDescriptor": {
"message": "Right brace", "message": "Sağ küme parantezi",
"description": "Represents the } key in screen reader content as a readable word" "description": "Represents the } key in screen reader content as a readable word"
}, },
"bracketLeftCharacterDescriptor": { "bracketLeftCharacterDescriptor": {
"message": "Left bracket", "message": "Sol köşeli parantez",
"description": "Represents the [ key in screen reader content as a readable word" "description": "Represents the [ key in screen reader content as a readable word"
}, },
"bracketRightCharacterDescriptor": { "bracketRightCharacterDescriptor": {
"message": "Right bracket", "message": "Sağ köşeli parantez",
"description": "Represents the ] key in screen reader content as a readable word" "description": "Represents the ] key in screen reader content as a readable word"
}, },
"pipeCharacterDescriptor": { "pipeCharacterDescriptor": {
"message": "Pipe", "message": "Çubuk",
"description": "Represents the | key in screen reader content as a readable word" "description": "Represents the | key in screen reader content as a readable word"
}, },
"backSlashCharacterDescriptor": { "backSlashCharacterDescriptor": {
"message": "Back slash", "message": "Ters eğik çizgi",
"description": "Represents the back slash key in screen reader content as a readable word" "description": "Represents the back slash key in screen reader content as a readable word"
}, },
"colonCharacterDescriptor": { "colonCharacterDescriptor": {
"message": "Colon", "message": "İki nokta",
"description": "Represents the : key in screen reader content as a readable word" "description": "Represents the : key in screen reader content as a readable word"
}, },
"semicolonCharacterDescriptor": { "semicolonCharacterDescriptor": {
"message": "Semicolon", "message": "Noktalı virgül",
"description": "Represents the ; key in screen reader content as a readable word" "description": "Represents the ; key in screen reader content as a readable word"
}, },
"doubleQuoteCharacterDescriptor": { "doubleQuoteCharacterDescriptor": {
"message": "Double quote", "message": "Çift tırnak",
"description": "Represents the double quote key in screen reader content as a readable word" "description": "Represents the double quote key in screen reader content as a readable word"
}, },
"singleQuoteCharacterDescriptor": { "singleQuoteCharacterDescriptor": {
"message": "Single quote", "message": "Tek tırnak",
"description": "Represents the ' key in screen reader content as a readable word" "description": "Represents the ' key in screen reader content as a readable word"
}, },
"lessThanCharacterDescriptor": { "lessThanCharacterDescriptor": {
"message": "Less than", "message": "Küçüktür",
"description": "Represents the < key in screen reader content as a readable word" "description": "Represents the < key in screen reader content as a readable word"
}, },
"greaterThanCharacterDescriptor": { "greaterThanCharacterDescriptor": {
"message": "Greater than", "message": "Büyüktür",
"description": "Represents the > key in screen reader content as a readable word" "description": "Represents the > key in screen reader content as a readable word"
}, },
"commaCharacterDescriptor": { "commaCharacterDescriptor": {
"message": "Comma", "message": "Virgül",
"description": "Represents the , key in screen reader content as a readable word" "description": "Represents the , key in screen reader content as a readable word"
}, },
"periodCharacterDescriptor": { "periodCharacterDescriptor": {
"message": "Period", "message": "Nokta",
"description": "Represents the . key in screen reader content as a readable word" "description": "Represents the . key in screen reader content as a readable word"
}, },
"questionCharacterDescriptor": { "questionCharacterDescriptor": {
"message": "Question mark", "message": "Soru işareti",
"description": "Represents the ? key in screen reader content as a readable word" "description": "Represents the ? key in screen reader content as a readable word"
}, },
"forwardSlashCharacterDescriptor": { "forwardSlashCharacterDescriptor": {
"message": "Forward slash", "message": "Bölü işareti",
"description": "Represents the / key in screen reader content as a readable word" "description": "Represents the / key in screen reader content as a readable word"
}, },
"lowercaseAriaLabel": { "lowercaseAriaLabel": {
"message": "Lowercase" "message": "Küçük harf"
}, },
"uppercaseAriaLabel": { "uppercaseAriaLabel": {
"message": "Uppercase" "message": "Büyük harf"
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generated password" "message": "Üretilen parola"
},
"compactMode": {
"message": "Kompakt mod"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Захищені нотатки" "message": "Захищені нотатки"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "Стерти", "message": "Стерти",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Генерувати е-пошту" "message": "Генерувати е-пошту"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Значення має бути між $MIN$ та $MAX$", "message": "Значення має бути між $MIN$ та $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Тип імені користувача" "message": "Тип імені користувача"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Надіслати сповіщення ще раз" "message": "Надіслати сповіщення ще раз"
}, },
"viewAllLogInOptions": {
"message": "Переглянути всі варіанти входу"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "Переглянути всі варіанти входу" "message": "Переглянути всі варіанти входу"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "Сповіщення було надіслано на ваш пристрій." "message": "Сповіщення було надіслано на ваш пристрій."
}, },
"aNotificationWasSentToYourDevice": {
"message": "Сповіщення надіслано на ваш пристрій"
},
"makeSureYourAccountIsUnlockedAndTheFingerprintEtc": {
"message": "Переконайтеся, що ваш обліковий запис розблоковано і фраза відбитка на іншому пристрої збігається"
},
"youWillBeNotifiedOnceTheRequestIsApproved": {
"message": "Після схвалення запиту ви отримаєте сповіщення"
},
"needAnotherOptionV1": {
"message": "Потрібен інший варіант?"
},
"loginInitiated": { "loginInitiated": {
"message": "Ініційовано вхід" "message": "Ініційовано вхід"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Відкривається у новому вікні" "message": "Відкривається у новому вікні"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "Необхідне підтвердження пристрою. Виберіть варіант підтвердження нижче:" "message": "Необхідне підтвердження пристрою. Виберіть варіант підтвердження нижче:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "Запам'ятати цей пристрій" "message": "Запам'ятати цей пристрій"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "Немає адреси електронної пошти" "message": "Немає адреси електронної пошти"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Довірений пристрій" "message": "Довірений пристрій"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Доступ" "message": "Доступ"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Ключ доступу не буде скопійовано" "message": "Ключ доступу не буде скопійовано"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Фільтри" "message": "Фільтри"
}, },
"filterVault": {
"message": "Фільтр сховища"
},
"filterApplied": {
"message": "Застосовано один фільтр"
},
"filterAppliedPlural": {
"message": "Застосовані фільтри: $COUNT$",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Особисті дані" "message": "Особисті дані"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Згенерований пароль" "message": "Згенерований пароль"
},
"compactMode": {
"message": "Компактний режим"
},
"beta": {
"message": "Бета"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "Ghi chú bảo mật" "message": "Ghi chú bảo mật"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "Xoá", "message": "Xoá",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Generate email" "message": "Generate email"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$", "message": "Value must be between $MIN$ and $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "Loại tên người dùng" "message": "Loại tên người dùng"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "Gửi lại thông báo" "message": "Gửi lại thông báo"
}, },
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "Xem tất cả tùy chọn đăng nhập" "message": "Xem tất cả tùy chọn đăng nhập"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "Một thông báo đã được gửi đến thiết bị của bạn." "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": { "loginInitiated": {
"message": "Bắt đầu đăng nhập" "message": "Bắt đầu đăng nhập"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "Mở trong cửa sổ mới" "message": "Mở trong cửa sổ mới"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "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:" "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": { "rememberThisDevice": {
"message": "Lưu thiết bị này" "message": "Lưu thiết bị này"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "Thiếu email người dùng" "message": "Thiếu email người dùng"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "Thiết bị tin cậy" "message": "Thiết bị tin cậy"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Accessing" "message": "Accessing"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "Không thể sao chép mã khoá" "message": "Không thể sao chép mã khoá"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Bộ lọc" "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": { "personalDetails": {
"message": "Thông tin cá nhân" "message": "Thông tin cá nhân"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generated password" "message": "Generated password"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "安全笔记" "message": "安全笔记"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "清除", "message": "清除",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "生成电子邮件地址" "message": "生成电子邮件地址"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "值必须在 $MIN$ 和 $MAX$ 之间", "message": "值必须在 $MIN$ 和 $MAX$ 之间",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "用户名类型" "message": "用户名类型"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "重新发送通知" "message": "重新发送通知"
}, },
"viewAllLogInOptions": {
"message": "查看所有登录选项"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "查看所有登录选项" "message": "查看所有登录选项"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "通知已发送到您的设备。" "message": "通知已发送到您的设备。"
}, },
"aNotificationWasSentToYourDevice": {
"message": "通知已发送到您的设备"
},
"makeSureYourAccountIsUnlockedAndTheFingerprintEtc": {
"message": "确保您的账户已解锁,并且指纹短语与其他设备上的相匹配。"
},
"youWillBeNotifiedOnceTheRequestIsApproved": {
"message": "请求获得批准后,您将收到通知"
},
"needAnotherOptionV1": {
"message": "需要其他选项吗?"
},
"loginInitiated": { "loginInitiated": {
"message": "登录已发起" "message": "登录已发起"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "在新窗口中打开" "message": "在新窗口中打开"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "需要设备批准。请在下面选择一个批准选项:" "message": "需要设备批准。请在下面选择一个批准选项:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "记住此设备" "message": "记住此设备"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "缺少用户电子邮件" "message": "缺少用户电子邮件"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "设备已信任" "message": "设备已信任"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "正在访问" "message": "正在访问"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "通行密钥不会被复制" "message": "通行密钥不会被复制"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "筛选" "message": "筛选"
}, },
"filterVault": {
"message": "密码库筛选"
},
"filterApplied": {
"message": "已应用一个筛选"
},
"filterAppliedPlural": {
"message": "已应用 $COUNT$ 个筛选",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "个人详细信息" "message": "个人详细信息"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "生成了密码" "message": "生成了密码"
},
"compactMode": {
"message": "紧凑模式"
},
"beta": {
"message": "Beta 版"
} }
} }

View File

@ -1851,6 +1851,9 @@
"secureNotes": { "secureNotes": {
"message": "安全筆記" "message": "安全筆記"
}, },
"sshKeys": {
"message": "SSH Keys"
},
"clear": { "clear": {
"message": "清除", "message": "清除",
"description": "To clear something out. example: To clear browser history." "description": "To clear something out. example: To clear browser history."
@ -2889,8 +2892,8 @@
"generateEmail": { "generateEmail": {
"message": "Generate email" "message": "Generate email"
}, },
"generatorBoundariesHint": { "spinboxBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$", "message": "Value must be between $MIN$ and $MAX$.",
"description": "Explains spin box minimum and maximum values to the user", "description": "Explains spin box minimum and maximum values to the user",
"placeholders": { "placeholders": {
"min": { "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": { "usernameType": {
"message": "使用者名稱類型" "message": "使用者名稱類型"
}, },
@ -3150,12 +3173,27 @@
"resendNotification": { "resendNotification": {
"message": "重新傳送通知" "message": "重新傳送通知"
}, },
"viewAllLogInOptions": {
"message": "View all log in options"
},
"viewAllLoginOptions": { "viewAllLoginOptions": {
"message": "檢視所有登入選項" "message": "檢視所有登入選項"
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "已傳送通知至您的裝置。" "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": { "loginInitiated": {
"message": "登入已啟動" "message": "登入已啟動"
}, },
@ -3249,9 +3287,18 @@
"opensInANewWindow": { "opensInANewWindow": {
"message": "在新視窗開啟" "message": "在新視窗開啟"
}, },
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": { "deviceApprovalRequired": {
"message": "裝置需要取得核准。請在下面選擇一個核准選項:" "message": "裝置需要取得核准。請在下面選擇一個核准選項:"
}, },
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": { "rememberThisDevice": {
"message": "記住這個裝置" "message": "記住這個裝置"
}, },
@ -3325,6 +3372,9 @@
"userEmailMissing": { "userEmailMissing": {
"message": "缺少使用者電子郵件地址" "message": "缺少使用者電子郵件地址"
}, },
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": { "deviceTrusted": {
"message": "裝置已信任" "message": "裝置已信任"
}, },
@ -3761,6 +3811,9 @@
"accessing": { "accessing": {
"message": "Accessing" "message": "Accessing"
}, },
"loggedInExclamation": {
"message": "Logged in!"
},
"passkeyNotCopied": { "passkeyNotCopied": {
"message": "密碼金鑰不會被複製" "message": "密碼金鑰不會被複製"
}, },
@ -4252,6 +4305,21 @@
"filters": { "filters": {
"message": "Filters" "message": "Filters"
}, },
"filterVault": {
"message": "Filter vault"
},
"filterApplied": {
"message": "One filter applied"
},
"filterAppliedPlural": {
"message": "$COUNT$ filters applied",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"personalDetails": { "personalDetails": {
"message": "Personal details" "message": "Personal details"
}, },
@ -4823,5 +4891,11 @@
}, },
"generatedPassword": { "generatedPassword": {
"message": "Generated password" "message": "Generated password"
},
"compactMode": {
"message": "Compact mode"
},
"beta": {
"message": "Beta"
} }
} }