diff --git a/apps/browser/src/_locales/ar/messages.json b/apps/browser/src/_locales/ar/messages.json index a74774e2fe..609f6ef39d 100644 --- a/apps/browser/src/_locales/ar/messages.json +++ b/apps/browser/src/_locales/ar/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Item auto-filled " }, + "insecurePageWarning": { + "message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page." + }, + "insecurePageWarningFillPrompt": { + "message": "Do you still wish to fill this login?" + }, + "autofillIframeWarning": { + "message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop." + }, + "autofillIframeWarningTip": { + "message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Set master password" }, diff --git a/apps/browser/src/_locales/az/messages.json b/apps/browser/src/_locales/az/messages.json index e43c377cbe..9ad7b097ab 100644 --- a/apps/browser/src/_locales/az/messages.json +++ b/apps/browser/src/_locales/az/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Element avto-dolduruldu" }, + "insecurePageWarning": { + "message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page." + }, + "insecurePageWarningFillPrompt": { + "message": "Do you still wish to fill this login?" + }, + "autofillIframeWarning": { + "message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop." + }, + "autofillIframeWarningTip": { + "message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Ana parolu tənzimlə" }, diff --git a/apps/browser/src/_locales/be/messages.json b/apps/browser/src/_locales/be/messages.json index ea4d5c4727..4d0fe3698d 100644 --- a/apps/browser/src/_locales/be/messages.json +++ b/apps/browser/src/_locales/be/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Аўтазапоўнены элемент" }, + "insecurePageWarning": { + "message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page." + }, + "insecurePageWarningFillPrompt": { + "message": "Do you still wish to fill this login?" + }, + "autofillIframeWarning": { + "message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop." + }, + "autofillIframeWarningTip": { + "message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Прызначыць асноўны пароль" }, diff --git a/apps/browser/src/_locales/bg/messages.json b/apps/browser/src/_locales/bg/messages.json index 1c1b73e086..bc3feb2469 100644 --- a/apps/browser/src/_locales/bg/messages.json +++ b/apps/browser/src/_locales/bg/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Автоматично дописан запис" }, + "insecurePageWarning": { + "message": "Внимание: това е незащитена уеб страница (HTTP) и всяка изпратена информация би могла да бъде видяна и променена от някой недоброжелател. Този елемент за вход първоначално е бил записан към страница със защитена връзка (HTTPS)." + }, + "insecurePageWarningFillPrompt": { + "message": "Искате ли да попълните данните за вход въпреки това?" + }, + "autofillIframeWarning": { + "message": "Формулярът се предоставя от различен домейн от онзи, който е във Вашия запис. Натиснете „Добре“, за да бъдат попълнени данните автоматично, или „Отказ“, за да прекратите операцията." + }, + "autofillIframeWarningTip": { + "message": "Ако искате повече да не виждате това предупреждение, запазете този адрес – $HOSTNAME$ – към записа за този уеб сайт.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Задаване на главна парола" }, @@ -2204,6 +2222,6 @@ } }, "opensInANewWindow": { - "message": "Opens in a new window" + "message": "Отваря се в нов прозорец" } } diff --git a/apps/browser/src/_locales/bn/messages.json b/apps/browser/src/_locales/bn/messages.json index 6b3f925bbe..9ddc1b03ec 100644 --- a/apps/browser/src/_locales/bn/messages.json +++ b/apps/browser/src/_locales/bn/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "স্বতঃপূরণকৃত বস্তু" }, + "insecurePageWarning": { + "message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page." + }, + "insecurePageWarningFillPrompt": { + "message": "Do you still wish to fill this login?" + }, + "autofillIframeWarning": { + "message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop." + }, + "autofillIframeWarningTip": { + "message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "মূল পাসওয়ার্ড ধার্য করুন" }, diff --git a/apps/browser/src/_locales/bs/messages.json b/apps/browser/src/_locales/bs/messages.json index 56a0d53210..3f37ef10f7 100644 --- a/apps/browser/src/_locales/bs/messages.json +++ b/apps/browser/src/_locales/bs/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Item auto-filled " }, + "insecurePageWarning": { + "message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page." + }, + "insecurePageWarningFillPrompt": { + "message": "Do you still wish to fill this login?" + }, + "autofillIframeWarning": { + "message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop." + }, + "autofillIframeWarningTip": { + "message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Set master password" }, diff --git a/apps/browser/src/_locales/ca/messages.json b/apps/browser/src/_locales/ca/messages.json index 3266b2ea29..1028885f50 100644 --- a/apps/browser/src/_locales/ca/messages.json +++ b/apps/browser/src/_locales/ca/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Element emplenat automàticament " }, + "insecurePageWarning": { + "message": "Avís: aquesta és una pàgina HTTP no segura i altres persones poden veure i canviar qualsevol informació que envieu. Aquest inici de sessió es va guardar originalment en una pàgina segura (HTTPS)." + }, + "insecurePageWarningFillPrompt": { + "message": "Encara voleu omplir aquest inici de sessió?" + }, + "autofillIframeWarning": { + "message": "El formulari està allotjat en un domini diferent de l'URI de l'inici de sessió guardat. Trieu D'acord per omplir -lo automàticament de totes maneres o Cancel·la per aturar-ho." + }, + "autofillIframeWarningTip": { + "message": "Per evitar aquest avís en el futur, guardeu aquest URI, $HOSTNAME$, al vostre element d'inici de sessió de Bitwarden d'aquest lloc.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Estableix la contrasenya mestra" }, @@ -2204,6 +2222,6 @@ } }, "opensInANewWindow": { - "message": "Opens in a new window" + "message": "S'obri en una finestra nova" } } diff --git a/apps/browser/src/_locales/cs/messages.json b/apps/browser/src/_locales/cs/messages.json index 055c2dd8a9..7ff5424a05 100644 --- a/apps/browser/src/_locales/cs/messages.json +++ b/apps/browser/src/_locales/cs/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Položka byla automaticky vyplněna " }, + "insecurePageWarning": { + "message": "Varování: Toto je nezabezpečená stránka HTTP a všechny informace, které odešlete, mohou být případně viditelné a změněny ostatními. Toto přihlášení bylo původně uloženo na zabezpečené (HTTPS)." + }, + "insecurePageWarningFillPrompt": { + "message": "Chcete přesto vyplnit toto přihlášení?" + }, + "autofillIframeWarning": { + "message": "Formulář je hostován jinou doménou než URI uloženého přihlášení. Zvolte OK pro automatické vyplnění nebo Zrušit pro zrušení." + }, + "autofillIframeWarningTip": { + "message": "Aby se zabránilo tomuto varování v budoucnu, uložte tuto URI: $HOSTNAME$ do vaší přihlašovací položky Bitwarden pro tuto stránku.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Nastavit hlavní heslo" }, diff --git a/apps/browser/src/_locales/cy/messages.json b/apps/browser/src/_locales/cy/messages.json index 1b8c6315be..0a69b94887 100644 --- a/apps/browser/src/_locales/cy/messages.json +++ b/apps/browser/src/_locales/cy/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Item auto-filled " }, + "insecurePageWarning": { + "message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page." + }, + "insecurePageWarningFillPrompt": { + "message": "Do you still wish to fill this login?" + }, + "autofillIframeWarning": { + "message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop." + }, + "autofillIframeWarningTip": { + "message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Set master password" }, diff --git a/apps/browser/src/_locales/da/messages.json b/apps/browser/src/_locales/da/messages.json index edbd0961e2..53451d098e 100644 --- a/apps/browser/src/_locales/da/messages.json +++ b/apps/browser/src/_locales/da/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Autoudfyldte element" }, + "insecurePageWarning": { + "message": "Advarsel: Dette er en ikke-sikret HTTP side, og alle indsendte oplysninger kan potentielt ses og ændres af andre. Dette login blev oprindeligt gemt på en sikker (HTTPS) side." + }, + "insecurePageWarningFillPrompt": { + "message": "Do you still wish to fill this login?" + }, + "autofillIframeWarning": { + "message": "Formularen hostes af et andet domæne end URI'en for det gemte login. Vælg OK for at autoudfylde alligevel, eller Afbryd for at stoppe." + }, + "autofillIframeWarningTip": { + "message": "For at forhindre denne advarsel i fremtiden, så gem denne URI, $HOSTNAME$, til Bitwarden login-emnet for dette websted.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Indstil hovedadgangskode" }, diff --git a/apps/browser/src/_locales/de/messages.json b/apps/browser/src/_locales/de/messages.json index f1d8a5ce9b..c6f7b90988 100644 --- a/apps/browser/src/_locales/de/messages.json +++ b/apps/browser/src/_locales/de/messages.json @@ -634,7 +634,7 @@ "message": "Kontextmenüoptionen anzeigen" }, "contextMenuItemDesc": { - "message": "Verwende einen zweiten Klick, um auf die Erstellung von Passwörtern und passende Zugangsdaten für die Webseite zuzugreifen. " + "message": "Greife über einen Rechtsklick auf die Erstellung von Passwörtern und passende Zugangsdaten für die Website zu." }, "defaultUriMatchDetection": { "message": "Standard URI-Übereinstimmungserkennung", @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Eintrag automatisch ausgefüllt " }, + "insecurePageWarning": { + "message": "Warnung: Dies ist eine ungesicherte HTTP-Seite und alle Informationen, die du absendest, können möglicherweise von anderen gesehen und geändert werden. Diese Zugangsdaten wurden ursprünglich auf einer sicheren (HTTPS-)Seite gespeichert." + }, + "insecurePageWarningFillPrompt": { + "message": "Möchtest du diese Zugangsdaten trotzdem ausfüllen?" + }, + "autofillIframeWarning": { + "message": "Das Formular wird von einer anderen Domain als der URI deines gespeicherten Logins gehostet. Wähle OK, um trotzdem automatisch auszufüllen, oder Abbrechen, um aufzuhören." + }, + "autofillIframeWarningTip": { + "message": "Um diese Warnung in Zukunft zu verhindern, speichere diese URI, $HOSTNAME$, in deinem Bitwarden Zugangsdaten-Eintrag für diese Seite.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Master-Passwort festlegen" }, diff --git a/apps/browser/src/_locales/el/messages.json b/apps/browser/src/_locales/el/messages.json index 5dc10d1617..d86d1be57e 100644 --- a/apps/browser/src/_locales/el/messages.json +++ b/apps/browser/src/_locales/el/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Αυτόματη συμπλήρωση αντικειμένου" }, + "insecurePageWarning": { + "message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page." + }, + "insecurePageWarningFillPrompt": { + "message": "Do you still wish to fill this login?" + }, + "autofillIframeWarning": { + "message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop." + }, + "autofillIframeWarningTip": { + "message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Ορισμός Κύριου Κωδικού" }, diff --git a/apps/browser/src/_locales/en_GB/messages.json b/apps/browser/src/_locales/en_GB/messages.json index dd1c666335..c0d018ee1f 100644 --- a/apps/browser/src/_locales/en_GB/messages.json +++ b/apps/browser/src/_locales/en_GB/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Item auto-filled " }, + "insecurePageWarning": { + "message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page." + }, + "insecurePageWarningFillPrompt": { + "message": "Do you still wish to fill this login?" + }, + "autofillIframeWarning": { + "message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop." + }, + "autofillIframeWarningTip": { + "message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Set master password" }, diff --git a/apps/browser/src/_locales/en_IN/messages.json b/apps/browser/src/_locales/en_IN/messages.json index 5172dfc11f..de8b595765 100644 --- a/apps/browser/src/_locales/en_IN/messages.json +++ b/apps/browser/src/_locales/en_IN/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Auto-filled item" }, + "insecurePageWarning": { + "message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page." + }, + "insecurePageWarningFillPrompt": { + "message": "Do you still wish to fill this login?" + }, + "autofillIframeWarning": { + "message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop." + }, + "autofillIframeWarningTip": { + "message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Set master password" }, diff --git a/apps/browser/src/_locales/es/messages.json b/apps/browser/src/_locales/es/messages.json index aac3a113a7..ac4b28b7dd 100644 --- a/apps/browser/src/_locales/es/messages.json +++ b/apps/browser/src/_locales/es/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Objeto autorellenado" }, + "insecurePageWarning": { + "message": "Atención: Esta es una página HTTP no segura, y cualquier información que envíes puede ser vista y cambiada por otros. Este inicio de sesión fue guardado originalmente en una página segura (HTTPS)." + }, + "insecurePageWarningFillPrompt": { + "message": "¿Sigue deseando rellenar este inicio de sesión?" + }, + "autofillIframeWarning": { + "message": "El formulario está alojado por un dominio diferente al URI de su registro guardado. Elija OK para autorrellenar de todos modos, o Cancelar para parar." + }, + "autofillIframeWarningTip": { + "message": "Para prevenir esta advertencia en el futuro, guarde esta URI, $HOSTNAME$, en su elemento de inicio de sesión de Bitwarden para este sitio.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Establecer contraseña maestra" }, diff --git a/apps/browser/src/_locales/et/messages.json b/apps/browser/src/_locales/et/messages.json index 6ce6c51b3f..8ccfcb5dcc 100644 --- a/apps/browser/src/_locales/et/messages.json +++ b/apps/browser/src/_locales/et/messages.json @@ -1461,17 +1461,35 @@ "autoFillSuccess": { "message": "Kirje täideti" }, + "insecurePageWarning": { + "message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page." + }, + "insecurePageWarningFillPrompt": { + "message": "Do you still wish to fill this login?" + }, + "autofillIframeWarning": { + "message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop." + }, + "autofillIframeWarningTip": { + "message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Määra ülemparool" }, "currentMasterPass": { - "message": "Current master password" + "message": "Praegune ülemparool" }, "newMasterPass": { - "message": "New master password" + "message": "Uus ülemparool" }, "confirmNewMasterPass": { - "message": "Confirm new master password" + "message": "Kinnita uus ülemparool" }, "masterPasswordPolicyInEffect": { "message": "Üks või enam organisatsiooni eeskirja nõuavad, et ülemparool vastaks nendele nõudmistele:" @@ -1854,7 +1872,7 @@ "message": "Organisatsiooni administraator muutis hiljuti sinu ülemparooli. Hoidlale ligi pääsemiseks pead seda nüüd uuendama. Jätkates logitakse sind käimasolevast sessioonist välja, misjärel nõutakse uuesti sisselogimist. Teistes seadmetes olevad aktiivsed sessioonid jäävad aktiivseks kuni üheks tunniks." }, "updateWeakMasterPasswordWarning": { - "message": "Your master password does not meet one or more of your organization policies. In order to access the vault, you must update your master password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour." + "message": "Sinu ülemparool ei vasta ühele või rohkemale organisatsiooni poolt seatud poliitikale. Hoidlale ligipääsemiseks pead oma ülemaprooli uuendama. Jätkamisel logitakse sind praegusest sessioonist välja, mistõttu pead uuesti sisse logima. Teistes seadmetes olevad aktiivsed sessioonid aeguvad umbes ühe tunni jooksul." }, "resetPasswordPolicyAutoEnroll": { "message": "Automaatne liitumine" @@ -1888,7 +1906,7 @@ } }, "vaultTimeoutPolicyWithActionInEffect": { - "message": "Your organization policies are affecting your vault timeout. Maximum allowed vault timeout is $HOURS$ hour(s) and $MINUTES$ minute(s). Your vault timeout action is set to $ACTION$.", + "message": "Organisatsiooni poliitikad mõjutavad sinu hoidla ajalõppu. Maksimaalne lubatud hoidla ajalõpp on $HOURS$ tund(i) ja $MINUTES$ minut(it). Sinu hoidla ajalõpu tegevus on $ACTION$.", "placeholders": { "hours": { "content": "$1", @@ -1905,7 +1923,7 @@ } }, "vaultTimeoutActionPolicyInEffect": { - "message": "Your organization policies have set your vault timeout action to $ACTION$.", + "message": "Organisatsiooni poliitika on sinu hoidla ajalõpu tegevuse seadistanud $ACTION$ peale.", "placeholders": { "action": { "content": "$1", diff --git a/apps/browser/src/_locales/eu/messages.json b/apps/browser/src/_locales/eu/messages.json index 30d572f374..9d2196ed64 100644 --- a/apps/browser/src/_locales/eu/messages.json +++ b/apps/browser/src/_locales/eu/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Elementua auto-beteta" }, + "insecurePageWarning": { + "message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page." + }, + "insecurePageWarningFillPrompt": { + "message": "Do you still wish to fill this login?" + }, + "autofillIframeWarning": { + "message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop." + }, + "autofillIframeWarningTip": { + "message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Ezarri pasahitz nagusia" }, diff --git a/apps/browser/src/_locales/fa/messages.json b/apps/browser/src/_locales/fa/messages.json index 2f6085a823..c5d48947d7 100644 --- a/apps/browser/src/_locales/fa/messages.json +++ b/apps/browser/src/_locales/fa/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "مورد خودکار پر شد" }, + "insecurePageWarning": { + "message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page." + }, + "insecurePageWarningFillPrompt": { + "message": "Do you still wish to fill this login?" + }, + "autofillIframeWarning": { + "message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop." + }, + "autofillIframeWarningTip": { + "message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "تنظیم کلمه عبور اصلی" }, diff --git a/apps/browser/src/_locales/fi/messages.json b/apps/browser/src/_locales/fi/messages.json index d57201abb8..26db404aa4 100644 --- a/apps/browser/src/_locales/fi/messages.json +++ b/apps/browser/src/_locales/fi/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Kohde täytettiin automaattisesti" }, + "insecurePageWarning": { + "message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page." + }, + "insecurePageWarningFillPrompt": { + "message": "Do you still wish to fill this login?" + }, + "autofillIframeWarning": { + "message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop." + }, + "autofillIframeWarningTip": { + "message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Aseta pääsalasana" }, @@ -2204,6 +2222,6 @@ } }, "opensInANewWindow": { - "message": "Opens in a new window" + "message": "Avautuu uudessa ikkunassa" } } diff --git a/apps/browser/src/_locales/fil/messages.json b/apps/browser/src/_locales/fil/messages.json index 23424cf364..af8050b68a 100644 --- a/apps/browser/src/_locales/fil/messages.json +++ b/apps/browser/src/_locales/fil/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Item na auto-filled " }, + "insecurePageWarning": { + "message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page." + }, + "insecurePageWarningFillPrompt": { + "message": "Do you still wish to fill this login?" + }, + "autofillIframeWarning": { + "message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop." + }, + "autofillIframeWarningTip": { + "message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Itakda ang master password" }, diff --git a/apps/browser/src/_locales/fr/messages.json b/apps/browser/src/_locales/fr/messages.json index 5294fd5956..ae4893dd81 100644 --- a/apps/browser/src/_locales/fr/messages.json +++ b/apps/browser/src/_locales/fr/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Élément saisi automatiquement" }, + "insecurePageWarning": { + "message": "Avertissement : il s'agit d'une page HTTP non sécurisée, et toute information que vous soumettez peut potentiellement être vue et modifiée par d'autres. À l'origine, cet identifiant a été enregistré sur une page sécurisée (HTTPS)." + }, + "insecurePageWarningFillPrompt": { + "message": "Voulez-vous toujours saisir automatiquement cet identifiant ?" + }, + "autofillIframeWarning": { + "message": "Le formulaire est hébergé par un domaine différent de l'URI d'enregistrement de votre identifiant. Choisissez OK pour poursuivre la saisie automatique, ou Annuler pour arrêter." + }, + "autofillIframeWarningTip": { + "message": "À l'avenir, pour éviter cet avertissement, enregistrez cet URI, $HOSTNAME$, dans votre élément de connexion Bitwarden pour ce site.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Définir le mot de passe principal" }, diff --git a/apps/browser/src/_locales/gl/messages.json b/apps/browser/src/_locales/gl/messages.json index 1b8c6315be..0a69b94887 100644 --- a/apps/browser/src/_locales/gl/messages.json +++ b/apps/browser/src/_locales/gl/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Item auto-filled " }, + "insecurePageWarning": { + "message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page." + }, + "insecurePageWarningFillPrompt": { + "message": "Do you still wish to fill this login?" + }, + "autofillIframeWarning": { + "message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop." + }, + "autofillIframeWarningTip": { + "message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Set master password" }, diff --git a/apps/browser/src/_locales/he/messages.json b/apps/browser/src/_locales/he/messages.json index d70758ae9f..e4e676471f 100644 --- a/apps/browser/src/_locales/he/messages.json +++ b/apps/browser/src/_locales/he/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "בוצעה השלמה אוטומטית" }, + "insecurePageWarning": { + "message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page." + }, + "insecurePageWarningFillPrompt": { + "message": "Do you still wish to fill this login?" + }, + "autofillIframeWarning": { + "message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop." + }, + "autofillIframeWarningTip": { + "message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "הגדר סיסמה ראשית" }, diff --git a/apps/browser/src/_locales/hi/messages.json b/apps/browser/src/_locales/hi/messages.json index 803fff98e4..456822a3cc 100644 --- a/apps/browser/src/_locales/hi/messages.json +++ b/apps/browser/src/_locales/hi/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "ऑटो फिल आइटम" }, + "insecurePageWarning": { + "message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page." + }, + "insecurePageWarningFillPrompt": { + "message": "Do you still wish to fill this login?" + }, + "autofillIframeWarning": { + "message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop." + }, + "autofillIframeWarningTip": { + "message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "मास्टर पासवर्ड सेट करें" }, diff --git a/apps/browser/src/_locales/hr/messages.json b/apps/browser/src/_locales/hr/messages.json index 07fc5b06cc..d668e3e0d2 100644 --- a/apps/browser/src/_locales/hr/messages.json +++ b/apps/browser/src/_locales/hr/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Auto-ispunjena stavka" }, + "insecurePageWarning": { + "message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page." + }, + "insecurePageWarningFillPrompt": { + "message": "Do you still wish to fill this login?" + }, + "autofillIframeWarning": { + "message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop." + }, + "autofillIframeWarningTip": { + "message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Postavi glavnu lozinku" }, diff --git a/apps/browser/src/_locales/hu/messages.json b/apps/browser/src/_locales/hu/messages.json index 6f291f0779..d06a236f69 100644 --- a/apps/browser/src/_locales/hu/messages.json +++ b/apps/browser/src/_locales/hu/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Automatikusan kitöltött elem" }, + "insecurePageWarning": { + "message": "Figyelmeztetés: Ez egy nem biztonságos HTTP oldal és az elküldött információkat mások láthatják és módosíthatják. Ezt a bejelentkezést eredetileg egy biztonságos (HTTPS) oldalra mentették." + }, + "insecurePageWarningFillPrompt": { + "message": "Még mindig ki szeretnénk tölteni ezt a bejelentkezést?" + }, + "autofillIframeWarning": { + "message": "Az űrlapot egy másik domain tárolja, mint a mentett bejelentkezés URI-ja. Az automatikus kitöltéshez válasszuk az OK gombot, a leállításhoz pedig a Mégsem lehetőséget." + }, + "autofillIframeWarningTip": { + "message": "Ennek a figyelmeztetésnek a jövőbeni elkerülése érdekében mentsük el ezt az URI-t - $HOSTNAME$ - a Bitwarden bejelentkezési elemébe ennél a webhelynél.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Mesterjelszó beállítása" }, diff --git a/apps/browser/src/_locales/id/messages.json b/apps/browser/src/_locales/id/messages.json index 0e8f9cc18e..220af16b5a 100644 --- a/apps/browser/src/_locales/id/messages.json +++ b/apps/browser/src/_locales/id/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Item Terisi Otomatis" }, + "insecurePageWarning": { + "message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page." + }, + "insecurePageWarningFillPrompt": { + "message": "Do you still wish to fill this login?" + }, + "autofillIframeWarning": { + "message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop." + }, + "autofillIframeWarningTip": { + "message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Atur Kata Sandi Utama" }, diff --git a/apps/browser/src/_locales/it/messages.json b/apps/browser/src/_locales/it/messages.json index 4b41d79376..c3aab71545 100644 --- a/apps/browser/src/_locales/it/messages.json +++ b/apps/browser/src/_locales/it/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Elemento riempito automaticamente " }, + "insecurePageWarning": { + "message": "Attenzione: questa è una pagina HTTP non protetta, e tutte le informazioni che invii potrebbero essere viste e modificate da altri. Questo login è stato originariamente salvato su una pagina sicura (HTTPS)." + }, + "insecurePageWarningFillPrompt": { + "message": "Vuoi comunque riempire automaticamente questo login?" + }, + "autofillIframeWarning": { + "message": "Il modulo è ospitato da un dominio diverso dall'URI del tuo login salvato. Clicca Ok per riempire automaticamente comunque, o Annulla per interrompere." + }, + "autofillIframeWarningTip": { + "message": "Per evitare questo avviso in futuro, salva questo URI, $HOSTNAME$, nel tuo elemento di login Bitwarden per questo sito.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Imposta password principale" }, diff --git a/apps/browser/src/_locales/ja/messages.json b/apps/browser/src/_locales/ja/messages.json index de347a3541..e6eca2c538 100644 --- a/apps/browser/src/_locales/ja/messages.json +++ b/apps/browser/src/_locales/ja/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "アイテムを自動入力しました" }, + "insecurePageWarning": { + "message": "警告: これはセキュリティ保護されていない HTTP ページであり、送信する情報は他の人によって見られ、変更される可能性があります。 このログイン情報はもともとセキュア (HTTPS) ページに保存されていました。" + }, + "insecurePageWarningFillPrompt": { + "message": "このログイン情報を入力しますか?" + }, + "autofillIframeWarning": { + "message": "フォームは保存したログイン情報の URI とは異なるドメインによってホストされています。無視して自動入力するなら OK を選択し、中止したければキャンセルを選択してください。" + }, + "autofillIframeWarningTip": { + "message": "この警告を将来的に防ぐためには、この URI と $HOSTNAME$ をこのサイトの Bitwarden ログインアイテムに保存してください。", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "マスターパスワードを設定" }, diff --git a/apps/browser/src/_locales/ka/messages.json b/apps/browser/src/_locales/ka/messages.json index 574eda35cf..d71e9402df 100644 --- a/apps/browser/src/_locales/ka/messages.json +++ b/apps/browser/src/_locales/ka/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Item auto-filled " }, + "insecurePageWarning": { + "message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page." + }, + "insecurePageWarningFillPrompt": { + "message": "Do you still wish to fill this login?" + }, + "autofillIframeWarning": { + "message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop." + }, + "autofillIframeWarningTip": { + "message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Set master password" }, diff --git a/apps/browser/src/_locales/km/messages.json b/apps/browser/src/_locales/km/messages.json index 1b8c6315be..0a69b94887 100644 --- a/apps/browser/src/_locales/km/messages.json +++ b/apps/browser/src/_locales/km/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Item auto-filled " }, + "insecurePageWarning": { + "message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page." + }, + "insecurePageWarningFillPrompt": { + "message": "Do you still wish to fill this login?" + }, + "autofillIframeWarning": { + "message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop." + }, + "autofillIframeWarningTip": { + "message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Set master password" }, diff --git a/apps/browser/src/_locales/kn/messages.json b/apps/browser/src/_locales/kn/messages.json index 7b84ce9198..31b78ceb49 100644 --- a/apps/browser/src/_locales/kn/messages.json +++ b/apps/browser/src/_locales/kn/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "ಸ್ವಯಂ ತುಂಬಿದ ಐಟಂ" }, + "insecurePageWarning": { + "message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page." + }, + "insecurePageWarningFillPrompt": { + "message": "Do you still wish to fill this login?" + }, + "autofillIframeWarning": { + "message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop." + }, + "autofillIframeWarningTip": { + "message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "ಮಾಸ್ಟರ್ ಪಾಸ್ವರ್ಡ್ ಹೊಂದಿಸಿ" }, diff --git a/apps/browser/src/_locales/ko/messages.json b/apps/browser/src/_locales/ko/messages.json index 66512ce285..155736462d 100644 --- a/apps/browser/src/_locales/ko/messages.json +++ b/apps/browser/src/_locales/ko/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "항목을 자동 완성함" }, + "insecurePageWarning": { + "message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page." + }, + "insecurePageWarningFillPrompt": { + "message": "Do you still wish to fill this login?" + }, + "autofillIframeWarning": { + "message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop." + }, + "autofillIframeWarningTip": { + "message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "마스터 비밀번호 설정" }, diff --git a/apps/browser/src/_locales/lt/messages.json b/apps/browser/src/_locales/lt/messages.json index 2cd47cfb4e..078c28a261 100644 --- a/apps/browser/src/_locales/lt/messages.json +++ b/apps/browser/src/_locales/lt/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Item auto-filled " }, + "insecurePageWarning": { + "message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page." + }, + "insecurePageWarningFillPrompt": { + "message": "Do you still wish to fill this login?" + }, + "autofillIframeWarning": { + "message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop." + }, + "autofillIframeWarningTip": { + "message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Pagrindinio slaptažodžio nustatymas" }, diff --git a/apps/browser/src/_locales/lv/messages.json b/apps/browser/src/_locales/lv/messages.json index 8ea13fd637..317a1d48cc 100644 --- a/apps/browser/src/_locales/lv/messages.json +++ b/apps/browser/src/_locales/lv/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Automātiski aizpildīts vienums" }, + "insecurePageWarning": { + "message": "Brīdinājums: šī ir nedroša HTTP lapa, un ir iespējams, ka citi var redzēt vai mainīt visu tajā iesniegto informāciju. Šis pieteikšanās vienums sākotnēji tika saglabāts drošā (HTTPS) lapā." + }, + "insecurePageWarningFillPrompt": { + "message": "Vai tiešām joprojām aizpildīt šo pieteikšanās vienumu?" + }, + "autofillIframeWarning": { + "message": "Veidne ir izvietota citā domēnā, nekā saglabātā pieteikšanās vienuma URI. Jāizvēlas \"Labi\", lai vienalga automātiski aizpildītu, vai \"Atcelt\", lai apturētu." + }, + "autofillIframeWarningTip": { + "message": "Lai novērstu šī brīdinājuma turpmāku rādīšanu, jāsaglabā šis URI, $HOSTNAME$, šīs vietnes Bitwarde pieteikšanās vienumā.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Uzstādīt galveno paroli" }, diff --git a/apps/browser/src/_locales/ml/messages.json b/apps/browser/src/_locales/ml/messages.json index a704fc73f8..1975bb0f14 100644 --- a/apps/browser/src/_locales/ml/messages.json +++ b/apps/browser/src/_locales/ml/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "യാന്ത്രികമായി പൂരിപ്പിച്ച ഇനം" }, + "insecurePageWarning": { + "message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page." + }, + "insecurePageWarningFillPrompt": { + "message": "Do you still wish to fill this login?" + }, + "autofillIframeWarning": { + "message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop." + }, + "autofillIframeWarningTip": { + "message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "പ്രാഥമിക പാസ്‌വേഡ് സജ്ജമാക്കുക" }, diff --git a/apps/browser/src/_locales/my/messages.json b/apps/browser/src/_locales/my/messages.json index 1b8c6315be..0a69b94887 100644 --- a/apps/browser/src/_locales/my/messages.json +++ b/apps/browser/src/_locales/my/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Item auto-filled " }, + "insecurePageWarning": { + "message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page." + }, + "insecurePageWarningFillPrompt": { + "message": "Do you still wish to fill this login?" + }, + "autofillIframeWarning": { + "message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop." + }, + "autofillIframeWarningTip": { + "message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Set master password" }, diff --git a/apps/browser/src/_locales/nb/messages.json b/apps/browser/src/_locales/nb/messages.json index 5dfa54f864..0946027aee 100644 --- a/apps/browser/src/_locales/nb/messages.json +++ b/apps/browser/src/_locales/nb/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Autoutfylt element" }, + "insecurePageWarning": { + "message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page." + }, + "insecurePageWarningFillPrompt": { + "message": "Do you still wish to fill this login?" + }, + "autofillIframeWarning": { + "message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop." + }, + "autofillIframeWarningTip": { + "message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Angi hovedpassord" }, diff --git a/apps/browser/src/_locales/ne/messages.json b/apps/browser/src/_locales/ne/messages.json index 1b8c6315be..0a69b94887 100644 --- a/apps/browser/src/_locales/ne/messages.json +++ b/apps/browser/src/_locales/ne/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Item auto-filled " }, + "insecurePageWarning": { + "message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page." + }, + "insecurePageWarningFillPrompt": { + "message": "Do you still wish to fill this login?" + }, + "autofillIframeWarning": { + "message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop." + }, + "autofillIframeWarningTip": { + "message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Set master password" }, diff --git a/apps/browser/src/_locales/nl/messages.json b/apps/browser/src/_locales/nl/messages.json index 93b4404eea..1f76bc82fe 100644 --- a/apps/browser/src/_locales/nl/messages.json +++ b/apps/browser/src/_locales/nl/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Automatisch gevuld item" }, + "insecurePageWarning": { + "message": "Waarschuwing: Dit is een onbeveiligde HTTP-pagina waardoor anderen alle informatie die je verstuurt kunnen zien en wijzigen. Deze login is oorspronkelijk opgeslagen op een beveiligde (HTTPS) pagina." + }, + "insecurePageWarningFillPrompt": { + "message": "Wil je je inloggegevens nog steeds invullen?" + }, + "autofillIframeWarning": { + "message": "Dit formulier wordt door een ander domein gehost dan de URI van jouw opgeslagen login. Kies OK voor toch automatisch invullen, of Annuleren om te stoppen." + }, + "autofillIframeWarningTip": { + "message": "Om deze waarschuwing in de toekomst te voorkomen, bewaar je deze URI, $HOSTNAME$, bij je Bitwarden-login voor deze site.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Hoofdwachtwoord instellen" }, diff --git a/apps/browser/src/_locales/nn/messages.json b/apps/browser/src/_locales/nn/messages.json index 1b8c6315be..0a69b94887 100644 --- a/apps/browser/src/_locales/nn/messages.json +++ b/apps/browser/src/_locales/nn/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Item auto-filled " }, + "insecurePageWarning": { + "message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page." + }, + "insecurePageWarningFillPrompt": { + "message": "Do you still wish to fill this login?" + }, + "autofillIframeWarning": { + "message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop." + }, + "autofillIframeWarningTip": { + "message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Set master password" }, diff --git a/apps/browser/src/_locales/or/messages.json b/apps/browser/src/_locales/or/messages.json index 1b8c6315be..0a69b94887 100644 --- a/apps/browser/src/_locales/or/messages.json +++ b/apps/browser/src/_locales/or/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Item auto-filled " }, + "insecurePageWarning": { + "message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page." + }, + "insecurePageWarningFillPrompt": { + "message": "Do you still wish to fill this login?" + }, + "autofillIframeWarning": { + "message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop." + }, + "autofillIframeWarningTip": { + "message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Set master password" }, diff --git a/apps/browser/src/_locales/pl/messages.json b/apps/browser/src/_locales/pl/messages.json index 4e850d0097..36f8cc8c94 100644 --- a/apps/browser/src/_locales/pl/messages.json +++ b/apps/browser/src/_locales/pl/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Element został automatycznie uzupełniony" }, + "insecurePageWarning": { + "message": "Ostrzeżenie: Jest to niezabezpieczona strona HTTP i wszelkie przekazane informacje mogą być potencjalnie widoczne i zmienione przez innych. Ten login został pierwotnie zapisany na stronie bezpiecznej (HTTPS)." + }, + "insecurePageWarningFillPrompt": { + "message": "Nadal chcesz uzupełnić ten login?" + }, + "autofillIframeWarning": { + "message": "Formularz jest hostowany przez inną domenę niż zapisany adres URI dla tego loginu. Wybierz OK, aby i tak automatycznie wypełnić lub anuluj aby zatrzymać." + }, + "autofillIframeWarningTip": { + "message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Ustaw hasło główne" }, diff --git a/apps/browser/src/_locales/pt_BR/messages.json b/apps/browser/src/_locales/pt_BR/messages.json index d8d6fee31c..8b4fcfad0a 100644 --- a/apps/browser/src/_locales/pt_BR/messages.json +++ b/apps/browser/src/_locales/pt_BR/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Item Auto-Preenchido" }, + "insecurePageWarning": { + "message": "Aviso: Esta é uma página HTTP não segura, e qualquer informação que você enviar poderá ser interceptada e modificada por outras pessoas. Este login foi originalmente salvo em uma página segura (HTTPS)." + }, + "insecurePageWarningFillPrompt": { + "message": "Você ainda deseja preencher esse login?" + }, + "autofillIframeWarning": { + "message": "O formulário está hospedado em um domínio diferente do URI do seu login salvo. Escolha OK para preencher automaticamente mesmo assim ou Cancelar para parar." + }, + "autofillIframeWarningTip": { + "message": "Para evitar este aviso no futuro, salve este URI, $HOSTNAME$, no seu item de login no Bitwarden para este site.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Definir Senha Mestra" }, diff --git a/apps/browser/src/_locales/pt_PT/messages.json b/apps/browser/src/_locales/pt_PT/messages.json index 16646bc752..ad53f10e41 100644 --- a/apps/browser/src/_locales/pt_PT/messages.json +++ b/apps/browser/src/_locales/pt_PT/messages.json @@ -1345,7 +1345,7 @@ "message": "Tem a certeza de que pretende utilizar a opção \"Nunca\"? Definir as suas opções de bloqueio para \"Nunca\" armazena a chave de encriptação do seu cofre no seu dispositivo. Se utilizar esta opção deve assegurar-se de que mantém o seu dispositivo devidamente protegido." }, "noOrganizationsList": { - "message": "Você não pertence a nenhuma organização. Organizações permitem-lhe partilhar itens em segurança com outros utilizadores." + "message": "Não pertence a nenhuma organização. As organizações permitem-lhe partilhar itens em segurança com outros utilizadores." }, "noCollectionsInList": { "message": "Não existem coleções para listar." @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Item auto-preenchido" }, + "insecurePageWarning": { + "message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page." + }, + "insecurePageWarningFillPrompt": { + "message": "Do you still wish to fill this login?" + }, + "autofillIframeWarning": { + "message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop." + }, + "autofillIframeWarningTip": { + "message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Definir palavra-passe mestra" }, diff --git a/apps/browser/src/_locales/ro/messages.json b/apps/browser/src/_locales/ro/messages.json index 6f23171346..bad505607a 100644 --- a/apps/browser/src/_locales/ro/messages.json +++ b/apps/browser/src/_locales/ro/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Articolul s-a completat automat " }, + "insecurePageWarning": { + "message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page." + }, + "insecurePageWarningFillPrompt": { + "message": "Do you still wish to fill this login?" + }, + "autofillIframeWarning": { + "message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop." + }, + "autofillIframeWarningTip": { + "message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Setare parolă principală" }, diff --git a/apps/browser/src/_locales/ru/messages.json b/apps/browser/src/_locales/ru/messages.json index 43b61b62ef..1b15850d27 100644 --- a/apps/browser/src/_locales/ru/messages.json +++ b/apps/browser/src/_locales/ru/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Элемент заполнен " }, + "insecurePageWarning": { + "message": "Предупреждение: это незащищенная HTTP-страница, и любая информация, которую вы отправляете, потенциально может быть просмотрена и изменена кем угодно. Этот логин изначально был сохранен на защищенной (HTTPS) странице." + }, + "insecurePageWarningFillPrompt": { + "message": "Вы по-прежнему хотите заполнить этот логин?" + }, + "autofillIframeWarning": { + "message": "Форма размещена в домене, отличном от URI вашего сохраненного логина. Выберите OK для автозаполнения в любом случае или Отмена для остановки действия." + }, + "autofillIframeWarningTip": { + "message": "Чтобы больше не получать это предупреждение, сохраните этот URI, $HOSTNAME$, в соответствующем логине.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Задать мастер-пароль" }, diff --git a/apps/browser/src/_locales/si/messages.json b/apps/browser/src/_locales/si/messages.json index 847d422fc8..9b917a74db 100644 --- a/apps/browser/src/_locales/si/messages.json +++ b/apps/browser/src/_locales/si/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "ස්වයංක්රීය-පිරවූ අයිතමය" }, + "insecurePageWarning": { + "message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page." + }, + "insecurePageWarningFillPrompt": { + "message": "Do you still wish to fill this login?" + }, + "autofillIframeWarning": { + "message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop." + }, + "autofillIframeWarningTip": { + "message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "මාස්ටර් මුරපදය සකසන්න" }, diff --git a/apps/browser/src/_locales/sk/messages.json b/apps/browser/src/_locales/sk/messages.json index 0021695bd6..147fe0bbd4 100644 --- a/apps/browser/src/_locales/sk/messages.json +++ b/apps/browser/src/_locales/sk/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Automaticky vyplnené" }, + "insecurePageWarning": { + "message": "Upozornenie: Toto je nezabezpečená HTTP stránka a akékoľvek informácie, ktoré odošlete, môžu potenciálne vidieť a zmeniť ostatní. Toto prihlásenie bolo pôvodne uložené na zabezpečenej stránke (HTTPS)." + }, + "insecurePageWarningFillPrompt": { + "message": "Prajete si napriek tomu vyplniť prihlasovacie údaje?" + }, + "autofillIframeWarning": { + "message": "Formulár je hosťovaný inou doménou ako má URI uložených prihlasovacích údajov. Zvoľte OK ak chcete aj tak automaticky vyplniť údaje, alebo Zrušiť pre zastavenie." + }, + "autofillIframeWarningTip": { + "message": "Ak chcete tomuto upozorneniu v budúcnosti zabrániť, uložte URI, $HOSTNAME$, do položky prihlásenia Bitwardenu pre túto stránku.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Nastaviť hlavné heslo" }, diff --git a/apps/browser/src/_locales/sl/messages.json b/apps/browser/src/_locales/sl/messages.json index 065cb4b200..5dc4a59ff0 100644 --- a/apps/browser/src/_locales/sl/messages.json +++ b/apps/browser/src/_locales/sl/messages.json @@ -3,7 +3,7 @@ "message": "Bitwarden" }, "extName": { - "message": "Bitwarden - Brezplačen upravitelj gesel", + "message": "Bitwarden - Brezplačni upravitelj gesel", "description": "Extension name, MUST be less than 40 characters (Safari restriction)" }, "extDesc": { @@ -77,7 +77,7 @@ "message": "Kopiraj opombo" }, "copyUri": { - "message": "Kopiraj URL" + "message": "Kopiraj URI" }, "copyUsername": { "message": "Kopiraj uporabniško ime" @@ -89,37 +89,37 @@ "message": "Kopiraj varnostno kodo" }, "autoFill": { - "message": "samodejno zapolni" + "message": "Samodejno izpolnjevanje" }, "generatePasswordCopied": { "message": "Generiraj geslo (kopirano)" }, "copyElementIdentifier": { - "message": "Copy custom field name" + "message": "Kopiraj naziv polja po meri" }, "noMatchingLogins": { - "message": "Nobenih ujemajočih prijav." + "message": "Ni ustreznih prijav." }, "unlockVaultMenu": { "message": "Odkleni svoj trezor" }, "loginToVaultMenu": { - "message": "Log in to your vault" + "message": "Prijavi se v svoj trezor" }, "autoFillInfo": { - "message": "Nobene prijave ni na voljo za auto-izpolnitev za trenutni zavihek." + "message": "Za samodejno izpolnjevanje v trenutnem zavihku ni na voljo nobena prijava." }, "addLogin": { "message": "Dodaj prijavo" }, "addItem": { - "message": "Dodal element" + "message": "Dodaj element" }, "passwordHint": { "message": "Namig za geslo" }, "enterEmailToGetHint": { - "message": "Vnesite epoštni naslov vašega računa, da prejmete namig za vaše glavno geslo." + "message": "Vnesite e-poštni naslov svojega računa in poslali vam bomo namig za vaše glavno geslo." }, "getMasterPasswordHint": { "message": "Pridobi namig za glavno geslo" @@ -128,7 +128,7 @@ "message": "Nadaljuj" }, "sendVerificationCode": { - "message": "Send a verification code to your email" + "message": "Pošlji kodo za preverjanje po e-pošti" }, "sendCode": { "message": "Pošlji kodo" @@ -137,10 +137,10 @@ "message": "Koda poslana" }, "verificationCode": { - "message": "Verifikacijska koda" + "message": "Koda za preverjanje" }, "confirmIdentity": { - "message": "Confirm your identity to continue." + "message": "Za nadaljevanje potrdite svojo istovetnost." }, "account": { "message": "Račun" @@ -190,19 +190,19 @@ "message": "Mape" }, "noFolders": { - "message": "Ni map za prikazat." + "message": "Nobene takšne mape ni." }, "helpFeedback": { "message": "Pomoč in povratne informacije" }, "helpCenter": { - "message": "Bitwarden Help center" + "message": "Bitwardnov center za pomoč" }, "communityForums": { - "message": "Explore Bitwarden community forums" + "message": "Prebrskajte Bitwardnove skupnostne forume" }, "contactSupport": { - "message": "Contact Bitwarden support" + "message": "Kontaktirajte podporo uporabnikom" }, "sync": { "message": "Sinhronizacija" @@ -227,7 +227,7 @@ "message": "Bitwarden spletni trezor" }, "importItems": { - "message": "Uvozi predmete" + "message": "Uvozi elemente" }, "select": { "message": "Izberi" @@ -236,7 +236,7 @@ "message": "Generiraj geslo" }, "regeneratePassword": { - "message": "Regeneriraj geslo" + "message": "Ponovno ustvari geslo" }, "options": { "message": "Možnosti" @@ -245,13 +245,13 @@ "message": "Dolžina" }, "uppercase": { - "message": "Uppercase (A-Z)" + "message": "Velike črke (A-Z)" }, "lowercase": { - "message": "Lowercase (a-z)" + "message": "Male črke (a-z)" }, "numbers": { - "message": "Številke (0-9)" + "message": "Števke (0-9)" }, "specialCharacters": { "message": "Posebni znaki (!@#$%^&*)" @@ -267,10 +267,10 @@ "description": "Make the first letter of a work uppercase." }, "includeNumber": { - "message": "Vključi številko" + "message": "Vključi števko" }, "minNumbers": { - "message": "Minimalno števil" + "message": "Minimalno števk" }, "minSpecial": { "message": "Minimalno posebnih znakov" @@ -288,10 +288,10 @@ "message": "Pogled" }, "noItemsInList": { - "message": "Ni predmetov za prikazat." + "message": "Tukaj ni ničesar." }, "itemInformation": { - "message": "Informacije o izdelku" + "message": "Informacije o elementu" }, "username": { "message": "Uporabniško ime" @@ -312,16 +312,16 @@ "message": "Opomba" }, "editItem": { - "message": "Uredi vnos" + "message": "Uredi element" }, "folder": { "message": "Mapa" }, "deleteItem": { - "message": "Izbiši vnos" + "message": "Izbiši element" }, "viewItem": { - "message": "Ogled vnosa" + "message": "Ogled elementa" }, "launch": { "message": "Zaženi" @@ -330,10 +330,10 @@ "message": "Spletna stran" }, "toggleVisibility": { - "message": "Preklopi vidljivost" + "message": "Preklopi vidnost" }, "manage": { - "message": "Upravljaj" + "message": "Upravljanje" }, "other": { "message": "Drugo" @@ -342,22 +342,22 @@ "message": "Ocenite to razširitev" }, "rateExtensionDesc": { - "message": "Premislite če nam želite pomagati z dobro oceno!" + "message": "Premislite, ali bi nam želeli pomagati z dobro oceno!" }, "browserNotSupportClipboard": { - "message": "Vaš spletni brskalnik ne podpira enostavno kopiranje odložišča. Kopirajte ročno." + "message": "Vaš brskalnik ne podpira enostavnega kopiranja na odložišče. Prosimo, kopirajte ročno." }, "verifyIdentity": { - "message": "Verify identity" + "message": "Preverjanje istovetnosti" }, "yourVaultIsLocked": { - "message": "Vaš trezor je zaklenjen. Potrdite vaše glavno geslo za nadaljevanje." + "message": "Vaš trezor je zaklenjen. Za nadaljevanje potrdite svojo identiteto." }, "unlock": { "message": "Odkleni" }, "loggedInAsOn": { - "message": "Prijavljeni kot $EMAIL$ na $HOSTNAME$.", + "message": "Prijavljeni ste kot $EMAIL$ na $HOSTNAME$.", "placeholders": { "email": { "content": "$1", @@ -373,7 +373,7 @@ "message": "Napačno glavno geslo" }, "vaultTimeout": { - "message": "Časovna omejitev trezorja" + "message": "Zakleni trezor, ko preteče toliko časa:" }, "lockNow": { "message": "Zakleni zdaj" @@ -412,10 +412,10 @@ "message": "4 ure" }, "onLocked": { - "message": "Ob sistemskem zaklepu" + "message": "Ob zaklepu sistema" }, "onRestart": { - "message": "Ob ponovnem zagonu spletnega brskalnika" + "message": "Ob ponovnem zagonu brskalnika" }, "never": { "message": "Nikoli" @@ -433,13 +433,13 @@ "message": "Neveljaven epoštni naslov." }, "masterPasswordRequired": { - "message": "Master password is required." + "message": "Glavno geslo je obvezno." }, "confirmMasterPasswordRequired": { - "message": "Master password retype is required." + "message": "Ponoven vnos glavnega gesla je obvezen." }, "masterPasswordMinlength": { - "message": "Master password must be at least $VALUE$ characters long.", + "message": "Glavno geslo mora vsebovati vsaj $VALUE$ znakov.", "description": "The Master Password must be at least a specific number of characters long.", "placeholders": { "value": { @@ -452,16 +452,16 @@ "message": "Potrditev glavnega gesla se ne ujema." }, "newAccountCreated": { - "message": "Vaš nov račun je bil ustvarjen! Sedaj se lahko prijavite." + "message": "Vaš račun je ustvarjen. Lahko se prijavite." }, "masterPassSent": { - "message": "Poslali smo vam epoštno spročilo z namigom za vaše glavno geslo." + "message": "Poslali smo vam e-poštno spročilo z namigom za vaše glavno geslo." }, "verificationCodeRequired": { - "message": "Verifikacijska koda je obvezna." + "message": "Koda za preverjanje je obvezna." }, "invalidVerificationCode": { - "message": "Invalid verification code" + "message": "Neveljavna koda za preverjanje" }, "valueCopied": { "message": "$VALUE$ kopirano", @@ -474,7 +474,7 @@ } }, "autofillError": { - "message": "Ni mogoče avto-izpolniti izbrazno prijavo na tej spletni strani. Namesto tega kopirajte in prilepite podatke." + "message": "Izbrane prijave na tej strani ni mogoče samodejno izpolniti. Namesto tega podatke kopirajte in prilepite." }, "loggedOut": { "message": "Odjavljen" @@ -498,25 +498,25 @@ "message": "Ime je obvezno." }, "addedFolder": { - "message": "Dodana mapa" + "message": "Mapa dodana" }, "changeMasterPass": { "message": "Spremeni glavno geslo" }, "changeMasterPasswordConfirmation": { - "message": "Svoje glavno geslo lahko spremenite v bitwarden.com spletnem trezorju. Želite obiskati spletno stran zdaj?" + "message": "Svoje glavno geslo lahko spremenite v Bitwardnovem spletnem trezorju. Želite zdaj obiskati Bitwardnovo spletno stran?" }, "twoStepLoginConfirmation": { - "message": "Two-step login makes your account more secure by requiring you to verify your login with another device such as a security key, authenticator app, SMS, phone call, or email. Two-step login can be set up on the bitwarden.com web vault. Do you want to visit the website now?" + "message": "Avtentikacija v dveh korakih dodatno varuje vaš račun, saj zahteva, da vsakokratno prijavo potrdite z drugo napravo, kot je varnostni ključ, aplikacija za preverjanje pristnosti, SMS, telefonski klic ali e-pošta. Avtentikacijo v dveh korakih lahko omogočite v spletnem trezorju bitwarden.com. Ali želite spletno stran obiskati sedaj?" }, "editedFolder": { - "message": "Urejena mapa" + "message": "Mapa shranjena" }, "deleteFolderConfirmation": { "message": "Ste prepričani, da želite izbrisati to mapo?" }, "deletedFolder": { - "message": "Izbrisana mapa" + "message": "Mapa izbrisana" }, "gettingStartedTutorial": { "message": "Getting started tutorial" @@ -534,7 +534,7 @@ "message": "Geslo je bilo kopirano" }, "uri": { - "message": "URL" + "message": "URI" }, "uriPosition": { "message": "URI $POSITION$", @@ -547,31 +547,31 @@ } }, "newUri": { - "message": "Nov URL" + "message": "Nov URI" }, "addedItem": { - "message": "Dodan vnos" + "message": "Element dodan" }, "editedItem": { - "message": "Urejen vnos" + "message": "Element shranjen" }, "deleteItemConfirmation": { - "message": "Ali ste prepričani, da želite izbrisati?" + "message": "Ali ste prepričani, da želite to izbrisati?" }, "deletedItem": { - "message": "Pošlji vnos v smeti" + "message": "Element poslan v smeti" }, "overwritePassword": { "message": "Prepiši geslo" }, "overwritePasswordConfirmation": { - "message": "Ali ste prepričani, da želite prepisati vaše trenutno geslo?" + "message": "Ali ste prepričani, da želite prepisati trenutno geslo?" }, "overwriteUsername": { - "message": "Overwrite username" + "message": "Prepiši uporabniško ime" }, "overwriteUsernameConfirmation": { - "message": "Are you sure you want to overwrite the current username?" + "message": "Ste prepričani, da želite prepisati trenutno uporabniško ime?" }, "searchFolder": { "message": "Preišči mapo" @@ -580,68 +580,68 @@ "message": "Preišči zbirko" }, "searchType": { - "message": "Search type" + "message": "Išči med tipi" }, "noneFolder": { "message": "Brez mape", "description": "This is the folder for uncategorized items" }, "enableAddLoginNotification": { - "message": "Ask to add login" + "message": "Predlagaj dodajanje prijave" }, "addLoginNotificationDesc": { - "message": "Ask to add an item if one isn't found in your vault." + "message": "Predlagaj dodajanje novega elementa, če v trezorju ni ustreznega." }, "showCardsCurrentTab": { - "message": "Show cards on Tab page" + "message": "Prikaži kartice na strani Zavihek" }, "showCardsCurrentTabDesc": { - "message": "List card items on the Tab page for easy auto-fill." + "message": "Na strani Zavihek prikaži kartice za lažje samodejno izpoljnjevanje." }, "showIdentitiesCurrentTab": { - "message": "Show identities on Tab page" + "message": "Prikaži identitete na strani Zavihek" }, "showIdentitiesCurrentTabDesc": { - "message": "List identity items on the Tab page for easy auto-fill." + "message": "Na strani Zavihek prikaži elemente identitete za lažje samodejno izpolnjevanje." }, "clearClipboard": { "message": "Počisti odložišče", "description": "Clipboard is the operating system thing where you copy/paste data to on your device." }, "clearClipboardDesc": { - "message": "Automatically clear copied values from your clipboard.", + "message": "Samodejno izbriši kopirane vrednosti z odložišča.", "description": "Clipboard is the operating system thing where you copy/paste data to on your device." }, "notificationAddDesc": { - "message": "Should Bitwarden remember this password for you?" + "message": "Naj si Bitwarden zapomni to geslo?" }, "notificationAddSave": { "message": "Da, shrani zdaj" }, "enableChangedPasswordNotification": { - "message": "Ask to update existing login" + "message": "Predlagaj posodobitev obstoječe prijave" }, "changedPasswordNotificationDesc": { - "message": "Ask to update a login's password when a change is detected on a website." + "message": "Vprašaj, ali naj Bitwarden posodobi geslo prijave, kadar zazna spremembo gesla na spletni strani" }, "notificationChangeDesc": { - "message": "Do you want to update this password in Bitwarden?" + "message": "Želite, da Bitwarden shrani spremembo tega gesla?" }, "notificationChangeSave": { "message": "Da, posodobi zdaj" }, "enableContextMenuItem": { - "message": "Show context menu options" + "message": "Prikaži možnosti kontekstnega menuja" }, "contextMenuItemDesc": { "message": "Use a secondary click to access password generation and matching logins for the website. " }, "defaultUriMatchDetection": { - "message": "Default URI match detection", + "message": "Privzet način preverjanja ujemanja URI-ja", "description": "Default URI match detection for auto-fill." }, "defaultUriMatchDetectionDesc": { - "message": "Choose the default way that URI match detection is handled for logins when performing actions such as auto-fill." + "message": "Izberite privzeti način preverjanja ujemanja URI-ja pri samodejnem izpolnjevanju in drugih dejanjih." }, "theme": { "message": "Tema" @@ -675,7 +675,7 @@ "message": "Potrdite izvoz trezorja" }, "exportWarningDesc": { - "message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + "message": "Ta datoteka z izvoženimi podatki vsebuje podatke iz vašega trezorja v nešifrirani obliki. Ne shranjujte in ne pošiljajte je po nezavarovanih kanalih, kot je elektronska pošta. Po uporabi jo takoj izbrišite." }, "encExportKeyWarningDesc": { "message": "Ta izvoz šifrira vaše podatke z uporabo ključa za šifriranje. Če boste kdaj zamenjali ključ za šifriranje, je potrebno, da ponovno naredite izvoz, ker ne boste mogli dešifrirati to izvoženo datoteko." @@ -690,19 +690,19 @@ "message": "V skupni rabi" }, "learnOrg": { - "message": "Learn about organizations" + "message": "Preberite več o organizacijah" }, "learnOrgConfirmation": { - "message": "Bitwarden allows you to share your vault items with others by using an organization. Would you like to visit the bitwarden.com website to learn more?" + "message": "Bitwarden omogoča, da elemente v svojem trezorju delite z drugimi z uporabo organizacije. Želite obskati spletišče bitwarden.com za več informacij?" }, "moveToOrganization": { - "message": "Move to organization" + "message": "Premakni v organizacijo" }, "share": { "message": "Deli" }, "movedItemToOrg": { - "message": "$ITEMNAME$ moved to $ORGNAME$", + "message": "Element $ITEMNAME$ premaknjen v $ORGNAME$", "placeholders": { "itemname": { "content": "$1", @@ -715,7 +715,7 @@ } }, "moveToOrgDesc": { - "message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved." + "message": "Izberite organizacijo, v katero želite premakniti ta element. S tem boste prenesli lastništvo elementa na organizacijo in ne boste več njegov neposredni lastnik." }, "learnMore": { "message": "Več o tem" @@ -772,28 +772,28 @@ "message": "Upravljanje članstva" }, "premiumManageAlert": { - "message": "S svojim članstvom lahko upravljate na bitwarden.com spletnem trezorju. Želite obiskati spletno stran zdaj?" + "message": "S svojim članstvom lahko upravljate na spletnem trezorju bitwarden.com. Želite obiskati to spletno stran zdaj?" }, "premiumRefresh": { - "message": "Osvežite članstvo" + "message": "Osveži status članstva" }, "premiumNotCurrentMember": { "message": "Trenutno niste premium član." }, "premiumSignUpAndGet": { - "message": "Prijavite se za premium članstvo in dobite:" + "message": "Če postanete premium član, dobite:" }, "ppremiumSignUpStorage": { - "message": "1 GB šifriranog prostora za shrambo podatkov." + "message": "1 GB šifriranega prostora za shrambo podatkov." }, "ppremiumSignUpTwoStep": { - "message": "Dodatne možnosti za prijavo v dveh korakih kot so YubiKey, FIDO U2F in Duo." + "message": "Dodatne možnosti za prijavo v dveh korakih, n.pr. YubiKey, FIDO U2F in Duo." }, "ppremiumSignUpReports": { - "message": "Higiena gesel, zdravje računa in poročila o kraji podatkov, da lahko ohranite vaš trezor varen." + "message": "Higiena gesel, zdravje računa in poročila o kraji podatkov, ki vam pomagajo ohraniti varnost vašega trezorja." }, "ppremiumSignUpTotp": { - "message": "TOTP verifikacijska koda (2FA) generator za prijave v vašem trezorju." + "message": "Generator TOTP verifikacijskih kod (2FA) za prijave v vašem trezorju." }, "ppremiumSignUpSupport": { "message": "Prioritetna podpora strankam." @@ -805,13 +805,13 @@ "message": "Kupite premium članstvo" }, "premiumPurchaseAlert": { - "message": "Premium članstvo lahko kupite na bitwarden.com spletnem trezoju. Želite obiskati spletno stran zdaj?" + "message": "Premium članstvo lahko kupite na spletnem trezoju bitwarden.com. Želite obiskati spletno stran zdaj?" }, "premiumCurrentMember": { "message": "Ste premium član!" }, "premiumCurrentMemberThanks": { - "message": "Hvala da podpirate Bitwarden." + "message": "Hvala, ker podpirate Bitwarden." }, "premiumPrice": { "message": "Vse za samo $PRICE$ /leto!", @@ -826,16 +826,16 @@ "message": "Osveževanje zaključeno" }, "enableAutoTotpCopy": { - "message": "Copy TOTP automatically" + "message": "Samodejno kopiraj TOTP" }, "disableAutoTotpCopyDesc": { - "message": "Če za prijavo uporabljate avtentikacijski ključ je TOTP verifikacijska koda avtomatično kopirana v vaše odložišče kadarkoli avto-izpolnite prijavo." + "message": "Če za prijavo uporabljate avtentikacijski ključ, se verifikacijska koda TOTP samodejno kopira v odložišče, kadar uporabite samodejno izpolnjevanje." }, "enableAutoBiometricsPrompt": { "message": "Ask for biometrics on launch" }, "premiumRequired": { - "message": "Premium članstvo je potrebno" + "message": "Potrebno je premium članstvo" }, "premiumRequiredDesc": { "message": "Premium članstvo je potrebno za uporabo te funkcije." @@ -970,34 +970,34 @@ "message": "Environment URLs saved" }, "enableAutoFillOnPageLoad": { - "message": "Auto-fill on page load" + "message": "Samodejno izpolni, ko se stran naloži" }, "enableAutoFillOnPageLoadDesc": { - "message": "If a login form is detected, auto-fill when the web page loads." + "message": "Če Bitwarden na strani zazna prijavni obrazec, ga samodejno izpolni takoj, ko se stran naloži." }, "experimentalFeature": { - "message": "Compromised or untrusted websites can exploit auto-fill on page load." + "message": "Spletne strani, ki jim ne zaupate ali v katere so vdrli, lahko zlorabijo samodejno izpolnjevanje ob naložitvi strani." }, "learnMoreAboutAutofill": { - "message": "Learn more about auto-fill" + "message": "Preberite več o samodejnem izpolnjevanju" }, "defaultAutoFillOnPageLoad": { - "message": "Default autofill setting for login items" + "message": "Privzeta nastavitev samodejnega izpolnjevanja za prijavne elemente" }, "defaultAutoFillOnPageLoadDesc": { - "message": "You can turn off auto-fill on page load for individual login items from the item's Edit view." + "message": "Samodejno izpolnjevanje ob naložitvi strani lahko izklopite za posamčne prijave, ko jih urejate." }, "itemAutoFillOnPageLoad": { - "message": "Auto-fill on page load (if set up in Options)" + "message": "Samodejno izpolni ob naložitvi strani (če je omogočeno v Možnostih)" }, "autoFillOnPageLoadUseDefault": { "message": "Uporabi privzete nastavitve" }, "autoFillOnPageLoadYes": { - "message": "Auto-fill on page load" + "message": "Samodejno izpolni ob naložitvi strani" }, "autoFillOnPageLoadNo": { - "message": "Do not auto-fill on page load" + "message": "Ne izpolnjuj samodejno ob naložitvi strani" }, "commandOpenPopup": { "message": "Open vault popup" @@ -1006,10 +1006,10 @@ "message": "Open vault in sidebar" }, "commandAutofillDesc": { - "message": "Auto-fill the last used login for the current website" + "message": "Samodejno izpolni s prijavo, ki je bila na tej strani uporabljena zadnja" }, "commandGeneratePasswordDesc": { - "message": "Generate and copy a new random password to the clipboard" + "message": "Ustvari novo naključno geslo in ga kopiraj v odložišče" }, "commandLockVaultDesc": { "message": "Zakleni trezor" @@ -1018,7 +1018,7 @@ "message": "Private mode support is experimental and some features are limited." }, "customFields": { - "message": "Custom fields" + "message": "Polja po meri" }, "copyValue": { "message": "Kopiraj vrednost" @@ -1027,7 +1027,7 @@ "message": "Vrednost" }, "newCustomField": { - "message": "New custom field" + "message": "Novo polje po meri" }, "dragToSort": { "message": "Drag to sort" @@ -1083,7 +1083,7 @@ "message": "Leto poteka" }, "expiration": { - "message": "Potek" + "message": "Veljavna do" }, "january": { "message": "Januar" @@ -1212,7 +1212,7 @@ "message": "Prijave" }, "typeSecureNote": { - "message": "Varni zapisek" + "message": "Zavarovan zapisek" }, "typeCard": { "message": "Kartica" @@ -1233,7 +1233,7 @@ "message": "Priljubljeno" }, "popOutNewWindow": { - "message": "Pop out to a new window" + "message": "Odpri v svojem oknu" }, "refresh": { "message": "Osveži" @@ -1248,17 +1248,17 @@ "message": "Prijave" }, "secureNotes": { - "message": "Varni zapiski" + "message": "Zavarovani zapiski" }, "clear": { "message": "Počisti", "description": "To clear something out. example: To clear browser history." }, "checkPassword": { - "message": "Check if password has been exposed." + "message": "Preveri, ali je bilo geslo izpostavljeno" }, "passwordExposed": { - "message": "This password has been exposed $VALUE$ time(s) in data breaches. You should change it.", + "message": "To geslo je bilo že $VALUE$-krat razkrito med raznimi ukradenimi podatki. Morali bi ga zamenjati.", "placeholders": { "value": { "content": "$1", @@ -1267,43 +1267,43 @@ } }, "passwordSafe": { - "message": "This password was not found in any known data breaches. It should be safe to use." + "message": "Tega gesla ni najti med znanimi ukradenimi podatki. Najbrž je varno, da ga uporabljate." }, "baseDomain": { - "message": "Base domain", + "message": "Bazna domena", "description": "Domain name. Ex. website.com" }, "domainName": { - "message": "Domain name", + "message": "Ime domene", "description": "Domain name. Ex. website.com" }, "host": { - "message": "Host", + "message": "Gostitelj", "description": "A URL's host value. For example, the host of https://sub.domain.com:443 is 'sub.domain.com:443'." }, "exact": { - "message": "Exact" + "message": "Dobesedno ujemanje" }, "startsWith": { - "message": "Starts with" + "message": "Ujemanje začetka" }, "regEx": { - "message": "Regular expression", + "message": "Regularni izraz", "description": "A programming term, also known as 'RegEx'." }, "matchDetection": { - "message": "Match detection", + "message": "Preverjanje ujemanja", "description": "URI match detection for auto-fill." }, "defaultMatchDetection": { - "message": "Default match detection", + "message": "Privzeto preverjanje ujemanja", "description": "Default URI match detection for auto-fill." }, "toggleOptions": { - "message": "Toggle options" + "message": "Prikaži/skrij možnosti" }, "toggleCurrentUris": { - "message": "Toggle current URIs", + "message": "Prikaži/skrij URI-je odprtih zavihkov", "description": "Toggle the display of the URIs of the currently open tabs in the browser." }, "currentUri": { @@ -1315,13 +1315,13 @@ "description": "An entity of multiple related people (ex. a team or business organization)." }, "types": { - "message": "Tipi" + "message": "Vrste" }, "allItems": { - "message": "All items" + "message": "Vsi elementi" }, "noPasswordsInList": { - "message": "There are no passwords to list." + "message": "Ni takšnih gesel." }, "remove": { "message": "Odstrani" @@ -1334,27 +1334,27 @@ "description": "ex. Date this item was updated" }, "dateCreated": { - "message": "Created", + "message": "Ustvarjeno", "description": "ex. Date this item was created" }, "datePasswordUpdated": { - "message": "Password updated", + "message": "Geslo posodobljeno.", "description": "ex. Date this password was updated" }, "neverLockWarning": { - "message": "Are you sure you want to use the \"Never\" option? Setting your lock options to \"Never\" stores your vault's encryption key on your device. If you use this option you should ensure that you keep your device properly protected." + "message": "Ste prepričani, da vam možnost Nikoli ustreza? Pri nastavitvi Nikoli se šifrirni ključ vašega trezorja shrani v vaši napravi. Ob uporabi te možnosti morate skrbeti za ustrezno varnost svoje naprave." }, "noOrganizationsList": { - "message": "You do not belong to any organizations. Organizations allow you to securely share items with other users." + "message": "Niste član nobene organizacije. Organizacije vam omogočajo varno skupno rabo elementov z drugimi uporabniki." }, "noCollectionsInList": { - "message": "There are no collections to list." + "message": "Ni zbirk za prikaz." }, "ownership": { "message": "Lastništvo" }, "whoOwnsThisItem": { - "message": "Who owns this item?" + "message": "Kdo je lastnik tega elementa?" }, "strong": { "message": "Močno", @@ -1372,53 +1372,53 @@ "message": "Šibko glavno geslo" }, "weakMasterPasswordDesc": { - "message": "The master password you have chosen is weak. You should use a strong master password (or a passphrase) to properly protect your Bitwarden account. Are you sure you want to use this master password?" + "message": "Glavno geslo, ki ste ga izbrali, je šibko. Za primerno zaščito svojega Bitwarden računa morate uporabiti močno glavno geslo. Ste prepričani, da želite uporabiti izbrano glavno geslo?" }, "pin": { "message": "PIN", "description": "PIN code. Ex. The short code (often numeric) that you use to unlock a device." }, "unlockWithPin": { - "message": "Odkleni s PIN kodo" + "message": "Odkleni s PIN-kodo" }, "setYourPinCode": { - "message": "Set your PIN code for unlocking Bitwarden. Your PIN settings will be reset if you ever fully log out of the application." + "message": "Za odklep Bitwardna si nastavite PIN-kodo. PIN-koda bo ponastavljena, če se boste popolnoma odjavili iz aplikacije." }, "pinRequired": { - "message": "Potrebna je PIN koda." + "message": "Potrebna je PIN-koda." }, "invalidPin": { - "message": "Nepravilna PIN koda." + "message": "Nepravilna PIN-koda." }, "unlockWithBiometrics": { "message": "Prijava z biometriko" }, "awaitDesktop": { - "message": "Awaiting confirmation from desktop" + "message": "Čakam na potrditev z namizja" }, "awaitDesktopDesc": { "message": "Please confirm using biometrics in the Bitwarden desktop application to set up biometrics for browser." }, "lockWithMasterPassOnRestart": { - "message": "Lock with master password on browser restart" + "message": "Zakleni z glavnim geslom ob ponovnem zagonu brskalnika" }, "selectOneCollection": { - "message": "You must select at least one collection." + "message": "Izbrati morate vsaj eno zbirko." }, "cloneItem": { - "message": "Clone item" + "message": "Podvoji element" }, "clone": { - "message": "Kloniraj" + "message": "Podvoji" }, "passwordGeneratorPolicyInEffect": { "message": "One or more organization policies are affecting your generator settings." }, "vaultTimeoutAction": { - "message": "Vault timeout action" + "message": "Dejanje ob poteku roka" }, "lock": { - "message": "Zakleni", + "message": "Zaklepanje", "description": "Verb form: to make secure or inaccesible by" }, "trash": { @@ -1429,49 +1429,67 @@ "message": "Preišči koš" }, "permanentlyDeleteItem": { - "message": "Permanently delete item" + "message": "Trajno izbriši element" }, "permanentlyDeleteItemConfirmation": { - "message": "Are you sure you want to permanently delete this item?" + "message": "Ste prepričani, da želite ta element trajno izbrisati?" }, "permanentlyDeletedItem": { - "message": "Item permanently deleted" + "message": "Element trajno izbrisan" }, "restoreItem": { - "message": "Restore item" + "message": "Obnovi element" }, "restoreItemConfirmation": { - "message": "Are you sure you want to restore this item?" + "message": "Ste prepričani, da želite obnoviti ta element?" }, "restoredItem": { - "message": "Item restored" + "message": "Element obnovljen" }, "vaultTimeoutLogOutConfirmation": { "message": "Logging out will remove all access to your vault and requires online authentication after the timeout period. Are you sure you want to use this setting?" }, "vaultTimeoutLogOutConfirmationTitle": { - "message": "Timeout action confirmation" + "message": "Potrditev dejanja ob poteku roka" }, "autoFillAndSave": { - "message": "Auto-fill and save" + "message": "Samodejno izpolni in shrani" }, "autoFillSuccessAndSavedUri": { - "message": "Item auto-filled and URI saved" + "message": "Element je bil samodejno izpolnjen in shranjen" }, "autoFillSuccess": { - "message": "Item auto-filled " + "message": "Element je bil samodejno izpolnjen" + }, + "insecurePageWarning": { + "message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page." + }, + "insecurePageWarningFillPrompt": { + "message": "Do you still wish to fill this login?" + }, + "autofillIframeWarning": { + "message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop." + }, + "autofillIframeWarningTip": { + "message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } }, "setMasterPassword": { "message": "Nastavi glavno geslo" }, "currentMasterPass": { - "message": "Current master password" + "message": "Trenutno glavno geslo" }, "newMasterPass": { - "message": "New master password" + "message": "Novo glavno geslo" }, "confirmNewMasterPass": { - "message": "Confirm new master password" + "message": "Ponovitev glavnega gesla" }, "masterPasswordPolicyInEffect": { "message": "One or more organization policies require your master password to meet the following requirements:" @@ -1522,7 +1540,7 @@ "message": "Terms of Service and Privacy Policy have not been acknowledged." }, "termsOfService": { - "message": "Terms of Service" + "message": "Pogoji uporabe" }, "privacyPolicy": { "message": "Pravilnik o zasebnosti" @@ -1537,7 +1555,7 @@ "message": "Desktop sync verification" }, "desktopIntegrationVerificationText": { - "message": "Please verify that the desktop application shows this fingerprint: " + "message": "Prosimo, preverite, da namizna aplikacija prikazuje naslednje identifikacijsko geslo: " }, "desktopIntegrationDisabledTitle": { "message": "Browser integration is not set up" @@ -1594,19 +1612,19 @@ "message": "This action cannot be done in the sidebar, please retry the action in the popup or popout." }, "personalOwnershipSubmitError": { - "message": "Due to an Enterprise Policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available collections." + "message": "Politika podjetja določa, da ne morete shranjevati elementov v svoj osebni trezor. Spremenite lastništvo na organizacijo in izberite izmed zbirk na voljo." }, "personalOwnershipPolicyInEffect": { "message": "An organization policy is affecting your ownership options." }, "excludedDomains": { - "message": "Excluded domains" + "message": "Izključene domene" }, "excludedDomainsDesc": { - "message": "Bitwarden will not ask to save login details for these domains. You must refresh the page for changes to take effect." + "message": "Za te domene Bitwarden ne bo predlagal shranjevanja prijavnih podatkov. Sprememba nastavitev stopi v veljavo šele, ko osvežite stran." }, "excludedDomainsInvalidDomain": { - "message": "$DOMAIN$ is not a valid domain", + "message": "$DOMAIN$ ni veljavna domena", "placeholders": { "domain": { "content": "$1", @@ -1615,15 +1633,15 @@ } }, "send": { - "message": "Pošlji", + "message": "Pošiljke", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "searchSends": { - "message": "Search Sends", + "message": "Išči pošiljke", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "addSend": { - "message": "Add Send", + "message": "Dodaj pošiljko", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "sendTypeText": { @@ -1633,7 +1651,7 @@ "message": "Datoteka" }, "allSends": { - "message": "All Sends", + "message": "Vse pošiljke", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "maxAccessCountReached": { @@ -1650,7 +1668,7 @@ "message": "Password protected" }, "copySendLink": { - "message": "Copy Send link", + "message": "Kopiraj povezavo pošiljke", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "removePassword": { @@ -1663,11 +1681,11 @@ "message": "Password removed" }, "deletedSend": { - "message": "Send deleted", + "message": "Pošiljka izbrisana", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "sendLink": { - "message": "Pošlji povezavo", + "message": "Povezava pošiljke", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "disabled": { @@ -1677,40 +1695,40 @@ "message": "Are you sure you want to remove the password?" }, "deleteSend": { - "message": "Delete Send", + "message": "Izbriši pošiljko", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "deleteSendConfirmation": { - "message": "Are you sure you want to delete this Send?", + "message": "Ste prepričani, da želite izbrisati to pošiljko?", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "editSend": { - "message": "Edit Send", + "message": "Uredi pošiljko", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "sendTypeHeader": { - "message": "What type of Send is this?", + "message": "Kakšna vrsta pošiljke je to?", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "sendNameDesc": { - "message": "A friendly name to describe this Send.", + "message": "Prijazno ime, ki opisuje to pošiljko", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "sendFileDesc": { - "message": "The file you want to send." + "message": "Datoteka, ki jo želite poslati" }, "deletionDate": { "message": "Deletion date" }, "deletionDateDesc": { - "message": "The Send will be permanently deleted on the specified date and time.", + "message": "Pošiljka bo trajno izbrisana ob izbranem času.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "expirationDate": { "message": "Expiration date" }, "expirationDateDesc": { - "message": "If set, access to this Send will expire on the specified date and time.", + "message": "Če to nastavite, bo pošiljka potekla ob izbranem času.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "oneDay": { @@ -1726,62 +1744,62 @@ } }, "custom": { - "message": "Custom" + "message": "Po meri" }, "maximumAccessCount": { "message": "Maximum Access Count" }, "maximumAccessCountDesc": { - "message": "If set, users will no longer be able to access this Send once the maximum access count is reached.", + "message": "Če to nastavite, uporabniki po določenem številu dostopov ne bodo mogli več dostopati do pošiljke.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "sendPasswordDesc": { - "message": "Optionally require a password for users to access this Send.", + "message": "Za dostop do te pošiljke lahko nastavite geslo.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "sendNotesDesc": { - "message": "Private notes about this Send.", + "message": "Zasebni zapiski o tej pošiljki.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "sendDisableDesc": { - "message": "Deactivate this Send so that no one can access it.", + "message": "Onemogoči to pošiljko, da nihče ne more dostopati do nje", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "sendShareDesc": { - "message": "Copy this Send's link to clipboard upon save.", + "message": "Kopiraj povezavo te pošiljke v odložišče po shranjevanju", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "sendTextDesc": { - "message": "The text you want to send." + "message": "Besedilo, ki ga želite poslati" }, "sendHideText": { - "message": "Hide this Send's text by default.", + "message": "Privzeto skrij besedilo te pošiljke", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "currentAccessCount": { "message": "Current access count" }, "createSend": { - "message": "New Send", + "message": "Nova pošiljka", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "newPassword": { "message": "New password" }, "sendDisabled": { - "message": "Send removed", + "message": "Pošiljka odstranjena", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "sendDisabledWarning": { - "message": "Due to an enterprise policy, you are only able to delete an existing Send.", + "message": "Pravila podjetja določajo, da lahko izbrišete le obstoječo pošiljko.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "createdSend": { - "message": "Send created", + "message": "Pošiljka ustvarjena", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "editedSend": { - "message": "Send saved", + "message": "Pošiljka shranjena", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "sendLinuxChromiumFileWarning": { @@ -1827,10 +1845,10 @@ "message": "Hide my email address from recipients." }, "sendOptionsPolicyInEffect": { - "message": "One or more organization policies are affecting your Send options." + "message": "Nekatere nastavitve organizacije vplivajo na možnosti, ki jih imate v zvezi s pošiljkami." }, "passwordPrompt": { - "message": "Master password re-prompt" + "message": "Ponovno zahtevaj glavno geslo" }, "passwordConfirmation": { "message": "Master password confirmation" @@ -1848,7 +1866,7 @@ "message": "Updated master password" }, "updateMasterPassword": { - "message": "Update master password" + "message": "Spremeni glavno geslo" }, "updateMasterPasswordWarning": { "message": "Your master password was recently changed by an administrator in your organization. In order to access the vault, you must update it now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour." @@ -1863,7 +1881,7 @@ "message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password." }, "selectFolder": { - "message": "Select folder..." + "message": "Izberi mapo..." }, "ssoCompleteRegistration": { "message": "In order to complete logging in with SSO, please set a master password to access and protect your vault." @@ -1953,7 +1971,7 @@ "message": "You have left the organization." }, "toggleCharacterCount": { - "message": "Toggle character count" + "message": "Prikaži/skrij št. znakov" }, "sessionTimeout": { "message": "Your session has timed out. Please go back and try logging in again." @@ -1962,7 +1980,7 @@ "message": "Exporting individual vault" }, "exportingPersonalVaultDescription": { - "message": "Only the individual vault items associated with $EMAIL$ will be exported. Organization vault items will not be included.", + "message": "Izvoženi bodo samo posamezni elementi trezorja, ki so povezani z $EMAIL$. Elementi trezorjev organizacij ne bodo izvoženi.", "placeholders": { "email": { "content": "$1", @@ -1974,13 +1992,13 @@ "message": "Napaka" }, "regenerateUsername": { - "message": "Regenerate username" + "message": "Ponovno ustvari uporabniško ime" }, "generateUsername": { - "message": "Generate username" + "message": "Ustvari uporabniško ime" }, "usernameType": { - "message": "Username type" + "message": "Vrsta uporabniškega imena" }, "plusAddressedEmail": { "message": "Plus addressed email", @@ -2005,10 +2023,10 @@ "message": "Ime spletne strani" }, "whatWouldYouLikeToGenerate": { - "message": "What would you like to generate?" + "message": "Kaj želite generirati?" }, "passwordType": { - "message": "Password type" + "message": "Vrsta gesla" }, "service": { "message": "Service" @@ -2033,13 +2051,13 @@ "message": "Key connector error: make sure key connector is available and working correctly." }, "premiumSubcriptionRequired": { - "message": "Premium subscription required" + "message": "Potrebno je premium članstvo" }, "organizationIsDisabled": { "message": "Organization suspended." }, "disabledOrganizationFilterError": { - "message": "Items in suspended Organizations cannot be accessed. Contact your Organization owner for assistance." + "message": "Do elementov v suspendiranih organizacijah ne morete dostopati. Za pomoč se obrnite na lastnika svoje organizacije." }, "loggingInTo": { "message": "Logging in to $DOMAIN$", @@ -2111,7 +2129,7 @@ "message": "Identifikacijsko geslo" }, "fingerprintMatchInfo": { - "message": "Please make sure your vault is unlocked and the Fingerprint phrase matches on the other device." + "message": "Prosimo, preverite, da je vaš trezor odklenjem in da se identifikacijski gesli na tej in drugi napravi ujemata." }, "resendNotification": { "message": "Resend notification" @@ -2138,13 +2156,13 @@ "message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?" }, "checkForBreaches": { - "message": "Check known data breaches for this password" + "message": "Preverite, ali je bilo geslo izpostavljeno v krajah podatkov" }, "important": { - "message": "Important:" + "message": "Pomembno:" }, "masterPasswordHint": { - "message": "Your master password cannot be recovered if you forget it!" + "message": "Če pozabite glavno geslo, ga ne bo mogoče povrniti!" }, "characterMinimum": { "message": "$LENGTH$ character minimum", @@ -2156,13 +2174,13 @@ } }, "autofillPageLoadPolicyActivated": { - "message": "Your organization policies have turned on auto-fill on page load." + "message": "V pravilih vaše organizacije je vklopljeno samodejno izpolnjevanje." }, "howToAutofill": { - "message": "How to auto-fill" + "message": "Kako uporabljati samodejno izpolnjevanje" }, "autofillSelectInfoWithCommand": { - "message": "Select an item from this page or use the shortcut: $COMMAND$", + "message": "Izberite element na tej strani ali pa uporabite bližnjico $COMMAND$", "placeholders": { "command": { "content": "$1", @@ -2171,22 +2189,22 @@ } }, "autofillSelectInfoWithoutCommand": { - "message": "Select an item from this page or set a shortcut in settings." + "message": "Izberite element na tej strani ali pa nastavite bližnjico v nastavitvah." }, "gotIt": { - "message": "Got it" + "message": "Razumem" }, "autofillSettings": { - "message": "Auto-fill settings" + "message": "Nastavitve" }, "autofillShortcut": { - "message": "Auto-fill keyboard shortcut" + "message": "Bližnjica za samodejno izpolnjevanje" }, "autofillShortcutNotSet": { - "message": "The auto-fill shortcut is not set. Change this in the browser's settings." + "message": "Bližnjična tipka za samodejno izpolnjevanje ni nastavljena. Nastavite jo lahko v nastavitvah brskalnika." }, "autofillShortcutText": { - "message": "The auto-fill shortcut is: $COMMAND$. Change this in the browser's settings.", + "message": "Bližnjična tipka za samodejno izpolnjevanje je $COMMAND$. Spremenite jo lahko v nastavitvah brskalnika.", "placeholders": { "command": { "content": "$1", @@ -2195,7 +2213,7 @@ } }, "autofillShortcutTextSafari": { - "message": "Default auto-fill shortcut: $COMMAND$.", + "message": "Privzeta bližnjica za samodejno izpolnjevanje: $COMMAND$", "placeholders": { "command": { "content": "$1", @@ -2204,6 +2222,6 @@ } }, "opensInANewWindow": { - "message": "Opens in a new window" + "message": "Odpre se v novem oknu" } } diff --git a/apps/browser/src/_locales/sr/messages.json b/apps/browser/src/_locales/sr/messages.json index 5f43d3ebed..a0368285da 100644 --- a/apps/browser/src/_locales/sr/messages.json +++ b/apps/browser/src/_locales/sr/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Ставка ауто-попуњена" }, + "insecurePageWarning": { + "message": "Упозорење: ово је необезбеђена ХТТП страница и све информације које пошаљете потенцијално могу други да виде и промене. Ова пријава је првобитно била сачувана на безбедној (ХТТПС) страници." + }, + "insecurePageWarningFillPrompt": { + "message": "Да ли и даље желите да попуните ову пријаву?" + }, + "autofillIframeWarning": { + "message": "Образац је хостован на другом домену од УРЛ-а ваше сачуване пријаве. Изаберите ОК да бисте ипак аутоматски попунили или Откажи да бисте зауставили." + }, + "autofillIframeWarningTip": { + "message": "Да бисте спречили ово упозорење у будућности, сачувајте ову УРЛ, $HOSTNAME$, у Bitwarden пријавју за овај сајт.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Постави Главну Лозинку" }, @@ -2204,6 +2222,6 @@ } }, "opensInANewWindow": { - "message": "Opens in a new window" + "message": "Отвара се у новом прозору" } } diff --git a/apps/browser/src/_locales/sv/messages.json b/apps/browser/src/_locales/sv/messages.json index 206bd0eac9..7ec91045e5 100644 --- a/apps/browser/src/_locales/sv/messages.json +++ b/apps/browser/src/_locales/sv/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Fyllde i objektet automatiskt" }, + "insecurePageWarning": { + "message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page." + }, + "insecurePageWarningFillPrompt": { + "message": "Do you still wish to fill this login?" + }, + "autofillIframeWarning": { + "message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop." + }, + "autofillIframeWarningTip": { + "message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Ange huvudlösenord" }, @@ -2204,6 +2222,6 @@ } }, "opensInANewWindow": { - "message": "Opens in a new window" + "message": "Öppnas i ett nytt fönster" } } diff --git a/apps/browser/src/_locales/te/messages.json b/apps/browser/src/_locales/te/messages.json index 1b8c6315be..0a69b94887 100644 --- a/apps/browser/src/_locales/te/messages.json +++ b/apps/browser/src/_locales/te/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Item auto-filled " }, + "insecurePageWarning": { + "message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page." + }, + "insecurePageWarningFillPrompt": { + "message": "Do you still wish to fill this login?" + }, + "autofillIframeWarning": { + "message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop." + }, + "autofillIframeWarningTip": { + "message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Set master password" }, diff --git a/apps/browser/src/_locales/th/messages.json b/apps/browser/src/_locales/th/messages.json index f3e2320417..6a355591f6 100644 --- a/apps/browser/src/_locales/th/messages.json +++ b/apps/browser/src/_locales/th/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "รายการเติมอัตโนมัติ " }, + "insecurePageWarning": { + "message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page." + }, + "insecurePageWarningFillPrompt": { + "message": "Do you still wish to fill this login?" + }, + "autofillIframeWarning": { + "message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop." + }, + "autofillIframeWarningTip": { + "message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "ตั้งรหัสผ่านหลัก" }, diff --git a/apps/browser/src/_locales/tr/messages.json b/apps/browser/src/_locales/tr/messages.json index 9779b1bc50..73949dbbfd 100644 --- a/apps/browser/src/_locales/tr/messages.json +++ b/apps/browser/src/_locales/tr/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Kayıt otomatik dolduruldu " }, + "insecurePageWarning": { + "message": "Uyarı: Bu güvenli olmayan bir HTTP sayfasıdır ve gönderdiğiniz herhangi bir bilgi potansiyel olarak başkaları tarafından görülebilir ve değiştirilebilir. Bu Oturum Açma orijinal olarak güvenli (HTTPS) bir sayfaya kaydedilmiştir." + }, + "insecurePageWarningFillPrompt": { + "message": "Hala bu girişi doldurmak istiyor musunuz?" + }, + "autofillIframeWarning": { + "message": "Form, kayıtlı girişinizin URI'sinden farklı bir etki alanı tarafından barındırılıyor. Yine de otomatik doldurmak için Tamam'ı veya durdurmak için İptal'i seçin." + }, + "autofillIframeWarningTip": { + "message": "Gelecekte bu uyarıyı önlemek için $HOSTNAME$ URI'sini bu site için Bitwarden oturum açma öğenize kaydedin.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Ana parolayı belirle" }, diff --git a/apps/browser/src/_locales/uk/messages.json b/apps/browser/src/_locales/uk/messages.json index 1276348d96..f1ae0588cf 100644 --- a/apps/browser/src/_locales/uk/messages.json +++ b/apps/browser/src/_locales/uk/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Запис заповнено" }, + "insecurePageWarning": { + "message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page." + }, + "insecurePageWarningFillPrompt": { + "message": "Do you still wish to fill this login?" + }, + "autofillIframeWarning": { + "message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop." + }, + "autofillIframeWarningTip": { + "message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Встановити головний пароль" }, diff --git a/apps/browser/src/_locales/vi/messages.json b/apps/browser/src/_locales/vi/messages.json index 5d237c939f..f7aea9e151 100644 --- a/apps/browser/src/_locales/vi/messages.json +++ b/apps/browser/src/_locales/vi/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "Đã tự động điền mục " }, + "insecurePageWarning": { + "message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page." + }, + "insecurePageWarningFillPrompt": { + "message": "Do you still wish to fill this login?" + }, + "autofillIframeWarning": { + "message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop." + }, + "autofillIframeWarningTip": { + "message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "Đặt mật khẩu chính" }, diff --git a/apps/browser/src/_locales/zh_CN/messages.json b/apps/browser/src/_locales/zh_CN/messages.json index 61c0fb1a66..0f7d9870e1 100644 --- a/apps/browser/src/_locales/zh_CN/messages.json +++ b/apps/browser/src/_locales/zh_CN/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "项目已自动填充 " }, + "insecurePageWarning": { + "message": "警告:这是一个不安全的 HTTP 页面,您提交的任何信息都可能被其他人看到和更改。此登录最初保存在安全 (HTTPS) 页面上。" + }, + "insecurePageWarningFillPrompt": { + "message": "您仍然想要填充此登录信息吗?" + }, + "autofillIframeWarning": { + "message": "该表单由不同于您保存的登录的 URI 域名托管。选择「确定」以自动填充,或选择「取消」停止填充。" + }, + "autofillIframeWarningTip": { + "message": "要防止以后再次出现此警告,请将此站点的 URI $HOSTNAME$ 保存到您的 Bitwarden 登录项目中。", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "设置主密码" }, @@ -1854,7 +1872,7 @@ "message": "您的主密码最近被您组织的管理员更改过。要访问密码库,您必须立即更新它。继续操作将使您退出当前会话并要求您重新登录。其他设备上的活动会话可能会继续保持活动状态长达一小时。" }, "updateWeakMasterPasswordWarning": { - "message": "您的主密码不符合您的组织策略要求。要访问密码库,必须立即更新您的主密码。继续操作将使您退出当前会话,要求您重新登录。其他设备上的活动会话可能会继续保持活动状态长达一小时。" + "message": "您的主密码不符合某一项或多项组织策略要求。要访问密码库,必须立即更新您的主密码。继续操作将使您退出当前会话,并要求您重新登录。其他设备上的活动会话可能会继续保持活动状态长达一小时。" }, "resetPasswordPolicyAutoEnroll": { "message": "自动注册" diff --git a/apps/browser/src/_locales/zh_TW/messages.json b/apps/browser/src/_locales/zh_TW/messages.json index e444763b3f..83bd8bd8e3 100644 --- a/apps/browser/src/_locales/zh_TW/messages.json +++ b/apps/browser/src/_locales/zh_TW/messages.json @@ -1461,6 +1461,24 @@ "autoFillSuccess": { "message": "項目已自動填入" }, + "insecurePageWarning": { + "message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page." + }, + "insecurePageWarningFillPrompt": { + "message": "Do you still wish to fill this login?" + }, + "autofillIframeWarning": { + "message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop." + }, + "autofillIframeWarningTip": { + "message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "www.example.com" + } + } + }, "setMasterPassword": { "message": "設定主密碼" }, diff --git a/apps/browser/store/locales/sl/copy.resx b/apps/browser/store/locales/sl/copy.resx index 191198691d..83288e3872 100644 --- a/apps/browser/store/locales/sl/copy.resx +++ b/apps/browser/store/locales/sl/copy.resx @@ -118,58 +118,57 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Bitwarden – Free Password Manager + Bitwarden - brezplačni upravljalnik gesel - A secure and free password manager for all of your devices + Varen in brezplačen upravljalnik gesel za vse vaše naprave - Bitwarden, Inc. is the parent company of 8bit Solutions LLC. + Bitwarden, Inc. je matično podjetje podjetja 8bit Solutions LLC. -NAMED BEST PASSWORD MANAGER BY THE VERGE, U.S. NEWS & WORLD REPORT, CNET, AND MORE. +NAJBOŠJI UPRAVLJALNIK GESEL PO MNEJU THE VERGE, U.S. NEWS & WORLD REPORT, CNET IN DRUGIH. -Manage, store, secure, and share unlimited passwords across unlimited devices from anywhere. Bitwarden delivers open source password management solutions to everyone, whether at home, at work, or on the go. +Upravljajte, shranjujte, varujte in delite neomejeno število gesel na neomejenem številu naprav, kjerkoli. Bitwarden ponuja odprtokodne rešitve za upravljanje gesel vsem, tako doma kot v službi ali na poti. -Generate strong, unique, and random passwords based on security requirements for every website you frequent. +Ustvarite močna, edinstvena in naključna gesla, skladna z varnostnimi zahtevami za vsako spletno mesto, ki ga obiščete. -Bitwarden Send quickly transmits encrypted information --- files and plaintext -- directly to anyone. +Z Bitwarden Send hitro prenesite šifrirane informacije --- datoteke in navadno besedilo -- neposredno komurkoli. -Bitwarden offers Teams and Enterprise plans for companies so you can securely share passwords with colleagues. +Bitwarden ponuja storitvi za organizacije Teams in Enterprise, s katerima lahko gesla varno delite s sodelavci. -Why Choose Bitwarden: +Zakaj izbrati Bitwarden: -World-Class Encryption -Passwords are protected with advanced end-to-end encryption (AES-256 bit, salted hashing, and PBKDF2 SHA-256) so your data stays secure and private. +Vrhunsko šifriranje +Gesla so zaščitena z naprednim šifriranjem (AES-256, soljene hash-vrednosti in PBKDF2 SHA-256), tako da vaši podatki ostanejo varni in zasebni. -Built-in Password Generator -Generate strong, unique, and random passwords based on security requirements for every website you frequent. +Vgrajeni generator gesel +Ustvarite močna, edinstvena in naključna gesla v skladu z varnostnimi zahtevami za vsako spletno mesto, ki ga obiščete. -Global Translations -Bitwarden translations exist in 40 languages and are growing, thanks to our global community. +Prevodi za ves svet +Bitwarden je preveden že v 40 jezikov, naša globalna skupnost pa ves čas posodabljan in ustvarja nove prevede. -Cross-Platform Applications -Secure and share sensitive data within your Bitwarden Vault from any browser, mobile device, or desktop OS, and more. - +Deluje na vseh platformah +Varujte in delite svoje občutljive podatke znotraj vašega Bitwarden trezorja v katerem koli brskalniku, mobilni napravi, namiznem računalniku in drugje. - A secure and free password manager for all of your devices + Varen in brezplačen upravljalnik gesel za vse vaše naprave - Sync and access your vault from multiple devices + Sinhronizirajte svoj trezor gesel in dostopajte do njega z več naprav - Manage all your logins and passwords from a secure vault + Upravljajte s svojimi gesli in prijavami v varnem trezorju - Quickly auto-fill your login credentials into any website that you visit + Uporabite samodejno izpolnitev prijavnih obrazcev za hitro prijavo na spletnih straneh - Your vault is also conveniently accessible from the right-click menu + Do svojega trezorja lahko hitro dostopate tudi prek menija na desnem kliku - Automatically generate strong, random, and secure passwords + Samodejno generirajte močna, naključna in varna gesla - Your information is managed securely using AES-256 bit encryption + Vaši podatki so varno shranjeni z uporabo 256-bitnega šifriranja AES