1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-23 03:22:50 +02:00

Autosync the updated translations (#10808)

Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-08-30 10:54:24 +00:00 committed by GitHub
parent fe226b1cac
commit 05e0fde5f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
61 changed files with 4487 additions and 407 deletions

View File

@ -384,16 +384,56 @@
"message": "الحد الأدنى لطول كلمة السر" "message": "الحد الأدنى لطول كلمة السر"
}, },
"uppercase": { "uppercase": {
"message": "أحرف كبيرة (من A إلى Z)" "message": "أحرف كبيرة (من A إلى Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "أحرف كبيرة (من a إلى z)" "message": "أحرف كبيرة (من a إلى z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "الأرقام (من 0 الى 9)" "message": "الأرقام (من 0 الى 9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "الأحرف الخاصة (!@#$%^&*)" "message": "الأحرف الخاصة (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Include",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Include uppercase characters",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Include lowercase characters",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Include numbers",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Include special characters",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "عدد الكلمات" "message": "عدد الكلمات"
@ -415,7 +455,12 @@
"message": "الحد الأدنى من الأحرف الخاصة" "message": "الحد الأدنى من الأحرف الخاصة"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "تجنب الأحرف الغامضة" "message": "تجنب الأحرف الغامضة",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Avoid ambiguous characters",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "البحث في الخزنة" "message": "البحث في الخزنة"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "تم إنشاء حسابك الجديد! يمكنك الآن تسجيل الدخول." "message": "تم إنشاء حسابك الجديد! يمكنك الآن تسجيل الدخول."
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "سجلتَ الدخول بنجاح" "message": "سجلتَ الدخول بنجاح"
}, },
@ -1113,7 +1164,7 @@
"message": "شكرا لك على دعم Bitwarden." "message": "شكرا لك على دعم Bitwarden."
}, },
"premiumFeatures": { "premiumFeatures": {
"message": "Upgrade to premium and receive:" "message": "Upgrade to Premium and receive:"
}, },
"premiumPrice": { "premiumPrice": {
"message": "الكل فقط بـ $PRICE$ /سنة!", "message": "الكل فقط بـ $PRICE$ /سنة!",
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Please unlock this user in the desktop application and try again." "message": "Please unlock this user in the desktop application and try again."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometric unlock unavailable"
},
"biometricsNotAvailableDesc": {
"message": "Biometric unlock is currently unavailable. Please try again later."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "فشل القياسات الحيوية" "message": "فشل القياسات الحيوية"
}, },
@ -3639,10 +3696,18 @@
"message": "Credentials saved successfully!", "message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Password saved!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!", "message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Password updated!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.", "message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Enterprise policy requirements have been applied to this setting" "message": "Enterprise policy requirements have been applied to this setting"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Minimal parol uzunluğu" "message": "Minimal parol uzunluğu"
}, },
"uppercase": { "uppercase": {
"message": "Böyük hərf (A-Z)" "message": "Böyük hərf (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Kiçik hərf (a-z)" "message": "Kiçik hərf (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Rəqəmlər (0-9)" "message": "Rəqəmlər (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Xüsusi simvollar (!@#$%^&*)" "message": "Xüsusi simvollar (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Daxil et",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Böyük hərf xarakterlərini daxil et",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Kiçik hərf xarakterlərini daxil et",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Rəqəmləri daxil et",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Xüsusi xarakterləri daxil et",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Söz sayı" "message": "Söz sayı"
@ -415,7 +455,12 @@
"message": "Minimum simvol" "message": "Minimum simvol"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Anlaşılmaz simvollardan çəkinin" "message": "Anlaşılmaz simvollardan çəkinin",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Anlaşılmaz xarakterlərdən çəkin",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Anbarda axtar" "message": "Anbarda axtar"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "Yeni hesabınız yaradıldı! İndi giriş edə bilərsiniz." "message": "Yeni hesabınız yaradıldı! İndi giriş edə bilərsiniz."
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "Uğurla giriş etdiniz" "message": "Uğurla giriş etdiniz"
}, },
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Lütfən bu istifadəçinin kilidini masaüstü tətbiqində açıb yenidən sınayın." "message": "Lütfən bu istifadəçinin kilidini masaüstü tətbiqində açıb yenidən sınayın."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometrik kilidi açma əlçatmazdır"
},
"biometricsNotAvailableDesc": {
"message": "Biometrik kilidi açma hazırda əlçatmazdır. Lütfən daha sonra yenidən sınayın."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Biometrik uğursuzdur" "message": "Biometrik uğursuzdur"
}, },
@ -3639,10 +3696,18 @@
"message": "Kimlik məlumatları uğurla saxlanıldı!", "message": "Kimlik məlumatları uğurla saxlanıldı!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Parol saxlanıldı!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Kimlik məlumatları uğurla güncəlləndi!", "message": "Kimlik məlumatları uğurla güncəlləndi!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Parol güncəlləndi!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Kimlik məlumatlarını saxlama xətası. Detallar üçün konsolu yoxlayın.", "message": "Kimlik məlumatlarını saxlama xətası. Detallar üçün konsolu yoxlayın.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Müəssisə siyasət tələbləri bu ayara tətbiq edildi" "message": "Müəssisə siyasət tələbləri bu ayara tətbiq edildi"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Мінімальная даўжыня пароля" "message": "Мінімальная даўжыня пароля"
}, },
"uppercase": { "uppercase": {
"message": "Вялікія літары (A-Z)" "message": "Вялікія літары (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Маленькія літары (a-z)" "message": "Маленькія літары (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Лічбы (0-9)" "message": "Лічбы (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Спецыяльныя сімвалы (!@#$%^&*)" "message": "Спецыяльныя сімвалы (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Include",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Include uppercase characters",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Include lowercase characters",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Include numbers",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Include special characters",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Колькасць слоў" "message": "Колькасць слоў"
@ -415,7 +455,12 @@
"message": "Мінімум спецыяльных сімвалаў" "message": "Мінімум спецыяльных сімвалаў"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Пазбягаць неадназначных сімвалаў" "message": "Пазбягаць неадназначных сімвалаў",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Avoid ambiguous characters",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Пошук у сховішчы" "message": "Пошук у сховішчы"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "Ваш уліковы запіс створаны! Цяпер вы можаце ўвайсці ў яго." "message": "Ваш уліковы запіс створаны! Цяпер вы можаце ўвайсці ў яго."
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "Вы паспяхова аўтарызаваны" "message": "Вы паспяхова аўтарызаваны"
}, },
@ -1113,7 +1164,7 @@
"message": "Дзякуй за падтрымку Bitwarden." "message": "Дзякуй за падтрымку Bitwarden."
}, },
"premiumFeatures": { "premiumFeatures": {
"message": "Upgrade to premium and receive:" "message": "Upgrade to Premium and receive:"
}, },
"premiumPrice": { "premiumPrice": {
"message": "Усяго за $PRICE$ у год!", "message": "Усяго за $PRICE$ у год!",
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Please unlock this user in the desktop application and try again." "message": "Please unlock this user in the desktop application and try again."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometric unlock unavailable"
},
"biometricsNotAvailableDesc": {
"message": "Biometric unlock is currently unavailable. Please try again later."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Biometrics failed" "message": "Biometrics failed"
}, },
@ -3639,10 +3696,18 @@
"message": "Credentials saved successfully!", "message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Password saved!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!", "message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Password updated!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.", "message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Enterprise policy requirements have been applied to this setting" "message": "Enterprise policy requirements have been applied to this setting"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Минимална дължина на паролата" "message": "Минимална дължина на паролата"
}, },
"uppercase": { "uppercase": {
"message": "Главни букви (A-Z)" "message": "Главни букви (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Малки букви (a-z)" "message": "Малки букви (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Числа (0-9)" "message": "Числа (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Специални знаци (!@#$%^&*)" "message": "Специални знаци (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Включване",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Включване на главни букви",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Включване на малки букви",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Включване на цифри",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Включване на специални знаци",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Брой думи" "message": "Брой думи"
@ -415,7 +455,12 @@
"message": "Минимален брой специални знаци" "message": "Минимален брой специални знаци"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Без нееднозначни знаци" "message": "Без нееднозначни знаци",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Без нееднозначни знаци",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Търсене в трезора" "message": "Търсене в трезора"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "Абонаментът ви бе създаден. Вече можете да се впишете." "message": "Абонаментът ви бе създаден. Вече можете да се впишете."
}, },
"newAccountCreated2": {
"message": "Новата Ви регистрация беше създадена!"
},
"youHaveBeenLoggedIn": {
"message": "Вече сте вписан(а)!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "Вписахте се успешно" "message": "Вписахте се успешно"
}, },
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Отключете потребителя в настолното приложение и опитайте отново." "message": "Отключете потребителя в настолното приложение и опитайте отново."
}, },
"biometricsNotAvailableTitle": {
"message": "Отключването чрез биометрични данни не е налично"
},
"biometricsNotAvailableDesc": {
"message": "Отключването чрез биометрични данни не е налично в момента. Опитайте отново по-късно."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Неуспешно удостоверяване чрез биометрични данни" "message": "Неуспешно удостоверяване чрез биометрични данни"
}, },
@ -3639,10 +3696,18 @@
"message": "Идентификационните данни са запазени успешно!", "message": "Идентификационните данни са запазени успешно!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Паролата е запазена!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Идентификационните данни са променени успешно!", "message": "Идентификационните данни са променени успешно!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Паролата е обновена!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Грешка при запазването на идентификационните данни. Вижте конзолата за подробности.", "message": "Грешка при запазването на идентификационните данни. Вижте конзолата за подробности.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Изискванията на политиката за големи компании бяха приложени към тази настройка" "message": "Изискванията на политиката за големи компании бяха приложени към тази настройка"
},
"additionalContentAvailable": {
"message": "Има налично допълнително съдържание"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Minimum password length" "message": "Minimum password length"
}, },
"uppercase": { "uppercase": {
"message": "Uppercase (A-Z)" "message": "Uppercase (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Lowercase (a-z)" "message": "Lowercase (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Numbers (0-9)" "message": "Numbers (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Special characters (!@#$%^&*)" "message": "Special characters (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Include",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Include uppercase characters",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Include lowercase characters",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Include numbers",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Include special characters",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "শব্দের সংখ্যা" "message": "শব্দের সংখ্যা"
@ -415,7 +455,12 @@
"message": "ন্যূনতম বিশেষ" "message": "ন্যূনতম বিশেষ"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "অস্পষ্ট বর্ণগুলি এড়িয়ে চলুন" "message": "অস্পষ্ট বর্ণগুলি এড়িয়ে চলুন",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Avoid ambiguous characters",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "ভল্ট খুঁজুন" "message": "ভল্ট খুঁজুন"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "আপনার নতুন অ্যাকাউন্ট তৈরি করা হয়েছে! আপনি এখন প্রবেশ করতে পারেন।" "message": "আপনার নতুন অ্যাকাউন্ট তৈরি করা হয়েছে! আপনি এখন প্রবেশ করতে পারেন।"
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "You successfully logged in" "message": "You successfully logged in"
}, },
@ -1113,7 +1164,7 @@
"message": "Bitwarden কে সমর্থন করার জন্য আপনাকে ধন্যবাদ।" "message": "Bitwarden কে সমর্থন করার জন্য আপনাকে ধন্যবাদ।"
}, },
"premiumFeatures": { "premiumFeatures": {
"message": "Upgrade to premium and receive:" "message": "Upgrade to Premium and receive:"
}, },
"premiumPrice": { "premiumPrice": {
"message": "সমস্ত মাত্র $PRICE$ / বছরের জন্য!", "message": "সমস্ত মাত্র $PRICE$ / বছরের জন্য!",
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Please unlock this user in the desktop application and try again." "message": "Please unlock this user in the desktop application and try again."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometric unlock unavailable"
},
"biometricsNotAvailableDesc": {
"message": "Biometric unlock is currently unavailable. Please try again later."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Biometrics failed" "message": "Biometrics failed"
}, },
@ -3639,10 +3696,18 @@
"message": "Credentials saved successfully!", "message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Password saved!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!", "message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Password updated!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.", "message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Enterprise policy requirements have been applied to this setting" "message": "Enterprise policy requirements have been applied to this setting"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Minimum password length" "message": "Minimum password length"
}, },
"uppercase": { "uppercase": {
"message": "Uppercase (A-Z)" "message": "Uppercase (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Lowercase (a-z)" "message": "Lowercase (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Numbers (0-9)" "message": "Numbers (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Special characters (!@#$%^&*)" "message": "Special characters (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Include",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Include uppercase characters",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Include lowercase characters",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Include numbers",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Include special characters",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Number of words" "message": "Number of words"
@ -415,7 +455,12 @@
"message": "Minimum special" "message": "Minimum special"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Avoid ambiguous characters" "message": "Avoid ambiguous characters",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Avoid ambiguous characters",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Search vault" "message": "Search vault"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "Your new account has been created! You may now log in." "message": "Your new account has been created! You may now log in."
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "You successfully logged in" "message": "You successfully logged in"
}, },
@ -1113,7 +1164,7 @@
"message": "Thank you for supporting Bitwarden." "message": "Thank you for supporting Bitwarden."
}, },
"premiumFeatures": { "premiumFeatures": {
"message": "Upgrade to premium and receive:" "message": "Upgrade to Premium and receive:"
}, },
"premiumPrice": { "premiumPrice": {
"message": "All for just $PRICE$ /year!", "message": "All for just $PRICE$ /year!",
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Please unlock this user in the desktop application and try again." "message": "Please unlock this user in the desktop application and try again."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometric unlock unavailable"
},
"biometricsNotAvailableDesc": {
"message": "Biometric unlock is currently unavailable. Please try again later."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Biometrics failed" "message": "Biometrics failed"
}, },
@ -3639,10 +3696,18 @@
"message": "Credentials saved successfully!", "message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Password saved!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!", "message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Password updated!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.", "message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Enterprise policy requirements have been applied to this setting" "message": "Enterprise policy requirements have been applied to this setting"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Longitud mínima de la contrasenya" "message": "Longitud mínima de la contrasenya"
}, },
"uppercase": { "uppercase": {
"message": "Majúscula (A-Z)" "message": "Majúscula (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Minúscula (a-z)" "message": "Minúscula (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Números (0-9)" "message": "Números (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Caràcters especials (!@#$%^&*)" "message": "Caràcters especials (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Include",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Include uppercase characters",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Include lowercase characters",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Include numbers",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Include special characters",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Nombre de paraules" "message": "Nombre de paraules"
@ -415,7 +455,12 @@
"message": "Mínim de caràcters especials" "message": "Mínim de caràcters especials"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Eviteu caràcters ambigus" "message": "Eviteu caràcters ambigus",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Avoid ambiguous characters",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Cerca en la caixa forta" "message": "Cerca en la caixa forta"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "El vostre compte s'ha creat correctament. Ara ja podeu iniciar sessió." "message": "El vostre compte s'ha creat correctament. Ara ja podeu iniciar sessió."
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "Heu iniciat sessió correctament" "message": "Heu iniciat sessió correctament"
}, },
@ -1113,7 +1164,7 @@
"message": "Gràcies per donar suport a Bitwarden." "message": "Gràcies per donar suport a Bitwarden."
}, },
"premiumFeatures": { "premiumFeatures": {
"message": "Upgrade to premium and receive:" "message": "Upgrade to Premium and receive:"
}, },
"premiumPrice": { "premiumPrice": {
"message": "Tot per només $PRICE$ / any!", "message": "Tot per només $PRICE$ / any!",
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Please unlock this user in the desktop application and try again." "message": "Please unlock this user in the desktop application and try again."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometric unlock unavailable"
},
"biometricsNotAvailableDesc": {
"message": "Biometric unlock is currently unavailable. Please try again later."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "La biometria ha fallat" "message": "La biometria ha fallat"
}, },
@ -3639,10 +3696,18 @@
"message": "Les credencials s'han guardat correctament!", "message": "Les credencials s'han guardat correctament!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Password saved!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Les credencials s'han actualitzat correctament!", "message": "Les credencials s'han actualitzat correctament!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Password updated!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "S'ha produït un error en guardar les credencials. Consulteu la consola per obtenir més informació.", "message": "S'ha produït un error en guardar les credencials. Consulteu la consola per obtenir més informació.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Enterprise policy requirements have been applied to this setting" "message": "Enterprise policy requirements have been applied to this setting"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Minimální délka hesla" "message": "Minimální délka hesla"
}, },
"uppercase": { "uppercase": {
"message": "Velká písmena (A-Z)" "message": "Velká písmena (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Malá písmena (a-z)" "message": "Malá písmena (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Číslice (0-9)" "message": "Číslice (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Speciální znaky (!@#$%^&*)" "message": "Speciální znaky (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Zahrnout",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Zahrnout velká písmena",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Zahrnout malá písmena",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Zahrnout číslice",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Zahrnout speciální znaky",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Počet slov" "message": "Počet slov"
@ -415,7 +455,12 @@
"message": "Minimální počet speciálních znaků" "message": "Minimální počet speciálních znaků"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Nepoužívat zaměnitelné znaky" "message": "Nepoužívat zaměnitelné znaky",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Nepoužívat zaměnitelné znaky",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Vyhledat v trezoru" "message": "Vyhledat v trezoru"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "Váš účet byl vytvořen! Můžete se přihlásit." "message": "Váš účet byl vytvořen! Můžete se přihlásit."
}, },
"newAccountCreated2": {
"message": "Váš nový účet byl vytvořen!"
},
"youHaveBeenLoggedIn": {
"message": "Byli jste přihlášeni!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "Byli jste úspěšně přihlášeni" "message": "Byli jste úspěšně přihlášeni"
}, },
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Odemkněte tohoto uživatele v programu pro počítač a zkuste to znovu." "message": "Odemkněte tohoto uživatele v programu pro počítač a zkuste to znovu."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometrické odemknutí není k dispozici"
},
"biometricsNotAvailableDesc": {
"message": "Biometrické odemknutí je momentálně nedostupné. Opakujte akci později."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Biometrika selhala" "message": "Biometrika selhala"
}, },
@ -3639,10 +3696,18 @@
"message": "Pověření byla úspěšně uložena!", "message": "Pověření byla úspěšně uložena!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Heslo uloženo!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Pověření byla úspěšně aktualizována!", "message": "Pověření byla úspěšně aktualizována!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Heslo aktualizováno!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Chyba při ukládání přihlašovacích údajů. Podrobnosti naleznete v konzoli.", "message": "Chyba při ukládání přihlašovacích údajů. Podrobnosti naleznete v konzoli.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Na toto nastavení byly uplatněny požadavky podnikových zásad" "message": "Na toto nastavení byly uplatněny požadavky podnikových zásad"
},
"additionalContentAvailable": {
"message": "Je k dispozici další obsah"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Hyd lleiaf cyfrineiriau" "message": "Hyd lleiaf cyfrineiriau"
}, },
"uppercase": { "uppercase": {
"message": "Priflythrennau (A-Z)" "message": "Priflythrennau (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Llythrennau bach (a-z)" "message": "Llythrennau bach (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Rhifau (0-9)" "message": "Rhifau (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Nodau arbennig (!@#$%^&*)" "message": "Nodau arbennig (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Include",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Include uppercase characters",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Include lowercase characters",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Include numbers",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Include special characters",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Nifer o eiriau" "message": "Nifer o eiriau"
@ -415,7 +455,12 @@
"message": "Isafswm nodau arbennig" "message": "Isafswm nodau arbennig"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Osgoi nodau amwys" "message": "Osgoi nodau amwys",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Avoid ambiguous characters",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Chwilio'r gell" "message": "Chwilio'r gell"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "Mae eich cyfrif newydd wedi cael ei greu! Gallwch bellach fewngofnodi." "message": "Mae eich cyfrif newydd wedi cael ei greu! Gallwch bellach fewngofnodi."
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "You successfully logged in" "message": "You successfully logged in"
}, },
@ -1113,7 +1164,7 @@
"message": "Diolch am gefnogi Bitwarden." "message": "Diolch am gefnogi Bitwarden."
}, },
"premiumFeatures": { "premiumFeatures": {
"message": "Upgrade to premium and receive:" "message": "Upgrade to Premium and receive:"
}, },
"premiumPrice": { "premiumPrice": {
"message": "Hyn oll am $PRICE$ y flwyddyn!", "message": "Hyn oll am $PRICE$ y flwyddyn!",
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Please unlock this user in the desktop application and try again." "message": "Please unlock this user in the desktop application and try again."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometric unlock unavailable"
},
"biometricsNotAvailableDesc": {
"message": "Biometric unlock is currently unavailable. Please try again later."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Biometrics failed" "message": "Biometrics failed"
}, },
@ -3639,10 +3696,18 @@
"message": "Credentials saved successfully!", "message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Password saved!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!", "message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Password updated!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.", "message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Enterprise policy requirements have been applied to this setting" "message": "Enterprise policy requirements have been applied to this setting"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Minimumslængde på adgangskode" "message": "Minimumslængde på adgangskode"
}, },
"uppercase": { "uppercase": {
"message": "Store bogstaver (A-Z)" "message": "Store bogstaver (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Små bogstaver (a-z)" "message": "Små bogstaver (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Tal (0-9)" "message": "Tal (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Specialtegn (!@#$%^&*)" "message": "Specialtegn (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Inkludér",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Inkludér majuskler",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Inkludér minuskler",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Inkludér tal",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Inkludér specialtegn",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Antal ord" "message": "Antal ord"
@ -415,7 +455,12 @@
"message": "Mindste antal specialtegn" "message": "Mindste antal specialtegn"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Undgå tvetydige tegn" "message": "Undgå tvetydige tegn",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Undgå tvetydige tegn",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Søg i boks" "message": "Søg i boks"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "Din nye konto er oprettet! Du kan nu logge ind." "message": "Din nye konto er oprettet! Du kan nu logge ind."
}, },
"newAccountCreated2": {
"message": "Din nye konto er oprettet!"
},
"youHaveBeenLoggedIn": {
"message": "Du er blevet logget ind!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "Du er nu logget ind" "message": "Du er nu logget ind"
}, },
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Oplås denne bruger op i computerprogrammet og forsøg igen." "message": "Oplås denne bruger op i computerprogrammet og forsøg igen."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometrisk oplåsning utilgængelig"
},
"biometricsNotAvailableDesc": {
"message": "Biometrisk oplåsning er p.t. ikke tilgængelig. Prøv igen senere."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Biometri mislykkedes" "message": "Biometri mislykkedes"
}, },
@ -3639,10 +3696,18 @@
"message": "Legitimationsoplysninger er gemt!", "message": "Legitimationsoplysninger er gemt!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Adgangskode gemt!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Legitimationsoplysninger er opdateret!", "message": "Legitimationsoplysninger er opdateret!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Adgangskode opdateret!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Fejl under import. Tjek konsollen for detaljer.", "message": "Fejl under import. Tjek konsollen for detaljer.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Virksomhedspolitikkrav er anvendt på denne indstilling" "message": "Virksomhedspolitikkrav er anvendt på denne indstilling"
},
"additionalContentAvailable": {
"message": "Yderligere indhold er tilgængeligt"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Minimale Passwortlänge" "message": "Minimale Passwortlänge"
}, },
"uppercase": { "uppercase": {
"message": "Großbuchstaben (A-Z)" "message": "Großbuchstaben (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Kleinbuchstaben (a-z)" "message": "Kleinbuchstaben (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Zahlen (0-9)" "message": "Zahlen (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Sonderzeichen (!@#$%^&*)" "message": "Sonderzeichen (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Einschließen",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Großbuchstaben verwenden",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Kleinbuchstaben verwenden",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Ziffern verwenden",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Sonderzeichen verwenden",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Anzahl der Wörter" "message": "Anzahl der Wörter"
@ -415,7 +455,12 @@
"message": "Mindestanzahl Sonderzeichen" "message": "Mindestanzahl Sonderzeichen"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Mehrdeutige Zeichen vermeiden" "message": "Mehrdeutige Zeichen vermeiden",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Mehrdeutige Zeichen vermeiden",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Tresor durchsuchen" "message": "Tresor durchsuchen"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "Dein neues Konto wurde erstellt! Du kannst dich jetzt anmelden." "message": "Dein neues Konto wurde erstellt! Du kannst dich jetzt anmelden."
}, },
"newAccountCreated2": {
"message": "Dein neues Konto wurde erstellt!"
},
"youHaveBeenLoggedIn": {
"message": "Du wurdest angemeldet!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "Du hast dich erfolgreich angemeldet." "message": "Du hast dich erfolgreich angemeldet."
}, },
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Bitte entsperre diesen Nutzer in der Desktop-Anwendung und versuche es erneut." "message": "Bitte entsperre diesen Nutzer in der Desktop-Anwendung und versuche es erneut."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometrisches Entsperren nicht verfügbar"
},
"biometricsNotAvailableDesc": {
"message": "Biometrisches Entsperren ist derzeit nicht verfügbar. Bitte versuche es später erneut."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Biometrie fehlgeschlagen" "message": "Biometrie fehlgeschlagen"
}, },
@ -3639,10 +3696,18 @@
"message": "Zugangsdaten erfolgreich gespeichert!", "message": "Zugangsdaten erfolgreich gespeichert!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Passwort gespeichert!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Zugangsdaten erfolgreich aktualisiert!", "message": "Zugangsdaten erfolgreich aktualisiert!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Passwort aktualisiert!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Fehler beim Speichern der Zugangsdaten. Details in der Konsole.", "message": "Fehler beim Speichern der Zugangsdaten. Details in der Konsole.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -3988,7 +4053,7 @@
} }
}, },
"enableAnimations": { "enableAnimations": {
"message": "Enable animations" "message": "Animationen aktivieren"
}, },
"addAccount": { "addAccount": {
"message": "Konto hinzufügen" "message": "Konto hinzufügen"
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Unternehmens-Richtlinienanforderungen wurden auf diese Einstellung angewandt" "message": "Unternehmens-Richtlinienanforderungen wurden auf diese Einstellung angewandt"
},
"additionalContentAvailable": {
"message": "Zusätzlicher Inhalt ist verfügbar"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Ελάχιστο μήκος κωδικού πρόσβασης" "message": "Ελάχιστο μήκος κωδικού πρόσβασης"
}, },
"uppercase": { "uppercase": {
"message": "Κεφαλαία (A-Z)" "message": "Κεφαλαία (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Πεζά (α-ω)" "message": "Πεζά (α-ω)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Αριθμοί (0-9)" "message": "Αριθμοί (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Ειδικοί χαρακτήρες (!@#$%^&*)" "message": "Ειδικοί χαρακτήρες (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Include",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Include uppercase characters",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Include lowercase characters",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Include numbers",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Include special characters",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Αριθμός λέξεων" "message": "Αριθμός λέξεων"
@ -415,7 +455,12 @@
"message": "Ελάχιστοι ειδικοί χαρακτήρες" "message": "Ελάχιστοι ειδικοί χαρακτήρες"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Αποφυγή αμφιλεγόμενων χαρακτήρων" "message": "Αποφυγή αμφιλεγόμενων χαρακτήρων",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Avoid ambiguous characters",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Αναζήτηση στο vault" "message": "Αναζήτηση στο vault"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "Ο λογαριασμός σας έχει δημιουργηθεί! Τώρα μπορείτε να συνδεθείτε." "message": "Ο λογαριασμός σας έχει δημιουργηθεί! Τώρα μπορείτε να συνδεθείτε."
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "Έχετε συνδεθεί επιτυχώς" "message": "Έχετε συνδεθεί επιτυχώς"
}, },
@ -1113,7 +1164,7 @@
"message": "Ευχαριστούμε που υποστηρίζετε το Bitwarden." "message": "Ευχαριστούμε που υποστηρίζετε το Bitwarden."
}, },
"premiumFeatures": { "premiumFeatures": {
"message": "Upgrade to premium and receive:" "message": "Upgrade to Premium and receive:"
}, },
"premiumPrice": { "premiumPrice": {
"message": "Όλα για μόνο $PRICE$ /έτος!", "message": "Όλα για μόνο $PRICE$ /έτος!",
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Παρακαλώ ξεκλειδώστε αυτόν τον χρήστη στην εφαρμογή επιφάνειας εργασίας και προσπαθήστε ξανά." "message": "Παρακαλώ ξεκλειδώστε αυτόν τον χρήστη στην εφαρμογή επιφάνειας εργασίας και προσπαθήστε ξανά."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometric unlock unavailable"
},
"biometricsNotAvailableDesc": {
"message": "Biometric unlock is currently unavailable. Please try again later."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Τα βιομετρικά απέτυχαν" "message": "Τα βιομετρικά απέτυχαν"
}, },
@ -3639,10 +3696,18 @@
"message": "Τα στοιχεία αποθηκεύτηκαν επιτυχώς!", "message": "Τα στοιχεία αποθηκεύτηκαν επιτυχώς!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Password saved!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Τα στοιχεία ενημερώθηκαν επιτυχώς!", "message": "Τα στοιχεία ενημερώθηκαν επιτυχώς!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Password updated!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Σφάλμα αποθήκευσης στοιχείων. Ελέγξτε την κονσόλα για λεπτομέρειες.", "message": "Σφάλμα αποθήκευσης στοιχείων. Ελέγξτε την κονσόλα για λεπτομέρειες.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Οι απαιτήσεις της πολιτικής για επιχειρήσεις έχουν εφαρμοστεί σε αυτήν τη ρύθμιση" "message": "Οι απαιτήσεις της πολιτικής για επιχειρήσεις έχουν εφαρμοστεί σε αυτήν τη ρύθμιση"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Minimum password length" "message": "Minimum password length"
}, },
"uppercase": { "uppercase": {
"message": "Uppercase (A-Z)" "message": "Uppercase (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Lowercase (a-z)" "message": "Lowercase (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Numbers (0-9)" "message": "Numbers (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Special characters (!@#$%^&*)" "message": "Special characters (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Include",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Include uppercase characters",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Include lowercase characters",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Include numbers",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Include special characters",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Number of words" "message": "Number of words"
@ -415,7 +455,12 @@
"message": "Minimum special" "message": "Minimum special"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Avoid ambiguous characters" "message": "Avoid ambiguous characters",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Avoid ambiguous characters",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Search vault" "message": "Search vault"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "Your new account has been created! You may now log in." "message": "Your new account has been created! You may now log in."
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "You successfully logged in" "message": "You successfully logged in"
}, },
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Please unlock this user in the desktop application and try again." "message": "Please unlock this user in the desktop application and try again."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometric unlock unavailable"
},
"biometricsNotAvailableDesc": {
"message": "Biometric unlock is currently unavailable. Please try again later."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Biometrics failed" "message": "Biometrics failed"
}, },
@ -3639,10 +3696,18 @@
"message": "Credentials saved successfully!", "message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Password saved!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!", "message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Password updated!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.", "message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Enterprise policy requirements have been applied to this setting" "message": "Enterprise policy requirements have been applied to this setting"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Minimum password length" "message": "Minimum password length"
}, },
"uppercase": { "uppercase": {
"message": "Uppercase (A-Z)" "message": "Uppercase (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Lowercase (a-z)" "message": "Lowercase (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Numbers (0-9)" "message": "Numbers (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Special Characters (!@#$%^&*)" "message": "Special Characters (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Include",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Include uppercase characters",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Include lowercase characters",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Include numbers",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Include special characters",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Number of words" "message": "Number of words"
@ -415,7 +455,12 @@
"message": "Minimum special" "message": "Minimum special"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Avoid ambiguous characters" "message": "Avoid ambiguous characters",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Avoid ambiguous characters",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Search vault" "message": "Search vault"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "Your new account has been created! You may now log in." "message": "Your new account has been created! You may now log in."
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "You successfully logged in" "message": "You successfully logged in"
}, },
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Please unlock this user in the desktop application and try again." "message": "Please unlock this user in the desktop application and try again."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometric unlock unavailable"
},
"biometricsNotAvailableDesc": {
"message": "Biometric unlock is currently unavailable. Please try again later."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Biometrics failed" "message": "Biometrics failed"
}, },
@ -3639,10 +3696,18 @@
"message": "Credentials saved successfully!", "message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Password saved!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!", "message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Password updated!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.", "message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Enterprise policy requirements have been applied to this setting" "message": "Enterprise policy requirements have been applied to this setting"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Longitud mínima de contraseña" "message": "Longitud mínima de contraseña"
}, },
"uppercase": { "uppercase": {
"message": "Mayúsculas (A-Z)" "message": "Mayúsculas (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Minúsculas (a-z)" "message": "Minúsculas (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Números (0-9)" "message": "Números (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Caracteres especiales (!@#$%^&*)" "message": "Caracteres especiales (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Include",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Include uppercase characters",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Include lowercase characters",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Include numbers",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Include special characters",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Número de palabras" "message": "Número de palabras"
@ -415,7 +455,12 @@
"message": "Mínimo de caracteres especiales" "message": "Mínimo de caracteres especiales"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Evitar caracteres ambiguos" "message": "Evitar caracteres ambiguos",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Avoid ambiguous characters",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Buscar en caja fuerte" "message": "Buscar en caja fuerte"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "¡Tu nueva cuenta ha sido creada! Ahora puedes acceder." "message": "¡Tu nueva cuenta ha sido creada! Ahora puedes acceder."
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "Accedió correctamente a su cuenta" "message": "Accedió correctamente a su cuenta"
}, },
@ -1113,7 +1164,7 @@
"message": "Gracias por apoyar el desarrollo de Bitwarden." "message": "Gracias por apoyar el desarrollo de Bitwarden."
}, },
"premiumFeatures": { "premiumFeatures": {
"message": "Upgrade to premium and receive:" "message": "Upgrade to Premium and receive:"
}, },
"premiumPrice": { "premiumPrice": {
"message": "¡Todo por solo %price% /año!", "message": "¡Todo por solo %price% /año!",
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Por favor, desbloquea a este usuario en la aplicación de escritorio e inténtalo de nuevo." "message": "Por favor, desbloquea a este usuario en la aplicación de escritorio e inténtalo de nuevo."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometric unlock unavailable"
},
"biometricsNotAvailableDesc": {
"message": "Biometric unlock is currently unavailable. Please try again later."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Fallo de biométrica" "message": "Fallo de biométrica"
}, },
@ -3639,10 +3696,18 @@
"message": "¡Credenciales guardadas con éxito!", "message": "¡Credenciales guardadas con éxito!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Password saved!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "¡Credenciales actualizadas con éxito!", "message": "¡Credenciales actualizadas con éxito!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Password updated!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Se produjo un error al guardar las credenciales. Revise la consola para obtener detalles.", "message": "Se produjo un error al guardar las credenciales. Revise la consola para obtener detalles.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Enterprise policy requirements have been applied to this setting" "message": "Enterprise policy requirements have been applied to this setting"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Lühim lubatud parooli pikkus" "message": "Lühim lubatud parooli pikkus"
}, },
"uppercase": { "uppercase": {
"message": "Suurtäht (A-Z) " "message": "Suurtäht (A-Z) ",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Väiketäht (a-z) " "message": "Väiketäht (a-z) ",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Numbrid (0-9)" "message": "Numbrid (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Erimärgid (!@#$%^&*)" "message": "Erimärgid (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Include",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Include uppercase characters",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Include lowercase characters",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Include numbers",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Include special characters",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Sõnade arv" "message": "Sõnade arv"
@ -415,7 +455,12 @@
"message": "Vähim arv spetsiaalmärke" "message": "Vähim arv spetsiaalmärke"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Väldi ebamääraseid kirjamärke" "message": "Väldi ebamääraseid kirjamärke",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Avoid ambiguous characters",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Otsi hoidlast" "message": "Otsi hoidlast"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "Konto on loodud! Võid nüüd sisse logida." "message": "Konto on loodud! Võid nüüd sisse logida."
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "Sisselogimine õnnestus" "message": "Sisselogimine õnnestus"
}, },
@ -1113,7 +1164,7 @@
"message": "Täname, et toetad Bitwardenit." "message": "Täname, et toetad Bitwardenit."
}, },
"premiumFeatures": { "premiumFeatures": {
"message": "Upgrade to premium and receive:" "message": "Upgrade to Premium and receive:"
}, },
"premiumPrice": { "premiumPrice": {
"message": "Kõik see ainult $PRICE$ / aastas!", "message": "Kõik see ainult $PRICE$ / aastas!",
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Please unlock this user in the desktop application and try again." "message": "Please unlock this user in the desktop application and try again."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometric unlock unavailable"
},
"biometricsNotAvailableDesc": {
"message": "Biometric unlock is currently unavailable. Please try again later."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Biomeetria nurjus" "message": "Biomeetria nurjus"
}, },
@ -3639,10 +3696,18 @@
"message": "Credentials saved successfully!", "message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Password saved!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!", "message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Password updated!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.", "message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Enterprise policy requirements have been applied to this setting" "message": "Enterprise policy requirements have been applied to this setting"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Pasahitzaren gutxieneko luzera" "message": "Pasahitzaren gutxieneko luzera"
}, },
"uppercase": { "uppercase": {
"message": "Letra larria (A-Z)" "message": "Letra larria (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Letra txikia (a-z)" "message": "Letra txikia (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Zenbakiak (0-9)" "message": "Zenbakiak (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Karaktere bereziak (!@#$%^&*)" "message": "Karaktere bereziak (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Include",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Include uppercase characters",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Include lowercase characters",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Include numbers",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Include special characters",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Hitz kopurua" "message": "Hitz kopurua"
@ -415,7 +455,12 @@
"message": "Gutxieneko karaktere bereziak" "message": "Gutxieneko karaktere bereziak"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Saihestu karaktere anbiguoak" "message": "Saihestu karaktere anbiguoak",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Avoid ambiguous characters",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Bilatu kutxa gotorrean" "message": "Bilatu kutxa gotorrean"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "Zure kontua egina dago. Orain saioa has dezakezu." "message": "Zure kontua egina dago. Orain saioa has dezakezu."
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "You successfully logged in" "message": "You successfully logged in"
}, },
@ -1113,7 +1164,7 @@
"message": "Eskerrik asko Bitwarden babesteagatik." "message": "Eskerrik asko Bitwarden babesteagatik."
}, },
"premiumFeatures": { "premiumFeatures": {
"message": "Upgrade to premium and receive:" "message": "Upgrade to Premium and receive:"
}, },
"premiumPrice": { "premiumPrice": {
"message": "Dena, urtean $PRICE$gatik!", "message": "Dena, urtean $PRICE$gatik!",
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Please unlock this user in the desktop application and try again." "message": "Please unlock this user in the desktop application and try again."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometric unlock unavailable"
},
"biometricsNotAvailableDesc": {
"message": "Biometric unlock is currently unavailable. Please try again later."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Biometrics failed" "message": "Biometrics failed"
}, },
@ -3639,10 +3696,18 @@
"message": "Credentials saved successfully!", "message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Password saved!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!", "message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Password updated!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.", "message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Enterprise policy requirements have been applied to this setting" "message": "Enterprise policy requirements have been applied to this setting"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "حداقل طول گذرواژه" "message": "حداقل طول گذرواژه"
}, },
"uppercase": { "uppercase": {
"message": "حروف بزرگ (A-Z)" "message": "حروف بزرگ (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "حروف کوچک (a-z)" "message": "حروف کوچک (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "اعداد (0-9)" "message": "اعداد (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "نویسه‌های ویژه (!@#$%^&*)" "message": "نویسه‌های ویژه (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Include",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Include uppercase characters",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Include lowercase characters",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Include numbers",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Include special characters",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "تعداد کلمات" "message": "تعداد کلمات"
@ -415,7 +455,12 @@
"message": "حداقل حرف خاص" "message": "حداقل حرف خاص"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "از کاراکترهای مبهم اجتناب کن" "message": "از کاراکترهای مبهم اجتناب کن",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Avoid ambiguous characters",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "جستجوی گاوصندوق" "message": "جستجوی گاوصندوق"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "حساب کاربری جدید شما ساخته شد! حالا می‌توانید وارد شوید." "message": "حساب کاربری جدید شما ساخته شد! حالا می‌توانید وارد شوید."
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "شما با موفقیت وارد شدید" "message": "شما با موفقیت وارد شدید"
}, },
@ -1113,7 +1164,7 @@
"message": "برای حمایتتان از Bitwarden سپاسگزاریم." "message": "برای حمایتتان از Bitwarden سپاسگزاریم."
}, },
"premiumFeatures": { "premiumFeatures": {
"message": "Upgrade to premium and receive:" "message": "Upgrade to Premium and receive:"
}, },
"premiumPrice": { "premiumPrice": {
"message": "تمامش فقط $PRICE$ در سال!", "message": "تمامش فقط $PRICE$ در سال!",
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Please unlock this user in the desktop application and try again." "message": "Please unlock this user in the desktop application and try again."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometric unlock unavailable"
},
"biometricsNotAvailableDesc": {
"message": "Biometric unlock is currently unavailable. Please try again later."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "زیست‌سنجی ناموفق بود" "message": "زیست‌سنجی ناموفق بود"
}, },
@ -3639,10 +3696,18 @@
"message": "Credentials saved successfully!", "message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Password saved!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!", "message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Password updated!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.", "message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Enterprise policy requirements have been applied to this setting" "message": "Enterprise policy requirements have been applied to this setting"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Salasanan vähimmäispituus" "message": "Salasanan vähimmäispituus"
}, },
"uppercase": { "uppercase": {
"message": "Isot kirjaimet (A-Z)" "message": "Isot kirjaimet (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Pienet kirjaimet (a-z)" "message": "Pienet kirjaimet (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Numerot (0-9)" "message": "Numerot (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Erikoismerkit (!@#$%^&*)" "message": "Erikoismerkit (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Include",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Sisällytä isoja kirjaimia",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Ö",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Käytä pieniä kirjaimia",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-ö",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Käytä numeroita",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Käytä erikoismerkkejä",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Sanojen määrä" "message": "Sanojen määrä"
@ -415,7 +455,12 @@
"message": "Erikoismerkkejä vähintään" "message": "Erikoismerkkejä vähintään"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Vältä epäselviä merkkejä" "message": "Vältä epäselviä merkkejä",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Vältä epäselviä merkkejä",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Etsi holvista" "message": "Etsi holvista"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "Uusi käyttäjätilisi on luotu! Voit nyt kirjautua sisään." "message": "Uusi käyttäjätilisi on luotu! Voit nyt kirjautua sisään."
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "Kirjautuminen onnistui" "message": "Kirjautuminen onnistui"
}, },
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Poista käyttäjän lukitus työpöytäsovelluksesta ja yritä uudelleen." "message": "Poista käyttäjän lukitus työpöytäsovelluksesta ja yritä uudelleen."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometric unlock unavailable"
},
"biometricsNotAvailableDesc": {
"message": "Biometric unlock is currently unavailable. Please try again later."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Biometria epäonnistui" "message": "Biometria epäonnistui"
}, },
@ -3639,10 +3696,18 @@
"message": "Käyttäjätiedot tallennettiin!", "message": "Käyttäjätiedot tallennettiin!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Salasana tallennettiin!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Käyttäjätiedot päivitettiin!", "message": "Käyttäjätiedot päivitettiin!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Salasana päivitettiin!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Virhe tallennettaessa käyttäjätietoja. Näet isätietoja hallinnasta.", "message": "Virhe tallennettaessa käyttäjätietoja. Näet isätietoja hallinnasta.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Yrityskäytännön vaatimuksia on sovellettu tähän asetukseen" "message": "Yrityskäytännön vaatimuksia on sovellettu tähän asetukseen"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Minimum password length" "message": "Minimum password length"
}, },
"uppercase": { "uppercase": {
"message": "Uppercase (A-Z)" "message": "Uppercase (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Lowercase (a-t) sa Filipino ay mababang-letra (a-t)" "message": "Lowercase (a-t) sa Filipino ay mababang-letra (a-t)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Numbers (0-9)" "message": "Numbers (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Mga espesyal na character (!@#$%^&*) sa Filipino ay tinatawag na mga simbolong pambihira" "message": "Mga espesyal na character (!@#$%^&*) sa Filipino ay tinatawag na mga simbolong pambihira",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Include",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Include uppercase characters",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Include lowercase characters",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Include numbers",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Include special characters",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Ang bilang ng mga salita\n\nNumero ng mga salita" "message": "Ang bilang ng mga salita\n\nNumero ng mga salita"
@ -415,7 +455,12 @@
"message": "Inakamababang espesyal" "message": "Inakamababang espesyal"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Iwasan ang mga hindi malinaw na character" "message": "Iwasan ang mga hindi malinaw na character",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Avoid ambiguous characters",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Hanapin ang vault" "message": "Hanapin ang vault"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "Nalikha na ang iyong bagong account! Maaari ka nang mag-log in." "message": "Nalikha na ang iyong bagong account! Maaari ka nang mag-log in."
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "You successfully logged in" "message": "You successfully logged in"
}, },
@ -1113,7 +1164,7 @@
"message": "Salamat sa pagsuporta sa Bitwarden." "message": "Salamat sa pagsuporta sa Bitwarden."
}, },
"premiumFeatures": { "premiumFeatures": {
"message": "Upgrade to premium and receive:" "message": "Upgrade to Premium and receive:"
}, },
"premiumPrice": { "premiumPrice": {
"message": "Lahat para lamang sa $PRICE$ /taon!", "message": "Lahat para lamang sa $PRICE$ /taon!",
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Please unlock this user in the desktop application and try again." "message": "Please unlock this user in the desktop application and try again."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometric unlock unavailable"
},
"biometricsNotAvailableDesc": {
"message": "Biometric unlock is currently unavailable. Please try again later."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Biometrics failed" "message": "Biometrics failed"
}, },
@ -3639,10 +3696,18 @@
"message": "Credentials saved successfully!", "message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Password saved!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!", "message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Password updated!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.", "message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Enterprise policy requirements have been applied to this setting" "message": "Enterprise policy requirements have been applied to this setting"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Longueur minimale du mot de passe" "message": "Longueur minimale du mot de passe"
}, },
"uppercase": { "uppercase": {
"message": "Majuscules (A-Z)" "message": "Majuscules (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Minuscules (a-z)" "message": "Minuscules (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Chiffres (0-9)" "message": "Chiffres (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Caractères spéciaux (!@#$%^&*)" "message": "Caractères spéciaux (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Inclure",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Inclure des caractères majuscules",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Inclure des caractères minuscules",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Inclure des nombres",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Inclure des caractères spéciaux",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Nombre de mots" "message": "Nombre de mots"
@ -415,7 +455,12 @@
"message": "Minimum de caractères spéciaux" "message": "Minimum de caractères spéciaux"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Éviter les caractères ambigus" "message": "Éviter les caractères ambigus",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Éviter les caractères ambigus",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Rechercher dans le coffre" "message": "Rechercher dans le coffre"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "Votre nouveau compte a été créé ! Vous pouvez maintenant vous authentifier." "message": "Votre nouveau compte a été créé ! Vous pouvez maintenant vous authentifier."
}, },
"newAccountCreated2": {
"message": "Votre nouveau compte a été créé !"
},
"youHaveBeenLoggedIn": {
"message": "Vous avez été connecté !"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "Vous vous êtes connecté avec succès" "message": "Vous vous êtes connecté avec succès"
}, },
@ -2063,7 +2114,7 @@
"message": "Le déverrouillage biométrique a échoué. La clé secrète biométrique n'a pas réussi à déverrouiller le coffre. Veuillez essayer de configurer à nouveau la biométrie." "message": "Le déverrouillage biométrique a échoué. La clé secrète biométrique n'a pas réussi à déverrouiller le coffre. Veuillez essayer de configurer à nouveau la biométrie."
}, },
"nativeMessagingWrongUserKeyTitle": { "nativeMessagingWrongUserKeyTitle": {
"message": "Biometric key missmatch" "message": "Non-concordance des clés biométriques"
}, },
"biometricsNotEnabledTitle": { "biometricsNotEnabledTitle": {
"message": "Le déverrouillage biométrique n'est pas activé" "message": "Le déverrouillage biométrique n'est pas activé"
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Veuillez déverrouiller cet utilisateur dans l'application de bureau et réessayer." "message": "Veuillez déverrouiller cet utilisateur dans l'application de bureau et réessayer."
}, },
"biometricsNotAvailableTitle": {
"message": "Déverrouillage biométrique indisponible"
},
"biometricsNotAvailableDesc": {
"message": "Le déverrouillage biométrique est actuellement indisponible. Veuillez réessayer plus tard."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Le déverrouillage biométique a échoué\n" "message": "Le déverrouillage biométique a échoué\n"
}, },
@ -3211,7 +3268,7 @@
"description": "Button text to display within inline menu when there are no matching items on a login field" "description": "Button text to display within inline menu when there are no matching items on a login field"
}, },
"addNewLoginItemAria": { "addNewLoginItemAria": {
"message": "Add new vault login item, opens in a new window", "message": "Ajouter un nouvel élément de connexion au coffre, s'ouvre dans une nouvelle fenêtre",
"description": "Screen reader text (aria-label) for new login button within inline menu" "description": "Screen reader text (aria-label) for new login button within inline menu"
}, },
"newCard": { "newCard": {
@ -3219,7 +3276,7 @@
"description": "Button text to display within inline menu when there are no matching items on a credit card field" "description": "Button text to display within inline menu when there are no matching items on a credit card field"
}, },
"addNewCardItemAria": { "addNewCardItemAria": {
"message": "Add new vault card item, opens in a new window", "message": "Ajouter un nouvel élément de carte au coffre, s'ouvre dans une nouvelle fenêtre",
"description": "Screen reader text (aria-label) for new card button within inline menu" "description": "Screen reader text (aria-label) for new card button within inline menu"
}, },
"newIdentity": { "newIdentity": {
@ -3227,7 +3284,7 @@
"description": "Button text to display within inline menu when there are no matching items on an identity field" "description": "Button text to display within inline menu when there are no matching items on an identity field"
}, },
"addNewIdentityItemAria": { "addNewIdentityItemAria": {
"message": "Add new vault identity item, opens in a new window", "message": "Ajouter un nouvel élément d'identité au coffre, s'ouvre dans une nouvelle fenêtre",
"description": "Screen reader text (aria-label) for new identity button within inline menu" "description": "Screen reader text (aria-label) for new identity button within inline menu"
}, },
"bitwardenOverlayMenuAvailable": { "bitwardenOverlayMenuAvailable": {
@ -3317,7 +3374,7 @@
} }
}, },
"duoHealthCheckResultsInNullAuthUrlError": { "duoHealthCheckResultsInNullAuthUrlError": {
"message": "Error connecting with the Duo service. Use a different two-step login method or contact Duo for assistance." "message": "Erreur de connexion avec le service Duo. Utilisez une autre méthode de connexion en deux étapes ou contactez Duo pour obtenir de l'aide."
}, },
"launchDuoAndFollowStepsToFinishLoggingIn": { "launchDuoAndFollowStepsToFinishLoggingIn": {
"message": "Lancez DUO et suivez les étapes pour terminer la connexion." "message": "Lancez DUO et suivez les étapes pour terminer la connexion."
@ -3639,10 +3696,18 @@
"message": "Identifiants enregistrés avec succès !", "message": "Identifiants enregistrés avec succès !",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Mot de passe enregistré !",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Identifiants mis à jour avec succès !", "message": "Identifiants mis à jour avec succès !",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Mot de passe mis à jour !",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Erreur lors de l'enregistrement des identifiants. Consultez la console pour plus de détails.", "message": "Erreur lors de l'enregistrement des identifiants. Consultez la console pour plus de détails.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -3660,7 +3725,7 @@
"message": "Suggestions de saisie automatique" "message": "Suggestions de saisie automatique"
}, },
"autofillSuggestionsTip": { "autofillSuggestionsTip": {
"message": "Save a login item for this site to autofill" "message": "Enregistrez un élément de connexion à remplir automatiquement pour ce site"
}, },
"yourVaultIsEmpty": { "yourVaultIsEmpty": {
"message": "Votre coffre-fort est vide" "message": "Votre coffre-fort est vide"
@ -3874,7 +3939,7 @@
} }
}, },
"permanentlyDeleteAttachmentConfirmation": { "permanentlyDeleteAttachmentConfirmation": {
"message": "Are you sure you want to permanently delete this attachment?" "message": "Êtes-vous sûr de vouloir supprimer définitivement cette pièce jointe ?"
}, },
"premium": { "premium": {
"message": "Premium" "message": "Premium"
@ -4057,7 +4122,7 @@
"message": "Utilisez un champ lié lorsque vous rencontrez des problèmes de saisie automatique pour un site Web spécifique." "message": "Utilisez un champ lié lorsque vous rencontrez des problèmes de saisie automatique pour un site Web spécifique."
}, },
"linkedLabelHelpText": { "linkedLabelHelpText": {
"message": "Enter the the field's html id, name, aria-label, or placeholder." "message": "Entrez l'identifiant html, le nom, l'étiquette aria ou l'espace réservé du champ."
}, },
"editField": { "editField": {
"message": "Éditer le champ" "message": "Éditer le champ"
@ -4215,18 +4280,21 @@
"message": "Bitwarden a un nouveau look !" "message": "Bitwarden a un nouveau look !"
}, },
"bitwardenNewLookDesc": { "bitwardenNewLookDesc": {
"message": "It's easier and more intuitive than ever to autofill and search from the Vault tab. Take a look around!" "message": "Il est plus facile et plus intuitif que jamais de remplir automatiquement les champs et d'effectuer des recherches à partir de l'onglet \"Coffre\". Jetez un coup d'œil !"
}, },
"accountActions": { "accountActions": {
"message": "Account actions" "message": "Actions du compte"
}, },
"showNumberOfAutofillSuggestions": { "showNumberOfAutofillSuggestions": {
"message": "Afficher le nombre de suggestions de saisie automatique d'identifiant sur l'icône d'extension" "message": "Afficher le nombre de suggestions de saisie automatique d'identifiant sur l'icône d'extension"
}, },
"systemDefault": { "systemDefault": {
"message": "System default" "message": "Par défaut"
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Enterprise policy requirements have been applied to this setting" "message": "Les exigences de la politique d'entreprise ont été appliquées à ce paramètre"
},
"additionalContentAvailable": {
"message": "Du contenu supplémentaire est disponible"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Lonxitude mínima do contrasinal" "message": "Lonxitude mínima do contrasinal"
}, },
"uppercase": { "uppercase": {
"message": "Maiúsculas (A-Z)" "message": "Maiúsculas (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Minúsculas (a-z)" "message": "Minúsculas (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Números (0-9)" "message": "Números (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Caracteres especiais (!@#$%^&*)" "message": "Caracteres especiais (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Include",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Include uppercase characters",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Include lowercase characters",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Include numbers",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Include special characters",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Número de palabras" "message": "Número de palabras"
@ -415,7 +455,12 @@
"message": "Mínimo de caracteres especiais" "message": "Mínimo de caracteres especiais"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Evitar caracteres ambiguos" "message": "Evitar caracteres ambiguos",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Avoid ambiguous characters",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Buscar na caixa forte" "message": "Buscar na caixa forte"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "A túa nova conta foi creada! Podes iniciar sesión agora." "message": "A túa nova conta foi creada! Podes iniciar sesión agora."
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "Iniciaches sesión correctamente" "message": "Iniciaches sesión correctamente"
}, },
@ -1113,7 +1164,7 @@
"message": "Thank you for supporting Bitwarden." "message": "Thank you for supporting Bitwarden."
}, },
"premiumFeatures": { "premiumFeatures": {
"message": "Upgrade to premium and receive:" "message": "Upgrade to Premium and receive:"
}, },
"premiumPrice": { "premiumPrice": {
"message": "All for just $PRICE$ /year!", "message": "All for just $PRICE$ /year!",
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Please unlock this user in the desktop application and try again." "message": "Please unlock this user in the desktop application and try again."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometric unlock unavailable"
},
"biometricsNotAvailableDesc": {
"message": "Biometric unlock is currently unavailable. Please try again later."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Biometrics failed" "message": "Biometrics failed"
}, },
@ -3639,10 +3696,18 @@
"message": "Credentials saved successfully!", "message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Password saved!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!", "message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Password updated!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.", "message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Enterprise policy requirements have been applied to this setting" "message": "Enterprise policy requirements have been applied to this setting"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Minimum password length" "message": "Minimum password length"
}, },
"uppercase": { "uppercase": {
"message": "Uppercase (A-Z)" "message": "Uppercase (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Lowercase (a-z)" "message": "Lowercase (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Numbers (0-9)" "message": "Numbers (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Special characters (!@#$%^&*)" "message": "Special characters (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Include",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Include uppercase characters",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Include lowercase characters",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Include numbers",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Include special characters",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "מספר מילים" "message": "מספר מילים"
@ -415,7 +455,12 @@
"message": "מינימום תוים מיוחדים" "message": "מינימום תוים מיוחדים"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "המנע מאותיות ותוים דומים" "message": "המנע מאותיות ותוים דומים",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Avoid ambiguous characters",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "חיפוש בכספת" "message": "חיפוש בכספת"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "החשבון שלך נוצר בהצלחה! כעת ניתן להכנס למערכת." "message": "החשבון שלך נוצר בהצלחה! כעת ניתן להכנס למערכת."
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "You successfully logged in" "message": "You successfully logged in"
}, },
@ -1113,7 +1164,7 @@
"message": "תודה על תמיכתך בBitwarden." "message": "תודה על תמיכתך בBitwarden."
}, },
"premiumFeatures": { "premiumFeatures": {
"message": "Upgrade to premium and receive:" "message": "Upgrade to Premium and receive:"
}, },
"premiumPrice": { "premiumPrice": {
"message": "הכל רק ב$PRICE$ לשנה!", "message": "הכל רק ב$PRICE$ לשנה!",
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Please unlock this user in the desktop application and try again." "message": "Please unlock this user in the desktop application and try again."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometric unlock unavailable"
},
"biometricsNotAvailableDesc": {
"message": "Biometric unlock is currently unavailable. Please try again later."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Biometrics failed" "message": "Biometrics failed"
}, },
@ -3639,10 +3696,18 @@
"message": "Credentials saved successfully!", "message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Password saved!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!", "message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Password updated!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.", "message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Enterprise policy requirements have been applied to this setting" "message": "Enterprise policy requirements have been applied to this setting"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "न्यूनतम पासवर्ड लंबाई" "message": "न्यूनतम पासवर्ड लंबाई"
}, },
"uppercase": { "uppercase": {
"message": "बड़े अक्षर (A-Z)" "message": "बड़े अक्षर (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "छोटे अक्षर (a-z)" "message": "छोटे अक्षर (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "संख्या (0-9)" "message": "संख्या (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "विशेष अक्षर (!@#$%^&*)" "message": "विशेष अक्षर (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Include",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Include uppercase characters",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Include lowercase characters",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Include numbers",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Include special characters",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Number of Words" "message": "Number of Words"
@ -415,7 +455,12 @@
"message": "Minimum Special" "message": "Minimum Special"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Avoid Ambiguous Characters" "message": "Avoid Ambiguous Characters",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Avoid ambiguous characters",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "वॉल्ट खोजे" "message": "वॉल्ट खोजे"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "आपका नया खाता बनाया गया है! अब आप लॉग इन कर सकते हैं।" "message": "आपका नया खाता बनाया गया है! अब आप लॉग इन कर सकते हैं।"
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "You successfully logged in" "message": "You successfully logged in"
}, },
@ -1113,7 +1164,7 @@
"message": "Thank you for supporting bitwarden." "message": "Thank you for supporting bitwarden."
}, },
"premiumFeatures": { "premiumFeatures": {
"message": "Upgrade to premium and receive:" "message": "Upgrade to Premium and receive:"
}, },
"premiumPrice": { "premiumPrice": {
"message": "All for just $PRICE$ /year!", "message": "All for just $PRICE$ /year!",
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Please unlock this user in the desktop application and try again." "message": "Please unlock this user in the desktop application and try again."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometric unlock unavailable"
},
"biometricsNotAvailableDesc": {
"message": "Biometric unlock is currently unavailable. Please try again later."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Biometrics failed" "message": "Biometrics failed"
}, },
@ -3639,10 +3696,18 @@
"message": "Credentials saved successfully!", "message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Password saved!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!", "message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Password updated!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.", "message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "इस सेटिंग पर एंटरप्राइज़ नीति आवश्यकताएँ लागू की गई हैं" "message": "इस सेटिंग पर एंटरप्राइज़ नीति आवश्यकताएँ लागू की गई हैं"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Minimalna duljina lozinke" "message": "Minimalna duljina lozinke"
}, },
"uppercase": { "uppercase": {
"message": "Velika slova (A - Z)" "message": "Velika slova (A - Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Mala slova (a - z)" "message": "Mala slova (a - z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Brojevi (0 - 9)" "message": "Brojevi (0 - 9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Posebni znakovi (!@#$%^&*)" "message": "Posebni znakovi (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Include",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Include uppercase characters",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Include lowercase characters",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Include numbers",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Include special characters",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Broj riječi" "message": "Broj riječi"
@ -415,7 +455,12 @@
"message": "Najmanje posebnih" "message": "Najmanje posebnih"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Izbjegavaj dvosmislene znakove" "message": "Izbjegavaj dvosmislene znakove",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Avoid ambiguous characters",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Pretraži trezor" "message": "Pretraži trezor"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "Tvoj novi račun je stvoren! Sada se možeš prijaviti." "message": "Tvoj novi račun je stvoren! Sada se možeš prijaviti."
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "Prijava uspješna" "message": "Prijava uspješna"
}, },
@ -1080,7 +1131,7 @@
"message": "1 GB šifriranog prostora za pohranu podataka." "message": "1 GB šifriranog prostora za pohranu podataka."
}, },
"premiumSignUpEmergency": { "premiumSignUpEmergency": {
"message": "Emergency access." "message": "Pristup u nuždi."
}, },
"premiumSignUpTwoStepOptions": { "premiumSignUpTwoStepOptions": {
"message": "Mogućnosti za prijavu u dva koraka kao što su YubiKey i Duo." "message": "Mogućnosti za prijavu u dva koraka kao što su YubiKey i Duo."
@ -1104,7 +1155,7 @@
"message": "Možeš kupiti premium članstvo na web trezoru. Želiš li sada posjetiti bitwarden.com?" "message": "Možeš kupiti premium članstvo na web trezoru. Želiš li sada posjetiti bitwarden.com?"
}, },
"premiumPurchaseAlertV2": { "premiumPurchaseAlertV2": {
"message": "You can purchase Premium from your account settings on the Bitwarden web app." "message": "Premium možeš kupiti u postavkama računa na Bitwarden web aplikaciji."
}, },
"premiumCurrentMember": { "premiumCurrentMember": {
"message": "Ti si premium član!" "message": "Ti si premium član!"
@ -1113,7 +1164,7 @@
"message": "Hvala ti što podupireš Bitwarden." "message": "Hvala ti što podupireš Bitwarden."
}, },
"premiumFeatures": { "premiumFeatures": {
"message": "Upgrade to premium and receive:" "message": "Nadogradi na Premium za:"
}, },
"premiumPrice": { "premiumPrice": {
"message": "Sve za samo $PRICE$ /godišnje!", "message": "Sve za samo $PRICE$ /godišnje!",
@ -1125,7 +1176,7 @@
} }
}, },
"premiumPriceV2": { "premiumPriceV2": {
"message": "All for just $PRICE$ per year!", "message": "Sve samo za $PRICE$ /godišnje!",
"placeholders": { "placeholders": {
"price": { "price": {
"content": "$1", "content": "$1",
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Otključaj ovog korisnika u desktop aplikaciji i pokušaj ponovno." "message": "Otključaj ovog korisnika u desktop aplikaciji i pokušaj ponovno."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometrijsko otključavanje nije dostupno"
},
"biometricsNotAvailableDesc": {
"message": "Biometrijsko otključavanje trenutno nije dostupno. Pokušaj ponovno kasnije."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Biometrija neuspješna" "message": "Biometrija neuspješna"
}, },
@ -2314,11 +2371,11 @@
"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."
}, },
"createdSendSuccessfully": { "createdSendSuccessfully": {
"message": "Send created successfully!", "message": "Send je uspješno stvoren!",
"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."
}, },
"sendAvailability": { "sendAvailability": {
"message": "The Send will be available to anyone with the link for the next $DAYS$ days.", "message": "Send će biti dostupan svakome s poveznicom ovoliko dana: $DAYS$.",
"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.",
"placeholders": { "placeholders": {
"days": { "days": {
@ -2328,7 +2385,7 @@
} }
}, },
"sendLinkCopied": { "sendLinkCopied": {
"message": "Send link copied", "message": "Kopirana poveznica Senda",
"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."
}, },
"editedSend": { "editedSend": {
@ -3639,10 +3696,18 @@
"message": "Vjerodajnice uspješno spremljene!", "message": "Vjerodajnice uspješno spremljene!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Lozinka pohranjena!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Vjerodajnice uspješno ažurirane!", "message": "Vjerodajnice uspješno ažurirane!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Lozinka ažurirana!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Greška pri spremanju vjerodajnica. Za detalje pogledaj konzolu.", "message": "Greška pri spremanju vjerodajnica. Za detalje pogledaj konzolu.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -3970,10 +4035,10 @@
"message": "Auto-ispuna kod učitavanja?" "message": "Auto-ispuna kod učitavanja?"
}, },
"cardExpiredTitle": { "cardExpiredTitle": {
"message": "Expired card" "message": "Istekla kartica"
}, },
"cardExpiredMessage": { "cardExpiredMessage": {
"message": "If you've renewed it, update the card's information" "message": "Ako je obnovljeno, ažuriraj podatke o kartici"
}, },
"cardDetails": { "cardDetails": {
"message": "Detalji kartice" "message": "Detalji kartice"
@ -3988,7 +4053,7 @@
} }
}, },
"enableAnimations": { "enableAnimations": {
"message": "Enable animations" "message": "Omogući animacije"
}, },
"addAccount": { "addAccount": {
"message": "Dodaj račun" "message": "Dodaj račun"
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Pravila tvrtke primijenjena su na ovu postavku" "message": "Pravila tvrtke primijenjena su na ovu postavku"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Minimum jelszó hosszúság" "message": "Minimum jelszó hosszúság"
}, },
"uppercase": { "uppercase": {
"message": "Nagybetűs (A-Z)" "message": "Nagybetűs (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Kisbetűs (a-z)" "message": "Kisbetűs (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Számok (0-9)" "message": "Számok (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Speciális karakterek (!@#$%^&*)" "message": "Speciális karakterek (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Bevonás",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Nagybetűs karakterek bevonása",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Kisbetűs karakterek bevonása",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Számok bevonása",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Speciális karakterek bevonása",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Szavak száma" "message": "Szavak száma"
@ -415,7 +455,12 @@
"message": "Minimális speciális" "message": "Minimális speciális"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Félreérthető karakterek mellőzése" "message": "Félreérthető karakterek mellőzése",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Félreérthető karakterek mellőzése",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Keresés a széfben" "message": "Keresés a széfben"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "Felhasználódat létrehoztuk. Most már be tudsz jelentkezni." "message": "Felhasználódat létrehoztuk. Most már be tudsz jelentkezni."
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "A bejelentkezés sikeres volt." "message": "A bejelentkezés sikeres volt."
}, },
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Oldjuk fel a felhasználó zárolását az asztali alkalmazásban és próbáljuk újra." "message": "Oldjuk fel a felhasználó zárolását az asztali alkalmazásban és próbáljuk újra."
}, },
"biometricsNotAvailableTitle": {
"message": "A biometrikus feloldás nem érhető el."
},
"biometricsNotAvailableDesc": {
"message": "A biometrikus feloldás jelenleg nem érhető el. Próbáljuk újra később."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "A biometria nem sikerült." "message": "A biometria nem sikerült."
}, },
@ -3639,10 +3696,18 @@
"message": "A hitelesítések sikeresen mentésre kerültek.", "message": "A hitelesítések sikeresen mentésre kerültek.",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "A jelszó mentésre került!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "A hitelesítések sikeresen frissítésre kerültek.", "message": "A hitelesítések sikeresen frissítésre kerültek.",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "A jelszó frissítésre került!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Hiba történt a hitelesítések mentésekor. A részletekért ellenőrizzük a konzolt.", "message": "Hiba történt a hitelesítések mentésekor. A részletekért ellenőrizzük a konzolt.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Erre a beállításra a vállalkozás rendszabály követelmények lettek alkalmazva." "message": "Erre a beállításra a vállalkozás rendszabály követelmények lettek alkalmazva."
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Panjang kata sandi minimum" "message": "Panjang kata sandi minimum"
}, },
"uppercase": { "uppercase": {
"message": "Huruf besar (A-Z)" "message": "Huruf besar (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Huruf kecil (a-z)" "message": "Huruf kecil (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Angka (0-9)" "message": "Angka (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "karakter khusus (contoh.! @#$%^&*)" "message": "karakter khusus (contoh.! @#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Include",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Include uppercase characters",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Include lowercase characters",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Include numbers",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Include special characters",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Jumlah Kata" "message": "Jumlah Kata"
@ -415,7 +455,12 @@
"message": "Spesial Minimum" "message": "Spesial Minimum"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Hindari Karakter Ambigu" "message": "Hindari Karakter Ambigu",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Avoid ambiguous characters",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Cari brankas" "message": "Cari brankas"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "Akun baru Anda telah dibuat! Sekarang Anda bisa masuk." "message": "Akun baru Anda telah dibuat! Sekarang Anda bisa masuk."
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "Anda berhasil masuk" "message": "Anda berhasil masuk"
}, },
@ -1113,7 +1164,7 @@
"message": "Terima kasih telah mendukung Bitwarden." "message": "Terima kasih telah mendukung Bitwarden."
}, },
"premiumFeatures": { "premiumFeatures": {
"message": "Upgrade to premium and receive:" "message": "Upgrade to Premium and receive:"
}, },
"premiumPrice": { "premiumPrice": {
"message": "Semua itu hanya $PRICE$ /tahun!", "message": "Semua itu hanya $PRICE$ /tahun!",
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Please unlock this user in the desktop application and try again." "message": "Please unlock this user in the desktop application and try again."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometric unlock unavailable"
},
"biometricsNotAvailableDesc": {
"message": "Biometric unlock is currently unavailable. Please try again later."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Biometrics failed" "message": "Biometrics failed"
}, },
@ -3639,10 +3696,18 @@
"message": "Credentials saved successfully!", "message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Password saved!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!", "message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Password updated!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.", "message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Enterprise policy requirements have been applied to this setting" "message": "Enterprise policy requirements have been applied to this setting"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Lunghezza minima della password" "message": "Lunghezza minima della password"
}, },
"uppercase": { "uppercase": {
"message": "Maiuscole (A-Z)" "message": "Maiuscole (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Minuscole (a-z)" "message": "Minuscole (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Numeri (0-9)" "message": "Numeri (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Caratteri speciali (!@#$%^&*)" "message": "Caratteri speciali (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Include",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Include uppercase characters",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Include lowercase characters",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Include numbers",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Include special characters",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Numero di parole" "message": "Numero di parole"
@ -415,7 +455,12 @@
"message": "Minimo caratteri speciali" "message": "Minimo caratteri speciali"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Evita caratteri ambigui" "message": "Evita caratteri ambigui",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Avoid ambiguous characters",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Cerca nella cassaforte" "message": "Cerca nella cassaforte"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "Il tuo nuovo account è stato creato! Ora puoi eseguire l'accesso." "message": "Il tuo nuovo account è stato creato! Ora puoi eseguire l'accesso."
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "Hai effettuato l'accesso" "message": "Hai effettuato l'accesso"
}, },
@ -1113,7 +1164,7 @@
"message": "Grazie per il tuo supporto a Bitwarden." "message": "Grazie per il tuo supporto a Bitwarden."
}, },
"premiumFeatures": { "premiumFeatures": {
"message": "Upgrade to premium and receive:" "message": "Upgrade to Premium and receive:"
}, },
"premiumPrice": { "premiumPrice": {
"message": "Il tutto per soli $PRICE$ all'anno!", "message": "Il tutto per soli $PRICE$ all'anno!",
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Sblocca questo utente nell'applicazione desktop e riprova." "message": "Sblocca questo utente nell'applicazione desktop e riprova."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometric unlock unavailable"
},
"biometricsNotAvailableDesc": {
"message": "Biometric unlock is currently unavailable. Please try again later."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Autenticazione biometrica fallita" "message": "Autenticazione biometrica fallita"
}, },
@ -3639,10 +3696,18 @@
"message": "Credenziali salvate!", "message": "Credenziali salvate!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Password saved!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Credenziali aggiornate!", "message": "Credenziali aggiornate!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Password updated!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Errore durante il salvataggio delle credenziali. Controlla la console per più dettagli.", "message": "Errore durante il salvataggio delle credenziali. Controlla la console per più dettagli.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Enterprise policy requirements have been applied to this setting" "message": "Enterprise policy requirements have been applied to this setting"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "パスワードの最低文字数" "message": "パスワードの最低文字数"
}, },
"uppercase": { "uppercase": {
"message": "大文字A-Z" "message": "大文字A-Z",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "小文字a-z" "message": "小文字a-z",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "数字 (09)" "message": "数字 (09)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "特殊文字(!@#$%^&*)" "message": "特殊文字(!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "含む文字",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "大文字を含める",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "AZ",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "小文字を含める",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "数字を含める",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "09",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "特殊記号を含める",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "単語数" "message": "単語数"
@ -415,7 +455,12 @@
"message": "記号の最小数" "message": "記号の最小数"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "あいまいな文字を省く" "message": "あいまいな文字を省く",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "あいまいな文字を避ける",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "保管庫を検索" "message": "保管庫を検索"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "新しいアカウントを作成しました!今すぐログインできます。" "message": "新しいアカウントを作成しました!今すぐログインできます。"
}, },
"newAccountCreated2": {
"message": "新しいアカウントを作成しました!"
},
"youHaveBeenLoggedIn": {
"message": "ログインしました!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "ログインに成功しました" "message": "ログインに成功しました"
}, },
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "デスクトップアプリでこのユーザーのロックを解除して、もう一度やり直してください。" "message": "デスクトップアプリでこのユーザーのロックを解除して、もう一度やり直してください。"
}, },
"biometricsNotAvailableTitle": {
"message": "生体認証ロック解除が利用できません"
},
"biometricsNotAvailableDesc": {
"message": "生体認証ロック解除は現在利用できません。しばらくしてからもう一度お試しください。"
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "生体認証に失敗しました" "message": "生体認証に失敗しました"
}, },
@ -3639,10 +3696,18 @@
"message": "認証情報を保存しました!", "message": "認証情報を保存しました!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "パスワードを保存しました!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "認証情報を更新しました!", "message": "認証情報を更新しました!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "パスワードを更新しました!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "資格情報の保存中にエラーが発生しました。詳細はコンソールを確認してください。", "message": "資格情報の保存中にエラーが発生しました。詳細はコンソールを確認してください。",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "エンタープライズポリシー要件がこの設定に適用されました" "message": "エンタープライズポリシー要件がこの設定に適用されました"
},
"additionalContentAvailable": {
"message": "追加コンテンツが利用可能です"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Minimum password length" "message": "Minimum password length"
}, },
"uppercase": { "uppercase": {
"message": "Uppercase (A-Z)" "message": "Uppercase (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Lowercase (a-z)" "message": "Lowercase (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Numbers (0-9)" "message": "Numbers (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Special characters (!@#$%^&*)" "message": "Special characters (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Include",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Include uppercase characters",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Include lowercase characters",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Include numbers",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Include special characters",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "სიტყვათა რაოდენობა" "message": "სიტყვათა რაოდენობა"
@ -415,7 +455,12 @@
"message": "Minimum special" "message": "Minimum special"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Avoid ambiguous characters" "message": "Avoid ambiguous characters",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Avoid ambiguous characters",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Search vault" "message": "Search vault"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "Your new account has been created! You may now log in." "message": "Your new account has been created! You may now log in."
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "You successfully logged in" "message": "You successfully logged in"
}, },
@ -1113,7 +1164,7 @@
"message": "Thank you for supporting Bitwarden." "message": "Thank you for supporting Bitwarden."
}, },
"premiumFeatures": { "premiumFeatures": {
"message": "Upgrade to premium and receive:" "message": "Upgrade to Premium and receive:"
}, },
"premiumPrice": { "premiumPrice": {
"message": "All for just $PRICE$ /year!", "message": "All for just $PRICE$ /year!",
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Please unlock this user in the desktop application and try again." "message": "Please unlock this user in the desktop application and try again."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometric unlock unavailable"
},
"biometricsNotAvailableDesc": {
"message": "Biometric unlock is currently unavailable. Please try again later."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Biometrics failed" "message": "Biometrics failed"
}, },
@ -3639,10 +3696,18 @@
"message": "Credentials saved successfully!", "message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Password saved!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!", "message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Password updated!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.", "message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Enterprise policy requirements have been applied to this setting" "message": "Enterprise policy requirements have been applied to this setting"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Minimum password length" "message": "Minimum password length"
}, },
"uppercase": { "uppercase": {
"message": "Uppercase (A-Z)" "message": "Uppercase (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Lowercase (a-z)" "message": "Lowercase (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Numbers (0-9)" "message": "Numbers (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Special characters (!@#$%^&*)" "message": "Special characters (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Include",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Include uppercase characters",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Include lowercase characters",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Include numbers",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Include special characters",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Number of words" "message": "Number of words"
@ -415,7 +455,12 @@
"message": "Minimum special" "message": "Minimum special"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Avoid ambiguous characters" "message": "Avoid ambiguous characters",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Avoid ambiguous characters",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Search vault" "message": "Search vault"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "Your new account has been created! You may now log in." "message": "Your new account has been created! You may now log in."
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "You successfully logged in" "message": "You successfully logged in"
}, },
@ -1113,7 +1164,7 @@
"message": "Thank you for supporting Bitwarden." "message": "Thank you for supporting Bitwarden."
}, },
"premiumFeatures": { "premiumFeatures": {
"message": "Upgrade to premium and receive:" "message": "Upgrade to Premium and receive:"
}, },
"premiumPrice": { "premiumPrice": {
"message": "All for just $PRICE$ /year!", "message": "All for just $PRICE$ /year!",
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Please unlock this user in the desktop application and try again." "message": "Please unlock this user in the desktop application and try again."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometric unlock unavailable"
},
"biometricsNotAvailableDesc": {
"message": "Biometric unlock is currently unavailable. Please try again later."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Biometrics failed" "message": "Biometrics failed"
}, },
@ -3639,10 +3696,18 @@
"message": "Credentials saved successfully!", "message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Password saved!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!", "message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Password updated!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.", "message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Enterprise policy requirements have been applied to this setting" "message": "Enterprise policy requirements have been applied to this setting"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Minimum password length" "message": "Minimum password length"
}, },
"uppercase": { "uppercase": {
"message": "Uppercase (A-Z)" "message": "Uppercase (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Lowercase (a-z)" "message": "Lowercase (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Numbers (0-9)" "message": "Numbers (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Special characters (!@#$%^&*)" "message": "Special characters (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Include",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Include uppercase characters",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Include lowercase characters",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Include numbers",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Include special characters",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "ಪದಗಳ ಸಂಖ್ಯೆ" "message": "ಪದಗಳ ಸಂಖ್ಯೆ"
@ -415,7 +455,12 @@
"message": "ಕನಿಷ್ಠ ವಿಶೇಷ" "message": "ಕನಿಷ್ಠ ವಿಶೇಷ"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "ಅಸ್ಪಷ್ಟ ಅಕ್ಷರಗಳನ್ನು ತಪ್ಪಿಸಿ" "message": "ಅಸ್ಪಷ್ಟ ಅಕ್ಷರಗಳನ್ನು ತಪ್ಪಿಸಿ",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Avoid ambiguous characters",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "ವಾಲ್ಟ್ ಹುಡುಕಿ" "message": "ವಾಲ್ಟ್ ಹುಡುಕಿ"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "ನಿಮ್ಮ ಹೊಸ ಖಾತೆಯನ್ನು ರಚಿಸಲಾಗಿದೆ! ನೀವು ಈಗ ಲಾಗ್ ಇನ್ ಮಾಡಬಹುದು." "message": "ನಿಮ್ಮ ಹೊಸ ಖಾತೆಯನ್ನು ರಚಿಸಲಾಗಿದೆ! ನೀವು ಈಗ ಲಾಗ್ ಇನ್ ಮಾಡಬಹುದು."
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "You successfully logged in" "message": "You successfully logged in"
}, },
@ -1113,7 +1164,7 @@
"message": "ಬಿಟ್ವಾರ್ಡೆನ್ ಅವರನ್ನು ಬೆಂಬಲಿಸಿದ್ದಕ್ಕಾಗಿ ಧನ್ಯವಾದಗಳು." "message": "ಬಿಟ್ವಾರ್ಡೆನ್ ಅವರನ್ನು ಬೆಂಬಲಿಸಿದ್ದಕ್ಕಾಗಿ ಧನ್ಯವಾದಗಳು."
}, },
"premiumFeatures": { "premiumFeatures": {
"message": "Upgrade to premium and receive:" "message": "Upgrade to Premium and receive:"
}, },
"premiumPrice": { "premiumPrice": {
"message": "ಎಲ್ಲವೂ ಕೇವಲ $PRICE$ / ವರ್ಷಕ್ಕೆ!", "message": "ಎಲ್ಲವೂ ಕೇವಲ $PRICE$ / ವರ್ಷಕ್ಕೆ!",
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Please unlock this user in the desktop application and try again." "message": "Please unlock this user in the desktop application and try again."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometric unlock unavailable"
},
"biometricsNotAvailableDesc": {
"message": "Biometric unlock is currently unavailable. Please try again later."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Biometrics failed" "message": "Biometrics failed"
}, },
@ -3639,10 +3696,18 @@
"message": "Credentials saved successfully!", "message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Password saved!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!", "message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Password updated!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.", "message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Enterprise policy requirements have been applied to this setting" "message": "Enterprise policy requirements have been applied to this setting"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "최소 비밀번호 길이" "message": "최소 비밀번호 길이"
}, },
"uppercase": { "uppercase": {
"message": "대문자 (A-Z)" "message": "대문자 (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "소문자 (a-z)" "message": "소문자 (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "숫자 (0-9)" "message": "숫자 (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "특수 문자 (!@#$%^&*)" "message": "특수 문자 (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Include",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Include uppercase characters",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Include lowercase characters",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Include numbers",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Include special characters",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "단어 수" "message": "단어 수"
@ -415,7 +455,12 @@
"message": "특수 문자 최소 개수" "message": "특수 문자 최소 개수"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "모호한 문자 사용 안 함" "message": "모호한 문자 사용 안 함",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Avoid ambiguous characters",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "보관함 검색" "message": "보관함 검색"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "계정 생성이 완료되었습니다! 이제 로그인하실 수 있습니다." "message": "계정 생성이 완료되었습니다! 이제 로그인하실 수 있습니다."
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "로그인에 성공했습니다." "message": "로그인에 성공했습니다."
}, },
@ -1113,7 +1164,7 @@
"message": "Bitwarden을 지원해 주셔서 감사합니다." "message": "Bitwarden을 지원해 주셔서 감사합니다."
}, },
"premiumFeatures": { "premiumFeatures": {
"message": "Upgrade to premium and receive:" "message": "Upgrade to Premium and receive:"
}, },
"premiumPrice": { "premiumPrice": {
"message": "이 모든 기능을 연 $PRICE$에 이용하실 수 있습니다!", "message": "이 모든 기능을 연 $PRICE$에 이용하실 수 있습니다!",
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Please unlock this user in the desktop application and try again." "message": "Please unlock this user in the desktop application and try again."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometric unlock unavailable"
},
"biometricsNotAvailableDesc": {
"message": "Biometric unlock is currently unavailable. Please try again later."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Biometrics failed" "message": "Biometrics failed"
}, },
@ -3639,10 +3696,18 @@
"message": "Credentials saved successfully!", "message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Password saved!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!", "message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Password updated!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.", "message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Enterprise policy requirements have been applied to this setting" "message": "Enterprise policy requirements have been applied to this setting"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Minimalus slaptažodžio ilgis" "message": "Minimalus slaptažodžio ilgis"
}, },
"uppercase": { "uppercase": {
"message": "Didžiosiomis (A-Z)" "message": "Didžiosiomis (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Mažosiomis (a-z)" "message": "Mažosiomis (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Skaitmenys (0-9)" "message": "Skaitmenys (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Specialieji simboliai (!@#$%^&*)" "message": "Specialieji simboliai (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Include",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Include uppercase characters",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Include lowercase characters",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Include numbers",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Include special characters",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Žodžių skaičius" "message": "Žodžių skaičius"
@ -415,7 +455,12 @@
"message": "Mažiausiai simbolių" "message": "Mažiausiai simbolių"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Vengti dviprasmiškų simbolių" "message": "Vengti dviprasmiškų simbolių",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Avoid ambiguous characters",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Ieškoti saugykloje" "message": "Ieškoti saugykloje"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "Jūsų paskyra sukurta! Galite prisijungti." "message": "Jūsų paskyra sukurta! Galite prisijungti."
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "Jūs sėkmingai prisijungėte" "message": "Jūs sėkmingai prisijungėte"
}, },
@ -1113,7 +1164,7 @@
"message": "Dėkojame, kad palaikote „Bitwarden“." "message": "Dėkojame, kad palaikote „Bitwarden“."
}, },
"premiumFeatures": { "premiumFeatures": {
"message": "Upgrade to premium and receive:" "message": "Upgrade to Premium and receive:"
}, },
"premiumPrice": { "premiumPrice": {
"message": "Visa tai tik už $PRICE$ / metus!", "message": "Visa tai tik už $PRICE$ / metus!",
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Atrakinkite šį naudotoją darbalaukio programoje ir bandykite dar kartą." "message": "Atrakinkite šį naudotoją darbalaukio programoje ir bandykite dar kartą."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometric unlock unavailable"
},
"biometricsNotAvailableDesc": {
"message": "Biometric unlock is currently unavailable. Please try again later."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Biometrika nepavyko" "message": "Biometrika nepavyko"
}, },
@ -3639,10 +3696,18 @@
"message": "Kredencialai išsaugoti sėkmingai.", "message": "Kredencialai išsaugoti sėkmingai.",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Password saved!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Kredencialai atnaujinti sėkmingai.", "message": "Kredencialai atnaujinti sėkmingai.",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Password updated!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Klaida išsaugant kredencialus. Išsamesnės informacijos patikrink konsolėje.", "message": "Klaida išsaugant kredencialus. Išsamesnės informacijos patikrink konsolėje.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Enterprise policy requirements have been applied to this setting" "message": "Enterprise policy requirements have been applied to this setting"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Mazākais pieļaujamais paroles garums" "message": "Mazākais pieļaujamais paroles garums"
}, },
"uppercase": { "uppercase": {
"message": "Lielie burti (A-Z)" "message": "Lielie burti (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Mazie burti (a-z)" "message": "Mazie burti (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Cipari (0-9)" "message": "Cipari (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Īpašās rakstzīmes (!@#$%^&*)" "message": "Īpašās rakstzīmes (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Iekļaut",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Iekļaut lielos burtus",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Iekļaut mazos burtus",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Iekļaut ciparus",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Iekļaut īpašās rakstzīmes",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Vārdu skaits" "message": "Vārdu skaits"
@ -415,7 +455,12 @@
"message": "Mazākais pieļaujamais īpašo rakstzīmju skaits" "message": "Mazākais pieļaujamais īpašo rakstzīmju skaits"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Izvairīties no viegli sajaucamām rakstzīmēm" "message": "Izvairīties no viegli sajaucamām rakstzīmēm",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Izvairīties no viegli sajaucamām rakstzīmēm",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Meklēt glabātavā" "message": "Meklēt glabātavā"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "Jaunais konts ir izveidots. Tagad vari pieteikties." "message": "Jaunais konts ir izveidots. Tagad vari pieteikties."
}, },
"newAccountCreated2": {
"message": "Jaunais konts tika izveidots."
},
"youHaveBeenLoggedIn": {
"message": "Tu esi pieteicies."
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "Pieteikšanās bija veiksmīga" "message": "Pieteikšanās bija veiksmīga"
}, },
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Lūgums atslēgt šo lietotāju darbvirsmas lietotnē un mēģināt vēlreiz." "message": "Lūgums atslēgt šo lietotāju darbvirsmas lietotnē un mēģināt vēlreiz."
}, },
"biometricsNotAvailableTitle": {
"message": "Atslēgšana ar biometriju nav pieejama"
},
"biometricsNotAvailableDesc": {
"message": "Atslēgšana ar biometriju pašlaik nav pieejama. Lūgums vēlāk mēģināt vēlreiz."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Biometrija neizdevās" "message": "Biometrija neizdevās"
}, },
@ -3639,10 +3696,18 @@
"message": "Piekļuves informācija veiksmīgi saglabāta.", "message": "Piekļuves informācija veiksmīgi saglabāta.",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Parole saglabāta.",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Piekļuves informācija veiksmīgi atjaunināta.", "message": "Piekļuves informācija veiksmīgi atjaunināta.",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Parole atjaunināta.",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Kļūda piekļuves informācijas saglabāšanā. Jāpārbauda, vai konsolē ir izvērstāka informācija.", "message": "Kļūda piekļuves informācijas saglabāšanā. Jāpārbauda, vai konsolē ir izvērstāka informācija.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Šim iestatījumam tika piemērotas uzņēmējdarbības nosacījumu prasības" "message": "Šim iestatījumam tika piemērotas uzņēmējdarbības nosacījumu prasības"
},
"additionalContentAvailable": {
"message": "Ir pieejams papildu saturs"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Minimum password length" "message": "Minimum password length"
}, },
"uppercase": { "uppercase": {
"message": "Uppercase (A-Z)" "message": "Uppercase (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Lowercase (a-z)" "message": "Lowercase (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Numbers (0-9)" "message": "Numbers (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Special characters (!@#$%^&*)" "message": "Special characters (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Include",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Include uppercase characters",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Include lowercase characters",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Include numbers",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Include special characters",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "വാക്കുകളുടെ എണ്ണം" "message": "വാക്കുകളുടെ എണ്ണം"
@ -415,7 +455,12 @@
"message": "കുറഞ്ഞ പ്രത്യേക പ്രതീകങ്ങൾ" "message": "കുറഞ്ഞ പ്രത്യേക പ്രതീകങ്ങൾ"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "അവ്യക്തമായ പ്രതീകങ്ങൾ ഒഴിവാക്കുക" "message": "അവ്യക്തമായ പ്രതീകങ്ങൾ ഒഴിവാക്കുക",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Avoid ambiguous characters",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "വാൾട് തിരയുക" "message": "വാൾട് തിരയുക"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "തങ്ങളുടെ അക്കൗണ്ട് സൃഷ്ടിക്കപ്പെട്ടു! ഇനി താങ്കൾക്ക് ലോഗിൻ ചെയ്യാം." "message": "തങ്ങളുടെ അക്കൗണ്ട് സൃഷ്ടിക്കപ്പെട്ടു! ഇനി താങ്കൾക്ക് ലോഗിൻ ചെയ്യാം."
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "You successfully logged in" "message": "You successfully logged in"
}, },
@ -1113,7 +1164,7 @@
"message": "Bitwardenനെ പിന്തുണച്ചതിന് നന്ദി." "message": "Bitwardenനെ പിന്തുണച്ചതിന് നന്ദി."
}, },
"premiumFeatures": { "premiumFeatures": {
"message": "Upgrade to premium and receive:" "message": "Upgrade to Premium and receive:"
}, },
"premiumPrice": { "premiumPrice": {
"message": "എല്ലാം വെറും $PRICE$/ വർഷത്തേക്ക്!", "message": "എല്ലാം വെറും $PRICE$/ വർഷത്തേക്ക്!",
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Please unlock this user in the desktop application and try again." "message": "Please unlock this user in the desktop application and try again."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometric unlock unavailable"
},
"biometricsNotAvailableDesc": {
"message": "Biometric unlock is currently unavailable. Please try again later."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Biometrics failed" "message": "Biometrics failed"
}, },
@ -3639,10 +3696,18 @@
"message": "Credentials saved successfully!", "message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Password saved!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!", "message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Password updated!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.", "message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Enterprise policy requirements have been applied to this setting" "message": "Enterprise policy requirements have been applied to this setting"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Minimum password length" "message": "Minimum password length"
}, },
"uppercase": { "uppercase": {
"message": "Uppercase (A-Z)" "message": "Uppercase (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Lowercase (a-z)" "message": "Lowercase (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Numbers (0-9)" "message": "Numbers (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Special characters (!@#$%^&*)" "message": "Special characters (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Include",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Include uppercase characters",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Include lowercase characters",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Include numbers",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Include special characters",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Number of words" "message": "Number of words"
@ -415,7 +455,12 @@
"message": "Minimum special" "message": "Minimum special"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Avoid ambiguous characters" "message": "Avoid ambiguous characters",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Avoid ambiguous characters",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "तिजोरीत शोधा" "message": "तिजोरीत शोधा"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "Your new account has been created! You may now log in." "message": "Your new account has been created! You may now log in."
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "You successfully logged in" "message": "You successfully logged in"
}, },
@ -1113,7 +1164,7 @@
"message": "Thank you for supporting Bitwarden." "message": "Thank you for supporting Bitwarden."
}, },
"premiumFeatures": { "premiumFeatures": {
"message": "Upgrade to premium and receive:" "message": "Upgrade to Premium and receive:"
}, },
"premiumPrice": { "premiumPrice": {
"message": "All for just $PRICE$ /year!", "message": "All for just $PRICE$ /year!",
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Please unlock this user in the desktop application and try again." "message": "Please unlock this user in the desktop application and try again."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometric unlock unavailable"
},
"biometricsNotAvailableDesc": {
"message": "Biometric unlock is currently unavailable. Please try again later."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Biometrics failed" "message": "Biometrics failed"
}, },
@ -3639,10 +3696,18 @@
"message": "Credentials saved successfully!", "message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Password saved!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!", "message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Password updated!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.", "message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Enterprise policy requirements have been applied to this setting" "message": "Enterprise policy requirements have been applied to this setting"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Minimum password length" "message": "Minimum password length"
}, },
"uppercase": { "uppercase": {
"message": "Uppercase (A-Z)" "message": "Uppercase (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Lowercase (a-z)" "message": "Lowercase (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Numbers (0-9)" "message": "Numbers (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Special characters (!@#$%^&*)" "message": "Special characters (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Include",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Include uppercase characters",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Include lowercase characters",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Include numbers",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Include special characters",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Number of words" "message": "Number of words"
@ -415,7 +455,12 @@
"message": "Minimum special" "message": "Minimum special"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Avoid ambiguous characters" "message": "Avoid ambiguous characters",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Avoid ambiguous characters",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Search vault" "message": "Search vault"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "Your new account has been created! You may now log in." "message": "Your new account has been created! You may now log in."
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "You successfully logged in" "message": "You successfully logged in"
}, },
@ -1113,7 +1164,7 @@
"message": "Thank you for supporting Bitwarden." "message": "Thank you for supporting Bitwarden."
}, },
"premiumFeatures": { "premiumFeatures": {
"message": "Upgrade to premium and receive:" "message": "Upgrade to Premium and receive:"
}, },
"premiumPrice": { "premiumPrice": {
"message": "All for just $PRICE$ /year!", "message": "All for just $PRICE$ /year!",
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Please unlock this user in the desktop application and try again." "message": "Please unlock this user in the desktop application and try again."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometric unlock unavailable"
},
"biometricsNotAvailableDesc": {
"message": "Biometric unlock is currently unavailable. Please try again later."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Biometrics failed" "message": "Biometrics failed"
}, },
@ -3639,10 +3696,18 @@
"message": "Credentials saved successfully!", "message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Password saved!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!", "message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Password updated!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.", "message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Enterprise policy requirements have been applied to this setting" "message": "Enterprise policy requirements have been applied to this setting"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Minimum passordlengde" "message": "Minimum passordlengde"
}, },
"uppercase": { "uppercase": {
"message": "Store bokstaver (AÅ)" "message": "Store bokstaver (AÅ)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Små bokstaver (a-z)" "message": "Små bokstaver (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Tall (0-9)" "message": "Tall (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Spesialtegn (!@#$%^&*)" "message": "Spesialtegn (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Include",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Include uppercase characters",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Include lowercase characters",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Include numbers",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Include special characters",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Antall ord" "message": "Antall ord"
@ -415,7 +455,12 @@
"message": "Minste antall spesialtegn" "message": "Minste antall spesialtegn"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Unngå tvetydige tegn" "message": "Unngå tvetydige tegn",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Avoid ambiguous characters",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Søk i hvelvet" "message": "Søk i hvelvet"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "Din nye konto har blitt opprettet! Du kan nå logge på." "message": "Din nye konto har blitt opprettet! Du kan nå logge på."
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "You successfully logged in" "message": "You successfully logged in"
}, },
@ -1113,7 +1164,7 @@
"message": "Takk for at du støtter Bitwarden." "message": "Takk for at du støtter Bitwarden."
}, },
"premiumFeatures": { "premiumFeatures": {
"message": "Upgrade to premium and receive:" "message": "Upgrade to Premium and receive:"
}, },
"premiumPrice": { "premiumPrice": {
"message": "Og alt det for %price%/år!", "message": "Og alt det for %price%/år!",
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Please unlock this user in the desktop application and try again." "message": "Please unlock this user in the desktop application and try again."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometric unlock unavailable"
},
"biometricsNotAvailableDesc": {
"message": "Biometric unlock is currently unavailable. Please try again later."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Biometri mislyktes" "message": "Biometri mislyktes"
}, },
@ -3639,10 +3696,18 @@
"message": "Credentials saved successfully!", "message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Password saved!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!", "message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Password updated!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.", "message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Enterprise policy requirements have been applied to this setting" "message": "Enterprise policy requirements have been applied to this setting"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Minimum password length" "message": "Minimum password length"
}, },
"uppercase": { "uppercase": {
"message": "Uppercase (A-Z)" "message": "Uppercase (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Lowercase (a-z)" "message": "Lowercase (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Numbers (0-9)" "message": "Numbers (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Special characters (!@#$%^&*)" "message": "Special characters (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Include",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Include uppercase characters",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Include lowercase characters",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Include numbers",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Include special characters",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Number of words" "message": "Number of words"
@ -415,7 +455,12 @@
"message": "Minimum special" "message": "Minimum special"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Avoid ambiguous characters" "message": "Avoid ambiguous characters",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Avoid ambiguous characters",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Search vault" "message": "Search vault"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "Your new account has been created! You may now log in." "message": "Your new account has been created! You may now log in."
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "You successfully logged in" "message": "You successfully logged in"
}, },
@ -1113,7 +1164,7 @@
"message": "Thank you for supporting Bitwarden." "message": "Thank you for supporting Bitwarden."
}, },
"premiumFeatures": { "premiumFeatures": {
"message": "Upgrade to premium and receive:" "message": "Upgrade to Premium and receive:"
}, },
"premiumPrice": { "premiumPrice": {
"message": "All for just $PRICE$ /year!", "message": "All for just $PRICE$ /year!",
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Please unlock this user in the desktop application and try again." "message": "Please unlock this user in the desktop application and try again."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometric unlock unavailable"
},
"biometricsNotAvailableDesc": {
"message": "Biometric unlock is currently unavailable. Please try again later."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Biometrics failed" "message": "Biometrics failed"
}, },
@ -3639,10 +3696,18 @@
"message": "Credentials saved successfully!", "message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Password saved!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!", "message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Password updated!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.", "message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Enterprise policy requirements have been applied to this setting" "message": "Enterprise policy requirements have been applied to this setting"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Minimale wachtwoordlengte" "message": "Minimale wachtwoordlengte"
}, },
"uppercase": { "uppercase": {
"message": "Hoofdletters (A-Z)" "message": "Hoofdletters (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Kleine letters (a-z)" "message": "Kleine letters (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Cijfers (0-9)" "message": "Cijfers (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Speciale tekens (!@#$%^&*)" "message": "Speciale tekens (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Toevoegen",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Hoofdletters toevoegen",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Kleine letters toevoegen",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Nummers toevoegen",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Speciale tekens toevoegen",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Aantal woorden" "message": "Aantal woorden"
@ -415,7 +455,12 @@
"message": "Minimum aantal speciale tekens" "message": "Minimum aantal speciale tekens"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Dubbelzinnige tekens vermijden" "message": "Dubbelzinnige tekens vermijden",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Dubbelzinnige tekens vermijden",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Kluis doorzoeken" "message": "Kluis doorzoeken"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "Je nieuwe account is aangemaakt! Je kunt nu inloggen." "message": "Je nieuwe account is aangemaakt! Je kunt nu inloggen."
}, },
"newAccountCreated2": {
"message": "Je nieuwe account is aangemaakt!"
},
"youHaveBeenLoggedIn": {
"message": "Je bent ingelogd!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "U bent succesvol ingelogd" "message": "U bent succesvol ingelogd"
}, },
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Please unlock this user in the desktop application and try again." "message": "Please unlock this user in the desktop application and try again."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometrisch ontgrendelen niet beschikbaar"
},
"biometricsNotAvailableDesc": {
"message": "Biometrische ontgrendeling is momenteel niet beschikbaar. Probeer het later opnieuw."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Biometrie mislukt" "message": "Biometrie mislukt"
}, },
@ -3639,10 +3696,18 @@
"message": "Credentials saved successfully!", "message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Wachtwoord opgeslagen!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!", "message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Wachtwoord bijgewerkt!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.", "message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Bedrijfsbeleidseisen zijn op deze instelling toegepast" "message": "Bedrijfsbeleidseisen zijn op deze instelling toegepast"
},
"additionalContentAvailable": {
"message": "Extra inhoud beschikbaar"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Minimum password length" "message": "Minimum password length"
}, },
"uppercase": { "uppercase": {
"message": "Uppercase (A-Z)" "message": "Uppercase (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Lowercase (a-z)" "message": "Lowercase (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Numbers (0-9)" "message": "Numbers (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Special characters (!@#$%^&*)" "message": "Special characters (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Include",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Include uppercase characters",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Include lowercase characters",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Include numbers",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Include special characters",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Number of words" "message": "Number of words"
@ -415,7 +455,12 @@
"message": "Minimum special" "message": "Minimum special"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Avoid ambiguous characters" "message": "Avoid ambiguous characters",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Avoid ambiguous characters",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Search vault" "message": "Search vault"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "Your new account has been created! You may now log in." "message": "Your new account has been created! You may now log in."
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "You successfully logged in" "message": "You successfully logged in"
}, },
@ -1113,7 +1164,7 @@
"message": "Thank you for supporting Bitwarden." "message": "Thank you for supporting Bitwarden."
}, },
"premiumFeatures": { "premiumFeatures": {
"message": "Upgrade to premium and receive:" "message": "Upgrade to Premium and receive:"
}, },
"premiumPrice": { "premiumPrice": {
"message": "All for just $PRICE$ /year!", "message": "All for just $PRICE$ /year!",
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Please unlock this user in the desktop application and try again." "message": "Please unlock this user in the desktop application and try again."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometric unlock unavailable"
},
"biometricsNotAvailableDesc": {
"message": "Biometric unlock is currently unavailable. Please try again later."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Biometrics failed" "message": "Biometrics failed"
}, },
@ -3639,10 +3696,18 @@
"message": "Credentials saved successfully!", "message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Password saved!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!", "message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Password updated!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.", "message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Enterprise policy requirements have been applied to this setting" "message": "Enterprise policy requirements have been applied to this setting"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Minimum password length" "message": "Minimum password length"
}, },
"uppercase": { "uppercase": {
"message": "Uppercase (A-Z)" "message": "Uppercase (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Lowercase (a-z)" "message": "Lowercase (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Numbers (0-9)" "message": "Numbers (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Special characters (!@#$%^&*)" "message": "Special characters (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Include",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Include uppercase characters",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Include lowercase characters",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Include numbers",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Include special characters",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Number of words" "message": "Number of words"
@ -415,7 +455,12 @@
"message": "Minimum special" "message": "Minimum special"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Avoid ambiguous characters" "message": "Avoid ambiguous characters",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Avoid ambiguous characters",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Search vault" "message": "Search vault"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "Your new account has been created! You may now log in." "message": "Your new account has been created! You may now log in."
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "You successfully logged in" "message": "You successfully logged in"
}, },
@ -1113,7 +1164,7 @@
"message": "Thank you for supporting Bitwarden." "message": "Thank you for supporting Bitwarden."
}, },
"premiumFeatures": { "premiumFeatures": {
"message": "Upgrade to premium and receive:" "message": "Upgrade to Premium and receive:"
}, },
"premiumPrice": { "premiumPrice": {
"message": "All for just $PRICE$ /year!", "message": "All for just $PRICE$ /year!",
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Please unlock this user in the desktop application and try again." "message": "Please unlock this user in the desktop application and try again."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometric unlock unavailable"
},
"biometricsNotAvailableDesc": {
"message": "Biometric unlock is currently unavailable. Please try again later."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Biometrics failed" "message": "Biometrics failed"
}, },
@ -3639,10 +3696,18 @@
"message": "Credentials saved successfully!", "message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Password saved!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!", "message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Password updated!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.", "message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Enterprise policy requirements have been applied to this setting" "message": "Enterprise policy requirements have been applied to this setting"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Minimalna długość hasła" "message": "Minimalna długość hasła"
}, },
"uppercase": { "uppercase": {
"message": "Wielkie litery (A-Z)" "message": "Wielkie litery (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Małe litery (a-z)" "message": "Małe litery (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Cyfry (0-9)" "message": "Cyfry (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Znaki specjalne (!@#$%^&*)" "message": "Znaki specjalne (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Include",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Include uppercase characters",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Include lowercase characters",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Include numbers",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Include special characters",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Liczba słów" "message": "Liczba słów"
@ -415,7 +455,12 @@
"message": "Minimalna liczba znaków specjalnych" "message": "Minimalna liczba znaków specjalnych"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Unikaj niejednoznacznych znaków" "message": "Unikaj niejednoznacznych znaków",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Avoid ambiguous characters",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Szukaj w sejfie" "message": "Szukaj w sejfie"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "Konto zostało utworzone! Teraz możesz się zalogować." "message": "Konto zostało utworzone! Teraz możesz się zalogować."
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "Zalogowałeś się pomyślnie" "message": "Zalogowałeś się pomyślnie"
}, },
@ -1113,7 +1164,7 @@
"message": "Dziękujemy za wspieranie Bitwarden." "message": "Dziękujemy za wspieranie Bitwarden."
}, },
"premiumFeatures": { "premiumFeatures": {
"message": "Upgrade to premium and receive:" "message": "Upgrade to Premium and receive:"
}, },
"premiumPrice": { "premiumPrice": {
"message": "Wszystko to jedynie za $PRICE$ /rok!", "message": "Wszystko to jedynie za $PRICE$ /rok!",
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Odblokuj tego użytkownika w aplikacji desktopowej i spróbuj ponownie." "message": "Odblokuj tego użytkownika w aplikacji desktopowej i spróbuj ponownie."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometric unlock unavailable"
},
"biometricsNotAvailableDesc": {
"message": "Biometric unlock is currently unavailable. Please try again later."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Dane biometryczne są błędne" "message": "Dane biometryczne są błędne"
}, },
@ -3639,10 +3696,18 @@
"message": "Pomyślnie zapisano dane logowania!", "message": "Pomyślnie zapisano dane logowania!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Password saved!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Pomyślnie zaktualizowano dane logowania!", "message": "Pomyślnie zaktualizowano dane logowania!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Password updated!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Błąd podczas zapisywania danych logowania. Sprawdź konsolę, aby uzyskać szczegóły.", "message": "Błąd podczas zapisywania danych logowania. Sprawdź konsolę, aby uzyskać szczegóły.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Enterprise policy requirements have been applied to this setting" "message": "Enterprise policy requirements have been applied to this setting"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -302,22 +302,22 @@
"message": "Editar Pasta" "message": "Editar Pasta"
}, },
"newFolder": { "newFolder": {
"message": "New folder" "message": "Nova pasta"
}, },
"folderName": { "folderName": {
"message": "Folder name" "message": "Nome da pasta"
}, },
"folderHintText": { "folderHintText": {
"message": "Nest a folder by adding the parent folder's name followed by a “/”. Example: Social/Forums" "message": "Aninhe uma pasta adicionando o nome da pasta pai seguido de um \"/\". Exemplo: Social/Fóruns"
}, },
"noFoldersAdded": { "noFoldersAdded": {
"message": "No folders added" "message": "Nenhuma pasta adicionada"
}, },
"createFoldersToOrganize": { "createFoldersToOrganize": {
"message": "Create folders to organize your vault items" "message": "Crie pastas para organizar os itens do seu cofre"
}, },
"deleteFolderPermanently": { "deleteFolderPermanently": {
"message": "Are you sure you want to permanently delete this folder?" "message": "Você tem certeza que deseja excluir esta pasta permanentemente?"
}, },
"deleteFolder": { "deleteFolder": {
"message": "Excluir Pasta" "message": "Excluir Pasta"
@ -384,16 +384,56 @@
"message": "Tamanho mínimo da senha" "message": "Tamanho mínimo da senha"
}, },
"uppercase": { "uppercase": {
"message": "Maiúsculas (A-Z)" "message": "Maiúsculas (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Minúsculas (a-z)" "message": "Minúsculas (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Números (0-9)" "message": "Números (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Caracteres especiais (!@#$%^&*)" "message": "Caracteres especiais (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Include",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Include uppercase characters",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Include lowercase characters",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Include numbers",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Include special characters",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Número de Palavras" "message": "Número de Palavras"
@ -415,7 +455,12 @@
"message": "Especiais Mínimos" "message": "Especiais Mínimos"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Evitar Caracteres Ambíguos" "message": "Evitar Caracteres Ambíguos",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Avoid ambiguous characters",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Pesquisar no Cofre" "message": "Pesquisar no Cofre"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "A sua nova conta foi criada! Agora você pode iniciar a sessão." "message": "A sua nova conta foi criada! Agora você pode iniciar a sessão."
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "Você logou na sua conta com sucesso" "message": "Você logou na sua conta com sucesso"
}, },
@ -688,7 +739,7 @@
"message": "O Bitwarden pode armazenar e preencher códigos de verificação de duas etapas. Selecione o ícone de câmera para tirar uma captura da tela do código QR de autenticador deste site, ou copie e cole a chave neste campo." "message": "O Bitwarden pode armazenar e preencher códigos de verificação de duas etapas. Selecione o ícone de câmera para tirar uma captura da tela do código QR de autenticador deste site, ou copie e cole a chave neste campo."
}, },
"learnMoreAboutAuthenticators": { "learnMoreAboutAuthenticators": {
"message": "Learn more about authenticators" "message": "Saiba mais sobre os autenticadores"
}, },
"copyTOTP": { "copyTOTP": {
"message": "Copiar chave de Autenticação (TOTP)" "message": "Copiar chave de Autenticação (TOTP)"
@ -1080,7 +1131,7 @@
"message": "1 GB de armazenamento de arquivos encriptados." "message": "1 GB de armazenamento de arquivos encriptados."
}, },
"premiumSignUpEmergency": { "premiumSignUpEmergency": {
"message": "Emergency access." "message": "Acesso de emergência."
}, },
"premiumSignUpTwoStepOptions": { "premiumSignUpTwoStepOptions": {
"message": "Opções de login em duas etapas como YubiKey e Duo." "message": "Opções de login em duas etapas como YubiKey e Duo."
@ -1104,7 +1155,7 @@
"message": "Você pode comprar a assinatura premium no cofre web em bitwarden.com. Você deseja visitar o site agora?" "message": "Você pode comprar a assinatura premium no cofre web em bitwarden.com. Você deseja visitar o site agora?"
}, },
"premiumPurchaseAlertV2": { "premiumPurchaseAlertV2": {
"message": "You can purchase Premium from your account settings on the Bitwarden web app." "message": "Você pode comprar Premium nas configurações de sua conta no aplicativo web do Bitwarden."
}, },
"premiumCurrentMember": { "premiumCurrentMember": {
"message": "Você é um membro premium!" "message": "Você é um membro premium!"
@ -1113,7 +1164,7 @@
"message": "Obrigado por apoiar o Bitwarden." "message": "Obrigado por apoiar o Bitwarden."
}, },
"premiumFeatures": { "premiumFeatures": {
"message": "Upgrade to premium and receive:" "message": "Atualize para a versão Premium e receba:"
}, },
"premiumPrice": { "premiumPrice": {
"message": "Tudo por apenas %price% /ano!", "message": "Tudo por apenas %price% /ano!",
@ -1125,7 +1176,7 @@
} }
}, },
"premiumPriceV2": { "premiumPriceV2": {
"message": "All for just $PRICE$ per year!", "message": "Tudo por apenas $PRICE$ por ano!",
"placeholders": { "placeholders": {
"price": { "price": {
"content": "$1", "content": "$1",
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Por favor, desbloqueie esse usuário no aplicativo da área de trabalho e tente novamente." "message": "Por favor, desbloqueie esse usuário no aplicativo da área de trabalho e tente novamente."
}, },
"biometricsNotAvailableTitle": {
"message": "Desbloqueio biométrico indisponível"
},
"biometricsNotAvailableDesc": {
"message": "O desbloqueio biométrico está indisponível no momento. Tente novamente mais tarde."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Biometria falhou" "message": "Biometria falhou"
}, },
@ -2314,11 +2371,11 @@
"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."
}, },
"createdSendSuccessfully": { "createdSendSuccessfully": {
"message": "Send created successfully!", "message": "Envio criado com sucesso!",
"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."
}, },
"sendAvailability": { "sendAvailability": {
"message": "The Send will be available to anyone with the link for the next $DAYS$ days.", "message": "O envio estará disponível para qualquer pessoa com o link para os próximos $DAYS$ dias.",
"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.",
"placeholders": { "placeholders": {
"days": { "days": {
@ -2328,7 +2385,7 @@
} }
}, },
"sendLinkCopied": { "sendLinkCopied": {
"message": "Send link copied", "message": "Enviar link copiado",
"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."
}, },
"editedSend": { "editedSend": {
@ -3639,10 +3696,18 @@
"message": "Credenciais salvas com sucesso!", "message": "Credenciais salvas com sucesso!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Password saved!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Credenciais atualizadas com sucesso!", "message": "Credenciais atualizadas com sucesso!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Password updated!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Erro ao salvar credenciais. Verifique o console para detalhes.", "message": "Erro ao salvar credenciais. Verifique o console para detalhes.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -3920,7 +3985,7 @@
"message": "Site (URI)" "message": "Site (URI)"
}, },
"websiteUriCount": { "websiteUriCount": {
"message": "Website (URI) $COUNT$", "message": "Site (URI) $COUNT$",
"description": "Label for an input field that contains a website URI. The input field is part of a list of fields, and the count indicates the position of the field in the list.", "description": "Label for an input field that contains a website URI. The input field is part of a list of fields, and the count indicates the position of the field in the list.",
"placeholders": { "placeholders": {
"count": { "count": {
@ -3970,10 +4035,10 @@
"message": "Preenchimento automático ao carregar a página?" "message": "Preenchimento automático ao carregar a página?"
}, },
"cardExpiredTitle": { "cardExpiredTitle": {
"message": "Expired card" "message": "Cartão expirado"
}, },
"cardExpiredMessage": { "cardExpiredMessage": {
"message": "If you've renewed it, update the card's information" "message": "Se você o renovou, atualize as informações do cartão"
}, },
"cardDetails": { "cardDetails": {
"message": "Detalhes do cartão" "message": "Detalhes do cartão"
@ -3988,7 +4053,7 @@
} }
}, },
"enableAnimations": { "enableAnimations": {
"message": "Enable animations" "message": "Habilita animações"
}, },
"addAccount": { "addAccount": {
"message": "Adicionar conta" "message": "Adicionar conta"
@ -4221,12 +4286,15 @@
"message": "Ações da conta" "message": "Ações da conta"
}, },
"showNumberOfAutofillSuggestions": { "showNumberOfAutofillSuggestions": {
"message": "Show number of login autofill suggestions on extension icon" "message": "Mostrar o número de sugestões de preenchimento automático de login no ícone da extensão"
}, },
"systemDefault": { "systemDefault": {
"message": "System default" "message": "Padrão do sistema"
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Enterprise policy requirements have been applied to this setting" "message": "Os requisitos de política empresarial foram aplicados nesta configuração"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Comprimento mínimo da palavra-passe" "message": "Comprimento mínimo da palavra-passe"
}, },
"uppercase": { "uppercase": {
"message": "Maiúsculas (A-Z)" "message": "Maiúsculas (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Minúsculas (a-z)" "message": "Minúsculas (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Números (0-9)" "message": "Números (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Caracteres especiais (!@#$%^&*)" "message": "Caracteres especiais (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Incluir",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Incluir caracteres em maiúsculas",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Incluir caracteres em minúsculas",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Incluir números",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Incluir caracteres especiais",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Número de palavras" "message": "Número de palavras"
@ -415,7 +455,12 @@
"message": "Mínimo de caracteres especiais" "message": "Mínimo de caracteres especiais"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Evitar caracteres ambíguos" "message": "Evitar caracteres ambíguos",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Evitar caracteres ambíguos",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Procurar no cofre" "message": "Procurar no cofre"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "A sua nova conta foi criada! Pode agora iniciar sessão." "message": "A sua nova conta foi criada! Pode agora iniciar sessão."
}, },
"newAccountCreated2": {
"message": "A sua nova conta foi criada!"
},
"youHaveBeenLoggedIn": {
"message": "Iniciou sessão!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "Iniciou sessão com sucesso" "message": "Iniciou sessão com sucesso"
}, },
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Por favor, desbloqueie este utilizador na aplicação para computador e tente novamente." "message": "Por favor, desbloqueie este utilizador na aplicação para computador e tente novamente."
}, },
"biometricsNotAvailableTitle": {
"message": "Desbloqueio biométrico indisponível"
},
"biometricsNotAvailableDesc": {
"message": "O desbloqueio biométrico não está atualmente disponível. Por favor, tente novamente mais tarde."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Falha na biometria" "message": "Falha na biometria"
}, },
@ -3639,10 +3696,18 @@
"message": "Credenciais guardadas com sucesso!", "message": "Credenciais guardadas com sucesso!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Palavra-passe guardada!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Credenciais atualizadas com sucesso!", "message": "Credenciais atualizadas com sucesso!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Palavra passe atualizada!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Erro ao guardar as credenciais. Verifique a consola para obter detalhes.", "message": "Erro ao guardar as credenciais. Verifique a consola para obter detalhes.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Os requisitos da política empresarial foram aplicados a esta definição" "message": "Os requisitos da política empresarial foram aplicados a esta definição"
},
"additionalContentAvailable": {
"message": "Estão disponíveis conteúdos adicionais"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Lungimea minimă a parolei" "message": "Lungimea minimă a parolei"
}, },
"uppercase": { "uppercase": {
"message": "Litere mari (A-Z)" "message": "Litere mari (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Litere mici (a-z)" "message": "Litere mici (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Numere (0-9)" "message": "Numere (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Caractere speciale (!@#$%^&*)" "message": "Caractere speciale (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Include",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Include uppercase characters",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Include lowercase characters",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Include numbers",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Include special characters",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Număr de cuvinte" "message": "Număr de cuvinte"
@ -415,7 +455,12 @@
"message": "Minim de caractere speciale" "message": "Minim de caractere speciale"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Se evită caracterele ambigue" "message": "Se evită caracterele ambigue",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Avoid ambiguous characters",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Căutare în seif" "message": "Căutare în seif"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "Noul dvs. cont a fost creat! Acum vă puteți autentifica." "message": "Noul dvs. cont a fost creat! Acum vă puteți autentifica."
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "V-ați conectat cu succes" "message": "V-ați conectat cu succes"
}, },
@ -1113,7 +1164,7 @@
"message": "Vă mulțumim pentru susținerea Bitwarden." "message": "Vă mulțumim pentru susținerea Bitwarden."
}, },
"premiumFeatures": { "premiumFeatures": {
"message": "Upgrade to premium and receive:" "message": "Upgrade to Premium and receive:"
}, },
"premiumPrice": { "premiumPrice": {
"message": "Totul pentru doar %price% /an!", "message": "Totul pentru doar %price% /an!",
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Please unlock this user in the desktop application and try again." "message": "Please unlock this user in the desktop application and try again."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometric unlock unavailable"
},
"biometricsNotAvailableDesc": {
"message": "Biometric unlock is currently unavailable. Please try again later."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Biometrica a eșuat" "message": "Biometrica a eșuat"
}, },
@ -3639,10 +3696,18 @@
"message": "Credentials saved successfully!", "message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Password saved!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!", "message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Password updated!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.", "message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Enterprise policy requirements have been applied to this setting" "message": "Enterprise policy requirements have been applied to this setting"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Минимальная длина пароля" "message": "Минимальная длина пароля"
}, },
"uppercase": { "uppercase": {
"message": "Прописные буквы (A-Z)" "message": "Прописные буквы (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Строчные буквы (a-z)" "message": "Строчные буквы (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Цифры (0-9)" "message": "Цифры (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Специальные символы (!@#$%^&*)" "message": "Специальные символы (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Включить",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Включить заглавные символы",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Включить строчные символы",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Включить цифры",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Включить специальные символы",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Количество слов" "message": "Количество слов"
@ -415,7 +455,12 @@
"message": "Минимум символов" "message": "Минимум символов"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Избегать неоднозначных символов" "message": "Избегать неоднозначных символов",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Избегать неоднозначных символов",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Поиск в хранилище" "message": "Поиск в хранилище"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "Ваш аккаунт создан! Теперь вы можете войти в систему." "message": "Ваш аккаунт создан! Теперь вы можете войти в систему."
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "Вы успешно авторизовались" "message": "Вы успешно авторизовались"
}, },
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Пожалуйста, разблокируйте этого пользователя в приложении для компьютера и повторите попытку." "message": "Пожалуйста, разблокируйте этого пользователя в приложении для компьютера и повторите попытку."
}, },
"biometricsNotAvailableTitle": {
"message": "Разблокировка биометрией недоступна"
},
"biometricsNotAvailableDesc": {
"message": "Разблокировка биометрией в настоящее время недоступна. Пожалуйста, повторите попытку позже."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Сбой биометрии" "message": "Сбой биометрии"
}, },
@ -3639,10 +3696,18 @@
"message": "Учетные данные успешно сохранены!", "message": "Учетные данные успешно сохранены!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Пароль сохранен!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Учетные данные успешно обновлены!", "message": "Учетные данные успешно обновлены!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Пароль обновлен!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Ошибка сохранения учетных данных. Проверьте консоль для получения подробной информации.", "message": "Ошибка сохранения учетных данных. Проверьте консоль для получения подробной информации.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "К этой настройке были применены требования корпоративной политики" "message": "К этой настройке были применены требования корпоративной политики"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Minimum password length" "message": "Minimum password length"
}, },
"uppercase": { "uppercase": {
"message": "Uppercase (A-Z)" "message": "Uppercase (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Lowercase (a-z)" "message": "Lowercase (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Numbers (0-9)" "message": "Numbers (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Special characters (!@#$%^&*)" "message": "Special characters (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Include",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Include uppercase characters",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Include lowercase characters",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Include numbers",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Include special characters",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "වචන ගණන" "message": "වචන ගණන"
@ -415,7 +455,12 @@
"message": "අවම විශේෂ" "message": "අවම විශේෂ"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "අපැහැදිලි චරිත වලින් වළකින්න" "message": "අපැහැදිලි චරිත වලින් වළකින්න",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Avoid ambiguous characters",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "සුරක්ෂිතාගාරය සොයන්න" "message": "සුරක්ෂිතාගාරය සොයන්න"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "ඔබගේ නව ගිණුම නිර්මාණය කර ඇත! ඔබට දැන් ලොග් විය හැකිය." "message": "ඔබගේ නව ගිණුම නිර්මාණය කර ඇත! ඔබට දැන් ලොග් විය හැකිය."
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "You successfully logged in" "message": "You successfully logged in"
}, },
@ -1113,7 +1164,7 @@
"message": "බිට්වර්ඩන්ට සහාය වීම ගැන ස්තූතියි." "message": "බිට්වර්ඩන්ට සහාය වීම ගැන ස්තූතියි."
}, },
"premiumFeatures": { "premiumFeatures": {
"message": "Upgrade to premium and receive:" "message": "Upgrade to Premium and receive:"
}, },
"premiumPrice": { "premiumPrice": {
"message": "සියල්ල $PRICE$ /අවුරුද්ද සඳහා!", "message": "සියල්ල $PRICE$ /අවුරුද්ද සඳහා!",
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Please unlock this user in the desktop application and try again." "message": "Please unlock this user in the desktop application and try again."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometric unlock unavailable"
},
"biometricsNotAvailableDesc": {
"message": "Biometric unlock is currently unavailable. Please try again later."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Biometrics failed" "message": "Biometrics failed"
}, },
@ -3639,10 +3696,18 @@
"message": "Credentials saved successfully!", "message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Password saved!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!", "message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Password updated!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.", "message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Enterprise policy requirements have been applied to this setting" "message": "Enterprise policy requirements have been applied to this setting"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -147,7 +147,7 @@
"message": "Kopírovať názov vlastného poľa" "message": "Kopírovať názov vlastného poľa"
}, },
"noMatchingLogins": { "noMatchingLogins": {
"message": "Žiadne zodpovedajúce prihlasovacie údaje." "message": "Žiadne zodpovedajúce prihlasovacie údaje"
}, },
"noCards": { "noCards": {
"message": "Žiadne karty" "message": "Žiadne karty"
@ -171,7 +171,7 @@
"message": "Prihláste sa do trezora" "message": "Prihláste sa do trezora"
}, },
"autoFillInfo": { "autoFillInfo": {
"message": "Nie sú prístupné žiadne prihlasovacie údaje na automatické vyplnenie pre aktuálnu kartu." "message": "Nie sú k dispozícii žiadne prihlasovacie údaje na automatické vyplnenie pre aktuálnu kartu."
}, },
"addLogin": { "addLogin": {
"message": "Pridať prihlasovacie údaje" "message": "Pridať prihlasovacie údaje"
@ -180,13 +180,13 @@
"message": "Pridať položku" "message": "Pridať položku"
}, },
"passwordHint": { "passwordHint": {
"message": "Nápoveda k heslu" "message": "Pomôcka pre heslo"
}, },
"enterEmailToGetHint": { "enterEmailToGetHint": {
"message": "Zadajte emailovú adresu na zaslanie nápovedy pre vaše hlavné heslo." "message": "Zadajte emailovú adresu na zaslanie nápovedy pre vaše hlavné heslo."
}, },
"getMasterPasswordHint": { "getMasterPasswordHint": {
"message": "Získať nápovedu k hlavnému heslu" "message": "Získať pomôcku pre hlavné heslo"
}, },
"continue": { "continue": {
"message": "Pokračovať" "message": "Pokračovať"
@ -296,7 +296,7 @@
"message": "Pridať priečinok" "message": "Pridať priečinok"
}, },
"name": { "name": {
"message": "Meno" "message": "Názov"
}, },
"editFolder": { "editFolder": {
"message": "Upraviť priečinok" "message": "Upraviť priečinok"
@ -384,16 +384,56 @@
"message": "Minimálna dĺžka hesla" "message": "Minimálna dĺžka hesla"
}, },
"uppercase": { "uppercase": {
"message": "Veľké písmená (A-Z)" "message": "Veľké písmená (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Malé písmená (a-z)" "message": "Malé písmená (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Čísla (0-9)" "message": "Čísla (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Špeciálne znaky (!@#$%^&*)" "message": "Špeciálne znaky (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Zahrnúť",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Zahrnúť veľké písmená",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Zahrnúť malé písmená",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Zahrnúť čísla",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Zahrnúť špeciálne znaky",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Počet slov" "message": "Počet slov"
@ -412,10 +452,15 @@
"message": "Minimum číslic" "message": "Minimum číslic"
}, },
"minSpecial": { "minSpecial": {
"message": "Minimum špec. znakov" "message": "Minimum špeciálnych znakov"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Vyhnúť sa zameniteľným znakom" "message": "Vyhnúť sa zameniteľným znakom",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Vyhnúť sa zameniteľným znakom",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Prehľadávať trezor" "message": "Prehľadávať trezor"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "Váš nový účet bol vytvorený! Teraz sa môžete prihlásiť." "message": "Váš nový účet bol vytvorený! Teraz sa môžete prihlásiť."
}, },
"newAccountCreated2": {
"message": "Váš nový účet bol vytvorený!"
},
"youHaveBeenLoggedIn": {
"message": "Boli ste prihlásený!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "Úspešne ste sa prihlásili" "message": "Úspešne ste sa prihlásili"
}, },
@ -751,7 +802,7 @@
"message": "Začiatočnícka príručka" "message": "Začiatočnícka príručka"
}, },
"gettingStartedTutorialVideo": { "gettingStartedTutorialVideo": {
"message": "Sledujte našu začiatočnícku príručku, aby ste sa naučili, ako získať maximum z nášho rozšírenia prehliadača." "message": "Pozrite našu príručku pre začiatočníkov, v ktorej sa dozviete, ako získať maximum z nášho rozšírenia pre prehliadač."
}, },
"syncingComplete": { "syncingComplete": {
"message": "Synchronizácia kompletná" "message": "Synchronizácia kompletná"
@ -810,7 +861,7 @@
"message": "Prehľadávať priečinok" "message": "Prehľadávať priečinok"
}, },
"searchCollection": { "searchCollection": {
"message": "Vyhľadať zbierku" "message": "Hľadať v zbierke"
}, },
"searchType": { "searchType": {
"message": "Typ vyhľadávania" "message": "Typ vyhľadávania"
@ -826,7 +877,7 @@
"message": "Uložiť do nastavení trezora" "message": "Uložiť do nastavení trezora"
}, },
"addLoginNotificationDesc": { "addLoginNotificationDesc": {
"message": "Opýtať sa na pridanie prihlasovacích údajov ak ich ešte nemáte v trezore." "message": "Opýtať sa na pridanie prihlasovacích údajov, ak ich ešte nemáte v trezore."
}, },
"addLoginNotificationDescAlt": { "addLoginNotificationDescAlt": {
"message": "Požiada o pridanie položky, ak sa v trezore nenachádza. Platí pre všetky prihlásené účty." "message": "Požiada o pridanie položky, ak sa v trezore nenachádza. Platí pre všetky prihlásené účty."
@ -858,7 +909,7 @@
"description": "Clipboard is the operating system thing where you copy/paste data to on your device." "description": "Clipboard is the operating system thing where you copy/paste data to on your device."
}, },
"notificationAddDesc": { "notificationAddDesc": {
"message": "Má si pre vás Bitwarden zapamätať toto heslo?" "message": "Má si Bitwarden zapamätať toto heslo?"
}, },
"notificationAddSave": { "notificationAddSave": {
"message": "Uložiť" "message": "Uložiť"
@ -1047,7 +1098,7 @@
"message": "Súbor" "message": "Súbor"
}, },
"selectFile": { "selectFile": {
"message": "Vybrať súbor." "message": "Vyberte súbor"
}, },
"maxFileSize": { "maxFileSize": {
"message": "Maximálna veľkosť súboru je 500 MB." "message": "Maximálna veľkosť súboru je 500 MB."
@ -1077,7 +1128,7 @@
"message": "Zaregistrujte sa pre prémiové členstvo a získajte:" "message": "Zaregistrujte sa pre prémiové členstvo a získajte:"
}, },
"ppremiumSignUpStorage": { "ppremiumSignUpStorage": {
"message": "1 GB šifrovaného úložiska." "message": "1 GB šifrovaného úložiska na prílohy."
}, },
"premiumSignUpEmergency": { "premiumSignUpEmergency": {
"message": "Núdzový prístup" "message": "Núdzový prístup"
@ -1101,7 +1152,7 @@
"message": "Zakúpiť Prémiový účet" "message": "Zakúpiť Prémiový účet"
}, },
"premiumPurchaseAlert": { "premiumPurchaseAlert": {
"message": "Svoje prémiové členstvo môžete zakúpiť vo webovom trezore bitwarden.com. Chcete navštíviť túto stránku teraz?" "message": "Svoje prémiové členstvo si môžete zakúpiť vo webovom trezore bitwarden.com. Chcete navštíviť túto stránku teraz?"
}, },
"premiumPurchaseAlertV2": { "premiumPurchaseAlertV2": {
"message": "Prémiové členstvo si môžete zakúpiť v nastaveniach svojho účtu vo webovej aplikácii Bitwarden." "message": "Prémiové členstvo si môžete zakúpiť v nastaveniach svojho účtu vo webovej aplikácii Bitwarden."
@ -1197,7 +1248,7 @@
"message": "Overiť cez WebAuthn" "message": "Overiť cez WebAuthn"
}, },
"loginUnavailable": { "loginUnavailable": {
"message": "Prihlasovací údaj nedostupný" "message": "Prihlásenie nie je dispozícii"
}, },
"noTwoStepProviders": { "noTwoStepProviders": {
"message": "Tento účet má povolené dvojstupňové prihlásenie, ale žiadny z nakonfigurovaných poskytovateľov nie je podporovaný týmto prehliadačom." "message": "Tento účet má povolené dvojstupňové prihlásenie, ale žiadny z nakonfigurovaných poskytovateľov nie je podporovaný týmto prehliadačom."
@ -1225,7 +1276,7 @@
"message": "Bezpečnostný kľúč Yubico OTP" "message": "Bezpečnostný kľúč Yubico OTP"
}, },
"yubiKeyDesc": { "yubiKeyDesc": {
"message": "Použiť YubiKey pre prístup k vášmu účtu. Pracuje s YubiKey 4, 4 Nano, 4C a s NEO zariadeniami." "message": "Použiť YubiKey na prístup k vášmu účtu. Pracuje s YubiKey 4, 4 Nano, 4C a s NEO zariadeniami."
}, },
"duoDescV2": { "duoDescV2": {
"message": "Zadajte kód vygenerovaný aplikáciou Duo Security.", "message": "Zadajte kód vygenerovaný aplikáciou Duo Security.",
@ -1248,7 +1299,7 @@
"message": "Zadajte kód zaslaný na váš e-mail." "message": "Zadajte kód zaslaný na váš e-mail."
}, },
"selfHostedEnvironment": { "selfHostedEnvironment": {
"message": "Sebou hosťované prostredie" "message": "Prostredie s vlastným hostingom"
}, },
"selfHostedEnvironmentFooter": { "selfHostedEnvironmentFooter": {
"message": "Zadajte základnú URL adresu lokálne hosťovanej inštalácie Bitwarden." "message": "Zadajte základnú URL adresu lokálne hosťovanej inštalácie Bitwarden."
@ -1266,7 +1317,7 @@
"message": "Vlastné prostredie" "message": "Vlastné prostredie"
}, },
"customEnvironmentFooter": { "customEnvironmentFooter": {
"message": "Pre pokročilých používateľov. Môžete špecifikovať základnú URL pre každú službu nezávisle." "message": "Pre pokročilých používateľov. Základnú adresu URL každej služby môžete určiť samostatne."
}, },
"baseUrl": { "baseUrl": {
"message": "URL servera" "message": "URL servera"
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Prosím, odomknite tohto používateľa v počítačovej aplikácii a skúste to znova." "message": "Prosím, odomknite tohto používateľa v počítačovej aplikácii a skúste to znova."
}, },
"biometricsNotAvailableTitle": {
"message": "Odomykanie biometrickými údajmi je nedostupné"
},
"biometricsNotAvailableDesc": {
"message": "Odomykanie biometrickými údajmi je momentálne nedostupné. Skúste to znova neskôr."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Biometria zlyhala" "message": "Biometria zlyhala"
}, },
@ -3639,10 +3696,18 @@
"message": "Prihlasovacie údaje boli úspešne uložené!", "message": "Prihlasovacie údaje boli úspešne uložené!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Heslo bolo uložené!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Prihlasovacie údaje boli úspešne aktualizované!", "message": "Prihlasovacie údaje boli úspešne aktualizované!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Heslo bolo aktualizované!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Chyba pri ukladaní prihlasovacích údajov. Viac informácii nájdete v konzole.", "message": "Chyba pri ukladaní prihlasovacích údajov. Viac informácii nájdete v konzole.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Na toto nastavenie boli uplatnené požiadavky pravidiel spoločnosti" "message": "Na toto nastavenie boli uplatnené požiadavky pravidiel spoločnosti"
},
"additionalContentAvailable": {
"message": "K dispozícii je ďalší obsah"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Minimum password length" "message": "Minimum password length"
}, },
"uppercase": { "uppercase": {
"message": "Velike črke (A-Z)" "message": "Velike črke (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Male črke (a-z)" "message": "Male črke (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Števke (0-9)" "message": "Števke (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Posebni znaki (!@#$%^&*)" "message": "Posebni znaki (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Include",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Include uppercase characters",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Include lowercase characters",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Include numbers",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Include special characters",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Število besed" "message": "Število besed"
@ -415,7 +455,12 @@
"message": "Minimalno posebnih znakov" "message": "Minimalno posebnih znakov"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Izogibaj se dvoumnim znakom" "message": "Izogibaj se dvoumnim znakom",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Avoid ambiguous characters",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Išči v trezorju" "message": "Išči v trezorju"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "Vaš račun je ustvarjen. Lahko se prijavite." "message": "Vaš račun je ustvarjen. Lahko se prijavite."
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "You successfully logged in" "message": "You successfully logged in"
}, },
@ -1113,7 +1164,7 @@
"message": "Hvala, ker podpirate Bitwarden." "message": "Hvala, ker podpirate Bitwarden."
}, },
"premiumFeatures": { "premiumFeatures": {
"message": "Upgrade to premium and receive:" "message": "Upgrade to Premium and receive:"
}, },
"premiumPrice": { "premiumPrice": {
"message": "Vse za samo $PRICE$ /leto!", "message": "Vse za samo $PRICE$ /leto!",
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Please unlock this user in the desktop application and try again." "message": "Please unlock this user in the desktop application and try again."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometric unlock unavailable"
},
"biometricsNotAvailableDesc": {
"message": "Biometric unlock is currently unavailable. Please try again later."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Biometrics failed" "message": "Biometrics failed"
}, },
@ -3639,10 +3696,18 @@
"message": "Credentials saved successfully!", "message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Password saved!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!", "message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Password updated!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.", "message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Enterprise policy requirements have been applied to this setting" "message": "Enterprise policy requirements have been applied to this setting"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Минимална дужина лозинке" "message": "Минимална дужина лозинке"
}, },
"uppercase": { "uppercase": {
"message": "Велика слова (A-Z)" "message": "Велика слова (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Мала слова (a-z)" "message": "Мала слова (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Цифре (0-9)" "message": "Цифре (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Специјална слова (!@#$%^&*)" "message": "Специјална слова (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Укључити",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Укључити велика слова",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "А-Ш",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Укључити мала слова",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "а-ш",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Укључит ибројеве",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Укључити специјална слова",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Број речи" "message": "Број речи"
@ -415,7 +455,12 @@
"message": "Минимално специјалних знакова" "message": "Минимално специјалних знакова"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Избегавај двосмислене карактере" "message": "Избегавај двосмислене карактере",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Избегавај двосмислене карактере",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Претражи сеф" "message": "Претражи сеф"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "Ваш налог је креиран! Сада се можете пријавити." "message": "Ваш налог је креиран! Сада се можете пријавити."
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "Успешно сте се пријавили" "message": "Успешно сте се пријавили"
}, },
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Откључајте овог корисника у десктоп апликацији и покушајте поново." "message": "Откључајте овог корисника у десктоп апликацији и покушајте поново."
}, },
"biometricsNotAvailableTitle": {
"message": "Биометријско откључавање није доступно"
},
"biometricsNotAvailableDesc": {
"message": "Биометријско откључавање тренутно није доступно. Покушајте поново касније."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Биометрија није успела" "message": "Биометрија није успела"
}, },
@ -3639,10 +3696,18 @@
"message": "Акредитиви су успешно сачувани!", "message": "Акредитиви су успешно сачувани!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Лозинка је сачувана!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Акредитиви су успешно ажурирани!", "message": "Акредитиви су успешно ажурирани!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Лозинка је ажурирана!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Грешка при чувању акредитива. Проверите конзолу за детаље.", "message": "Грешка при чувању акредитива. Проверите конзолу за детаље.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Захтеви политике предузећа су примењени на ово подешавање" "message": "Захтеви политике предузећа су примењени на ово подешавање"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Minsta tillåtna lösenordslängd" "message": "Minsta tillåtna lösenordslängd"
}, },
"uppercase": { "uppercase": {
"message": "Versaler (A-Ö)" "message": "Versaler (A-Ö)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Gemener (a-ö)" "message": "Gemener (a-ö)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Siffror (0-9)" "message": "Siffror (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Specialtecken (!@#$%^&*)" "message": "Specialtecken (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Include",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Include uppercase characters",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Include lowercase characters",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Include numbers",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Include special characters",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Antal ord" "message": "Antal ord"
@ -415,7 +455,12 @@
"message": "Minsta antal speciella tecken" "message": "Minsta antal speciella tecken"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Undvik tvetydiga tecken" "message": "Undvik tvetydiga tecken",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Avoid ambiguous characters",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Sök i valvet" "message": "Sök i valvet"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "Ditt nya konto har skapats! Du kan logga in nu." "message": "Ditt nya konto har skapats! Du kan logga in nu."
}, },
"newAccountCreated2": {
"message": "Ditt nya konto har skapats!"
},
"youHaveBeenLoggedIn": {
"message": "Du har blivit inloggad!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "Du är nu inloggad" "message": "Du är nu inloggad"
}, },
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Lås upp den här användaren i skrivbordsprogrammet och försök igen." "message": "Lås upp den här användaren i skrivbordsprogrammet och försök igen."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometric unlock unavailable"
},
"biometricsNotAvailableDesc": {
"message": "Biometric unlock is currently unavailable. Please try again later."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Biometri misslyckades" "message": "Biometri misslyckades"
}, },
@ -3639,10 +3696,18 @@
"message": "Credentials saved successfully!", "message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Password saved!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!", "message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Password updated!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.", "message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Enterprise policy requirements have been applied to this setting" "message": "Enterprise policy requirements have been applied to this setting"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Minimum password length" "message": "Minimum password length"
}, },
"uppercase": { "uppercase": {
"message": "Uppercase (A-Z)" "message": "Uppercase (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Lowercase (a-z)" "message": "Lowercase (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Numbers (0-9)" "message": "Numbers (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Special characters (!@#$%^&*)" "message": "Special characters (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Include",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Include uppercase characters",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Include lowercase characters",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Include numbers",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Include special characters",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Number of words" "message": "Number of words"
@ -415,7 +455,12 @@
"message": "Minimum special" "message": "Minimum special"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Avoid ambiguous characters" "message": "Avoid ambiguous characters",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Avoid ambiguous characters",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Search vault" "message": "Search vault"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "Your new account has been created! You may now log in." "message": "Your new account has been created! You may now log in."
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "You successfully logged in" "message": "You successfully logged in"
}, },
@ -1113,7 +1164,7 @@
"message": "Thank you for supporting Bitwarden." "message": "Thank you for supporting Bitwarden."
}, },
"premiumFeatures": { "premiumFeatures": {
"message": "Upgrade to premium and receive:" "message": "Upgrade to Premium and receive:"
}, },
"premiumPrice": { "premiumPrice": {
"message": "All for just $PRICE$ /year!", "message": "All for just $PRICE$ /year!",
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Please unlock this user in the desktop application and try again." "message": "Please unlock this user in the desktop application and try again."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometric unlock unavailable"
},
"biometricsNotAvailableDesc": {
"message": "Biometric unlock is currently unavailable. Please try again later."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Biometrics failed" "message": "Biometrics failed"
}, },
@ -3639,10 +3696,18 @@
"message": "Credentials saved successfully!", "message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Password saved!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!", "message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Password updated!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.", "message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Enterprise policy requirements have been applied to this setting" "message": "Enterprise policy requirements have been applied to this setting"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Minimum password length" "message": "Minimum password length"
}, },
"uppercase": { "uppercase": {
"message": "ตัวพิมพ์ใหญ่ (A-Z)" "message": "ตัวพิมพ์ใหญ่ (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "ตัวพิมพ์เล็ก (a-z)" "message": "ตัวพิมพ์เล็ก (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "ตัวเลข (0-9)" "message": "ตัวเลข (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "อักขระพิเศษ (!@#$%^&*)" "message": "อักขระพิเศษ (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Include",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Include uppercase characters",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Include lowercase characters",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Include numbers",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Include special characters",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Number of Words" "message": "Number of Words"
@ -415,7 +455,12 @@
"message": "Minimum Special" "message": "Minimum Special"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Avoid Ambiguous Characters" "message": "Avoid Ambiguous Characters",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Avoid ambiguous characters",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "ค้นหาในตู้นิรภัย" "message": "ค้นหาในตู้นิรภัย"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "บัญชีใหม่ของคุณถูกสร้างขึ้นแล้ว! ตอนนี้คุณสามารถเข้าสู่ระบบ" "message": "บัญชีใหม่ของคุณถูกสร้างขึ้นแล้ว! ตอนนี้คุณสามารถเข้าสู่ระบบ"
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "You successfully logged in" "message": "You successfully logged in"
}, },
@ -1113,7 +1164,7 @@
"message": "Thank you for supporting bitwarden." "message": "Thank you for supporting bitwarden."
}, },
"premiumFeatures": { "premiumFeatures": {
"message": "Upgrade to premium and receive:" "message": "Upgrade to Premium and receive:"
}, },
"premiumPrice": { "premiumPrice": {
"message": "All for just $PRICE$ /year!", "message": "All for just $PRICE$ /year!",
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Please unlock this user in the desktop application and try again." "message": "Please unlock this user in the desktop application and try again."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometric unlock unavailable"
},
"biometricsNotAvailableDesc": {
"message": "Biometric unlock is currently unavailable. Please try again later."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Biometrics failed" "message": "Biometrics failed"
}, },
@ -3639,10 +3696,18 @@
"message": "Credentials saved successfully!", "message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Password saved!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!", "message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Password updated!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.", "message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Enterprise policy requirements have been applied to this setting" "message": "Enterprise policy requirements have been applied to this setting"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Minimum parola uzunluğu" "message": "Minimum parola uzunluğu"
}, },
"uppercase": { "uppercase": {
"message": "Büyük harf (A-Z)" "message": "Büyük harf (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Küçük harf (a-z)" "message": "Küçük harf (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Rakamlar (0-9)" "message": "Rakamlar (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Özel karakterler (!@#$%^&*)" "message": "Özel karakterler (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Dahil et",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Büyük harfleri dahil et",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Küçük harfleri dahil et",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Rakamları dahil et",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Özel karakterleri dahil et",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Kelime sayısı" "message": "Kelime sayısı"
@ -415,7 +455,12 @@
"message": "En az özel karakter" "message": "En az özel karakter"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Okurken karışabilecek karakterleri kullanma" "message": "Okurken karışabilecek karakterleri kullanma",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Okurken karışabilecek karakterleri kullanma",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Kasada ara" "message": "Kasada ara"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "Yeni hesabınız oluşturuldu! Şimdi giriş yapabilirsiniz." "message": "Yeni hesabınız oluşturuldu! Şimdi giriş yapabilirsiniz."
}, },
"newAccountCreated2": {
"message": "Yeni hesabınız oluşturuldu."
},
"youHaveBeenLoggedIn": {
"message": "Oturum açtınız."
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "Başarıyla giriş yaptınız" "message": "Başarıyla giriş yaptınız"
}, },
@ -1113,7 +1164,7 @@
"message": "Bitwarden'ı desteklediğiniz için teşekkür ederiz." "message": "Bitwarden'ı desteklediğiniz için teşekkür ederiz."
}, },
"premiumFeatures": { "premiumFeatures": {
"message": "Upgrade to premium and receive:" "message": "Upgrade to Premium and receive:"
}, },
"premiumPrice": { "premiumPrice": {
"message": "Bunların hepsi sadece yılda $PRICE$!", "message": "Bunların hepsi sadece yılda $PRICE$!",
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Lütfen masaüstü uygulamasından bu kullanıcının kilidini açıp yeniden deneyin." "message": "Lütfen masaüstü uygulamasından bu kullanıcının kilidini açıp yeniden deneyin."
}, },
"biometricsNotAvailableTitle": {
"message": "Biyometrik kilit açma kullanılamıyor"
},
"biometricsNotAvailableDesc": {
"message": "Biyometrik kilit açma şu anda kullanılamıyor. Lütfen daha sonra tekrar deneyin."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Biyometri doğrulanamadı" "message": "Biyometri doğrulanamadı"
}, },
@ -3639,10 +3696,18 @@
"message": "Kimlik bilgileri başarıyla kaydedildi!", "message": "Kimlik bilgileri başarıyla kaydedildi!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Parola kaydedildi!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Kimlik bilgileri başarıyla güncellendi!", "message": "Kimlik bilgileri başarıyla güncellendi!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Parola güncellendi!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Kimlik bilgileri kaydedilirken hata oluştu. Ayrıntılar için konsolu kontrol edin.", "message": "Kimlik bilgileri kaydedilirken hata oluştu. Ayrıntılar için konsolu kontrol edin.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Bu ayara kurumsal ilke gereksinimleri uygulandı" "message": "Bu ayara kurumsal ilke gereksinimleri uygulandı"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Мінімальна довжина пароля" "message": "Мінімальна довжина пароля"
}, },
"uppercase": { "uppercase": {
"message": "Верхній регістр (A-Z)" "message": "Верхній регістр (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Нижній регістр (a-z)" "message": "Нижній регістр (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Числа (0-9)" "message": "Числа (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Спеціальні символи (!@#$%^&*)" "message": "Спеціальні символи (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Включити",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Символи верхнього регістру",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Символи нижнього регістру",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Цифри",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Спеціальні символи",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Кількість слів" "message": "Кількість слів"
@ -415,7 +455,12 @@
"message": "Мінімум спеціальних символів" "message": "Мінімум спеціальних символів"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Уникати неоднозначних символів" "message": "Уникати неоднозначних символів",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Уникати неоднозначних символів",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Пошук" "message": "Пошук"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "Ваш обліковий запис створений! Тепер ви можете увійти." "message": "Ваш обліковий запис створений! Тепер ви можете увійти."
}, },
"newAccountCreated2": {
"message": "Ваш обліковий запис створено!"
},
"youHaveBeenLoggedIn": {
"message": "Ви увійшли!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "Ви успішно увійшли в систему" "message": "Ви успішно увійшли в систему"
}, },
@ -1232,7 +1283,7 @@
"description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated." "description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated."
}, },
"duoOrganizationDesc": { "duoOrganizationDesc": {
"message": "Авторизуйтесь за допомогою Duo Security для вашої організації з використанням мобільного додатку Duo Mobile, SMS, телефонного виклику, або ключа безпеки U2F.", "message": "Авторизуйтесь за допомогою Duo Security для вашої організації з використанням програми Duo Mobile, SMS, телефонного виклику, або ключа безпеки U2F.",
"description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated." "description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated."
}, },
"webAuthnTitle": { "webAuthnTitle": {
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Розблокуйте цього користувача в програмі для комп'ютера і повторіть спробу." "message": "Розблокуйте цього користувача в програмі для комп'ютера і повторіть спробу."
}, },
"biometricsNotAvailableTitle": {
"message": "Біометричне розблокування недоступне"
},
"biometricsNotAvailableDesc": {
"message": "Біометричне розблокування наразі недоступне. Повторіть спробу пізніше."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Збій біометрії" "message": "Збій біометрії"
}, },
@ -3639,10 +3696,18 @@
"message": "Облікові дані успішно збережено!", "message": "Облікові дані успішно збережено!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Пароль збережено!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Облікові дані успішно оновлено!", "message": "Облікові дані успішно оновлено!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Пароль оновлено!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Помилка збереження облікових даних. Перегляньте подробиці в консолі.", "message": "Помилка збереження облікових даних. Перегляньте подробиці в консолі.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "До цього налаштування застосовано вимоги політики компанії" "message": "До цього налаштування застосовано вимоги політики компанії"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -384,16 +384,56 @@
"message": "Độ dài mật khẩu tối thiểu" "message": "Độ dài mật khẩu tối thiểu"
}, },
"uppercase": { "uppercase": {
"message": "Chữ in hoa (A-Z)" "message": "Chữ in hoa (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "Chữ in thường (a-z)" "message": "Chữ in thường (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "Chữ số (0-9)" "message": "Chữ số (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "Ký tự đặc biệt (!@#$%^&*)" "message": "Ký tự đặc biệt (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Include",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Include uppercase characters",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Include lowercase characters",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Include numbers",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Include special characters",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "Số từ" "message": "Số từ"
@ -415,7 +455,12 @@
"message": "Số kí tự đặc biệt tối thiểu" "message": "Số kí tự đặc biệt tối thiểu"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "Tránh các ký tự không rõ ràng" "message": "Tránh các ký tự không rõ ràng",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Avoid ambiguous characters",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "Tìm kiếm trong kho lưu trữ" "message": "Tìm kiếm trong kho lưu trữ"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "Tài khoản mới của bạn đã được tạo! Bạn có thể đăng nhập từ bây giờ." "message": "Tài khoản mới của bạn đã được tạo! Bạn có thể đăng nhập từ bây giờ."
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "Bạn đã đăng nhập thành công" "message": "Bạn đã đăng nhập thành công"
}, },
@ -1113,7 +1164,7 @@
"message": "Cảm ơn bạn vì đã hỗ trợ Bitwarden." "message": "Cảm ơn bạn vì đã hỗ trợ Bitwarden."
}, },
"premiumFeatures": { "premiumFeatures": {
"message": "Upgrade to premium and receive:" "message": "Upgrade to Premium and receive:"
}, },
"premiumPrice": { "premiumPrice": {
"message": "Tất cả chỉ với $PRICE$/năm!", "message": "Tất cả chỉ với $PRICE$/năm!",
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Vui lòng mở khóa người dùng này trong ứng dụng máy tính và thử lại." "message": "Vui lòng mở khóa người dùng này trong ứng dụng máy tính và thử lại."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometric unlock unavailable"
},
"biometricsNotAvailableDesc": {
"message": "Biometric unlock is currently unavailable. Please try again later."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "Sinh trắc học không thành công" "message": "Sinh trắc học không thành công"
}, },
@ -3639,10 +3696,18 @@
"message": "Thông tin đăng nhập đã lưu thành công!", "message": "Thông tin đăng nhập đã lưu thành công!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Password saved!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Thông tin đăng nhập đã được cập nhật thành công!", "message": "Thông tin đăng nhập đã được cập nhật thành công!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Password updated!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Xảy ra lỗi trong quá trình lưu thông tin đăng nhập. Kiểm tra bảng điều khiển để biết thêm chi tiết.", "message": "Xảy ra lỗi trong quá trình lưu thông tin đăng nhập. Kiểm tra bảng điều khiển để biết thêm chi tiết.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Enterprise policy requirements have been applied to this setting" "message": "Enterprise policy requirements have been applied to this setting"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -11,7 +11,7 @@
"description": "Extension description, MUST be less than 112 characters (Safari restriction)" "description": "Extension description, MUST be less than 112 characters (Safari restriction)"
}, },
"loginOrCreateNewAccount": { "loginOrCreateNewAccount": {
"message": "登录或者创建一个账户来访问您的安全密码库。" "message": "登录或创建一个新账户以访问您的安全密码库。"
}, },
"inviteAccepted": { "inviteAccepted": {
"message": "邀请已接受" "message": "邀请已接受"
@ -384,16 +384,56 @@
"message": "最小密码长度" "message": "最小密码长度"
}, },
"uppercase": { "uppercase": {
"message": "大写 (A-Z)" "message": "大写 (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "小写 (a-z)" "message": "小写 (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "数字 (0-9)" "message": "数字 (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "特殊字符 (!@#$%^&*)" "message": "特殊字符 (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "包含",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "包含大写字符",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "包含小写字符",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "包含数字",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "包含特殊字符",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "单词个数" "message": "单词个数"
@ -415,7 +455,12 @@
"message": "符号最少个数" "message": "符号最少个数"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "避免易混淆的字符" "message": "避免易混淆的字符",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "避免易混淆的字符",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "搜索密码库" "message": "搜索密码库"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "您的新账户已创建!您现在可以登录了。" "message": "您的新账户已创建!您现在可以登录了。"
}, },
"newAccountCreated2": {
"message": "您的新账户已成功创建!"
},
"youHaveBeenLoggedIn": {
"message": "您已登录!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "您已成功登录" "message": "您已成功登录"
}, },
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "请在桌面应用程序中解锁此用户,然后重试。" "message": "请在桌面应用程序中解锁此用户,然后重试。"
}, },
"biometricsNotAvailableTitle": {
"message": "生物识别解锁不可用"
},
"biometricsNotAvailableDesc": {
"message": "生物识别解锁当前不可用。请稍后再试。"
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "生物识别失败" "message": "生物识别失败"
}, },
@ -2789,7 +2846,7 @@
"message": "使用设备登录" "message": "使用设备登录"
}, },
"loginWithDeviceEnabledInfo": { "loginWithDeviceEnabledInfo": {
"message": "设备登录必须在 Bitwarden 应用程序的设置中启用。需要其他登录选项吗?" "message": "必须在 Bitwarden App 的设置中启用设备登录。需要其他登录选项吗?"
}, },
"fingerprintPhraseHeader": { "fingerprintPhraseHeader": {
"message": "指纹短语" "message": "指纹短语"
@ -3639,10 +3696,18 @@
"message": "凭据保存成功!", "message": "凭据保存成功!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "密码已保存!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "凭据更新成功!", "message": "凭据更新成功!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "密码已更新!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "保存凭据时出错。检查控制台以获取详细信息。", "message": "保存凭据时出错。检查控制台以获取详细信息。",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "企业策略要求已应用于此设置" "message": "企业策略要求已应用于此设置"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -171,7 +171,7 @@
"message": "登入您的密碼庫" "message": "登入您的密碼庫"
}, },
"autoFillInfo": { "autoFillInfo": {
"message": "沒有可以自動填入目前瀏覽器分頁的登入資。" "message": "沒有可以自動填入目前瀏覽器分頁的登入資。"
}, },
"addLogin": { "addLogin": {
"message": "新增登入資料" "message": "新增登入資料"
@ -384,16 +384,56 @@
"message": "最小密碼長度" "message": "最小密碼長度"
}, },
"uppercase": { "uppercase": {
"message": "大寫 (A-Z)" "message": "大寫 (A-Z)",
"description": "deprecated. Use uppercaseLabel instead."
}, },
"lowercase": { "lowercase": {
"message": "小寫 (a-z)" "message": "小寫 (a-z)",
"description": "deprecated. Use lowercaseLabel instead."
}, },
"numbers": { "numbers": {
"message": "數字 (0-9)" "message": "數字 (0-9)",
"description": "deprecated. Use numbersLabel instead."
}, },
"specialCharacters": { "specialCharacters": {
"message": "特殊字元 (!@#$%^&*)" "message": "特殊字元 (!@#$%^&*)",
"description": "deprecated. Use specialCharactersLabel instead."
},
"include": {
"message": "Include",
"description": "Card header for password generator include block"
},
"uppercaseDescription": {
"message": "Include uppercase characters",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
"message": "A-Z",
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
"message": "Include lowercase characters",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
"message": "a-z",
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
"message": "Include numbers",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
"message": "0-9",
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
"message": "Include special characters",
"description": "Full description for the password generator special characters checkbox"
},
"specialCharactersLabel": {
"message": "!@#$%^&*",
"description": "Label for the password generator special characters checkbox"
}, },
"numWords": { "numWords": {
"message": "單字數量" "message": "單字數量"
@ -415,7 +455,12 @@
"message": "最少符號位數" "message": "最少符號位數"
}, },
"avoidAmbChar": { "avoidAmbChar": {
"message": "避免易混淆的字元" "message": "避免易混淆的字元",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
"message": "Avoid ambiguous characters",
"description": "Label for the avoid ambiguous characters checkbox."
}, },
"searchVault": { "searchVault": {
"message": "搜尋密碼庫" "message": "搜尋密碼庫"
@ -499,7 +544,7 @@
"message": "設定解鎖方法來變更您的密碼庫逾時動作。" "message": "設定解鎖方法來變更您的密碼庫逾時動作。"
}, },
"unlockMethodNeeded": { "unlockMethodNeeded": {
"message": "設定中設定解鎖" "message": "設定中設定一個解鎖方式"
}, },
"sessionTimeoutHeader": { "sessionTimeoutHeader": {
"message": "Session timeout" "message": "Session timeout"
@ -638,6 +683,12 @@
"newAccountCreated": { "newAccountCreated": {
"message": "帳戶已建立!現在可以登入了。" "message": "帳戶已建立!現在可以登入了。"
}, },
"newAccountCreated2": {
"message": "Your new account has been created!"
},
"youHaveBeenLoggedIn": {
"message": "You have been logged in!"
},
"youSuccessfullyLoggedIn": { "youSuccessfullyLoggedIn": {
"message": "登入成功" "message": "登入成功"
}, },
@ -667,7 +718,7 @@
} }
}, },
"autofillError": { "autofillError": {
"message": "無法在此頁面自動填入所選項目。請手動複製貼上。" "message": "無法在此頁面自動填入所選項目。請手動複製貼上。"
}, },
"totpCaptureError": { "totpCaptureError": {
"message": "無法掃描此網頁的二維碼" "message": "無法掃描此網頁的二維碼"
@ -1113,7 +1164,7 @@
"message": "感謝您支持 Bitwarden 。" "message": "感謝您支持 Bitwarden 。"
}, },
"premiumFeatures": { "premiumFeatures": {
"message": "Upgrade to premium and receive:" "message": "Upgrade to Premium and receive:"
}, },
"premiumPrice": { "premiumPrice": {
"message": "每年只需 $PRICE$", "message": "每年只需 $PRICE$",
@ -2083,6 +2134,12 @@
"biometricsNotUnlockedDesc": { "biometricsNotUnlockedDesc": {
"message": "Please unlock this user in the desktop application and try again." "message": "Please unlock this user in the desktop application and try again."
}, },
"biometricsNotAvailableTitle": {
"message": "Biometric unlock unavailable"
},
"biometricsNotAvailableDesc": {
"message": "Biometric unlock is currently unavailable. Please try again later."
},
"biometricsFailedTitle": { "biometricsFailedTitle": {
"message": "生物特徵辨識失敗" "message": "生物特徵辨識失敗"
}, },
@ -3639,10 +3696,18 @@
"message": "Credentials saved successfully!", "message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded." "description": "Notification message for when saving credentials has succeeded."
}, },
"passwordSaved": {
"message": "Password saved!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": { "updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!", "message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded." "description": "Notification message for when updating credentials has succeeded."
}, },
"passwordUpdated": {
"message": "Password updated!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": { "saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.", "message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed." "description": "Notification message for when saving credentials has failed."
@ -4228,5 +4293,8 @@
}, },
"enterprisePolicyRequirementsApplied": { "enterprisePolicyRequirementsApplied": {
"message": "Enterprise policy requirements have been applied to this setting" "message": "Enterprise policy requirements have been applied to this setting"
},
"additionalContentAvailable": {
"message": "Additional content is available"
} }
} }

View File

@ -121,7 +121,7 @@
<value>Gerenciador de Senhas Bitwarden</value> <value>Gerenciador de Senhas Bitwarden</value>
</data> </data>
<data name="Summary" xml:space="preserve"> <data name="Summary" xml:space="preserve">
<value>Em qualquer lugar que esteja, o Bitwarden protege facilmente todas as suas senhas, senhas e informações confidenciais.</value> <value>Em casa, no trabalho, ou em qualquer lugar, o Bitwarden protege facilmente todas as suas senhas, senhas e informações confidenciais.</value>
</data> </data>
<data name="Description" xml:space="preserve"> <data name="Description" xml:space="preserve">
<value>Recognized as the best password manager by PCMag, WIRED, The Verge, CNET, G2, and more! <value>Recognized as the best password manager by PCMag, WIRED, The Verge, CNET, G2, and more!
@ -169,7 +169,7 @@ End-to-end encrypted credential management solutions from Bitwarden empower orga
</value> </value>
</data> </data>
<data name="AssetTitle" xml:space="preserve"> <data name="AssetTitle" xml:space="preserve">
<value>Em qualquer lugar que esteja, o Bitwarden protege facilmente todas as suas senhas, senhas e informações confidenciais.</value> <value>Em casa, no trabalho, ou em qualquer lugar, o Bitwarden protege facilmente todas as suas senhas, senhas e informações confidenciais.</value>
</data> </data>
<data name="ScreenshotSync" xml:space="preserve"> <data name="ScreenshotSync" xml:space="preserve">
<value>Sincronize e acesse o seu cofre através de múltiplos dispositivos</value> <value>Sincronize e acesse o seu cofre através de múltiplos dispositivos</value>