diff --git a/apps/browser/src/_locales/ar/messages.json b/apps/browser/src/_locales/ar/messages.json index 83ea8f797e..415ade9820 100644 --- a/apps/browser/src/_locales/ar/messages.json +++ b/apps/browser/src/_locales/ar/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "سجل كلمة المرور" }, + "generatorHistory": { + "message": "Generator history" + }, + "clearGeneratorHistoryTitle": { + "message": "Clear generator history" + }, + "cleargGeneratorHistoryDescription": { + "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + }, "back": { "message": "رجوع" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Clear history" }, - "noPasswordsToShow": { - "message": "No passwords to show" + "nothingToShow": { + "message": "Nothing to show" }, - "noRecentlyGeneratedPassword": { - "message": "You haven't generated a password recently" + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "إزالة" diff --git a/apps/browser/src/_locales/az/messages.json b/apps/browser/src/_locales/az/messages.json index 930624e723..c041c6c192 100644 --- a/apps/browser/src/_locales/az/messages.json +++ b/apps/browser/src/_locales/az/messages.json @@ -20,16 +20,16 @@ "message": "Hesab yarat" }, "newToBitwarden": { - "message": "New to Bitwarden?" + "message": "Bitwarden-də yenisiniz?" }, "logInWithPasskey": { - "message": "Log in with passkey" + "message": "Keçid açarı ilə giriş et" }, "useSingleSignOn": { - "message": "Use single sign-on" + "message": "Tək daxil olma üsulunu istifadə et" }, "welcomeBack": { - "message": "Welcome back" + "message": "Yenidən xoş gəlmisiniz" }, "setAStrongPassword": { "message": "Güclü bir parol təyin et" @@ -120,7 +120,7 @@ "message": "Parolu kopyala" }, "copyPassphrase": { - "message": "Copy passphrase" + "message": "Keçid ifadəsini kopyala" }, "copyNote": { "message": "Notu kopyala" @@ -168,7 +168,7 @@ "message": "Notları kopyala" }, "fill": { - "message": "Fill", + "message": "Doldur", "description": "This string is used on the vault page to indicate autofilling. Horizontal space is limited in the interface here so try and keep translations as concise as possible." }, "autoFill": { @@ -427,7 +427,7 @@ "message": "Parol yarat" }, "generatePassphrase": { - "message": "Generate passphrase" + "message": "Keçid ifadələri yarat" }, "regeneratePassword": { "message": "Parolu yenidən yarat" @@ -591,7 +591,7 @@ "message": "Veb saytı başlat" }, "launchWebsiteName": { - "message": "Launch website $ITEMNAME$", + "message": "$ITEMNAME$ veb saytını başlat", "placeholders": { "itemname": { "content": "$1", @@ -846,7 +846,7 @@ "message": "Giriş et" }, "logInToBitwarden": { - "message": "Log in to Bitwarden" + "message": "Bitwarden-ə giriş edin" }, "restartRegistration": { "message": "Qeydiyyatı yenidən başlat" @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Parol tarixçəsi" }, + "generatorHistory": { + "message": "Yaradıcı tarixçəsi" + }, + "clearGeneratorHistoryTitle": { + "message": "Yaradıcı tarixçəsini təmizlə" + }, + "cleargGeneratorHistoryDescription": { + "message": "Davam etsəniz, yaradıcı tarixçəsindəki bütün girişlər həmişəlik silinəcək. Davam etmək istədiyinizə əminsiniz?" + }, "back": { "message": "Geri" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Tarixçəni təmizlə" }, - "noPasswordsToShow": { - "message": "Göstəriləcək parol yoxdur." + "nothingToShow": { + "message": "Göstəriləcək heç nə yoxdur" }, - "noRecentlyGeneratedPassword": { - "message": "Təzəlikcə parol yaratmamısınız." + "nothingGeneratedRecently": { + "message": "Təzəlikcə heç nə yaratmamısınız" }, "remove": { "message": "Çıxart" @@ -4616,19 +4625,19 @@ "message": "Kimlik doğrulama" }, "fillGeneratedPassword": { - "message": "Fill generated password", + "message": "Yaradılmış parolu doldur", "description": "Heading for the password generator within the inline menu" }, "passwordRegenerated": { - "message": "Password regenerated", + "message": "Parol yenidən yaradıldı", "description": "Notification message for when a password has been regenerated" }, "saveLoginToBitwarden": { - "message": "Save login to Bitwarden?", + "message": "Giriş Bitwarden-də saxlanılsın?", "description": "Confirmation message for saving a login to Bitwarden" }, "spaceCharacterDescriptor": { - "message": "Space", + "message": "Boşluq", "description": "Represents the space key in screen reader content as a readable word" }, "tildeCharacterDescriptor": { @@ -4636,27 +4645,27 @@ "description": "Represents the ~ key in screen reader content as a readable word" }, "backtickCharacterDescriptor": { - "message": "Backtick", + "message": "Tərs dırnaq", "description": "Represents the ` key in screen reader content as a readable word" }, "exclamationCharacterDescriptor": { - "message": "Exclamation mark", + "message": "Nida işarəsi", "description": "Represents the ! key in screen reader content as a readable word" }, "atSignCharacterDescriptor": { - "message": "At sign", + "message": "At işarəsi", "description": "Represents the @ key in screen reader content as a readable word" }, "hashSignCharacterDescriptor": { - "message": "Hash sign", + "message": "Diyez işarəsi", "description": "Represents the # key in screen reader content as a readable word" }, "dollarSignCharacterDescriptor": { - "message": "Dollar sign", + "message": "Dollar işarəsi", "description": "Represents the $ key in screen reader content as a readable word" }, "percentSignCharacterDescriptor": { - "message": "Percent sign", + "message": "Faiz işarəsi", "description": "Represents the % key in screen reader content as a readable word" }, "caretCharacterDescriptor": { @@ -4664,108 +4673,108 @@ "description": "Represents the ^ key in screen reader content as a readable word" }, "ampersandCharacterDescriptor": { - "message": "Ampersand", + "message": "Və işarəsi", "description": "Represents the & key in screen reader content as a readable word" }, "asteriskCharacterDescriptor": { - "message": "Asterisk", + "message": "Ulduz", "description": "Represents the * key in screen reader content as a readable word" }, "parenLeftCharacterDescriptor": { - "message": "Left parenthesis", + "message": "Sol mötərizə", "description": "Represents the ( key in screen reader content as a readable word" }, "parenRightCharacterDescriptor": { - "message": "Right parenthesis", + "message": "Sağ mötərizə", "description": "Represents the ) key in screen reader content as a readable word" }, "hyphenCharacterDescriptor": { - "message": "Underscore", + "message": "Altdan xətt", "description": "Represents the _ key in screen reader content as a readable word" }, "underscoreCharacterDescriptor": { - "message": "Hyphen", + "message": "Tire", "description": "Represents the - key in screen reader content as a readable word" }, "plusCharacterDescriptor": { - "message": "Plus", + "message": "Üstəgəl", "description": "Represents the + key in screen reader content as a readable word" }, "equalsCharacterDescriptor": { - "message": "Equals", + "message": "Bərabərdir", "description": "Represents the = key in screen reader content as a readable word" }, "braceLeftCharacterDescriptor": { - "message": "Left brace", + "message": "Sol bəzəkli mötərizə", "description": "Represents the { key in screen reader content as a readable word" }, "braceRightCharacterDescriptor": { - "message": "Right brace", + "message": "Sağ bəzəkli mötərizə", "description": "Represents the } key in screen reader content as a readable word" }, "bracketLeftCharacterDescriptor": { - "message": "Left bracket", + "message": "Sol kvadrat mötərizə", "description": "Represents the [ key in screen reader content as a readable word" }, "bracketRightCharacterDescriptor": { - "message": "Right bracket", + "message": "Sağ kvadrat mötərizə", "description": "Represents the ] key in screen reader content as a readable word" }, "pipeCharacterDescriptor": { - "message": "Pipe", + "message": "Şaquli xətt", "description": "Represents the | key in screen reader content as a readable word" }, "backSlashCharacterDescriptor": { - "message": "Back slash", + "message": "Tərs sləş", "description": "Represents the back slash key in screen reader content as a readable word" }, "colonCharacterDescriptor": { - "message": "Colon", + "message": "Cüt nöqtə", "description": "Represents the : key in screen reader content as a readable word" }, "semicolonCharacterDescriptor": { - "message": "Semicolon", + "message": "Nöqtəli vergül", "description": "Represents the ; key in screen reader content as a readable word" }, "doubleQuoteCharacterDescriptor": { - "message": "Double quote", + "message": "Cüt dırnaq", "description": "Represents the double quote key in screen reader content as a readable word" }, "singleQuoteCharacterDescriptor": { - "message": "Single quote", + "message": "Tək dırnaq", "description": "Represents the ' key in screen reader content as a readable word" }, "lessThanCharacterDescriptor": { - "message": "Less than", + "message": "Kiçikdir", "description": "Represents the < key in screen reader content as a readable word" }, "greaterThanCharacterDescriptor": { - "message": "Greater than", + "message": "Böyükdür", "description": "Represents the > key in screen reader content as a readable word" }, "commaCharacterDescriptor": { - "message": "Comma", + "message": "Vergül", "description": "Represents the , key in screen reader content as a readable word" }, "periodCharacterDescriptor": { - "message": "Period", + "message": "Nöqtə", "description": "Represents the . key in screen reader content as a readable word" }, "questionCharacterDescriptor": { - "message": "Question mark", + "message": "Sual işarəsi", "description": "Represents the ? key in screen reader content as a readable word" }, "forwardSlashCharacterDescriptor": { - "message": "Forward slash", + "message": "Düz sləş", "description": "Represents the / key in screen reader content as a readable word" }, "lowercaseAriaLabel": { - "message": "Lowercase" + "message": "Kiçik hərf" }, "uppercaseAriaLabel": { - "message": "Uppercase" + "message": "Böyük hərf" }, "generatedPassword": { - "message": "Generated password" + "message": "Parol yarat" } } diff --git a/apps/browser/src/_locales/be/messages.json b/apps/browser/src/_locales/be/messages.json index 690278de85..e6488e5ff8 100644 --- a/apps/browser/src/_locales/be/messages.json +++ b/apps/browser/src/_locales/be/messages.json @@ -7,7 +7,7 @@ "description": "Extension name, MUST be less than 40 characters (Safari restriction)" }, "extDesc": { - "message": "At home, at work, or on the go, Bitwarden easily secures all your passwords, passkeys, and sensitive information", + "message": "Дома, на працы ці ў дарозе Bitwarden лёгка абараняе ўсе вашы паролі, ключы доступу і канфідэнцыяльную інфармацыю", "description": "Extension description, MUST be less than 112 characters (Safari restriction)" }, "loginOrCreateNewAccount": { @@ -20,7 +20,7 @@ "message": "Стварыць уліковы запіс" }, "newToBitwarden": { - "message": "New to Bitwarden?" + "message": "Упершыню ў Bitwarden?" }, "logInWithPasskey": { "message": "Log in with passkey" @@ -29,10 +29,10 @@ "message": "Use single sign-on" }, "welcomeBack": { - "message": "Welcome back" + "message": "З вяртаннем" }, "setAStrongPassword": { - "message": "Set a strong password" + "message": "Прызначыць надзейны пароль" }, "finishCreatingYourAccountBySettingAPassword": { "message": "Finish creating your account by setting a password" @@ -81,10 +81,10 @@ "message": "Падказка да асноўнага пароля (неабавязкова)" }, "joinOrganization": { - "message": "Join organization" + "message": "Далучыцца да арганізацыі" }, "joinOrganizationName": { - "message": "Join $ORGANIZATIONNAME$", + "message": "Далучыцца да $ORGANIZATIONNAME$", "placeholders": { "organizationName": { "content": "$1", @@ -120,7 +120,7 @@ "message": "Скапіяваць пароль" }, "copyPassphrase": { - "message": "Copy passphrase" + "message": "Скапіяваць парольную фразу" }, "copyNote": { "message": "Скапіяваць нататку" @@ -141,19 +141,19 @@ "message": "Скапіяваць імя" }, "copyCompany": { - "message": "Copy company" + "message": "Скапіяваць кампанію" }, "copySSN": { - "message": "Copy Social Security number" + "message": "Скапіяваць нумар сацыяльнага страхавання" }, "copyPassportNumber": { - "message": "Copy passport number" + "message": "Скапіяваць нумар пашпарта" }, "copyLicenseNumber": { - "message": "Copy license number" + "message": "Скапіяваць нумар ліцэнзіі" }, "copyCustomField": { - "message": "Copy $FIELD$", + "message": "Скапіяваць $FIELD$", "placeholders": { "field": { "content": "$1", @@ -162,13 +162,13 @@ } }, "copyWebsite": { - "message": "Copy website" + "message": "Скапіяваць сайт" }, "copyNotes": { "message": "Скапіяваць нататкі" }, "fill": { - "message": "Fill", + "message": "Запоўніць", "description": "This string is used on the vault page to indicate autofilling. Horizontal space is limited in the interface here so try and keep translations as concise as possible." }, "autoFill": { @@ -205,7 +205,7 @@ "message": "Дадаць картку" }, "addIdentityMenu": { - "message": "Add identity" + "message": "Дадаць пасведчанне" }, "unlockVaultMenu": { "message": "Разблакіраваць сховішча" @@ -223,13 +223,13 @@ "message": "Дадаць элемент" }, "accountEmail": { - "message": "Account email" + "message": "Email уліковага запісу" }, "requestHint": { - "message": "Request hint" + "message": "Запытаць падказкі" }, "requestPasswordHint": { - "message": "Request password hint" + "message": "Запытаць падказку да асноўнага пароля" }, "enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": { "message": "Enter your account email address and your password hint will be sent to you" @@ -265,16 +265,16 @@ "message": "Змяніць асноўны пароль" }, "continueToWebApp": { - "message": "Continue to web app?" + "message": "Працягнуць у вэб-праграме?" }, "continueToWebAppDesc": { "message": "Explore more features of your Bitwarden account on the web app." }, "continueToHelpCenter": { - "message": "Continue to Help Center?" + "message": "Працягнуць працу ў Даведачным цэнтры?" }, "continueToHelpCenterDesc": { - "message": "Learn more about how to use Bitwarden on the Help Center." + "message": "Даведайцеся больш аб тым, як выкарыстоўваць Bitwarden, у Даведачным цэнтры." }, "continueToBrowserExtensionStore": { "message": "Continue to browser extension store?" @@ -309,19 +309,19 @@ "message": "Больш ад Bitwarden" }, "continueToBitwardenDotCom": { - "message": "Continue to bitwarden.com?" + "message": "Працягнуць на bitwarden.com?" }, "bitwardenForBusiness": { - "message": "Bitwarden for Business" + "message": "Bitwarden для бізнесу" }, "bitwardenAuthenticator": { - "message": "Bitwarden Authenticator" + "message": "Аўтэнтыфікатар Bitwarden" }, "continueToAuthenticatorPageDesc": { "message": "Bitwarden Authenticator allows you to store authenticator keys and generate TOTP codes for 2-step verification flows. Learn more on the bitwarden.com website" }, "bitwardenSecretsManager": { - "message": "Bitwarden Secrets Manager" + "message": "Менеджар сакрэтаў Bitwarden" }, "continueToSecretsManagerPageDesc": { "message": "Securely store, manage, and share developer secrets with Bitwarden Secrets Manager. Learn more on the bitwarden.com website." @@ -333,7 +333,7 @@ "message": "Create smooth and secure login experiences free from traditional passwords with Passwordless.dev. Learn more on the bitwarden.com website." }, "freeBitwardenFamilies": { - "message": "Free Bitwarden Families" + "message": "Бясплатны тарыфны план Bitwarden Families" }, "freeBitwardenFamiliesPageDesc": { "message": "You are eligible for Free Bitwarden Families. Redeem this offer today in the web app." @@ -366,13 +366,13 @@ "message": "Nest a folder by adding the parent folder's name followed by a “/”. Example: Social/Forums" }, "noFoldersAdded": { - "message": "No folders added" + "message": "Няма дададзеных папак" }, "createFoldersToOrganize": { "message": "Create folders to organize your vault items" }, "deleteFolderPermanently": { - "message": "Are you sure you want to permanently delete this folder?" + "message": "Вы ўпэўненыя, што жадаеце назаўсёды выдаліць гэту папку?" }, "deleteFolder": { "message": "Выдаліць папку" @@ -427,7 +427,7 @@ "message": "Генерыраваць пароль" }, "generatePassphrase": { - "message": "Generate passphrase" + "message": "Згенерыраваць парольную фразу" }, "regeneratePassword": { "message": "Паўторна генерыраваць пароль" @@ -458,11 +458,11 @@ "description": "deprecated. Use specialCharactersLabel instead." }, "include": { - "message": "Include", + "message": "Уключыць", "description": "Card header for password generator include block" }, "uppercaseDescription": { - "message": "Include uppercase characters", + "message": "Уключыце вялікія літары", "description": "Tooltip for the password generator uppercase character checkbox" }, "uppercaseLabel": { @@ -470,7 +470,7 @@ "description": "Label for the password generator uppercase character checkbox" }, "lowercaseDescription": { - "message": "Include lowercase characters", + "message": "Уключайце малыя літары", "description": "Full description for the password generator lowercase character checkbox" }, "lowercaseLabel": { @@ -478,7 +478,7 @@ "description": "Label for the password generator lowercase character checkbox" }, "numbersDescription": { - "message": "Include numbers", + "message": "Уключаць лічбы", "description": "Full description for the password generator numbers checkbox" }, "numbersLabel": { @@ -486,7 +486,7 @@ "description": "Label for the password generator numbers checkbox" }, "specialCharactersDescription": { - "message": "Include special characters", + "message": "Уключыце спецыяльныя сімвалы", "description": "Full description for the password generator special characters checkbox" }, "specialCharactersLabel": { @@ -517,7 +517,7 @@ "description": "deprecated. Use avoidAmbiguous instead." }, "avoidAmbiguous": { - "message": "Avoid ambiguous characters", + "message": "Пазбягаць неадназначных сімвалаў", "description": "Label for the avoid ambiguous characters checkbox." }, "generatorPolicyInEffect": { @@ -546,7 +546,7 @@ "message": "Пароль" }, "totp": { - "message": "Authenticator secret" + "message": "Сакрэт аўтэнтыфікацыі" }, "passphrase": { "message": "Парольная фраза" @@ -555,7 +555,7 @@ "message": "Абраны" }, "unfavorite": { - "message": "Unfavorite" + "message": "Выдаліць з абранага" }, "itemAddedToFavorites": { "message": "Item added to favorites" @@ -567,7 +567,7 @@ "message": "Нататкі" }, "privateNote": { - "message": "Private note" + "message": "Прыватная нататка" }, "note": { "message": "Нататка" @@ -588,10 +588,10 @@ "message": "Запусціць" }, "launchWebsite": { - "message": "Launch website" + "message": "Адкрыць сайт" }, "launchWebsiteName": { - "message": "Launch website $ITEMNAME$", + "message": "Адкрыць сайт $ITEMNAME$", "placeholders": { "itemname": { "content": "$1", @@ -621,13 +621,13 @@ "message": "Set up an unlock method in Settings" }, "sessionTimeoutHeader": { - "message": "Session timeout" + "message": "Час чакання сеанса" }, "vaultTimeoutHeader": { - "message": "Vault timeout" + "message": "Час чакання сховішча" }, "otherOptions": { - "message": "Other options" + "message": "Іншыя налады" }, "rateExtension": { "message": "Ацаніць пашырэнне" @@ -645,10 +645,10 @@ "message": "Ваша сховішча заблакіравана. Каб працягнуць, пацвердзіце сваю асобу." }, "yourVaultIsLockedV2": { - "message": "Your vault is locked" + "message": "Ваша сховішча заблакіравана" }, "yourAccountIsLocked": { - "message": "Your account is locked" + "message": "Ваш уліковы запіс заблакіраваны" }, "or": { "message": "або" @@ -676,7 +676,7 @@ "message": "Час чакання сховішча" }, "vaultTimeout1": { - "message": "Timeout" + "message": "Час чакання" }, "lockNow": { "message": "Заблакіраваць зараз" @@ -730,16 +730,16 @@ "message": "Бяспека" }, "confirmMasterPassword": { - "message": "Confirm master password" + "message": "Пацвердзіць асноўны пароль" }, "masterPassword": { - "message": "Master password" + "message": "Асноўны пароль" }, "masterPassImportant": { - "message": "Your master password cannot be recovered if you forget it!" + "message": "Ваш асноўны пароль немагчыма будзе аднавіць, калі вы яго забудзеце!" }, "masterPassHintLabel": { - "message": "Master password hint" + "message": "Падказка да асноўнага пароля" }, "errorOccurred": { "message": "Адбылася памылка" @@ -776,7 +776,7 @@ "message": "Your new account has been created!" }, "youHaveBeenLoggedIn": { - "message": "You have been logged in!" + "message": "Вы ўвайшлі ва ўліковы запіс!" }, "youSuccessfullyLoggedIn": { "message": "Вы паспяхова аўтарызаваны" @@ -813,7 +813,7 @@ "message": "Unable to scan QR code from the current webpage" }, "totpCaptureSuccess": { - "message": "Authenticator key added" + "message": "Ключ аўтэнтыфікацыі дададзены" }, "totpCapture": { "message": "Scan authenticator QR code from current webpage" @@ -831,7 +831,7 @@ "message": "Learn more about authenticators" }, "copyTOTP": { - "message": "Copy Authenticator key (TOTP)" + "message": "Скапіяваць ключ аўтэнтыфікацыі (TOTP)" }, "loggedOut": { "message": "Вы выйшлі" @@ -843,16 +843,16 @@ "message": "Тэрмін дзеяння вашага сеансу завяршыўся." }, "logIn": { - "message": "Log in" + "message": "Увайсці" }, "logInToBitwarden": { - "message": "Log in to Bitwarden" + "message": "Увайсці ў Bitwarden" }, "restartRegistration": { "message": "Restart registration" }, "expiredLink": { - "message": "Expired link" + "message": "Пратэрмінаваная спасылка" }, "pleaseRestartRegistrationOrTryLoggingIn": { "message": "Please restart registration or try logging in." @@ -885,7 +885,7 @@ "message": "Make your account more secure by setting up two-step login in the Bitwarden web app." }, "twoStepLoginConfirmationTitle": { - "message": "Continue to web app?" + "message": "Працягнуць у вэб-праграме?" }, "editedFolder": { "message": "Папка адрэдагавана" @@ -1040,7 +1040,7 @@ "message": "Разблакіраваць" }, "additionalOptions": { - "message": "Additional options" + "message": "Дадатковы параметры" }, "enableContextMenuItem": { "message": "Паказваць параметры кантэкстнага меню" @@ -1049,7 +1049,7 @@ "message": "Выкарыстоўваць падвоены націск для доступу да генератара пароляў і супастаўлення лагінаў для вэб-сайтаў. " }, "contextMenuItemDescAlt": { - "message": "Use a secondary click to access password generation and matching logins for the website. Applies to all logged in accounts." + "message": "Выкарыстоўваць падвоены націск для доступу да генератара пароляў і супастаўлення лагінаў для вэб-сайтаў. Прымяняецца да ўсіх уліковых запісаў, якія ўвайшлі ў сістэму." }, "defaultUriMatchDetection": { "message": "Прадвызначанае выяўленне супадзення URI", @@ -1080,7 +1080,7 @@ "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated." }, "exportFrom": { - "message": "Export from" + "message": "Экспартаванне з" }, "exportVault": { "message": "Экспартаваць сховішча" @@ -1089,28 +1089,28 @@ "message": "Фармат файла" }, "fileEncryptedExportWarningDesc": { - "message": "This file export will be password protected and require the file password to decrypt." + "message": "Гэты экспартаваны файл будзе абаронены паролем, які неабходна будзе ўвесці для яго расшыфроўкі." }, "filePassword": { - "message": "File password" + "message": "Пароль файла" }, "exportPasswordDescription": { - "message": "This password will be used to export and import this file" + "message": "Гэты пароль будзе выкарыстоўвацца для экспартавання і імпартавання гэтага файла" }, "accountRestrictedOptionDescription": { - "message": "Use your account encryption key, derived from your account's username and Master Password, to encrypt the export and restrict import to only the current Bitwarden account." + "message": "Выкарыстоўвайце свой ключ шыфравання, які атрыманы з імя карыстальніка і асноўнага пароля, каб зашыфраваць экспартаванне і абмежаваць імпартаванне толькі бягучага ўліковага запісу Bitwarden." }, "passwordProtectedOptionDescription": { "message": "Set a file password to encrypt the export and import it to any Bitwarden account using the password for decryption." }, "exportTypeHeading": { - "message": "Export type" + "message": "Тып экспартавання" }, "accountRestricted": { - "message": "Account restricted" + "message": "Абмежавана ўліковым запісам" }, "filePasswordAndConfirmFilePasswordDoNotMatch": { - "message": "“File password” and “Confirm file password“ do not match." + "message": "“Пароль файла” і “Пацвярджэнне пароля файла“ не супадаюць." }, "warning": { "message": "ПАПЯРЭДЖАННЕ", @@ -1232,10 +1232,10 @@ "message": "1 ГБ зашыфраванага сховішча для далучаных файлаў." }, "premiumSignUpEmergency": { - "message": "Emergency access." + "message": "Экстранны доступ." }, "premiumSignUpTwoStepOptions": { - "message": "Proprietary two-step login options such as YubiKey and Duo." + "message": "Прапрыетарныя варыянты двухэтапнага ўваходу, такія як YubiKey і Duo." }, "ppremiumSignUpReports": { "message": "Гігіена пароляў, здароўе ўліковага запісу і справаздачы аб уцечках даных для забеспячэння бяспекі вашага сховішча." @@ -1277,7 +1277,7 @@ } }, "premiumPriceV2": { - "message": "All for just $PRICE$ per year!", + "message": "Усяго за $PRICE$ у год!", "placeholders": { "price": { "content": "$1", @@ -1374,7 +1374,7 @@ "description": "'Bitwarden Authenticator' is a product name and should not be translated." }, "yubiKeyTitleV2": { - "message": "Yubico OTP Security Key" + "message": "Ключ бяспекі Yubico OTP" }, "yubiKeyDesc": { "message": "Выкарыстоўвайце YubiKey для доступу да вашага ўліковага запісу. Працуе з ключамі бяспекі YubiKey 4, 4 Nano, 4C і NEO." @@ -1474,7 +1474,7 @@ "message": "Edit browser settings." }, "autofillOverlayVisibilityOff": { - "message": "Off", + "message": "Выключана", "description": "Overlay setting select option for disabling autofill overlay" }, "autofillOverlayVisibilityOnFieldFocus": { @@ -1486,7 +1486,7 @@ "description": "Overlay appearance select option for showing the field on click of the overlay icon" }, "enableAutoFillOnPageLoadSectionTitle": { - "message": "Autofill on page load" + "message": "Аўтазапаўненне пры загрузцы старонкі" }, "enableAutoFillOnPageLoad": { "message": "Аўтазапаўненне пры загрузцы старонкі" @@ -1511,7 +1511,7 @@ "message": "Скампраметаваныя або ненадзейныя вэб-сайты могуць задзейнічаць функцыю аўтазапаўнення падчас загрузкі старонкі." }, "learnMoreAboutAutofillOnPageLoadLinkText": { - "message": "Learn more about risks" + "message": "Даведацца больш пра рызыкі" }, "learnMoreAboutAutofill": { "message": "Даведацца больш пра аўтазапаўненне" @@ -1541,13 +1541,13 @@ "message": "Адкрыць сховішча ў бакавой панэлі" }, "commandAutofillLoginDesc": { - "message": "Autofill the last used login for the current website" + "message": "Аўтазапаўненне апошняга скарыстанага лагіна для бягучага вэб-сайта" }, "commandAutofillCardDesc": { - "message": "Autofill the last used card for the current website" + "message": "Аўтазапаўненне апошняй скарыстанай карткі для бягучага вэб-сайта" }, "commandAutofillIdentityDesc": { - "message": "Autofill the last used identity for the current website" + "message": "Аўтазапаўненне апошняга скарыстанага пасведчання для бягучага вэб-сайта" }, "commandGeneratePasswordDesc": { "message": "Генерыраваць і скапіяваць новы выпадковы пароль у буфер абмену" @@ -1580,7 +1580,7 @@ "message": "Булева" }, "cfTypeCheckbox": { - "message": "Checkbox" + "message": "Птушка" }, "cfTypeLinked": { "message": "Звязана", @@ -1765,7 +1765,7 @@ "message": "Пасведчанне" }, "newItemHeader": { - "message": "New $TYPE$", + "message": "Новы $TYPE$", "placeholders": { "type": { "content": "$1", @@ -1774,7 +1774,7 @@ } }, "editItemHeader": { - "message": "Edit $TYPE$", + "message": "Рэдагаваць $TYPE$", "placeholders": { "type": { "content": "$1", @@ -1783,7 +1783,7 @@ } }, "viewItemHeader": { - "message": "View $TYPE$", + "message": "Прагляд $TYPE$", "placeholders": { "type": { "content": "$1", @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Гісторыя пароляў" }, + "generatorHistory": { + "message": "Гісторыя генератара" + }, + "clearGeneratorHistoryTitle": { + "message": "Clear generator history" + }, + "cleargGeneratorHistoryDescription": { + "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + }, "back": { "message": "Назад" }, @@ -1908,13 +1917,13 @@ "message": "У спісе адсутнічаюць паролі." }, "clearHistory": { - "message": "Clear history" + "message": "Ачысціць гісторыю" }, - "noPasswordsToShow": { - "message": "No passwords to show" + "nothingToShow": { + "message": "Адсутнічаюць элементы для паказу" }, - "noRecentlyGeneratedPassword": { - "message": "You haven't generated a password recently" + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "Выдаліць" @@ -1975,10 +1984,10 @@ "message": "Разблакіраваць PIN-кодам" }, "setYourPinTitle": { - "message": "Set PIN" + "message": "Задаць PIN" }, "setYourPinButton": { - "message": "Set PIN" + "message": "Задаць PIN" }, "setYourPinCode": { "message": "Прызначце PIN-код для разблакіроўкі Bitwarden. Налады PIN-кода будуць скінуты, калі вы калі-небудзь цалкам выйдзеце з праграмы." @@ -1999,7 +2008,7 @@ "message": "Разблакіраваць з дапамогай біяметрыі" }, "unlockWithMasterPassword": { - "message": "Unlock with master password" + "message": "Разблакіраваць з дапамогай асноўнага пароля" }, "awaitDesktop": { "message": "Чаканне пацвярджэння з камп'ютара" @@ -2011,7 +2020,7 @@ "message": "Заблакіраваць асноўным паролем пры перазапуску браўзера" }, "lockWithMasterPassOnRestart1": { - "message": "Require master password on browser restart" + "message": "Патрабаваць асноўны пароль пры перазапуску браўзера" }, "selectOneCollection": { "message": "Вы павінны выбраць прынамсі адну калекцыю." @@ -2026,26 +2035,26 @@ "message": "Адна або больш палітык арганізацыі ўплывае на налады генератара." }, "passwordGenerator": { - "message": "Password generator" + "message": "Генератар пароляў" }, "usernameGenerator": { - "message": "Username generator" + "message": "Генератар імені карыстальніка" }, "useThisPassword": { - "message": "Use this password" + "message": "Выкарыстоўваць гэты пароль" }, "useThisUsername": { - "message": "Use this username" + "message": "Выкарыстоўваць гэта імя карыстальніка" }, "securePasswordGenerated": { "message": "Secure password generated! Don't forget to also update your password on the website." }, "useGeneratorHelpTextPartOne": { - "message": "Use the generator", + "message": "Выкарыстоўваць генератар", "description": "This will be used as part of a larger sentence, broken up to include the generator icon. The full sentence will read 'Use the generator [GENERATOR_ICON] to create a strong unique password'" }, "useGeneratorHelpTextPartTwo": { - "message": "to create a strong unique password", + "message": "каб стварыць надзейны ўнікальны пароль", "description": "This will be used as part of a larger sentence, broken up to include the generator icon. The full sentence will read 'Use the generator [GENERATOR_ICON] to create a strong unique password'" }, "vaultTimeoutAction": { @@ -2081,7 +2090,7 @@ "message": "Элемент адноўлены" }, "alreadyHaveAccount": { - "message": "Already have an account?" + "message": "Ужо маеце ўліковы запіс?" }, "vaultTimeoutLogOutConfirmation": { "message": "Выхад з сістэмы скасуе ўсе магчымасці доступу да сховішча і запатрабуе аўтэнтыфікацыю праз інтэрнэт пасля завяршэння часу чакання. Вы сапраўды хочаце выкарыстоўваць гэты параметр?" @@ -2093,7 +2102,7 @@ "message": "Аўтазапоўніць і захаваць" }, "fillAndSave": { - "message": "Fill and save" + "message": "Запоўніць і захаваць" }, "autoFillSuccessAndSavedUri": { "message": "Аўтазапоўнены элемент і захаваны URI" @@ -2177,16 +2186,16 @@ "message": "Get advice, announcements, and research opportunities from Bitwarden in your inbox." }, "unsubscribe": { - "message": "Unsubscribe" + "message": "Адпісацца" }, "atAnyTime": { - "message": "at any time." + "message": "ў любы час." }, "byContinuingYouAgreeToThe": { - "message": "By continuing, you agree to the" + "message": "Працягваючы, вы згаджаецеся з" }, "and": { - "message": "and" + "message": "і" }, "acceptPolicies": { "message": "Ставячы гэты сцяжок, вы пагаджаецеся з наступным:" @@ -2306,7 +2315,7 @@ "message": "An organization policy has blocked importing items into your individual vault." }, "domainsTitle": { - "message": "Domains", + "message": "Дамены", "description": "A category title describing the concept of web domains" }, "excludedDomains": { @@ -2319,7 +2328,7 @@ "message": "Bitwarden will not ask to save login details for these domains for all logged in accounts. You must refresh the page for changes to take effect." }, "websiteItemLabel": { - "message": "Website $number$ (URI)", + "message": "Вэб-сайт $number$ (URI)", "placeholders": { "number": { "content": "$1", @@ -2347,7 +2356,7 @@ "description": "Displayed under the limit views field on Send" }, "limitSendViewsCount": { - "message": "$ACCESSCOUNT$ views left", + "message": "Засталося праглядаў: $ACCESSCOUNT$", "description": "Displayed under the limit views field on Send", "placeholders": { "accessCount": { @@ -2361,7 +2370,7 @@ "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "sendDetails": { - "message": "Send details", + "message": "Падрабязнасці Send", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "searchSends": { @@ -2402,7 +2411,7 @@ "message": "Абаронена паролем" }, "copyLink": { - "message": "Copy link" + "message": "Скапіяваць спасылку" }, "copySendLink": { "message": "Скапіяваць спасылку на Send", @@ -2440,7 +2449,7 @@ "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "deleteSendPermanentConfirmation": { - "message": "Are you sure you want to permanently delete this Send?", + "message": "Вы ўпэўненыя, што хочаце назаўсёды выдаліць гэты Send?", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "editSend": { @@ -2548,7 +2557,7 @@ "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "createdSendSuccessfully": { - "message": "Send created successfully!", + "message": "Send паспяхова створаны!", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "sendExpiresInHoursSingle": { @@ -2659,7 +2668,7 @@ "message": "Патрабуецца праверка электроннай пошты" }, "emailVerifiedV2": { - "message": "Email verified" + "message": "Email пацверджаны" }, "emailVerificationRequiredDesc": { "message": "Вы павінны праверыць свой адрас электроннай пошты, каб выкарыстоўваць гэту функцыю. Зрабіць гэта можна ў вэб-сховішчы." @@ -2701,7 +2710,7 @@ "description": "Used as a card title description on the set password page to explain why the user is there" }, "cardMetrics": { - "message": "out of $TOTAL$", + "message": "з $TOTAL$", "placeholders": { "total": { "content": "$1", @@ -2710,7 +2719,7 @@ } }, "verificationRequired": { - "message": "Verification required", + "message": "Патрабуецца праверка", "description": "Default title for the user verification dialog." }, "hours": { @@ -2836,7 +2845,7 @@ "message": "Экспартаванне асабістага сховішча" }, "exportingIndividualVaultDescription": { - "message": "Only the individual vault items associated with $EMAIL$ will be exported. Organization vault items will not be included. Only vault item information will be exported and will not include associated attachments.", + "message": "Будуць экспартаваны толькі індывідуальныя элементы сховішча, якія звязаны з $EMAIL$. Элементы сховішча арганізацыі не будуць уключаны. Толькі звесткі элемента сховішча будуць экспартаваны і яны не будуць уключаць звязаныя далучэнні.", "placeholders": { "email": { "content": "$1", @@ -2845,10 +2854,10 @@ } }, "exportingOrganizationVaultTitle": { - "message": "Exporting organization vault" + "message": "Экспартаванне сховішча арганізацыі" }, "exportingOrganizationVaultDesc": { - "message": "Only the organization vault associated with $ORGANIZATION$ will be exported. Items in individual vaults or other organizations will not be included.", + "message": "Толькі сховішча арганізацыі, якія звязаны з $ORGANIZATION$ будуць экспартаваны. Элементы асабістага сховішча і элементы з іншых арганізацый не будуць уключаны.", "placeholders": { "organization": { "content": "$1", @@ -2909,7 +2918,7 @@ "message": "Генерыраваць псеўданім электроннай пошты са знешнім сэрвісам перасылкі." }, "forwarderDomainName": { - "message": "Email domain", + "message": "Дамен электроннай пошты", "description": "Labels the domain name email forwarder service option" }, "forwarderDomainNameHint": { @@ -2917,7 +2926,7 @@ "description": "Guidance provided for email forwarding services that support multiple email domains." }, "forwarderError": { - "message": "$SERVICENAME$ error: $ERRORMESSAGE$", + "message": "Памылка $SERVICENAME$: $ERRORMESSAGE$", "description": "Reports an error returned by a forwarding service to the user.", "placeholders": { "servicename": { @@ -2931,7 +2940,7 @@ } }, "forwarderGeneratedBy": { - "message": "Generated by Bitwarden.", + "message": "Сгенеравана Bitwarden.", "description": "Displayed with the address on the forwarding service's configuration screen." }, "forwarderGeneratedByWithWebsite": { @@ -3276,13 +3285,13 @@ "message": "Уліковы запіс паспяхова створаны!" }, "adminApprovalRequested": { - "message": "Admin approval requested" + "message": "Патрабуецца ўхваленне адміністратара" }, "adminApprovalRequestSentToAdmins": { - "message": "Your request has been sent to your admin." + "message": "Ваш запыт адпраўлены адміністратару." }, "youWillBeNotifiedOnceApproved": { - "message": "You will be notified once approved." + "message": "Вы атрымаеце апавяшчэння пасля яго ўхвалення." }, "troubleLoggingIn": { "message": "Праблемы з уваходам?" @@ -3291,30 +3300,30 @@ "message": "Уваход ухвалены" }, "userEmailMissing": { - "message": "User email missing" + "message": "Адсутнічае электронная пошта карыстальніка" }, "deviceTrusted": { - "message": "Device trusted" + "message": "Давераная прылада" }, "sendsNoItemsTitle": { - "message": "No active Sends", + "message": "Няма актыўных Send'аў", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "sendsNoItemsMessage": { - "message": "Use Send to securely share encrypted information with anyone.", + "message": "Выкарыстоўвайце Send'ы, каб бяспечна абагуляць зашыфраваную інфармацыю з іншымі.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "inputRequired": { - "message": "Input is required." + "message": "Неабходны ўвод даных." }, "required": { - "message": "required" + "message": "патрабуецца" }, "search": { - "message": "Search" + "message": "Пошук" }, "inputMinLength": { - "message": "Input must be at least $COUNT$ characters long.", + "message": "Даўжыня ўведзеных даных павінна складаць прынамсі $COUNT$ сімв.", "placeholders": { "count": { "content": "$1", @@ -3323,7 +3332,7 @@ } }, "inputMaxLength": { - "message": "Input must not exceed $COUNT$ characters in length.", + "message": "Даўжыня ўведзеных даных не можа перавышаць наступную колькасць сімвалаў: $COUNT$.", "placeholders": { "count": { "content": "$1", @@ -3332,7 +3341,7 @@ } }, "inputForbiddenCharacters": { - "message": "The following characters are not allowed: $CHARACTERS$", + "message": "Наступныя сімвалы забаронены: $CHARACTERS$", "placeholders": { "characters": { "content": "$1", @@ -3341,7 +3350,7 @@ } }, "inputMinValue": { - "message": "Input value must be at least $MIN$.", + "message": "Мінімальная даўжыня сімвалаў значэння, якое будзе ўводзіцца: $MIN$.", "placeholders": { "min": { "content": "$1", @@ -3350,7 +3359,7 @@ } }, "inputMaxValue": { - "message": "Input value must not exceed $MAX$.", + "message": "Максімальная даўжыня сімвалаў значэння, якое будзе ўводзіцца: $MAX$.", "placeholders": { "max": { "content": "$1", @@ -3369,7 +3378,7 @@ "message": "Уведзеныя даныя не з'яўляюцца адрасам электроннай пошты." }, "fieldsNeedAttention": { - "message": "$COUNT$ field(s) above need your attention.", + "message": "Колькасць палёў, якія патрабуюць вашай увагі: $COUNT$.", "placeholders": { "count": { "content": "$1", @@ -3378,10 +3387,10 @@ } }, "singleFieldNeedsAttention": { - "message": "1 field needs your attention." + "message": "1 поле патрабуе вашай увагі." }, "multipleFieldsNeedAttention": { - "message": "$COUNT$ fields need your attention.", + "message": "Колькасць палёў, якія патрабуюць вашай увагі: $COUNT$.", "placeholders": { "count": { "content": "$1", @@ -3405,7 +3414,7 @@ "message": "Ачысціць усё" }, "plusNMore": { - "message": "+ $QUANTITY$ more", + "message": "+ яшчэ $QUANTITY$", "placeholders": { "quantity": { "content": "$1", @@ -3417,7 +3426,7 @@ "message": "Падменю" }, "toggleCollapse": { - "message": "Toggle collapse", + "message": "Згарнуць/Разгарнуць", "description": "Toggling an expand/collapse state." }, "filelessImport": { @@ -3437,11 +3446,11 @@ "description": "Notification button text for starting a fileless import." }, "importing": { - "message": "Importing...", + "message": "Імпартаванне...", "description": "Notification message for when an import is in progress." }, "dataSuccessfullyImported": { - "message": "Data successfully imported!", + "message": "Даныя паспяхова імпартаваны!", "description": "Notification message for when an import has completed successfully." }, "dataImportFailed": { @@ -3471,7 +3480,7 @@ "message": "Toggle side navigation" }, "skipToContent": { - "message": "Skip to content" + "message": "Перайсці да змесціва" }, "bitwardenOverlayButton": { "message": "Bitwarden autofill menu button", @@ -3482,7 +3491,7 @@ "description": "Screen reader and tool tip label for the overlay button" }, "bitwardenVault": { - "message": "Bitwarden autofill menu", + "message": "Меню аўтазапаўнення Bitwarden", "description": "Page title in overlay" }, "unlockYourAccountToViewMatchingLogins": { @@ -3510,11 +3519,11 @@ "description": "Screen reader text for when a login item is focused where a partial username is displayed. SR will announce this phrase before reading the text of the partial username" }, "noItemsToShow": { - "message": "No items to show", + "message": "Няма элементаў для паказу", "description": "Text to show in overlay if there are no matching items" }, "newItem": { - "message": "New item", + "message": "Новы элемент", "description": "Button text to display in overlay when there are no matching items" }, "addNewVaultItem": { @@ -3522,7 +3531,7 @@ "description": "Screen reader text (aria-label) for new item button in overlay" }, "newLogin": { - "message": "New login", + "message": "Новы лагін", "description": "Button text to display within inline menu when there are no matching items on a login field" }, "addNewLoginItemAria": { @@ -3550,17 +3559,17 @@ "description": "Screen reader text for announcing when the overlay opens on the page" }, "turnOn": { - "message": "Turn on" + "message": "Уключыць" }, "ignore": { - "message": "Ignore" + "message": "Iгнараваць" }, "importData": { - "message": "Import data", + "message": "Імпартаванне даных", "description": "Used for the header of the import dialog, the import button and within the file-password-prompt" }, "importError": { - "message": "Import error" + "message": "Памылка імпартавання" }, "importErrorDesc": { "message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again." @@ -3584,13 +3593,13 @@ } }, "tryAgain": { - "message": "Try again" + "message": "Паспрабуйце зноў" }, "verificationRequiredForActionSetPinToContinue": { "message": "Verification required for this action. Set a PIN to continue." }, "setPin": { - "message": "Set PIN" + "message": "Задаць PIN" }, "verifyWithBiometrics": { "message": "Verify with biometrics" @@ -3608,22 +3617,22 @@ "message": "Use master password" }, "usePin": { - "message": "Use PIN" + "message": "Увесці PIN-код" }, "useBiometrics": { - "message": "Use biometrics" + "message": "Выкарыстоўваць біяметрыю" }, "enterVerificationCodeSentToEmail": { - "message": "Enter the verification code that was sent to your email." + "message": "Увядзіце праверачны код, які быў адпраўлены на вашу электронную пошту." }, "resendCode": { - "message": "Resend code" + "message": "Адправіць код яшчэ раз" }, "total": { "message": "Усяго" }, "importWarning": { - "message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?", + "message": "Вы імпартуеце даныя ў $ORGANIZATION$. Вашы даныя могуць быць абагулены з удзельнікамі арганізацыі. Вы сапраўды хочаце працягнуць?", "placeholders": { "organization": { "content": "$1", @@ -3650,31 +3659,31 @@ "message": "Launch Duo" }, "importFormatError": { - "message": "Data is not formatted correctly. Please check your import file and try again." + "message": "Даныя няправільна адфарматаваныя. Калі ласка, праверце файл імпарту і паспрабуйце яшчэ раз." }, "importNothingError": { - "message": "Nothing was imported." + "message": "Нічога не было імпартавана." }, "importEncKeyError": { - "message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data." + "message": "Памылка дэшыфроўкі экспартаванага файла. Ваш ключ шыфравання не супадае з ключом шыфравання, які выкарыстоўваецца для экспартавання даных." }, "invalidFilePassword": { - "message": "Invalid file password, please use the password you entered when you created the export file." + "message": "Памылковы пароль файла. Скарыстайцеся паролем, які вы ўводзілі пры стварэнні файла экспартавання." }, "destination": { - "message": "Destination" + "message": "Прызначэнне" }, "learnAboutImportOptions": { "message": "Даведацца пра параметры імпартавання" }, "selectImportFolder": { - "message": "Select a folder" + "message": "Выбраць папку" }, "selectImportCollection": { - "message": "Select a collection" + "message": "Выбраць калекцыю" }, "importTargetHint": { - "message": "Select this option if you want the imported file contents moved to a $DESTINATION$", + "message": "Выберыце гэты параметр, калі вы хочаце, каб змесціва імпартаванага файла было перамешчанага ў $DESTINATION$", "description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.", "placeholders": { "destination": { @@ -3684,13 +3693,13 @@ } }, "importUnassignedItemsError": { - "message": "File contains unassigned items." + "message": "Файл змяшчае непадпісаныя элементы." }, "selectFormat": { - "message": "Select the format of the import file" + "message": "Выберыце фармат файла імпартавання" }, "selectImportFile": { - "message": "Select the import file" + "message": "Выберыце файл імпартавання" }, "chooseFile": { "message": "Выбраць файл" @@ -3699,10 +3708,10 @@ "message": "Файл не выбраны" }, "orCopyPasteFileContents": { - "message": "or copy/paste the import file contents" + "message": "або скапіюйце/устаўце змесціва файла, які імпартуецца" }, "instructionsFor": { - "message": "$NAME$ Instructions", + "message": "Інструкцыі для $NAME$", "description": "The title for the import tool instructions.", "placeholders": { "name": { @@ -3712,10 +3721,10 @@ } }, "confirmVaultImport": { - "message": "Confirm vault import" + "message": "Пацвердзіць імпартаванне сховішча" }, "confirmVaultImportDesc": { - "message": "This file is password-protected. Please enter the file password to import data." + "message": "Гэты файл абаронены паролем. Калі ласка, увядзіце пароль для імпартавання даных." }, "confirmFilePassword": { "message": "Пацвердзіць пароль файла" @@ -3724,7 +3733,7 @@ "message": "Vault data exported" }, "typePasskey": { - "message": "Passkey" + "message": "Ключ доступу" }, "accessing": { "message": "Accessing" @@ -3760,7 +3769,7 @@ "message": "Пацвердзіць" }, "savePasskey": { - "message": "Save passkey" + "message": "Захаваць ключ доступу" }, "savePasskeyNewLogin": { "message": "Save passkey as new login" @@ -3775,7 +3784,7 @@ "message": "Passkey Item" }, "overwritePasskey": { - "message": "Overwrite passkey?" + "message": "Перазапісаць ключ доступу?" }, "overwritePasskeyAlert": { "message": "This item already contains a passkey. Are you sure you want to overwrite the current passkey?" @@ -3796,13 +3805,13 @@ "message": "Incorrect username or password" }, "incorrectPassword": { - "message": "Incorrect password" + "message": "Няправільны пароль" }, "incorrectCode": { - "message": "Incorrect code" + "message": "Няправільны код" }, "incorrectPin": { - "message": "Incorrect PIN" + "message": "Няправільны PIN-код" }, "multifactorAuthenticationFailed": { "message": "Multifactor authentication failed" @@ -3826,7 +3835,7 @@ "message": "Approve the login request in your authentication app or enter a one-time passcode." }, "passcode": { - "message": "Passcode" + "message": "Код доступу" }, "lastPassMasterPassword": { "message": "LastPass master password" @@ -3848,19 +3857,19 @@ "message": "Import directly from LastPass" }, "importFromCSV": { - "message": "Import from CSV" + "message": "Імпартаваць з CSV" }, "lastPassTryAgainCheckEmail": { "message": "Try again or look for an email from LastPass to verify it's you." }, "collection": { - "message": "Collection" + "message": "Калекцыя" }, "lastPassYubikeyDesc": { "message": "Insert the YubiKey associated with your LastPass account into your computer's USB port, then touch its button." }, "switchAccount": { - "message": "Switch account" + "message": "Змяніць уліковы запіс" }, "switchAccounts": { "message": "Switch accounts" @@ -3875,19 +3884,19 @@ "message": "Available accounts" }, "accountLimitReached": { - "message": "Account limit reached. Log out of an account to add another." + "message": "Дасягнута абмежаванне ўліковага запісу. Выйдзіце, каб дадаць іншы ўліковы запіс." }, "active": { - "message": "active" + "message": "актыўны" }, "locked": { - "message": "locked" + "message": "заблакіравана" }, "unlocked": { - "message": "unlocked" + "message": "разблакавана" }, "server": { - "message": "server" + "message": "сервер" }, "hostedAt": { "message": "hosted at" @@ -3959,7 +3968,7 @@ "description": "Description for the dialog that appears when the user has not granted the extension permission to set privacy settings" }, "makeDefault": { - "message": "Make default", + "message": "Зрабіць прадвызначаным", "description": "Button text for the setting that allows overriding the default browser autofill settings" }, "saveCipherAttemptSuccess": { @@ -3967,7 +3976,7 @@ "description": "Notification message for when saving credentials has succeeded." }, "passwordSaved": { - "message": "Password saved!", + "message": "Пароль захаваны!", "description": "Notification message for when saving credentials has succeeded." }, "updateCipherAttemptSuccess": { @@ -3975,7 +3984,7 @@ "description": "Notification message for when updating credentials has succeeded." }, "passwordUpdated": { - "message": "Password updated!", + "message": "Пароль абноўлены!", "description": "Notification message for when updating credentials has succeeded." }, "saveCipherAttemptFailed": { @@ -3983,7 +3992,7 @@ "description": "Notification message for when saving credentials has failed." }, "success": { - "message": "Success" + "message": "Поспех" }, "removePasskey": { "message": "Remove passkey" @@ -3998,10 +4007,10 @@ "message": "Save a login item for this site to autofill" }, "yourVaultIsEmpty": { - "message": "Your vault is empty" + "message": "Ваша сховішча нічога не змяшчае" }, "noItemsMatchSearch": { - "message": "No items match your search" + "message": "Пошук не даў вынікаў" }, "clearFiltersOrTryAnother": { "message": "Clear filters or try another search term" @@ -4073,16 +4082,16 @@ "message": "Assign to collections" }, "copyEmail": { - "message": "Copy email" + "message": "Скапіяваць электронную пошту" }, "copyPhone": { - "message": "Copy phone" + "message": "Скапіяваць тэлефон" }, "copyAddress": { - "message": "Copy address" + "message": "Скапіяваць адрас" }, "adminConsole": { - "message": "Admin Console" + "message": "Кансоль адміністратара" }, "accountSecurity": { "message": "Бяспеке акаўнта" @@ -4120,10 +4129,10 @@ } }, "new": { - "message": "New" + "message": "Новы" }, "removeItem": { - "message": "Remove $NAME$", + "message": "Выдаліць $NAME$", "description": "Remove a selected option, such as a folder or collection", "placeholders": { "name": { @@ -4133,13 +4142,13 @@ } }, "itemsWithNoFolder": { - "message": "Items with no folder" + "message": "Элементы без папкі" }, "itemDetails": { - "message": "Item details" + "message": "Падрабязнасці элемента" }, "itemName": { - "message": "Item name" + "message": "Назва элемента" }, "cannotRemoveViewOnlyCollections": { "message": "You cannot remove collections with View only permissions: $COLLECTIONS$", @@ -4154,38 +4163,38 @@ "message": "Organization is deactivated" }, "owner": { - "message": "Owner" + "message": "Уладальнік" }, "selfOwnershipLabel": { - "message": "You", + "message": "Вы", "description": "Used as a label to indicate that the user is the owner of an item." }, "contactYourOrgAdmin": { "message": "Items in deactivated organizations cannot be accessed. Contact your organization owner for assistance." }, "additionalInformation": { - "message": "Additional information" + "message": "Дадатковая інфармацыя" }, "itemHistory": { - "message": "Item history" + "message": "Гісторыя элемента" }, "lastEdited": { "message": "Last edited" }, "ownerYou": { - "message": "Owner: You" + "message": "Уладальнік: Вы" }, "linked": { - "message": "Linked" + "message": "Звязана" }, "copySuccessful": { "message": "Copy Successful" }, "upload": { - "message": "Upload" + "message": "Запампаваць" }, "addAttachment": { - "message": "Add attachment" + "message": "Дадаць укладанне" }, "maxFileSizeSansPunctuation": { "message": "Maximum file size is 500 MB" @@ -4311,10 +4320,10 @@ "message": "If you've renewed it, update the card's information" }, "cardDetails": { - "message": "Card details" + "message": "Падрабязнасці карткі" }, "cardBrandDetails": { - "message": "$BRAND$ details", + "message": "Падрабязнасці $BRAND$", "placeholders": { "brand": { "content": "$1", @@ -4326,23 +4335,23 @@ "message": "Уключыць анімацыі" }, "showAnimations": { - "message": "Show animations" + "message": "Паказаць анімацыі" }, "addAccount": { - "message": "Add account" + "message": "Дадаць уліковы запіс" }, "loading": { - "message": "Loading" + "message": "Загрузка" }, "data": { - "message": "Data" + "message": "Даныя" }, "passkeys": { - "message": "Passkeys", + "message": "Ключы доступу", "description": "A section header for a list of passkeys." }, "passwords": { - "message": "Passwords", + "message": "Паролі", "description": "A section header for a list of passwords." }, "logInWithPasskeyAriaLabel": { @@ -4350,7 +4359,7 @@ "description": "ARIA label for the inline menu button that logs in with a passkey." }, "assign": { - "message": "Assign" + "message": "Прызначыць" }, "bulkCollectionAssignmentDialogDescriptionSingular": { "message": "Only organization members with access to these collections will be able to see the item." @@ -4371,16 +4380,16 @@ } }, "addField": { - "message": "Add field" + "message": "Дадаць поле" }, "add": { - "message": "Add" + "message": "Дадаць" }, "fieldType": { - "message": "Field type" + "message": "Тып поля" }, "fieldLabel": { - "message": "Field label" + "message": "Назва поля" }, "textHelpText": { "message": "Use text fields for data like security questions" @@ -4398,10 +4407,10 @@ "message": "Enter the the field's html id, name, aria-label, or placeholder." }, "editField": { - "message": "Edit field" + "message": "Рэдагаваць поле" }, "editFieldLabel": { - "message": "Edit $LABEL$", + "message": "Рэдагаваць $LABEL$", "placeholders": { "label": { "content": "$1", @@ -4410,7 +4419,7 @@ } }, "deleteCustomField": { - "message": "Delete $LABEL$", + "message": "Выдалісь $LABEL$", "placeholders": { "label": { "content": "$1", @@ -4494,10 +4503,10 @@ "message": "Successfully assigned collections" }, "nothingSelected": { - "message": "You have not selected anything." + "message": "Вы пакуль нічога не выбралі." }, "movedItemsToOrg": { - "message": "Selected items moved to $ORGNAME$", + "message": "Выбраныя элементы перамешчаны ў $ORGNAME$", "placeholders": { "orgname": { "content": "$1", @@ -4628,11 +4637,11 @@ "description": "Confirmation message for saving a login to Bitwarden" }, "spaceCharacterDescriptor": { - "message": "Space", + "message": "Прагал", "description": "Represents the space key in screen reader content as a readable word" }, "tildeCharacterDescriptor": { - "message": "Tilde", + "message": "Тыльда", "description": "Represents the ~ key in screen reader content as a readable word" }, "backtickCharacterDescriptor": { @@ -4660,7 +4669,7 @@ "description": "Represents the % key in screen reader content as a readable word" }, "caretCharacterDescriptor": { - "message": "Caret", + "message": "Карэтка", "description": "Represents the ^ key in screen reader content as a readable word" }, "ampersandCharacterDescriptor": { @@ -4668,27 +4677,27 @@ "description": "Represents the & key in screen reader content as a readable word" }, "asteriskCharacterDescriptor": { - "message": "Asterisk", + "message": "Зорачка", "description": "Represents the * key in screen reader content as a readable word" }, "parenLeftCharacterDescriptor": { - "message": "Left parenthesis", + "message": "Левая дужка", "description": "Represents the ( key in screen reader content as a readable word" }, "parenRightCharacterDescriptor": { - "message": "Right parenthesis", + "message": "Правая дужка", "description": "Represents the ) key in screen reader content as a readable word" }, "hyphenCharacterDescriptor": { - "message": "Underscore", + "message": "Падкрэсленне", "description": "Represents the _ key in screen reader content as a readable word" }, "underscoreCharacterDescriptor": { - "message": "Hyphen", + "message": "Злучок", "description": "Represents the - key in screen reader content as a readable word" }, "plusCharacterDescriptor": { - "message": "Plus", + "message": "Плюс", "description": "Represents the + key in screen reader content as a readable word" }, "equalsCharacterDescriptor": { @@ -4696,23 +4705,23 @@ "description": "Represents the = key in screen reader content as a readable word" }, "braceLeftCharacterDescriptor": { - "message": "Left brace", + "message": "Левая фігурная дужка", "description": "Represents the { key in screen reader content as a readable word" }, "braceRightCharacterDescriptor": { - "message": "Right brace", + "message": "Правая фігурная дужка", "description": "Represents the } key in screen reader content as a readable word" }, "bracketLeftCharacterDescriptor": { - "message": "Left bracket", + "message": "Левая квадратная дужка", "description": "Represents the [ key in screen reader content as a readable word" }, "bracketRightCharacterDescriptor": { - "message": "Right bracket", + "message": "Правая квадратная дужка", "description": "Represents the ] key in screen reader content as a readable word" }, "pipeCharacterDescriptor": { - "message": "Pipe", + "message": "Раздзяляльнік", "description": "Represents the | key in screen reader content as a readable word" }, "backSlashCharacterDescriptor": { @@ -4720,39 +4729,39 @@ "description": "Represents the back slash key in screen reader content as a readable word" }, "colonCharacterDescriptor": { - "message": "Colon", + "message": "Двукроп'е", "description": "Represents the : key in screen reader content as a readable word" }, "semicolonCharacterDescriptor": { - "message": "Semicolon", + "message": "Кропка з коскай", "description": "Represents the ; key in screen reader content as a readable word" }, "doubleQuoteCharacterDescriptor": { - "message": "Double quote", + "message": "Падвойнае двукоссе", "description": "Represents the double quote key in screen reader content as a readable word" }, "singleQuoteCharacterDescriptor": { - "message": "Single quote", + "message": "Адзінарнае двукоссе", "description": "Represents the ' key in screen reader content as a readable word" }, "lessThanCharacterDescriptor": { - "message": "Less than", + "message": "Менш", "description": "Represents the < key in screen reader content as a readable word" }, "greaterThanCharacterDescriptor": { - "message": "Greater than", + "message": "Больш", "description": "Represents the > key in screen reader content as a readable word" }, "commaCharacterDescriptor": { - "message": "Comma", + "message": "Коска", "description": "Represents the , key in screen reader content as a readable word" }, "periodCharacterDescriptor": { - "message": "Period", + "message": "Кропка", "description": "Represents the . key in screen reader content as a readable word" }, "questionCharacterDescriptor": { - "message": "Question mark", + "message": "Пытальнік", "description": "Represents the ? key in screen reader content as a readable word" }, "forwardSlashCharacterDescriptor": { @@ -4760,12 +4769,12 @@ "description": "Represents the / key in screen reader content as a readable word" }, "lowercaseAriaLabel": { - "message": "Lowercase" + "message": "Малыя літары" }, "uppercaseAriaLabel": { - "message": "Uppercase" + "message": "Вялікія літары" }, "generatedPassword": { - "message": "Generated password" + "message": "Згенерыраваны пароль" } } diff --git a/apps/browser/src/_locales/bg/messages.json b/apps/browser/src/_locales/bg/messages.json index d0646bbf51..626221f06d 100644 --- a/apps/browser/src/_locales/bg/messages.json +++ b/apps/browser/src/_locales/bg/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Хронология на паролата" }, + "generatorHistory": { + "message": "История на генерирането" + }, + "clearGeneratorHistoryTitle": { + "message": "Изчистване на историята на генериране" + }, + "cleargGeneratorHistoryDescription": { + "message": "Ако продължите, всички записи в историята на генериране ще бъдат изтрити завинаги. Наистина ли искате това?" + }, "back": { "message": "Назад" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Изчистване на историята" }, - "noPasswordsToShow": { - "message": "Няма пароли за показване" + "nothingToShow": { + "message": "Няма нищо за показване" }, - "noRecentlyGeneratedPassword": { - "message": "Скоро не сте генерирали пароли" + "nothingGeneratedRecently": { + "message": "Скоро не сте генерирали нищо" }, "remove": { "message": "Премахване" diff --git a/apps/browser/src/_locales/bn/messages.json b/apps/browser/src/_locales/bn/messages.json index c694b3b572..b808ab5eb6 100644 --- a/apps/browser/src/_locales/bn/messages.json +++ b/apps/browser/src/_locales/bn/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "পাসওয়ার্ড ইতিহাস" }, + "generatorHistory": { + "message": "Generator history" + }, + "clearGeneratorHistoryTitle": { + "message": "Clear generator history" + }, + "cleargGeneratorHistoryDescription": { + "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + }, "back": { "message": "পেছন" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Clear history" }, - "noPasswordsToShow": { - "message": "No passwords to show" + "nothingToShow": { + "message": "Nothing to show" }, - "noRecentlyGeneratedPassword": { - "message": "You haven't generated a password recently" + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "সরান" diff --git a/apps/browser/src/_locales/bs/messages.json b/apps/browser/src/_locales/bs/messages.json index 0702287b27..2793b4dee6 100644 --- a/apps/browser/src/_locales/bs/messages.json +++ b/apps/browser/src/_locales/bs/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Password history" }, + "generatorHistory": { + "message": "Generator history" + }, + "clearGeneratorHistoryTitle": { + "message": "Clear generator history" + }, + "cleargGeneratorHistoryDescription": { + "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + }, "back": { "message": "Back" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Clear history" }, - "noPasswordsToShow": { - "message": "No passwords to show" + "nothingToShow": { + "message": "Nothing to show" }, - "noRecentlyGeneratedPassword": { - "message": "You haven't generated a password recently" + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "Remove" diff --git a/apps/browser/src/_locales/ca/messages.json b/apps/browser/src/_locales/ca/messages.json index 6829e84ba3..eee9e4956c 100644 --- a/apps/browser/src/_locales/ca/messages.json +++ b/apps/browser/src/_locales/ca/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Historial de les contrasenyes" }, + "generatorHistory": { + "message": "Generator history" + }, + "clearGeneratorHistoryTitle": { + "message": "Clear generator history" + }, + "cleargGeneratorHistoryDescription": { + "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + }, "back": { "message": "Arrere" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Clear history" }, - "noPasswordsToShow": { - "message": "No passwords to show" + "nothingToShow": { + "message": "Nothing to show" }, - "noRecentlyGeneratedPassword": { - "message": "You haven't generated a password recently" + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "Suprimeix" diff --git a/apps/browser/src/_locales/cs/messages.json b/apps/browser/src/_locales/cs/messages.json index 3baa325fe8..80cce02f21 100644 --- a/apps/browser/src/_locales/cs/messages.json +++ b/apps/browser/src/_locales/cs/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Historie hesel" }, + "generatorHistory": { + "message": "Historie generátoru" + }, + "clearGeneratorHistoryTitle": { + "message": "Vymazat historii generátoru" + }, + "cleargGeneratorHistoryDescription": { + "message": "Pokud budete pokračovat, všechny položky budou trvale smazány z historie generátoru. Jste si jisti, že chcete pokračovat?" + }, "back": { "message": "Zpět" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Vymazat historii" }, - "noPasswordsToShow": { - "message": "Žádná hesla k zobrazení" + "nothingToShow": { + "message": "Nic k zobrazení" }, - "noRecentlyGeneratedPassword": { - "message": "Nedávno jste nevygenerovali heslo" + "nothingGeneratedRecently": { + "message": "Nedávno jste nic nevygenerovali" }, "remove": { "message": "Odebrat" diff --git a/apps/browser/src/_locales/cy/messages.json b/apps/browser/src/_locales/cy/messages.json index 90b5987a1c..13a75b413f 100644 --- a/apps/browser/src/_locales/cy/messages.json +++ b/apps/browser/src/_locales/cy/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Hanes cyfrineiriau" }, + "generatorHistory": { + "message": "Generator history" + }, + "clearGeneratorHistoryTitle": { + "message": "Clear generator history" + }, + "cleargGeneratorHistoryDescription": { + "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + }, "back": { "message": "Yn ôl" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Clear history" }, - "noPasswordsToShow": { - "message": "No passwords to show" + "nothingToShow": { + "message": "Nothing to show" }, - "noRecentlyGeneratedPassword": { - "message": "You haven't generated a password recently" + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "Tynnu" diff --git a/apps/browser/src/_locales/da/messages.json b/apps/browser/src/_locales/da/messages.json index d14b62a3dd..437a3fa7df 100644 --- a/apps/browser/src/_locales/da/messages.json +++ b/apps/browser/src/_locales/da/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Adgangskodehistorik" }, + "generatorHistory": { + "message": "Generatorhistorik" + }, + "clearGeneratorHistoryTitle": { + "message": "Ryd generatorhistorik" + }, + "cleargGeneratorHistoryDescription": { + "message": "Fortsættes, slettes alle poster permanent fra generatorens historik. Sikker på, at handlingen skal udføres?" + }, "back": { "message": "Tilbage" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Ryd historik" }, - "noPasswordsToShow": { - "message": "Ingen adgangskoder at vise" + "nothingToShow": { + "message": "Intet at vise" }, - "noRecentlyGeneratedPassword": { - "message": "Der er ikke genereret nogen adgangskode for nylig" + "nothingGeneratedRecently": { + "message": "Intet genereret for nylig" }, "remove": { "message": "Fjern" diff --git a/apps/browser/src/_locales/de/messages.json b/apps/browser/src/_locales/de/messages.json index c0748518f5..1e3a38ffc7 100644 --- a/apps/browser/src/_locales/de/messages.json +++ b/apps/browser/src/_locales/de/messages.json @@ -20,16 +20,16 @@ "message": "Konto erstellen" }, "newToBitwarden": { - "message": "New to Bitwarden?" + "message": "Neu bei Bitwarden?" }, "logInWithPasskey": { - "message": "Log in with passkey" + "message": "Mit Passkey anmelden" }, "useSingleSignOn": { - "message": "Use single sign-on" + "message": "Single Sign-on verwenden" }, "welcomeBack": { - "message": "Welcome back" + "message": "Willkommen zurück" }, "setAStrongPassword": { "message": "Lege ein starkes Passwort fest" @@ -846,7 +846,7 @@ "message": "Anmelden" }, "logInToBitwarden": { - "message": "Log in to Bitwarden" + "message": "Bei Bitwarden anmelden" }, "restartRegistration": { "message": "Registrierung neu starten" @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Passwortverlauf" }, + "generatorHistory": { + "message": "Generator-Verlauf" + }, + "clearGeneratorHistoryTitle": { + "message": "Generator-Verlauf löschen" + }, + "cleargGeneratorHistoryDescription": { + "message": "Wenn du fortfährst, werden alle Einträge dauerhaft aus dem Generator-Verlauf gelöscht. Bist du sicher, dass du fortfahren möchtest?" + }, "back": { "message": "Zurück" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Verlauf löschen" }, - "noPasswordsToShow": { - "message": "Keine Passwörter zum Anzeigen" + "nothingToShow": { + "message": "Nichts anzuzeigen" }, - "noRecentlyGeneratedPassword": { - "message": "Du hast in letzter Zeit kein Passwort generiert" + "nothingGeneratedRecently": { + "message": "Du hast in letzter Zeit nichts generiert" }, "remove": { "message": "Entfernen" @@ -4616,19 +4625,19 @@ "message": "Authentifizierung" }, "fillGeneratedPassword": { - "message": "Fill generated password", + "message": "Generiertes Passwort ausfüllen", "description": "Heading for the password generator within the inline menu" }, "passwordRegenerated": { - "message": "Password regenerated", + "message": "Passwort neu generiert", "description": "Notification message for when a password has been regenerated" }, "saveLoginToBitwarden": { - "message": "Save login to Bitwarden?", + "message": "Zugangsdaten in Bitwarden speichern?", "description": "Confirmation message for saving a login to Bitwarden" }, "spaceCharacterDescriptor": { - "message": "Space", + "message": "Leerzeichen", "description": "Represents the space key in screen reader content as a readable word" }, "tildeCharacterDescriptor": { @@ -4636,31 +4645,31 @@ "description": "Represents the ~ key in screen reader content as a readable word" }, "backtickCharacterDescriptor": { - "message": "Backtick", + "message": "Gravis", "description": "Represents the ` key in screen reader content as a readable word" }, "exclamationCharacterDescriptor": { - "message": "Exclamation mark", + "message": "Ausrufezeichen", "description": "Represents the ! key in screen reader content as a readable word" }, "atSignCharacterDescriptor": { - "message": "At sign", + "message": "At-Zeichen", "description": "Represents the @ key in screen reader content as a readable word" }, "hashSignCharacterDescriptor": { - "message": "Hash sign", + "message": "Raute", "description": "Represents the # key in screen reader content as a readable word" }, "dollarSignCharacterDescriptor": { - "message": "Dollar sign", + "message": "Dollarzeichen", "description": "Represents the $ key in screen reader content as a readable word" }, "percentSignCharacterDescriptor": { - "message": "Percent sign", + "message": "Prozentzeichen", "description": "Represents the % key in screen reader content as a readable word" }, "caretCharacterDescriptor": { - "message": "Caret", + "message": "Zirkumflex", "description": "Represents the ^ key in screen reader content as a readable word" }, "ampersandCharacterDescriptor": { @@ -4668,23 +4677,23 @@ "description": "Represents the & key in screen reader content as a readable word" }, "asteriskCharacterDescriptor": { - "message": "Asterisk", + "message": "Sternzeichen", "description": "Represents the * key in screen reader content as a readable word" }, "parenLeftCharacterDescriptor": { - "message": "Left parenthesis", + "message": "Linke Klammer", "description": "Represents the ( key in screen reader content as a readable word" }, "parenRightCharacterDescriptor": { - "message": "Right parenthesis", + "message": "Rechte Klammer", "description": "Represents the ) key in screen reader content as a readable word" }, "hyphenCharacterDescriptor": { - "message": "Underscore", + "message": "Unterstrich", "description": "Represents the _ key in screen reader content as a readable word" }, "underscoreCharacterDescriptor": { - "message": "Hyphen", + "message": "Bindestrich", "description": "Represents the - key in screen reader content as a readable word" }, "plusCharacterDescriptor": { @@ -4692,80 +4701,80 @@ "description": "Represents the + key in screen reader content as a readable word" }, "equalsCharacterDescriptor": { - "message": "Equals", + "message": "Gleich", "description": "Represents the = key in screen reader content as a readable word" }, "braceLeftCharacterDescriptor": { - "message": "Left brace", + "message": "Linke geschweifte Klammer", "description": "Represents the { key in screen reader content as a readable word" }, "braceRightCharacterDescriptor": { - "message": "Right brace", + "message": "Rechte geschweifte Klammer", "description": "Represents the } key in screen reader content as a readable word" }, "bracketLeftCharacterDescriptor": { - "message": "Left bracket", + "message": "Linke eckige Klammer", "description": "Represents the [ key in screen reader content as a readable word" }, "bracketRightCharacterDescriptor": { - "message": "Right bracket", + "message": "Rechte eckige Klammer", "description": "Represents the ] key in screen reader content as a readable word" }, "pipeCharacterDescriptor": { - "message": "Pipe", + "message": "Senkrechter Strich", "description": "Represents the | key in screen reader content as a readable word" }, "backSlashCharacterDescriptor": { - "message": "Back slash", + "message": "Rückstrich", "description": "Represents the back slash key in screen reader content as a readable word" }, "colonCharacterDescriptor": { - "message": "Colon", + "message": "Doppelpunkt", "description": "Represents the : key in screen reader content as a readable word" }, "semicolonCharacterDescriptor": { - "message": "Semicolon", + "message": "Semikolon", "description": "Represents the ; key in screen reader content as a readable word" }, "doubleQuoteCharacterDescriptor": { - "message": "Double quote", + "message": "Doppelte Anführungszeichen", "description": "Represents the double quote key in screen reader content as a readable word" }, "singleQuoteCharacterDescriptor": { - "message": "Single quote", + "message": "Einfaches Anführungszeichen", "description": "Represents the ' key in screen reader content as a readable word" }, "lessThanCharacterDescriptor": { - "message": "Less than", + "message": "Kleiner als", "description": "Represents the < key in screen reader content as a readable word" }, "greaterThanCharacterDescriptor": { - "message": "Greater than", + "message": "Größer als", "description": "Represents the > key in screen reader content as a readable word" }, "commaCharacterDescriptor": { - "message": "Comma", + "message": "Komma", "description": "Represents the , key in screen reader content as a readable word" }, "periodCharacterDescriptor": { - "message": "Period", + "message": "Punkt", "description": "Represents the . key in screen reader content as a readable word" }, "questionCharacterDescriptor": { - "message": "Question mark", + "message": "Fragezeichen", "description": "Represents the ? key in screen reader content as a readable word" }, "forwardSlashCharacterDescriptor": { - "message": "Forward slash", + "message": "Schrägstrich", "description": "Represents the / key in screen reader content as a readable word" }, "lowercaseAriaLabel": { - "message": "Lowercase" + "message": "Kleinbuchstaben" }, "uppercaseAriaLabel": { - "message": "Uppercase" + "message": "Großbuchstaben" }, "generatedPassword": { - "message": "Generated password" + "message": "Generiertes Passwort" } } diff --git a/apps/browser/src/_locales/el/messages.json b/apps/browser/src/_locales/el/messages.json index 3cbcf58ac7..c2bc58519c 100644 --- a/apps/browser/src/_locales/el/messages.json +++ b/apps/browser/src/_locales/el/messages.json @@ -3,7 +3,7 @@ "message": "Bitwarden" }, "extName": { - "message": "Bitwarden: Διαχείριση κωδικών πρόσβασης", + "message": "Διαχειριστής Κωδικών Πρόσβασης Bitwarden", "description": "Extension name, MUST be less than 40 characters (Safari restriction)" }, "extDesc": { @@ -20,16 +20,16 @@ "message": "Δημιουργία λογαριασμού" }, "newToBitwarden": { - "message": "New to Bitwarden?" + "message": "Νέος/α στο Bitwarden;" }, "logInWithPasskey": { - "message": "Log in with passkey" + "message": "Σύνδεση με κλειδί πρόσβασης" }, "useSingleSignOn": { - "message": "Use single sign-on" + "message": "Χρήση ενιαίας σύνδεσης" }, "welcomeBack": { - "message": "Welcome back" + "message": "Καλωσορίσατε και πάλι" }, "setAStrongPassword": { "message": "Ορίστε έναν ισχυρό κωδικό πρόσβασης" @@ -120,7 +120,7 @@ "message": "Αντιγραφή κωδικού πρόσβασης" }, "copyPassphrase": { - "message": "Copy passphrase" + "message": "Αντιγραφή φράσης πρόσβασης" }, "copyNote": { "message": "Αντιγραφή σημείωσης" @@ -168,7 +168,7 @@ "message": "Αντιγραφή σημειώσεων" }, "fill": { - "message": "Fill", + "message": "Συμπλήρωση", "description": "This string is used on the vault page to indicate autofilling. Horizontal space is limited in the interface here so try and keep translations as concise as possible." }, "autoFill": { @@ -427,7 +427,7 @@ "message": "Δημιουργία κωδικού πρόσβασης" }, "generatePassphrase": { - "message": "Generate passphrase" + "message": "Δημιουργία φράσης πρόσβασης" }, "regeneratePassword": { "message": "Επαναδημιουργία κωδικού πρόσβασης" @@ -591,7 +591,7 @@ "message": "Εκκίνηση ιστοσελίδας" }, "launchWebsiteName": { - "message": "Launch website $ITEMNAME$", + "message": "Εκκίνηση ιστοσελίδας $ITEMNAME$", "placeholders": { "itemname": { "content": "$1", @@ -846,7 +846,7 @@ "message": "Σύνδεση" }, "logInToBitwarden": { - "message": "Log in to Bitwarden" + "message": "Σύνδεση στο Bitwarden" }, "restartRegistration": { "message": "Επανεκκίνηση εγγραφής" @@ -1424,7 +1424,7 @@ "message": "URL Διακομιστή" }, "selfHostBaseUrl": { - "message": "Self-host server URL", + "message": "URL διακομιστή αυτο-φιλοξενίας", "description": "Label for field requesting a self-hosted integration service URL" }, "apiUrl": { @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Ιστορικό κωδικού πρόσβασης" }, + "generatorHistory": { + "message": "Ιστορικό γεννήτριας" + }, + "clearGeneratorHistoryTitle": { + "message": "Εκκαθάριση ιστορικού γεννήτριας" + }, + "cleargGeneratorHistoryDescription": { + "message": "Αν συνεχίσετε, όλες οι καταχωρήσεις θα διαγραφούν οριστικά από το ιστορικό της γεννήτριας. Είστε σίγουροι ότι θέλετε να συνεχίσετε;" + }, "back": { "message": "Πίσω" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Διαγραφή ιστορικού" }, - "noPasswordsToShow": { - "message": "Δεν υπάρχουν κωδικοί πρόσβασης για εμφάνιση" + "nothingToShow": { + "message": "Τίποτα για προβολή" }, - "noRecentlyGeneratedPassword": { - "message": "Δεν έχετε δημιουργήσει πρόσφατα έναν κωδικό πρόσβασης" + "nothingGeneratedRecently": { + "message": "Δεν έχετε δημιουργήσει τίποτα πρόσφατα" }, "remove": { "message": "Αφαίρεση" @@ -2503,7 +2512,7 @@ "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "sendPasswordDescV3": { - "message": "Add an optional password for recipients to access this Send.", + "message": "Προσθέστε έναν προαιρετικό κωδικό πρόσβασης για τους παραλήπτες για πρόσβαση σε αυτό το Send.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "sendNotesDesc": { @@ -2866,7 +2875,7 @@ "message": "Δημιουργία ονόματος χρήστη" }, "generateEmail": { - "message": "Generate email" + "message": "Δημιουργία email" }, "usernameType": { "message": "Τύπος ονόματος χρήστη" @@ -2909,11 +2918,11 @@ "message": "Δημιουργήστε ένα alias email με μια εξωτερική υπηρεσία προώθησης." }, "forwarderDomainName": { - "message": "Email domain", + "message": "Τομέας ηλ. ταχυδρομείου", "description": "Labels the domain name email forwarder service option" }, "forwarderDomainNameHint": { - "message": "Choose a domain that is supported by the selected service", + "message": "Επιλέξτε ένα τομέα που υποστηρίζεται από την επιλεγμένη υπηρεσία", "description": "Guidance provided for email forwarding services that support multiple email domains." }, "forwarderError": { @@ -4616,23 +4625,23 @@ "message": "Ταυτοποίηση" }, "fillGeneratedPassword": { - "message": "Fill generated password", + "message": "Συμπληρώση του δημιουργημένου κωδικού πρόσβασης", "description": "Heading for the password generator within the inline menu" }, "passwordRegenerated": { - "message": "Password regenerated", + "message": "Ο κωδικός επαναδημιουργήθηκε", "description": "Notification message for when a password has been regenerated" }, "saveLoginToBitwarden": { - "message": "Save login to Bitwarden?", + "message": "Αποθήκευση σύνδεσης στο Bitwarden;", "description": "Confirmation message for saving a login to Bitwarden" }, "spaceCharacterDescriptor": { - "message": "Space", + "message": "Κενό", "description": "Represents the space key in screen reader content as a readable word" }, "tildeCharacterDescriptor": { - "message": "Tilde", + "message": "Περισπωμένη", "description": "Represents the ~ key in screen reader content as a readable word" }, "backtickCharacterDescriptor": { @@ -4640,23 +4649,23 @@ "description": "Represents the ` key in screen reader content as a readable word" }, "exclamationCharacterDescriptor": { - "message": "Exclamation mark", + "message": "Θαυμαστικό", "description": "Represents the ! key in screen reader content as a readable word" }, "atSignCharacterDescriptor": { - "message": "At sign", + "message": "Παπάκι", "description": "Represents the @ key in screen reader content as a readable word" }, "hashSignCharacterDescriptor": { - "message": "Hash sign", + "message": "Δίεση", "description": "Represents the # key in screen reader content as a readable word" }, "dollarSignCharacterDescriptor": { - "message": "Dollar sign", + "message": "Δολάριο", "description": "Represents the $ key in screen reader content as a readable word" }, "percentSignCharacterDescriptor": { - "message": "Percent sign", + "message": "Τοις εκατό", "description": "Represents the % key in screen reader content as a readable word" }, "caretCharacterDescriptor": { @@ -4668,47 +4677,47 @@ "description": "Represents the & key in screen reader content as a readable word" }, "asteriskCharacterDescriptor": { - "message": "Asterisk", + "message": "Αστερίσκος", "description": "Represents the * key in screen reader content as a readable word" }, "parenLeftCharacterDescriptor": { - "message": "Left parenthesis", + "message": "Αριστερή παρένθεση", "description": "Represents the ( key in screen reader content as a readable word" }, "parenRightCharacterDescriptor": { - "message": "Right parenthesis", + "message": "Δεξιά παρένθεση", "description": "Represents the ) key in screen reader content as a readable word" }, "hyphenCharacterDescriptor": { - "message": "Underscore", + "message": "Κάτω παύλα", "description": "Represents the _ key in screen reader content as a readable word" }, "underscoreCharacterDescriptor": { - "message": "Hyphen", + "message": "Παύλα", "description": "Represents the - key in screen reader content as a readable word" }, "plusCharacterDescriptor": { - "message": "Plus", + "message": "Συν", "description": "Represents the + key in screen reader content as a readable word" }, "equalsCharacterDescriptor": { - "message": "Equals", + "message": "Ίσον", "description": "Represents the = key in screen reader content as a readable word" }, "braceLeftCharacterDescriptor": { - "message": "Left brace", + "message": "Αριστερό άγκιστρο", "description": "Represents the { key in screen reader content as a readable word" }, "braceRightCharacterDescriptor": { - "message": "Right brace", + "message": "Δεξί άγκιστρο", "description": "Represents the } key in screen reader content as a readable word" }, "bracketLeftCharacterDescriptor": { - "message": "Left bracket", + "message": "Αριστερή αγκύλη", "description": "Represents the [ key in screen reader content as a readable word" }, "bracketRightCharacterDescriptor": { - "message": "Right bracket", + "message": "Δεξιά αγκύλη", "description": "Represents the ] key in screen reader content as a readable word" }, "pipeCharacterDescriptor": { @@ -4720,7 +4729,7 @@ "description": "Represents the back slash key in screen reader content as a readable word" }, "colonCharacterDescriptor": { - "message": "Colon", + "message": "Άνω κάτω τελεία", "description": "Represents the : key in screen reader content as a readable word" }, "semicolonCharacterDescriptor": { @@ -4736,11 +4745,11 @@ "description": "Represents the ' key in screen reader content as a readable word" }, "lessThanCharacterDescriptor": { - "message": "Less than", + "message": "Λιγότερο από", "description": "Represents the < key in screen reader content as a readable word" }, "greaterThanCharacterDescriptor": { - "message": "Greater than", + "message": "Μεγαλύτερο από", "description": "Represents the > key in screen reader content as a readable word" }, "commaCharacterDescriptor": { @@ -4748,11 +4757,11 @@ "description": "Represents the , key in screen reader content as a readable word" }, "periodCharacterDescriptor": { - "message": "Period", + "message": "Τελεία", "description": "Represents the . key in screen reader content as a readable word" }, "questionCharacterDescriptor": { - "message": "Question mark", + "message": "Αγγλικό ερωτηματικό", "description": "Represents the ? key in screen reader content as a readable word" }, "forwardSlashCharacterDescriptor": { @@ -4760,10 +4769,10 @@ "description": "Represents the / key in screen reader content as a readable word" }, "lowercaseAriaLabel": { - "message": "Lowercase" + "message": "Πεζά" }, "uppercaseAriaLabel": { - "message": "Uppercase" + "message": "Κεφαλαία" }, "generatedPassword": { "message": "Generated password" diff --git a/apps/browser/src/_locales/en_GB/messages.json b/apps/browser/src/_locales/en_GB/messages.json index 0aae94aee4..71161b14e5 100644 --- a/apps/browser/src/_locales/en_GB/messages.json +++ b/apps/browser/src/_locales/en_GB/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Password history" }, + "generatorHistory": { + "message": "Generator history" + }, + "clearGeneratorHistoryTitle": { + "message": "Clear generator history" + }, + "cleargGeneratorHistoryDescription": { + "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + }, "back": { "message": "Back" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Clear history" }, - "noPasswordsToShow": { - "message": "No passwords to show" + "nothingToShow": { + "message": "Nothing to show" }, - "noRecentlyGeneratedPassword": { - "message": "You haven't generated a password recently" + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "Remove" diff --git a/apps/browser/src/_locales/en_IN/messages.json b/apps/browser/src/_locales/en_IN/messages.json index 4eab6adf74..4265ffa696 100644 --- a/apps/browser/src/_locales/en_IN/messages.json +++ b/apps/browser/src/_locales/en_IN/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Password history" }, + "generatorHistory": { + "message": "Generator history" + }, + "clearGeneratorHistoryTitle": { + "message": "Clear generator history" + }, + "cleargGeneratorHistoryDescription": { + "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + }, "back": { "message": "Back" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Clear history" }, - "noPasswordsToShow": { - "message": "No passwords to show" + "nothingToShow": { + "message": "Nothing to show" }, - "noRecentlyGeneratedPassword": { - "message": "You haven't generated a password recently" + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "Remove" diff --git a/apps/browser/src/_locales/es/messages.json b/apps/browser/src/_locales/es/messages.json index 28d63aca13..5c7e82f89b 100644 --- a/apps/browser/src/_locales/es/messages.json +++ b/apps/browser/src/_locales/es/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Historial de contraseñas" }, + "generatorHistory": { + "message": "Generator history" + }, + "clearGeneratorHistoryTitle": { + "message": "Clear generator history" + }, + "cleargGeneratorHistoryDescription": { + "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + }, "back": { "message": "Atrás" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Clear history" }, - "noPasswordsToShow": { - "message": "No passwords to show" + "nothingToShow": { + "message": "Nothing to show" }, - "noRecentlyGeneratedPassword": { - "message": "You haven't generated a password recently" + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "Eliminar" diff --git a/apps/browser/src/_locales/et/messages.json b/apps/browser/src/_locales/et/messages.json index 13b521c47a..38543a8884 100644 --- a/apps/browser/src/_locales/et/messages.json +++ b/apps/browser/src/_locales/et/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Paroolide ajalugu" }, + "generatorHistory": { + "message": "Generator history" + }, + "clearGeneratorHistoryTitle": { + "message": "Clear generator history" + }, + "cleargGeneratorHistoryDescription": { + "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + }, "back": { "message": "Tagasi" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Clear history" }, - "noPasswordsToShow": { - "message": "No passwords to show" + "nothingToShow": { + "message": "Nothing to show" }, - "noRecentlyGeneratedPassword": { - "message": "You haven't generated a password recently" + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "Eemalda" diff --git a/apps/browser/src/_locales/eu/messages.json b/apps/browser/src/_locales/eu/messages.json index 037873bbc5..3bdc49f61a 100644 --- a/apps/browser/src/_locales/eu/messages.json +++ b/apps/browser/src/_locales/eu/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Pasahitz historia" }, + "generatorHistory": { + "message": "Generator history" + }, + "clearGeneratorHistoryTitle": { + "message": "Clear generator history" + }, + "cleargGeneratorHistoryDescription": { + "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + }, "back": { "message": "Itzuli" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Clear history" }, - "noPasswordsToShow": { - "message": "No passwords to show" + "nothingToShow": { + "message": "Nothing to show" }, - "noRecentlyGeneratedPassword": { - "message": "You haven't generated a password recently" + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "Ezabatu" diff --git a/apps/browser/src/_locales/fa/messages.json b/apps/browser/src/_locales/fa/messages.json index 42005f3f45..94c420155e 100644 --- a/apps/browser/src/_locales/fa/messages.json +++ b/apps/browser/src/_locales/fa/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "تاریخچه کلمه عبور" }, + "generatorHistory": { + "message": "Generator history" + }, + "clearGeneratorHistoryTitle": { + "message": "Clear generator history" + }, + "cleargGeneratorHistoryDescription": { + "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + }, "back": { "message": "بازگشت" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Clear history" }, - "noPasswordsToShow": { - "message": "No passwords to show" + "nothingToShow": { + "message": "Nothing to show" }, - "noRecentlyGeneratedPassword": { - "message": "You haven't generated a password recently" + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "حذف" diff --git a/apps/browser/src/_locales/fi/messages.json b/apps/browser/src/_locales/fi/messages.json index dcd38ff6c7..3d0fe6ea64 100644 --- a/apps/browser/src/_locales/fi/messages.json +++ b/apps/browser/src/_locales/fi/messages.json @@ -1627,7 +1627,7 @@ "message": "Erääntymisvuosi" }, "expiration": { - "message": "Erääntymisaika" + "message": "Voimassaolo päättyy" }, "january": { "message": "Tammikuu" @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Salasanahistoria" }, + "generatorHistory": { + "message": "Generator history" + }, + "clearGeneratorHistoryTitle": { + "message": "Clear generator history" + }, + "cleargGeneratorHistoryDescription": { + "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + }, "back": { "message": "Takaisin" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Tyhjennä historia" }, - "noPasswordsToShow": { - "message": "Näytettäviä salasanoja ei ole" + "nothingToShow": { + "message": "Nothing to show" }, - "noRecentlyGeneratedPassword": { - "message": "Et ole luonut salasanoja hiljattain" + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "Poista" @@ -4007,7 +4016,7 @@ "message": "Tyhjennä suodattimet tai kokeile toista hakutermiä" }, "copyInfoTitle": { - "message": "Kopioi tietoja - $ITEMNAME$", + "message": "Kopioi tiedot - $ITEMNAME$", "description": "Title for a button that opens a menu with options to copy information from an item.", "placeholders": { "itemname": { @@ -4070,7 +4079,7 @@ "message": "Ei kopioitavia arvoja" }, "assignToCollections": { - "message": "Määritä kokoelmiin" + "message": "Määritä kokoelmat" }, "copyEmail": { "message": "Kopioi sähköpostiosoite" @@ -4559,7 +4568,7 @@ "message": "Bitwardenilla on uusi ulkoasu!" }, "bitwardenNewLookDesc": { - "message": "Automaattitäyttäminen ja hakujen tekeminen Holvi-välilehdeltä on entistä helpompaa ja luontevampaa. Kokeile nyt!" + "message": "Automaattinen täyttö ja sisällön haku Holvi-välilehdeltä on nyt entistä helpompaa ja luontevampaa. Kokeile nyt!" }, "accountActions": { "message": "Tilitoiminnot" diff --git a/apps/browser/src/_locales/fil/messages.json b/apps/browser/src/_locales/fil/messages.json index 8a52a1a09c..5adeda013f 100644 --- a/apps/browser/src/_locales/fil/messages.json +++ b/apps/browser/src/_locales/fil/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Kasaysayan ng Password" }, + "generatorHistory": { + "message": "Generator history" + }, + "clearGeneratorHistoryTitle": { + "message": "Clear generator history" + }, + "cleargGeneratorHistoryDescription": { + "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + }, "back": { "message": "Bumalik" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Clear history" }, - "noPasswordsToShow": { - "message": "No passwords to show" + "nothingToShow": { + "message": "Nothing to show" }, - "noRecentlyGeneratedPassword": { - "message": "You haven't generated a password recently" + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "Alisin" diff --git a/apps/browser/src/_locales/fr/messages.json b/apps/browser/src/_locales/fr/messages.json index f8e7dc4168..ed2cfb19df 100644 --- a/apps/browser/src/_locales/fr/messages.json +++ b/apps/browser/src/_locales/fr/messages.json @@ -120,7 +120,7 @@ "message": "Copier le mot de passe" }, "copyPassphrase": { - "message": "Copy passphrase" + "message": "Copier la phrase de passe" }, "copyNote": { "message": "Copier la note" @@ -427,7 +427,7 @@ "message": "Générer un mot de passe" }, "generatePassphrase": { - "message": "Generate passphrase" + "message": "Générer une phrase de passe" }, "regeneratePassword": { "message": "Régénérer un mot de passe" @@ -567,7 +567,7 @@ "message": "Notes" }, "privateNote": { - "message": "Private note" + "message": "Note privée" }, "note": { "message": "Note" @@ -624,7 +624,7 @@ "message": "Expiration de la session" }, "vaultTimeoutHeader": { - "message": "Vault timeout" + "message": "Délai d'expiration du coffre" }, "otherOptions": { "message": "Autres options" @@ -676,7 +676,7 @@ "message": "Délai d'expiration du coffre" }, "vaultTimeout1": { - "message": "Timeout" + "message": "Délai d'expiration" }, "lockNow": { "message": "Verrouiller maintenant" @@ -882,7 +882,7 @@ "message": "L'authentification à deux facteurs rend votre compte plus sûr en vous demandant de vérifier votre connexion avec un autre dispositif tel qu'une clé de sécurité, une application d'authentification, un SMS, un appel téléphonique ou un courriel. L'authentification à deux facteurs peut être configurée dans le coffre web de bitwarden.com. Voulez-vous visiter le site web maintenant ?" }, "twoStepLoginConfirmationContent": { - "message": "Make your account more secure by setting up two-step login in the Bitwarden web app." + "message": "Rendez votre compte plus sécurisé en configurant la connexion en deux étapes dans l'application web Bitwarden." }, "twoStepLoginConfirmationTitle": { "message": "Poursuivre vers l'application web ?" @@ -1424,7 +1424,7 @@ "message": "URL du serveur" }, "selfHostBaseUrl": { - "message": "Self-host server URL", + "message": "URL du serveur auto-hébergé", "description": "Label for field requesting a self-hosted integration service URL" }, "apiUrl": { @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Historique des mots de passe" }, + "generatorHistory": { + "message": "Historique du générateur" + }, + "clearGeneratorHistoryTitle": { + "message": "Effacer l'historique du générateur" + }, + "cleargGeneratorHistoryDescription": { + "message": "Si vous continuez, toutes les entrées seront définitivement supprimées de l'historique du générateur. Êtes-vous sûr de vouloir continuer ?" + }, "back": { "message": "Retour" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Effacer l'historique" }, - "noPasswordsToShow": { - "message": "Aucun mot de passe à afficher" + "nothingToShow": { + "message": "Rien à montrer" }, - "noRecentlyGeneratedPassword": { - "message": "Vous n'avez pas généré de mot de passe récemment" + "nothingGeneratedRecently": { + "message": "Vous n'avez rien généré récemment" }, "remove": { "message": "Supprimer" @@ -1984,7 +1993,7 @@ "message": "Définissez votre code PIN pour déverrouiller Bitwarden. Les paramètres relatifs à votre code PIN seront réinitialisés si vous vous déconnectez complètement de l'application." }, "setYourPinCode1": { - "message": "Your PIN will be used to unlock Bitwarden instead of your master password. Your PIN will reset if you ever fully log out of Bitwarden." + "message": "Votre code PIN sera utilisé pour déverrouiller Bitwarden au lieu de votre mot de passe principal. Votre code PIN sera réinitialisé si vous vous déconnectez complètement de Bitwarden." }, "pinRequired": { "message": "Le code PIN est requis." @@ -2011,7 +2020,7 @@ "message": "Verrouiller avec le mot de passe principal au redémarrage du navigateur" }, "lockWithMasterPassOnRestart1": { - "message": "Require master password on browser restart" + "message": "Exiger le mot de passe principal au redémarrage du navigateur" }, "selectOneCollection": { "message": "Vous devez sélectionner au moins une collection." @@ -2052,7 +2061,7 @@ "message": "Action après délai d'expiration du coffre" }, "vaultTimeoutAction1": { - "message": "Timeout action" + "message": "Expiration de l'action" }, "lock": { "message": "Verrouiller", @@ -2340,14 +2349,14 @@ "message": "Changements de domaines exclus enregistrés" }, "limitSendViews": { - "message": "Limit views" + "message": "Limiter les vues" }, "limitSendViewsHint": { - "message": "No one can view this Send after the limit is reached.", + "message": "Personne ne peut voir ce Send une fois la limite atteinte.", "description": "Displayed under the limit views field on Send" }, "limitSendViewsCount": { - "message": "$ACCESSCOUNT$ views left", + "message": "$ACCESSCOUNT$ vues restantes", "description": "Displayed under the limit views field on Send", "placeholders": { "accessCount": { @@ -2866,7 +2875,7 @@ "message": "Générer un nom d'utilisateur" }, "generateEmail": { - "message": "Generate email" + "message": "Générer un courriel" }, "usernameType": { "message": "Type de nom d'utilisateur" @@ -2909,7 +2918,7 @@ "message": "Générer un alias de courriel avec un service de transfert externe." }, "forwarderDomainName": { - "message": "Email domain", + "message": "Domaine du courriel", "description": "Labels the domain name email forwarder service option" }, "forwarderDomainNameHint": { diff --git a/apps/browser/src/_locales/gl/messages.json b/apps/browser/src/_locales/gl/messages.json index dfaa32981d..b6aea83973 100644 --- a/apps/browser/src/_locales/gl/messages.json +++ b/apps/browser/src/_locales/gl/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Historial de contrasinais" }, + "generatorHistory": { + "message": "Generator history" + }, + "clearGeneratorHistoryTitle": { + "message": "Clear generator history" + }, + "cleargGeneratorHistoryDescription": { + "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + }, "back": { "message": "Atrás" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Clear history" }, - "noPasswordsToShow": { - "message": "No passwords to show" + "nothingToShow": { + "message": "Nothing to show" }, - "noRecentlyGeneratedPassword": { - "message": "You haven't generated a password recently" + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "Eliminar" diff --git a/apps/browser/src/_locales/he/messages.json b/apps/browser/src/_locales/he/messages.json index a991d57b48..ceaa737025 100644 --- a/apps/browser/src/_locales/he/messages.json +++ b/apps/browser/src/_locales/he/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "היסטוריית סיסמאות" }, + "generatorHistory": { + "message": "Generator history" + }, + "clearGeneratorHistoryTitle": { + "message": "Clear generator history" + }, + "cleargGeneratorHistoryDescription": { + "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + }, "back": { "message": "הקודם" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Clear history" }, - "noPasswordsToShow": { - "message": "No passwords to show" + "nothingToShow": { + "message": "Nothing to show" }, - "noRecentlyGeneratedPassword": { - "message": "You haven't generated a password recently" + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "הסר" diff --git a/apps/browser/src/_locales/hi/messages.json b/apps/browser/src/_locales/hi/messages.json index 85d99becef..f9b11310f6 100644 --- a/apps/browser/src/_locales/hi/messages.json +++ b/apps/browser/src/_locales/hi/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "पासवर्ड इतिहास" }, + "generatorHistory": { + "message": "Generator history" + }, + "clearGeneratorHistoryTitle": { + "message": "Clear generator history" + }, + "cleargGeneratorHistoryDescription": { + "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + }, "back": { "message": "वापस जाएं" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Clear history" }, - "noPasswordsToShow": { - "message": "No passwords to show" + "nothingToShow": { + "message": "Nothing to show" }, - "noRecentlyGeneratedPassword": { - "message": "You haven't generated a password recently" + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "हटाएं" diff --git a/apps/browser/src/_locales/hr/messages.json b/apps/browser/src/_locales/hr/messages.json index d23fed9cda..aef566431b 100644 --- a/apps/browser/src/_locales/hr/messages.json +++ b/apps/browser/src/_locales/hr/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Povijest" }, + "generatorHistory": { + "message": "Generator history" + }, + "clearGeneratorHistoryTitle": { + "message": "Clear generator history" + }, + "cleargGeneratorHistoryDescription": { + "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + }, "back": { "message": "Natrag" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Očisti povijest" }, - "noPasswordsToShow": { - "message": "Nema lozinki za prikaz" + "nothingToShow": { + "message": "Nothing to show" }, - "noRecentlyGeneratedPassword": { - "message": "Nema nedavno generiranih lozinki" + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "Ukloni" diff --git a/apps/browser/src/_locales/hu/messages.json b/apps/browser/src/_locales/hu/messages.json index 2582fc7515..32b577b0e8 100644 --- a/apps/browser/src/_locales/hu/messages.json +++ b/apps/browser/src/_locales/hu/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Jelszó előzmények" }, + "generatorHistory": { + "message": "Generator history" + }, + "clearGeneratorHistoryTitle": { + "message": "Beenerátor előzmények kiürítése" + }, + "cleargGeneratorHistoryDescription": { + "message": "Ha folytatjuk, az összes bejegyzés véglegesen törlődik a generátor előzményeiből. Biztosan folytatjuk?" + }, "back": { "message": "Vissza" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Előzmények törlése" }, - "noPasswordsToShow": { - "message": "Nincsenek megjeleníthető jelszavak." + "nothingToShow": { + "message": "Nothing to show" }, - "noRecentlyGeneratedPassword": { - "message": "Mostanában nem lett jelszó generálva." + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "Eltávolítás" diff --git a/apps/browser/src/_locales/id/messages.json b/apps/browser/src/_locales/id/messages.json index 2ee5e6855d..1b0f9d1929 100644 --- a/apps/browser/src/_locales/id/messages.json +++ b/apps/browser/src/_locales/id/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Riwayat Kata Sandi" }, + "generatorHistory": { + "message": "Generator history" + }, + "clearGeneratorHistoryTitle": { + "message": "Clear generator history" + }, + "cleargGeneratorHistoryDescription": { + "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + }, "back": { "message": "Kembali" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Clear history" }, - "noPasswordsToShow": { - "message": "No passwords to show" + "nothingToShow": { + "message": "Nothing to show" }, - "noRecentlyGeneratedPassword": { - "message": "You haven't generated a password recently" + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "Hapus" diff --git a/apps/browser/src/_locales/it/messages.json b/apps/browser/src/_locales/it/messages.json index 912fba5626..300d99cbed 100644 --- a/apps/browser/src/_locales/it/messages.json +++ b/apps/browser/src/_locales/it/messages.json @@ -1328,7 +1328,7 @@ "message": "Ricordami" }, "sendVerificationCodeEmailAgain": { - "message": "Invia email con codice di verifica di nuovo" + "message": "Invia di nuovo l'email con codice di verifica" }, "useAnotherTwoStepMethod": { "message": "Usa un altro metodo di verifica in due passaggi" @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Cronologia delle password" }, + "generatorHistory": { + "message": "Generator history" + }, + "clearGeneratorHistoryTitle": { + "message": "Clear generator history" + }, + "cleargGeneratorHistoryDescription": { + "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + }, "back": { "message": "Indietro" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Cancella cronologia" }, - "noPasswordsToShow": { - "message": "Nessuna password da mostrare" + "nothingToShow": { + "message": "Nothing to show" }, - "noRecentlyGeneratedPassword": { - "message": "Non hai generato una password di recente" + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "Rimuovi" @@ -2135,7 +2144,7 @@ "message": "Una o più politiche dell'organizzazione richiedono che la tua password principale soddisfi questi requisiti:" }, "policyInEffectMinComplexity": { - "message": "Punteggio minimo di complessità di $SCORE$", + "message": "Punteggio di complessità minimo di $SCORE$", "placeholders": { "score": { "content": "$1", @@ -3134,7 +3143,7 @@ "message": "Password principale debole e violata" }, "weakAndBreachedMasterPasswordDesc": { - "message": "Password debole e trovata una violazione dei dati. Usa una password forte e unica per proteggere il tuo account. Sei sicuro di voler usare questa password?" + "message": "Password debole e trovata in una violazione dei dati. Usa una password forte e unica per proteggere il tuo account. Sei sicuro di voler usare questa password?" }, "checkForBreaches": { "message": "Controlla se la tua password è presente in una violazione dei dati" diff --git a/apps/browser/src/_locales/ja/messages.json b/apps/browser/src/_locales/ja/messages.json index 59fe8fcf70..75378889d1 100644 --- a/apps/browser/src/_locales/ja/messages.json +++ b/apps/browser/src/_locales/ja/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "パスワードの履歴" }, + "generatorHistory": { + "message": "Generator history" + }, + "clearGeneratorHistoryTitle": { + "message": "Clear generator history" + }, + "cleargGeneratorHistoryDescription": { + "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + }, "back": { "message": "戻る" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "履歴を消去" }, - "noPasswordsToShow": { - "message": "パスワードがありません" + "nothingToShow": { + "message": "Nothing to show" }, - "noRecentlyGeneratedPassword": { - "message": "最近パスワードを生成していません" + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "削除" diff --git a/apps/browser/src/_locales/ka/messages.json b/apps/browser/src/_locales/ka/messages.json index 1d38c4b53e..a5f82794ec 100644 --- a/apps/browser/src/_locales/ka/messages.json +++ b/apps/browser/src/_locales/ka/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Password history" }, + "generatorHistory": { + "message": "Generator history" + }, + "clearGeneratorHistoryTitle": { + "message": "Clear generator history" + }, + "cleargGeneratorHistoryDescription": { + "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + }, "back": { "message": "უკან" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "პაროლების ისტორია" }, - "noPasswordsToShow": { - "message": "No passwords to show" + "nothingToShow": { + "message": "Nothing to show" }, - "noRecentlyGeneratedPassword": { - "message": "You haven't generated a password recently" + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "წაშლა" diff --git a/apps/browser/src/_locales/km/messages.json b/apps/browser/src/_locales/km/messages.json index 4037887cb2..3414760d2a 100644 --- a/apps/browser/src/_locales/km/messages.json +++ b/apps/browser/src/_locales/km/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Password history" }, + "generatorHistory": { + "message": "Generator history" + }, + "clearGeneratorHistoryTitle": { + "message": "Clear generator history" + }, + "cleargGeneratorHistoryDescription": { + "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + }, "back": { "message": "Back" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Clear history" }, - "noPasswordsToShow": { - "message": "No passwords to show" + "nothingToShow": { + "message": "Nothing to show" }, - "noRecentlyGeneratedPassword": { - "message": "You haven't generated a password recently" + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "Remove" diff --git a/apps/browser/src/_locales/kn/messages.json b/apps/browser/src/_locales/kn/messages.json index c58b6e5ff8..96078aa7ed 100644 --- a/apps/browser/src/_locales/kn/messages.json +++ b/apps/browser/src/_locales/kn/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "ಪಾಸ್ವರ್ಡ್ ಇತಿಹಾಸ" }, + "generatorHistory": { + "message": "Generator history" + }, + "clearGeneratorHistoryTitle": { + "message": "Clear generator history" + }, + "cleargGeneratorHistoryDescription": { + "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + }, "back": { "message": "ಹಿಂದಕ್ಕೆ" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Clear history" }, - "noPasswordsToShow": { - "message": "No passwords to show" + "nothingToShow": { + "message": "Nothing to show" }, - "noRecentlyGeneratedPassword": { - "message": "You haven't generated a password recently" + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "ತೆಗೆ" diff --git a/apps/browser/src/_locales/ko/messages.json b/apps/browser/src/_locales/ko/messages.json index e9b012cc27..de015d285a 100644 --- a/apps/browser/src/_locales/ko/messages.json +++ b/apps/browser/src/_locales/ko/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "비밀번호 변경 기록" }, + "generatorHistory": { + "message": "Generator history" + }, + "clearGeneratorHistoryTitle": { + "message": "Clear generator history" + }, + "cleargGeneratorHistoryDescription": { + "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + }, "back": { "message": "뒤로" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Clear history" }, - "noPasswordsToShow": { - "message": "No passwords to show" + "nothingToShow": { + "message": "Nothing to show" }, - "noRecentlyGeneratedPassword": { - "message": "You haven't generated a password recently" + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "제거" diff --git a/apps/browser/src/_locales/lt/messages.json b/apps/browser/src/_locales/lt/messages.json index 660cf62b69..716c474b53 100644 --- a/apps/browser/src/_locales/lt/messages.json +++ b/apps/browser/src/_locales/lt/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Slaptažodžio istorija" }, + "generatorHistory": { + "message": "Generator history" + }, + "clearGeneratorHistoryTitle": { + "message": "Clear generator history" + }, + "cleargGeneratorHistoryDescription": { + "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + }, "back": { "message": "Atgal" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Clear history" }, - "noPasswordsToShow": { - "message": "No passwords to show" + "nothingToShow": { + "message": "Nothing to show" }, - "noRecentlyGeneratedPassword": { - "message": "You haven't generated a password recently" + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "Pašalinti" diff --git a/apps/browser/src/_locales/lv/messages.json b/apps/browser/src/_locales/lv/messages.json index 56321c97cb..8e277cf7f8 100644 --- a/apps/browser/src/_locales/lv/messages.json +++ b/apps/browser/src/_locales/lv/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Paroļu vēsture" }, + "generatorHistory": { + "message": "Veidotāja vēsture" + }, + "clearGeneratorHistoryTitle": { + "message": "Iztīrīt veidotāja vēsturi" + }, + "cleargGeneratorHistoryDescription": { + "message": "Turpinot visi veidotāja vēstures ieraksti tiks neatgrieziniski izdzēsti. Vai tiešām turpināt?" + }, "back": { "message": "Atpakaļ" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Notīrīt vēsturi" }, - "noPasswordsToShow": { - "message": "Nav paroļu, ko parādīt" + "nothingToShow": { + "message": "Nav nekā, ko parādīt" }, - "noRecentlyGeneratedPassword": { - "message": "Pēdējā laikā nav izveidota neviena parole" + "nothingGeneratedRecently": { + "message": "Pēdējā laikā nav nekas izveidots" }, "remove": { "message": "Noņemt" diff --git a/apps/browser/src/_locales/ml/messages.json b/apps/browser/src/_locales/ml/messages.json index 4557659203..2cfabae5b9 100644 --- a/apps/browser/src/_locales/ml/messages.json +++ b/apps/browser/src/_locales/ml/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "പാസ്സ്‌വേഡ് നാൾവഴി" }, + "generatorHistory": { + "message": "Generator history" + }, + "clearGeneratorHistoryTitle": { + "message": "Clear generator history" + }, + "cleargGeneratorHistoryDescription": { + "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + }, "back": { "message": "പുറകോട്ട്" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Clear history" }, - "noPasswordsToShow": { - "message": "No passwords to show" + "nothingToShow": { + "message": "Nothing to show" }, - "noRecentlyGeneratedPassword": { - "message": "You haven't generated a password recently" + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "നീക്കുക" diff --git a/apps/browser/src/_locales/mr/messages.json b/apps/browser/src/_locales/mr/messages.json index 083e61c3b9..d8e86c4c9e 100644 --- a/apps/browser/src/_locales/mr/messages.json +++ b/apps/browser/src/_locales/mr/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Password history" }, + "generatorHistory": { + "message": "Generator history" + }, + "clearGeneratorHistoryTitle": { + "message": "Clear generator history" + }, + "cleargGeneratorHistoryDescription": { + "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + }, "back": { "message": "Back" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Clear history" }, - "noPasswordsToShow": { - "message": "No passwords to show" + "nothingToShow": { + "message": "Nothing to show" }, - "noRecentlyGeneratedPassword": { - "message": "You haven't generated a password recently" + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "Remove" diff --git a/apps/browser/src/_locales/my/messages.json b/apps/browser/src/_locales/my/messages.json index 4037887cb2..3414760d2a 100644 --- a/apps/browser/src/_locales/my/messages.json +++ b/apps/browser/src/_locales/my/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Password history" }, + "generatorHistory": { + "message": "Generator history" + }, + "clearGeneratorHistoryTitle": { + "message": "Clear generator history" + }, + "cleargGeneratorHistoryDescription": { + "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + }, "back": { "message": "Back" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Clear history" }, - "noPasswordsToShow": { - "message": "No passwords to show" + "nothingToShow": { + "message": "Nothing to show" }, - "noRecentlyGeneratedPassword": { - "message": "You haven't generated a password recently" + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "Remove" diff --git a/apps/browser/src/_locales/nb/messages.json b/apps/browser/src/_locales/nb/messages.json index 19c1fd0e89..ecd0b1e5c1 100644 --- a/apps/browser/src/_locales/nb/messages.json +++ b/apps/browser/src/_locales/nb/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Passordhistorikk" }, + "generatorHistory": { + "message": "Generator history" + }, + "clearGeneratorHistoryTitle": { + "message": "Clear generator history" + }, + "cleargGeneratorHistoryDescription": { + "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + }, "back": { "message": "Tilbake" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Clear history" }, - "noPasswordsToShow": { - "message": "No passwords to show" + "nothingToShow": { + "message": "Nothing to show" }, - "noRecentlyGeneratedPassword": { - "message": "You haven't generated a password recently" + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "Fjern" diff --git a/apps/browser/src/_locales/ne/messages.json b/apps/browser/src/_locales/ne/messages.json index 4037887cb2..3414760d2a 100644 --- a/apps/browser/src/_locales/ne/messages.json +++ b/apps/browser/src/_locales/ne/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Password history" }, + "generatorHistory": { + "message": "Generator history" + }, + "clearGeneratorHistoryTitle": { + "message": "Clear generator history" + }, + "cleargGeneratorHistoryDescription": { + "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + }, "back": { "message": "Back" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Clear history" }, - "noPasswordsToShow": { - "message": "No passwords to show" + "nothingToShow": { + "message": "Nothing to show" }, - "noRecentlyGeneratedPassword": { - "message": "You haven't generated a password recently" + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "Remove" diff --git a/apps/browser/src/_locales/nl/messages.json b/apps/browser/src/_locales/nl/messages.json index c36a0018b9..fe415cfb1d 100644 --- a/apps/browser/src/_locales/nl/messages.json +++ b/apps/browser/src/_locales/nl/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Geschiedenis" }, + "generatorHistory": { + "message": "Generatorgeschiedenis" + }, + "clearGeneratorHistoryTitle": { + "message": "Generatorgeschiedenis wissen" + }, + "cleargGeneratorHistoryDescription": { + "message": "Als je doorgaat, wis je definitief de geschiedenis van de generator. Weet je zeker dat je wilt doorgaan?" + }, "back": { "message": "Terug" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Geschiedenis wissen" }, - "noPasswordsToShow": { - "message": "Geen wachtwoorden weer te geven" + "nothingToShow": { + "message": "Niets om te laten zien" }, - "noRecentlyGeneratedPassword": { - "message": "Je hebt onlangs geen wachtwoord gegenereerd" + "nothingGeneratedRecently": { + "message": "Je hebt de laatste tijd niets gegenereerd" }, "remove": { "message": "Verwijderen" diff --git a/apps/browser/src/_locales/nn/messages.json b/apps/browser/src/_locales/nn/messages.json index 4037887cb2..3414760d2a 100644 --- a/apps/browser/src/_locales/nn/messages.json +++ b/apps/browser/src/_locales/nn/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Password history" }, + "generatorHistory": { + "message": "Generator history" + }, + "clearGeneratorHistoryTitle": { + "message": "Clear generator history" + }, + "cleargGeneratorHistoryDescription": { + "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + }, "back": { "message": "Back" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Clear history" }, - "noPasswordsToShow": { - "message": "No passwords to show" + "nothingToShow": { + "message": "Nothing to show" }, - "noRecentlyGeneratedPassword": { - "message": "You haven't generated a password recently" + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "Remove" diff --git a/apps/browser/src/_locales/or/messages.json b/apps/browser/src/_locales/or/messages.json index 4037887cb2..3414760d2a 100644 --- a/apps/browser/src/_locales/or/messages.json +++ b/apps/browser/src/_locales/or/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Password history" }, + "generatorHistory": { + "message": "Generator history" + }, + "clearGeneratorHistoryTitle": { + "message": "Clear generator history" + }, + "cleargGeneratorHistoryDescription": { + "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + }, "back": { "message": "Back" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Clear history" }, - "noPasswordsToShow": { - "message": "No passwords to show" + "nothingToShow": { + "message": "Nothing to show" }, - "noRecentlyGeneratedPassword": { - "message": "You haven't generated a password recently" + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "Remove" diff --git a/apps/browser/src/_locales/pl/messages.json b/apps/browser/src/_locales/pl/messages.json index b71035cfaf..39f5541e59 100644 --- a/apps/browser/src/_locales/pl/messages.json +++ b/apps/browser/src/_locales/pl/messages.json @@ -20,22 +20,22 @@ "message": "Utwórz konto" }, "newToBitwarden": { - "message": "New to Bitwarden?" + "message": "Nowy użytkownik Bitwarden?" }, "logInWithPasskey": { - "message": "Log in with passkey" + "message": "Zaloguj się używając passkey" }, "useSingleSignOn": { - "message": "Use single sign-on" + "message": "Użyj jednokrotnego logowania" }, "welcomeBack": { - "message": "Welcome back" + "message": "Witaj ponownie" }, "setAStrongPassword": { "message": "Ustaw silne hasło" }, "finishCreatingYourAccountBySettingAPassword": { - "message": "Ukończ tworzenie konta poprzez ustawienie hasła" + "message": "Ukończ tworzenie konta poprzez utworzenie hasła" }, "enterpriseSingleSignOn": { "message": "Logowanie jednokrotne" @@ -84,7 +84,7 @@ "message": "Dołącz do organizacji" }, "joinOrganizationName": { - "message": "Join $ORGANIZATIONNAME$", + "message": "Dołącz do $ORGANIZATIONNAME$", "placeholders": { "organizationName": { "content": "$1", @@ -120,7 +120,7 @@ "message": "Kopiuj hasło" }, "copyPassphrase": { - "message": "Copy passphrase" + "message": "Kopiuj frazę bezpieczeństwa" }, "copyNote": { "message": "Kopiuj notatkę" @@ -168,7 +168,7 @@ "message": "Kopiuj notatki" }, "fill": { - "message": "Fill", + "message": "Uzupełnij", "description": "This string is used on the vault page to indicate autofilling. Horizontal space is limited in the interface here so try and keep translations as concise as possible." }, "autoFill": { @@ -427,7 +427,7 @@ "message": "Wygeneruj hasło" }, "generatePassphrase": { - "message": "Generate passphrase" + "message": "Wygenruj frazę zabezpieczającą" }, "regeneratePassword": { "message": "Wygeneruj ponownie hasło" @@ -591,7 +591,7 @@ "message": "Otwórz stronę" }, "launchWebsiteName": { - "message": "Launch website $ITEMNAME$", + "message": "Otwórz stronę internetową $ITEMNAME$", "placeholders": { "itemname": { "content": "$1", @@ -645,13 +645,13 @@ "message": "Sejf jest zablokowany. Zweryfikuj swoją tożsamość, aby kontynuować." }, "yourVaultIsLockedV2": { - "message": "Your vault is locked" + "message": "Twój sejf jest zablokowany" }, "yourAccountIsLocked": { - "message": "Your account is locked" + "message": "Twoje konto jest zablokowane" }, "or": { - "message": "or" + "message": "lub" }, "unlock": { "message": "Odblokuj" @@ -846,7 +846,7 @@ "message": "Zaloguj się" }, "logInToBitwarden": { - "message": "Log in to Bitwarden" + "message": "Zaloguj się do Bitwarden" }, "restartRegistration": { "message": "Zrestartuj rejestrację" @@ -1424,7 +1424,7 @@ "message": "Adres URL serwera" }, "selfHostBaseUrl": { - "message": "Self-host server URL", + "message": "URL samodzielnie hostowanego serwera", "description": "Label for field requesting a self-hosted integration service URL" }, "apiUrl": { @@ -1456,10 +1456,10 @@ "message": "Pokaż sugestie autouzupełniania na polach formularza" }, "showInlineMenuIdentitiesLabel": { - "message": "Display identities as suggestions" + "message": "Pokazuj tożsamości jako sugestie" }, "showInlineMenuCardsLabel": { - "message": "Display cards as suggestions" + "message": "Pokazuj karty jako sugestie" }, "showInlineMenuOnIconSelectionLabel": { "message": "Wyświetlaj sugestie kiedy ikona jest zaznaczona" @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Historia hasła" }, + "generatorHistory": { + "message": "Historia generatora" + }, + "clearGeneratorHistoryTitle": { + "message": "Wyczyść historię generatora" + }, + "cleargGeneratorHistoryDescription": { + "message": "Jeśli kontynuujesz, wszystkie elementy zostaną usunięte z historii generatora. Czy chcesz kontynuować mimo to?" + }, "back": { "message": "Powrót" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Wyczyść historię" }, - "noPasswordsToShow": { - "message": "Brak haseł do wyświetlenia" + "nothingToShow": { + "message": "Nic do pokazania" }, - "noRecentlyGeneratedPassword": { - "message": "W ostatnim czasie nie wygenerowano hasła" + "nothingGeneratedRecently": { + "message": "Nic nie zostało wygenerowane przez ciebie w ostatnim czasie" }, "remove": { "message": "Usuń" @@ -1999,7 +2008,7 @@ "message": "Odblokuj danymi biometrycznymi" }, "unlockWithMasterPassword": { - "message": "Unlock with master password" + "message": "Odblokuj za pomocą głównego hasła" }, "awaitDesktop": { "message": "Oczekiwanie na potwierdzenie z aplikacji desktopowej" @@ -2503,7 +2512,7 @@ "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "sendPasswordDescV3": { - "message": "Add an optional password for recipients to access this Send.", + "message": "Zabezpiecz tę wiadomość hasłem, które będzie wymagane, aby uzyskać do niej dostęp.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "sendNotesDesc": { @@ -2552,11 +2561,11 @@ "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "sendExpiresInHoursSingle": { - "message": "The Send will be available to anyone with the link for the next 1 hour.", + "message": "Wiadomość będzie dostępna dla każdego z dostępem do tego linku przez następną godzinę.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "sendExpiresInHours": { - "message": "The Send will be available to anyone with the link for the next $HOURS$ hours.", + "message": "Wiadomość będzie dostępna dla każdego z dostępem do tego linku przez następne $HOURS$ godzin.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.", "placeholders": { "hours": { @@ -2566,11 +2575,11 @@ } }, "sendExpiresInDaysSingle": { - "message": "The Send will be available to anyone with the link for the next 1 day.", + "message": "Wiadomość będzie dostępna dla każdego z dostępem do tego linku przez 1 dzień.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "sendExpiresInDays": { - "message": "The Send will be available to anyone with the link for the next $DAYS$ days.", + "message": "Wiadomość będzie dostępna dla każdego z dostępem do tego linku przez następne $DAYS$ dni.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated.", "placeholders": { "days": { @@ -2701,7 +2710,7 @@ "description": "Used as a card title description on the set password page to explain why the user is there" }, "cardMetrics": { - "message": "out of $TOTAL$", + "message": "z $TOTAL$ elementów", "placeholders": { "total": { "content": "$1", @@ -2866,7 +2875,7 @@ "message": "Wygeneruj nazwę użytkownika" }, "generateEmail": { - "message": "Generate email" + "message": "Wygenruj adres e-mail" }, "usernameType": { "message": "Rodzaj nazwy użytkownika" @@ -2909,7 +2918,7 @@ "message": "Wygeneruj alias adresu e-mail z zewnętrznej usługi przekierowania." }, "forwarderDomainName": { - "message": "Email domain", + "message": "Domena adresu e-mail", "description": "Labels the domain name email forwarder service option" }, "forwarderDomainNameHint": { @@ -3727,7 +3736,7 @@ "message": "Passkey" }, "accessing": { - "message": "Accessing" + "message": "Uzyskiwanie dostępu" }, "passkeyNotCopied": { "message": "Passkey nie zostanie skopiowany" @@ -3754,7 +3763,7 @@ "message": "Brak pasujących loginów dla tej witryny" }, "searchSavePasskeyNewLogin": { - "message": "Search or save passkey as new login" + "message": "Wyszukaj alb zapisz passkey jako nowy login" }, "confirm": { "message": "Potwierdź" @@ -4613,22 +4622,22 @@ "message": "Nie masz uprawnień do edycji tego elementu" }, "authenticating": { - "message": "Authenticating" + "message": "Uwierzytelnianie" }, "fillGeneratedPassword": { "message": "Fill generated password", "description": "Heading for the password generator within the inline menu" }, "passwordRegenerated": { - "message": "Password regenerated", + "message": "Hasło zostało ponownie wygenerowane", "description": "Notification message for when a password has been regenerated" }, "saveLoginToBitwarden": { - "message": "Save login to Bitwarden?", + "message": "Zapisać dane logowania w Bitwarden?", "description": "Confirmation message for saving a login to Bitwarden" }, "spaceCharacterDescriptor": { - "message": "Space", + "message": "Spacja", "description": "Represents the space key in screen reader content as a readable word" }, "tildeCharacterDescriptor": { @@ -4640,23 +4649,23 @@ "description": "Represents the ` key in screen reader content as a readable word" }, "exclamationCharacterDescriptor": { - "message": "Exclamation mark", + "message": "Wykrzyknik", "description": "Represents the ! key in screen reader content as a readable word" }, "atSignCharacterDescriptor": { - "message": "At sign", + "message": "Małpa", "description": "Represents the @ key in screen reader content as a readable word" }, "hashSignCharacterDescriptor": { - "message": "Hash sign", + "message": "Hashtag", "description": "Represents the # key in screen reader content as a readable word" }, "dollarSignCharacterDescriptor": { - "message": "Dollar sign", + "message": "Znak dolara", "description": "Represents the $ key in screen reader content as a readable word" }, "percentSignCharacterDescriptor": { - "message": "Percent sign", + "message": "Znak procenta", "description": "Represents the % key in screen reader content as a readable word" }, "caretCharacterDescriptor": { @@ -4668,7 +4677,7 @@ "description": "Represents the & key in screen reader content as a readable word" }, "asteriskCharacterDescriptor": { - "message": "Asterisk", + "message": "Gwiazdka", "description": "Represents the * key in screen reader content as a readable word" }, "parenLeftCharacterDescriptor": { @@ -4680,7 +4689,7 @@ "description": "Represents the ) key in screen reader content as a readable word" }, "hyphenCharacterDescriptor": { - "message": "Underscore", + "message": "Podkreślenie", "description": "Represents the _ key in screen reader content as a readable word" }, "underscoreCharacterDescriptor": { @@ -4692,23 +4701,23 @@ "description": "Represents the + key in screen reader content as a readable word" }, "equalsCharacterDescriptor": { - "message": "Equals", + "message": "Znak równości", "description": "Represents the = key in screen reader content as a readable word" }, "braceLeftCharacterDescriptor": { - "message": "Left brace", + "message": "Lewy nawias klamrowy", "description": "Represents the { key in screen reader content as a readable word" }, "braceRightCharacterDescriptor": { - "message": "Right brace", + "message": "Prawy nawias klamrowy", "description": "Represents the } key in screen reader content as a readable word" }, "bracketLeftCharacterDescriptor": { - "message": "Left bracket", + "message": "Lewy nawias kwadratowy", "description": "Represents the [ key in screen reader content as a readable word" }, "bracketRightCharacterDescriptor": { - "message": "Right bracket", + "message": "Prawy nawias kwadratowy", "description": "Represents the ] key in screen reader content as a readable word" }, "pipeCharacterDescriptor": { diff --git a/apps/browser/src/_locales/pt_BR/messages.json b/apps/browser/src/_locales/pt_BR/messages.json index a5509efc48..63ab1eb3d8 100644 --- a/apps/browser/src/_locales/pt_BR/messages.json +++ b/apps/browser/src/_locales/pt_BR/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Histórico de Senha" }, + "generatorHistory": { + "message": "Generator history" + }, + "clearGeneratorHistoryTitle": { + "message": "Clear generator history" + }, + "cleargGeneratorHistoryDescription": { + "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + }, "back": { "message": "Voltar" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Limpar histórico" }, - "noPasswordsToShow": { - "message": "Nenhuma senha para mostrar" + "nothingToShow": { + "message": "Nothing to show" }, - "noRecentlyGeneratedPassword": { - "message": "Você não gerou uma senha recentemente" + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "Remover" diff --git a/apps/browser/src/_locales/pt_PT/messages.json b/apps/browser/src/_locales/pt_PT/messages.json index 244f700dac..a40a5ec111 100644 --- a/apps/browser/src/_locales/pt_PT/messages.json +++ b/apps/browser/src/_locales/pt_PT/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Histórico de palavras-passe" }, + "generatorHistory": { + "message": "Histórico do gerador" + }, + "clearGeneratorHistoryTitle": { + "message": "Limpar o histórico do gerador" + }, + "cleargGeneratorHistoryDescription": { + "message": "Se continuar, todas as entradas serão permanentemente eliminadas do histórico do gerador. Tem a certeza de que pretende continuar?" + }, "back": { "message": "Voltar" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Limpar histórico" }, - "noPasswordsToShow": { - "message": "Não há palavras-passe para mostrar" + "nothingToShow": { + "message": "Nada a mostrar" }, - "noRecentlyGeneratedPassword": { - "message": "Não gerou nenhuma palavra-passe recentemente" + "nothingGeneratedRecently": { + "message": "Não gerou nada recentemente" }, "remove": { "message": "Remover" @@ -4636,7 +4645,7 @@ "description": "Represents the ~ key in screen reader content as a readable word" }, "backtickCharacterDescriptor": { - "message": "Backtick", + "message": "Plicas", "description": "Represents the ` key in screen reader content as a readable word" }, "exclamationCharacterDescriptor": { @@ -4644,27 +4653,27 @@ "description": "Represents the ! key in screen reader content as a readable word" }, "atSignCharacterDescriptor": { - "message": "At sign", + "message": "Arroba", "description": "Represents the @ key in screen reader content as a readable word" }, "hashSignCharacterDescriptor": { - "message": "Hash sign", + "message": "Cardinal", "description": "Represents the # key in screen reader content as a readable word" }, "dollarSignCharacterDescriptor": { - "message": "Dollar sign", + "message": "Dólar", "description": "Represents the $ key in screen reader content as a readable word" }, "percentSignCharacterDescriptor": { - "message": "Percent sign", + "message": "Percentagem", "description": "Represents the % key in screen reader content as a readable word" }, "caretCharacterDescriptor": { - "message": "Caret", + "message": "Acento circunflexo", "description": "Represents the ^ key in screen reader content as a readable word" }, "ampersandCharacterDescriptor": { - "message": "Ampersand", + "message": "E comercial", "description": "Represents the & key in screen reader content as a readable word" }, "asteriskCharacterDescriptor": { @@ -4696,27 +4705,27 @@ "description": "Represents the = key in screen reader content as a readable word" }, "braceLeftCharacterDescriptor": { - "message": "Left brace", + "message": "Chaveta esquerda", "description": "Represents the { key in screen reader content as a readable word" }, "braceRightCharacterDescriptor": { - "message": "Right brace", + "message": "Chaveta direita", "description": "Represents the } key in screen reader content as a readable word" }, "bracketLeftCharacterDescriptor": { - "message": "Left bracket", + "message": "Parêntesis reto esquerdo", "description": "Represents the [ key in screen reader content as a readable word" }, "bracketRightCharacterDescriptor": { - "message": "Right bracket", + "message": "Parêntesis reto direito", "description": "Represents the ] key in screen reader content as a readable word" }, "pipeCharacterDescriptor": { - "message": "Pipe", + "message": "Barra vertical", "description": "Represents the | key in screen reader content as a readable word" }, "backSlashCharacterDescriptor": { - "message": "Back slash", + "message": "Barra invertida", "description": "Represents the back slash key in screen reader content as a readable word" }, "colonCharacterDescriptor": { @@ -4728,11 +4737,11 @@ "description": "Represents the ; key in screen reader content as a readable word" }, "doubleQuoteCharacterDescriptor": { - "message": "Double quote", + "message": "Aspas", "description": "Represents the double quote key in screen reader content as a readable word" }, "singleQuoteCharacterDescriptor": { - "message": "Single quote", + "message": "Aspas simples", "description": "Represents the ' key in screen reader content as a readable word" }, "lessThanCharacterDescriptor": { @@ -4756,7 +4765,7 @@ "description": "Represents the ? key in screen reader content as a readable word" }, "forwardSlashCharacterDescriptor": { - "message": "Forward slash", + "message": "Barra oblíqua", "description": "Represents the / key in screen reader content as a readable word" }, "lowercaseAriaLabel": { diff --git a/apps/browser/src/_locales/ro/messages.json b/apps/browser/src/_locales/ro/messages.json index 4847fecf05..99bf86c987 100644 --- a/apps/browser/src/_locales/ro/messages.json +++ b/apps/browser/src/_locales/ro/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Istoric parole" }, + "generatorHistory": { + "message": "Generator history" + }, + "clearGeneratorHistoryTitle": { + "message": "Clear generator history" + }, + "cleargGeneratorHistoryDescription": { + "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + }, "back": { "message": "Înapoi" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Clear history" }, - "noPasswordsToShow": { - "message": "No passwords to show" + "nothingToShow": { + "message": "Nothing to show" }, - "noRecentlyGeneratedPassword": { - "message": "You haven't generated a password recently" + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "Ștergere" diff --git a/apps/browser/src/_locales/ru/messages.json b/apps/browser/src/_locales/ru/messages.json index 9df9fc8d56..e898d68ae8 100644 --- a/apps/browser/src/_locales/ru/messages.json +++ b/apps/browser/src/_locales/ru/messages.json @@ -20,16 +20,16 @@ "message": "Создать аккаунт" }, "newToBitwarden": { - "message": "New to Bitwarden?" + "message": "Впервые на Bitwarden?" }, "logInWithPasskey": { - "message": "Log in with passkey" + "message": "Войти с passkey" }, "useSingleSignOn": { - "message": "Use single sign-on" + "message": "Использовать единый вход" }, "welcomeBack": { - "message": "Welcome back" + "message": "С возвращением" }, "setAStrongPassword": { "message": "Задайте надежный пароль" @@ -168,7 +168,7 @@ "message": "Скопировать заметки" }, "fill": { - "message": "Fill", + "message": "Заполнить", "description": "This string is used on the vault page to indicate autofilling. Horizontal space is limited in the interface here so try and keep translations as concise as possible." }, "autoFill": { @@ -591,7 +591,7 @@ "message": "Открыть сайт" }, "launchWebsiteName": { - "message": "Launch website $ITEMNAME$", + "message": "Открыть сайт $ITEMNAME$", "placeholders": { "itemname": { "content": "$1", @@ -846,7 +846,7 @@ "message": "Войти" }, "logInToBitwarden": { - "message": "Log in to Bitwarden" + "message": "Войти в Bitwarden" }, "restartRegistration": { "message": "Перезапустить регистрацию" @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "История паролей" }, + "generatorHistory": { + "message": "История генератора" + }, + "clearGeneratorHistoryTitle": { + "message": "Очистить историю генератора" + }, + "cleargGeneratorHistoryDescription": { + "message": "Если вы продолжите, все записи будут навсегда удалены из истории генератора. Вы уверены, что хотите продолжить?" + }, "back": { "message": "Назад" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Очистить историю" }, - "noPasswordsToShow": { - "message": "Нет паролей для отображения" + "nothingToShow": { + "message": "Нечего показать" }, - "noRecentlyGeneratedPassword": { - "message": "Нет недавно сгенерированных паролей" + "nothingGeneratedRecently": { + "message": "Вы ничего не создавали в последнее время" }, "remove": { "message": "Удалить" @@ -4616,156 +4625,156 @@ "message": "Аутентификация" }, "fillGeneratedPassword": { - "message": "Fill generated password", + "message": "Заполнить сгенерированный пароль", "description": "Heading for the password generator within the inline menu" }, "passwordRegenerated": { - "message": "Password regenerated", + "message": "Пароль сгенерирован", "description": "Notification message for when a password has been regenerated" }, "saveLoginToBitwarden": { - "message": "Save login to Bitwarden?", + "message": "Сохранить логин в Bitwarden?", "description": "Confirmation message for saving a login to Bitwarden" }, "spaceCharacterDescriptor": { - "message": "Space", + "message": "Пробел", "description": "Represents the space key in screen reader content as a readable word" }, "tildeCharacterDescriptor": { - "message": "Tilde", + "message": "Тильда", "description": "Represents the ~ key in screen reader content as a readable word" }, "backtickCharacterDescriptor": { - "message": "Backtick", + "message": "Кавычка", "description": "Represents the ` key in screen reader content as a readable word" }, "exclamationCharacterDescriptor": { - "message": "Exclamation mark", + "message": "Восклицательный знак", "description": "Represents the ! key in screen reader content as a readable word" }, "atSignCharacterDescriptor": { - "message": "At sign", + "message": "Символ At", "description": "Represents the @ key in screen reader content as a readable word" }, "hashSignCharacterDescriptor": { - "message": "Hash sign", + "message": "Символ хэша", "description": "Represents the # key in screen reader content as a readable word" }, "dollarSignCharacterDescriptor": { - "message": "Dollar sign", + "message": "Символ доллара", "description": "Represents the $ key in screen reader content as a readable word" }, "percentSignCharacterDescriptor": { - "message": "Percent sign", + "message": "Символ процента", "description": "Represents the % key in screen reader content as a readable word" }, "caretCharacterDescriptor": { - "message": "Caret", + "message": "Каре", "description": "Represents the ^ key in screen reader content as a readable word" }, "ampersandCharacterDescriptor": { - "message": "Ampersand", + "message": "Амперсанд", "description": "Represents the & key in screen reader content as a readable word" }, "asteriskCharacterDescriptor": { - "message": "Asterisk", + "message": "Звездочка", "description": "Represents the * key in screen reader content as a readable word" }, "parenLeftCharacterDescriptor": { - "message": "Left parenthesis", + "message": "Левая круглая скобка", "description": "Represents the ( key in screen reader content as a readable word" }, "parenRightCharacterDescriptor": { - "message": "Right parenthesis", + "message": "Правая круглая скобка", "description": "Represents the ) key in screen reader content as a readable word" }, "hyphenCharacterDescriptor": { - "message": "Underscore", + "message": "Подчеркивание", "description": "Represents the _ key in screen reader content as a readable word" }, "underscoreCharacterDescriptor": { - "message": "Hyphen", + "message": "Дефис", "description": "Represents the - key in screen reader content as a readable word" }, "plusCharacterDescriptor": { - "message": "Plus", + "message": "Плюс", "description": "Represents the + key in screen reader content as a readable word" }, "equalsCharacterDescriptor": { - "message": "Equals", + "message": "Равно", "description": "Represents the = key in screen reader content as a readable word" }, "braceLeftCharacterDescriptor": { - "message": "Left brace", + "message": "Левая фигурная скобка", "description": "Represents the { key in screen reader content as a readable word" }, "braceRightCharacterDescriptor": { - "message": "Right brace", + "message": "Правая фигурная скобка", "description": "Represents the } key in screen reader content as a readable word" }, "bracketLeftCharacterDescriptor": { - "message": "Left bracket", + "message": "Левая квадратная скобка", "description": "Represents the [ key in screen reader content as a readable word" }, "bracketRightCharacterDescriptor": { - "message": "Right bracket", + "message": "Правая квадратная скобка", "description": "Represents the ] key in screen reader content as a readable word" }, "pipeCharacterDescriptor": { - "message": "Pipe", + "message": "Вертикальная черта", "description": "Represents the | key in screen reader content as a readable word" }, "backSlashCharacterDescriptor": { - "message": "Back slash", + "message": "Обратный слэш", "description": "Represents the back slash key in screen reader content as a readable word" }, "colonCharacterDescriptor": { - "message": "Colon", + "message": "Двоеточие", "description": "Represents the : key in screen reader content as a readable word" }, "semicolonCharacterDescriptor": { - "message": "Semicolon", + "message": "Точка с запятой", "description": "Represents the ; key in screen reader content as a readable word" }, "doubleQuoteCharacterDescriptor": { - "message": "Double quote", + "message": "Двойные кавычки", "description": "Represents the double quote key in screen reader content as a readable word" }, "singleQuoteCharacterDescriptor": { - "message": "Single quote", + "message": "Одинарная кавычка", "description": "Represents the ' key in screen reader content as a readable word" }, "lessThanCharacterDescriptor": { - "message": "Less than", + "message": "Меньше", "description": "Represents the < key in screen reader content as a readable word" }, "greaterThanCharacterDescriptor": { - "message": "Greater than", + "message": "Больше", "description": "Represents the > key in screen reader content as a readable word" }, "commaCharacterDescriptor": { - "message": "Comma", + "message": "Запятая", "description": "Represents the , key in screen reader content as a readable word" }, "periodCharacterDescriptor": { - "message": "Period", + "message": "Точка", "description": "Represents the . key in screen reader content as a readable word" }, "questionCharacterDescriptor": { - "message": "Question mark", + "message": "Вопросительный знак", "description": "Represents the ? key in screen reader content as a readable word" }, "forwardSlashCharacterDescriptor": { - "message": "Forward slash", + "message": "Слэш", "description": "Represents the / key in screen reader content as a readable word" }, "lowercaseAriaLabel": { - "message": "Lowercase" + "message": "Строчные буквы" }, "uppercaseAriaLabel": { - "message": "Uppercase" + "message": "Заглавные буквы" }, "generatedPassword": { - "message": "Generated password" + "message": "Сгенерированный пароль" } } diff --git a/apps/browser/src/_locales/si/messages.json b/apps/browser/src/_locales/si/messages.json index a4b8c3b814..3ff7dde689 100644 --- a/apps/browser/src/_locales/si/messages.json +++ b/apps/browser/src/_locales/si/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "මුරපද ඉතිහාසය" }, + "generatorHistory": { + "message": "Generator history" + }, + "clearGeneratorHistoryTitle": { + "message": "Clear generator history" + }, + "cleargGeneratorHistoryDescription": { + "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + }, "back": { "message": "ආපසු" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Clear history" }, - "noPasswordsToShow": { - "message": "No passwords to show" + "nothingToShow": { + "message": "Nothing to show" }, - "noRecentlyGeneratedPassword": { - "message": "You haven't generated a password recently" + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "ඉවත් කරන්න" diff --git a/apps/browser/src/_locales/sk/messages.json b/apps/browser/src/_locales/sk/messages.json index f08b18f33b..e47d80bca2 100644 --- a/apps/browser/src/_locales/sk/messages.json +++ b/apps/browser/src/_locales/sk/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "História hesla" }, + "generatorHistory": { + "message": "História generátora" + }, + "clearGeneratorHistoryTitle": { + "message": "Vymazať históriu generátora" + }, + "cleargGeneratorHistoryDescription": { + "message": "Ak budete pokračovať, všetky položky z histórie generátora budu natrvalo vymazané. Naozaj chcete pokračovať?" + }, "back": { "message": "Späť" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Vymazať históriu" }, - "noPasswordsToShow": { - "message": "Žiadne heslá na zobrazenie" + "nothingToShow": { + "message": "Nič na zobrazenie" }, - "noRecentlyGeneratedPassword": { - "message": "V poslednej dobe ste negenerovali žiadne heslá" + "nothingGeneratedRecently": { + "message": "V poslednej dobe ste nič negenerovali" }, "remove": { "message": "Odstrániť" diff --git a/apps/browser/src/_locales/sl/messages.json b/apps/browser/src/_locales/sl/messages.json index ea2d29dfe3..7ee7d1c5c7 100644 --- a/apps/browser/src/_locales/sl/messages.json +++ b/apps/browser/src/_locales/sl/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Zgodovina gesel" }, + "generatorHistory": { + "message": "Generator history" + }, + "clearGeneratorHistoryTitle": { + "message": "Clear generator history" + }, + "cleargGeneratorHistoryDescription": { + "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + }, "back": { "message": "Nazaj" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Clear history" }, - "noPasswordsToShow": { - "message": "No passwords to show" + "nothingToShow": { + "message": "Nothing to show" }, - "noRecentlyGeneratedPassword": { - "message": "You haven't generated a password recently" + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "Odstrani" diff --git a/apps/browser/src/_locales/sr/messages.json b/apps/browser/src/_locales/sr/messages.json index ea1a030e07..ad9ee20f29 100644 --- a/apps/browser/src/_locales/sr/messages.json +++ b/apps/browser/src/_locales/sr/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Историја Лозинке" }, + "generatorHistory": { + "message": "Generator history" + }, + "clearGeneratorHistoryTitle": { + "message": "Clear generator history" + }, + "cleargGeneratorHistoryDescription": { + "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + }, "back": { "message": "Назад" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Обриши историју" }, - "noPasswordsToShow": { - "message": "Нема лозинке за приказ" + "nothingToShow": { + "message": "Nothing to show" }, - "noRecentlyGeneratedPassword": { - "message": "Нисте недавно генерисали лозинку" + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "Уклони" diff --git a/apps/browser/src/_locales/sv/messages.json b/apps/browser/src/_locales/sv/messages.json index 175f482417..93a0b899a3 100644 --- a/apps/browser/src/_locales/sv/messages.json +++ b/apps/browser/src/_locales/sv/messages.json @@ -20,16 +20,16 @@ "message": "Skapa konto" }, "newToBitwarden": { - "message": "New to Bitwarden?" + "message": "Ny på Bitwarden?" }, "logInWithPasskey": { - "message": "Log in with passkey" + "message": "Logga in med nyckel" }, "useSingleSignOn": { - "message": "Use single sign-on" + "message": "Använd Single Sign-On" }, "welcomeBack": { - "message": "Welcome back" + "message": "Välkommen tillbaka" }, "setAStrongPassword": { "message": "Ställ in ett starkt lösenord" @@ -120,7 +120,7 @@ "message": "Kopiera lösenord" }, "copyPassphrase": { - "message": "Copy passphrase" + "message": "Kopiera lösenfras" }, "copyNote": { "message": "Kopiera anteckning" @@ -427,7 +427,7 @@ "message": "Generera lösenord" }, "generatePassphrase": { - "message": "Generate passphrase" + "message": "Generera lösenfras" }, "regeneratePassword": { "message": "Återskapa lösenord" @@ -846,7 +846,7 @@ "message": "Logga in" }, "logInToBitwarden": { - "message": "Log in to Bitwarden" + "message": "Logga in på Bitwarden" }, "restartRegistration": { "message": "Restart registration" @@ -1456,10 +1456,10 @@ "message": "Show autofill suggestions on form fields" }, "showInlineMenuIdentitiesLabel": { - "message": "Display identities as suggestions" + "message": "Visa identiteter som förslag" }, "showInlineMenuCardsLabel": { - "message": "Display cards as suggestions" + "message": "Visa kort som förslag" }, "showInlineMenuOnIconSelectionLabel": { "message": "Display suggestions when icon is selected" @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Lösenordshistorik" }, + "generatorHistory": { + "message": "Generatorhistorik" + }, + "clearGeneratorHistoryTitle": { + "message": "Rensa generatorhistorik" + }, + "cleargGeneratorHistoryDescription": { + "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + }, "back": { "message": "Tillbaka" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Rensa historik" }, - "noPasswordsToShow": { - "message": "Inga lösenord att visa" + "nothingToShow": { + "message": "Nothing to show" }, - "noRecentlyGeneratedPassword": { - "message": "You haven't generated a password recently" + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "Ta bort" @@ -2093,7 +2102,7 @@ "message": "Fyll i automatiskt och spara" }, "fillAndSave": { - "message": "Fill and save" + "message": "Fyll och spara" }, "autoFillSuccessAndSavedUri": { "message": "Fyllde i objektet automatiskt och sparade URI:n" @@ -2701,7 +2710,7 @@ "description": "Used as a card title description on the set password page to explain why the user is there" }, "cardMetrics": { - "message": "out of $TOTAL$", + "message": "av $TOTAL$", "placeholders": { "total": { "content": "$1", @@ -3754,7 +3763,7 @@ "message": "No matching logins for this site" }, "searchSavePasskeyNewLogin": { - "message": "Search or save passkey as new login" + "message": "Sök eller spara nyckel som ny inloggning" }, "confirm": { "message": "Bekräfta" @@ -4624,7 +4633,7 @@ "description": "Notification message for when a password has been regenerated" }, "saveLoginToBitwarden": { - "message": "Save login to Bitwarden?", + "message": "Spara inloggning på Bitwarden?", "description": "Confirmation message for saving a login to Bitwarden" }, "spaceCharacterDescriptor": { diff --git a/apps/browser/src/_locales/te/messages.json b/apps/browser/src/_locales/te/messages.json index 4037887cb2..3414760d2a 100644 --- a/apps/browser/src/_locales/te/messages.json +++ b/apps/browser/src/_locales/te/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Password history" }, + "generatorHistory": { + "message": "Generator history" + }, + "clearGeneratorHistoryTitle": { + "message": "Clear generator history" + }, + "cleargGeneratorHistoryDescription": { + "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + }, "back": { "message": "Back" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Clear history" }, - "noPasswordsToShow": { - "message": "No passwords to show" + "nothingToShow": { + "message": "Nothing to show" }, - "noRecentlyGeneratedPassword": { - "message": "You haven't generated a password recently" + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "Remove" diff --git a/apps/browser/src/_locales/th/messages.json b/apps/browser/src/_locales/th/messages.json index e157ac74fe..3b6ac3ebd1 100644 --- a/apps/browser/src/_locales/th/messages.json +++ b/apps/browser/src/_locales/th/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "ประวัติของรหัสผ่าน" }, + "generatorHistory": { + "message": "Generator history" + }, + "clearGeneratorHistoryTitle": { + "message": "Clear generator history" + }, + "cleargGeneratorHistoryDescription": { + "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + }, "back": { "message": "ย้อนกลับ" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Clear history" }, - "noPasswordsToShow": { - "message": "No passwords to show" + "nothingToShow": { + "message": "Nothing to show" }, - "noRecentlyGeneratedPassword": { - "message": "You haven't generated a password recently" + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "ลบ" diff --git a/apps/browser/src/_locales/tr/messages.json b/apps/browser/src/_locales/tr/messages.json index 7ed5f94e29..063dd63ede 100644 --- a/apps/browser/src/_locales/tr/messages.json +++ b/apps/browser/src/_locales/tr/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Parola geçmişi" }, + "generatorHistory": { + "message": "Üreteç geçmişi" + }, + "clearGeneratorHistoryTitle": { + "message": "Üreteç geçmişini temizle" + }, + "cleargGeneratorHistoryDescription": { + "message": "Devam ederseniz üreteç geçmişindeki tüm kayıtlar kalıcı olarak silinecektir. Devam etmek istediğinizden emin misiniz?" + }, "back": { "message": "Geri" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Geçmişi temizle" }, - "noPasswordsToShow": { - "message": "Gösterilecek parola yok" + "nothingToShow": { + "message": "Gösterilecek bir şey yok" }, - "noRecentlyGeneratedPassword": { - "message": "Yakın zamanda parola üretmediniz" + "nothingGeneratedRecently": { + "message": "Yakın zamanda herhangi bir şey üretmediniz" }, "remove": { "message": "Kaldır" diff --git a/apps/browser/src/_locales/uk/messages.json b/apps/browser/src/_locales/uk/messages.json index 74544eca2f..25d12ca260 100644 --- a/apps/browser/src/_locales/uk/messages.json +++ b/apps/browser/src/_locales/uk/messages.json @@ -20,16 +20,16 @@ "message": "Створити обліковий запис" }, "newToBitwarden": { - "message": "New to Bitwarden?" + "message": "Вперше у Bitwarden?" }, "logInWithPasskey": { - "message": "Log in with passkey" + "message": "Увійти з ключем доступу" }, "useSingleSignOn": { - "message": "Use single sign-on" + "message": "Використовувати єдиний вхід" }, "welcomeBack": { - "message": "Welcome back" + "message": "З поверненням" }, "setAStrongPassword": { "message": "Встановіть надійний пароль" @@ -168,7 +168,7 @@ "message": "Копіювати нотатки" }, "fill": { - "message": "Fill", + "message": "Заповнити", "description": "This string is used on the vault page to indicate autofilling. Horizontal space is limited in the interface here so try and keep translations as concise as possible." }, "autoFill": { @@ -591,7 +591,7 @@ "message": "Відкрити вебсайт" }, "launchWebsiteName": { - "message": "Launch website $ITEMNAME$", + "message": "Відкрити вебсайт $ITEMNAME$", "placeholders": { "itemname": { "content": "$1", @@ -846,7 +846,7 @@ "message": "Увійти" }, "logInToBitwarden": { - "message": "Log in to Bitwarden" + "message": "Увійти в Bitwarden" }, "restartRegistration": { "message": "Перезапустити реєстрацію" @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Історія паролів" }, + "generatorHistory": { + "message": "Історія генератора" + }, + "clearGeneratorHistoryTitle": { + "message": "Очистити історію генератора" + }, + "cleargGeneratorHistoryDescription": { + "message": "Якщо ви продовжите, усі записи будуть остаточно видалені з історії генератора. Справді продовжити?" + }, "back": { "message": "Назад" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Очистити історію" }, - "noPasswordsToShow": { - "message": "Немає паролів" + "nothingToShow": { + "message": "Немає даних для показу" }, - "noRecentlyGeneratedPassword": { - "message": "Ви не генерували паролі останнім часом" + "nothingGeneratedRecently": { + "message": "Ви нічого не генерували останнім часом" }, "remove": { "message": "Вилучити" @@ -4616,156 +4625,156 @@ "message": "Аутентифікація" }, "fillGeneratedPassword": { - "message": "Fill generated password", + "message": "Заповнити згенерований пароль", "description": "Heading for the password generator within the inline menu" }, "passwordRegenerated": { - "message": "Password regenerated", + "message": "Пароль згенеровано повторно", "description": "Notification message for when a password has been regenerated" }, "saveLoginToBitwarden": { - "message": "Save login to Bitwarden?", + "message": "Зберегти запис у Bitwarden?", "description": "Confirmation message for saving a login to Bitwarden" }, "spaceCharacterDescriptor": { - "message": "Space", + "message": "Пробіл", "description": "Represents the space key in screen reader content as a readable word" }, "tildeCharacterDescriptor": { - "message": "Tilde", + "message": "Тильда", "description": "Represents the ~ key in screen reader content as a readable word" }, "backtickCharacterDescriptor": { - "message": "Backtick", + "message": "Зворотна лапка", "description": "Represents the ` key in screen reader content as a readable word" }, "exclamationCharacterDescriptor": { - "message": "Exclamation mark", + "message": "Знак оклику", "description": "Represents the ! key in screen reader content as a readable word" }, "atSignCharacterDescriptor": { - "message": "At sign", + "message": "Знак @ (At)", "description": "Represents the @ key in screen reader content as a readable word" }, "hashSignCharacterDescriptor": { - "message": "Hash sign", + "message": "Знак решітки", "description": "Represents the # key in screen reader content as a readable word" }, "dollarSignCharacterDescriptor": { - "message": "Dollar sign", + "message": "Знак долара", "description": "Represents the $ key in screen reader content as a readable word" }, "percentSignCharacterDescriptor": { - "message": "Percent sign", + "message": "Знак відсотка", "description": "Represents the % key in screen reader content as a readable word" }, "caretCharacterDescriptor": { - "message": "Caret", + "message": "Карет", "description": "Represents the ^ key in screen reader content as a readable word" }, "ampersandCharacterDescriptor": { - "message": "Ampersand", + "message": "Амперсанд", "description": "Represents the & key in screen reader content as a readable word" }, "asteriskCharacterDescriptor": { - "message": "Asterisk", + "message": "Зірочка", "description": "Represents the * key in screen reader content as a readable word" }, "parenLeftCharacterDescriptor": { - "message": "Left parenthesis", + "message": "Ліва дужка", "description": "Represents the ( key in screen reader content as a readable word" }, "parenRightCharacterDescriptor": { - "message": "Right parenthesis", + "message": "Права дужка", "description": "Represents the ) key in screen reader content as a readable word" }, "hyphenCharacterDescriptor": { - "message": "Underscore", + "message": "Знак підкреслення", "description": "Represents the _ key in screen reader content as a readable word" }, "underscoreCharacterDescriptor": { - "message": "Hyphen", + "message": "Дефіс", "description": "Represents the - key in screen reader content as a readable word" }, "plusCharacterDescriptor": { - "message": "Plus", + "message": "Плюс", "description": "Represents the + key in screen reader content as a readable word" }, "equalsCharacterDescriptor": { - "message": "Equals", + "message": "Дорівнює", "description": "Represents the = key in screen reader content as a readable word" }, "braceLeftCharacterDescriptor": { - "message": "Left brace", + "message": "Ліва фігурна дужка", "description": "Represents the { key in screen reader content as a readable word" }, "braceRightCharacterDescriptor": { - "message": "Right brace", + "message": "Права фігурна дужка", "description": "Represents the } key in screen reader content as a readable word" }, "bracketLeftCharacterDescriptor": { - "message": "Left bracket", + "message": "Ліва квадратна дужка", "description": "Represents the [ key in screen reader content as a readable word" }, "bracketRightCharacterDescriptor": { - "message": "Right bracket", + "message": "Права квадратна дужка", "description": "Represents the ] key in screen reader content as a readable word" }, "pipeCharacterDescriptor": { - "message": "Pipe", + "message": "Вертикальна риска", "description": "Represents the | key in screen reader content as a readable word" }, "backSlashCharacterDescriptor": { - "message": "Back slash", + "message": "Обернена скісна риска", "description": "Represents the back slash key in screen reader content as a readable word" }, "colonCharacterDescriptor": { - "message": "Colon", + "message": "Двокрапка", "description": "Represents the : key in screen reader content as a readable word" }, "semicolonCharacterDescriptor": { - "message": "Semicolon", + "message": "Крапка з комою", "description": "Represents the ; key in screen reader content as a readable word" }, "doubleQuoteCharacterDescriptor": { - "message": "Double quote", + "message": "Подвійні лапки", "description": "Represents the double quote key in screen reader content as a readable word" }, "singleQuoteCharacterDescriptor": { - "message": "Single quote", + "message": "Одинарні лапки", "description": "Represents the ' key in screen reader content as a readable word" }, "lessThanCharacterDescriptor": { - "message": "Less than", + "message": "Менше", "description": "Represents the < key in screen reader content as a readable word" }, "greaterThanCharacterDescriptor": { - "message": "Greater than", + "message": "Більше", "description": "Represents the > key in screen reader content as a readable word" }, "commaCharacterDescriptor": { - "message": "Comma", + "message": "Кома", "description": "Represents the , key in screen reader content as a readable word" }, "periodCharacterDescriptor": { - "message": "Period", + "message": "Крапка", "description": "Represents the . key in screen reader content as a readable word" }, "questionCharacterDescriptor": { - "message": "Question mark", + "message": "Знак питання", "description": "Represents the ? key in screen reader content as a readable word" }, "forwardSlashCharacterDescriptor": { - "message": "Forward slash", + "message": "Скісна риска", "description": "Represents the / key in screen reader content as a readable word" }, "lowercaseAriaLabel": { - "message": "Lowercase" + "message": "Малі літери" }, "uppercaseAriaLabel": { - "message": "Uppercase" + "message": "Великі літери" }, "generatedPassword": { - "message": "Generated password" + "message": "Згенерований пароль" } } diff --git a/apps/browser/src/_locales/vi/messages.json b/apps/browser/src/_locales/vi/messages.json index 37dfd796c6..cd390c6496 100644 --- a/apps/browser/src/_locales/vi/messages.json +++ b/apps/browser/src/_locales/vi/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "Lịch sử mật khẩu" }, + "generatorHistory": { + "message": "Generator history" + }, + "clearGeneratorHistoryTitle": { + "message": "Clear generator history" + }, + "cleargGeneratorHistoryDescription": { + "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + }, "back": { "message": "Quay lại" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "Xóa lịch sử" }, - "noPasswordsToShow": { - "message": "No passwords to show" + "nothingToShow": { + "message": "Nothing to show" }, - "noRecentlyGeneratedPassword": { - "message": "You haven't generated a password recently" + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "Xoá" diff --git a/apps/browser/src/_locales/zh_CN/messages.json b/apps/browser/src/_locales/zh_CN/messages.json index 20711539af..25baa71d7a 100644 --- a/apps/browser/src/_locales/zh_CN/messages.json +++ b/apps/browser/src/_locales/zh_CN/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "密码历史记录" }, + "generatorHistory": { + "message": "Generator history" + }, + "clearGeneratorHistoryTitle": { + "message": "Clear generator history" + }, + "cleargGeneratorHistoryDescription": { + "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + }, "back": { "message": "后退" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "清除历史记录" }, - "noPasswordsToShow": { - "message": "没有可显示的密码" + "nothingToShow": { + "message": "Nothing to show" }, - "noRecentlyGeneratedPassword": { - "message": "您最近还没有生成过密码" + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "移除" diff --git a/apps/browser/src/_locales/zh_TW/messages.json b/apps/browser/src/_locales/zh_TW/messages.json index a6a8d933b8..f022d75a71 100644 --- a/apps/browser/src/_locales/zh_TW/messages.json +++ b/apps/browser/src/_locales/zh_TW/messages.json @@ -1794,6 +1794,15 @@ "passwordHistory": { "message": "密碼歷史記錄" }, + "generatorHistory": { + "message": "Generator history" + }, + "clearGeneratorHistoryTitle": { + "message": "Clear generator history" + }, + "cleargGeneratorHistoryDescription": { + "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?" + }, "back": { "message": "返回" }, @@ -1910,11 +1919,11 @@ "clearHistory": { "message": "清除歷史紀錄" }, - "noPasswordsToShow": { - "message": "No passwords to show" + "nothingToShow": { + "message": "Nothing to show" }, - "noRecentlyGeneratedPassword": { - "message": "You haven't generated a password recently" + "nothingGeneratedRecently": { + "message": "You haven't generated anything recently" }, "remove": { "message": "移除" diff --git a/apps/browser/store/locales/be/copy.resx b/apps/browser/store/locales/be/copy.resx index b11a1e325c..8ac2e86232 100644 --- a/apps/browser/store/locales/be/copy.resx +++ b/apps/browser/store/locales/be/copy.resx @@ -121,7 +121,7 @@ Менеджар пароляў Bitwarden - At home, at work, or on the go, Bitwarden easily secures all your passwords, passkeys, and sensitive information. + Дома, на працы ці ў дарозе Bitwarden лёгка абараняе ўсе вашы паролі, ключы доступу і канфідэнцыяльную інфармацыю. 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 - At home, at work, or on the go, Bitwarden easily secures all your passwords, passkeys, and sensitive information. + Дома, на працы ці ў дарозе Bitwarden лёгка абараняе ўсе вашы паролі, ключы доступу і канфідэнцыяльную інфармацыю. Сінхранізацыя і доступ да сховішча з некалькіх прылад