Autosync the updated translations (#8088)

Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-02-26 12:10:16 +00:00 committed by GitHub
parent d0aea28f0a
commit 4c0e2f01d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
60 changed files with 757 additions and 37 deletions

View File

@ -2709,7 +2709,7 @@
"message": "Launch Duo and follow the steps to finish logging in." "message": "Launch Duo and follow the steps to finish logging in."
}, },
"duoRequiredForAccount": { "duoRequiredForAccount": {
"message": "Duo two-step login is required for your account." "message": "تسجيل الدخول لـ Duo من خطوتين مطلوب لحسابك."
}, },
"popoutTheExtensionToCompleteLogin": { "popoutTheExtensionToCompleteLogin": {
"message": "Popout the extension to complete login." "message": "Popout the extension to complete login."
@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Make default", "message": "Make default",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2709,7 +2709,7 @@
"message": "Duo-nu başladın və giriş prosesini tamamlamaq üçün addımları izləyin." "message": "Duo-nu başladın və giriş prosesini tamamlamaq üçün addımları izləyin."
}, },
"duoRequiredForAccount": { "duoRequiredForAccount": {
"message": "Duo two-step login is required for your account." "message": "Hesabınız üçün Duo iki addımlı giriş tələb olunur."
}, },
"popoutTheExtensionToCompleteLogin": { "popoutTheExtensionToCompleteLogin": {
"message": "Popout the extension to complete login." "message": "Popout the extension to complete login."
@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "İlkin olaraq təyin et", "message": "İlkin olaraq təyin et",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Kimlik məlumatları uğurla saxlanıldı!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Kimlik məlumatları uğurla güncəlləndi!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Kimlik məlumatlarını saxlama xətası. Detallar üçün konsolu yoxlayın.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Make default", "message": "Make default",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2709,10 +2709,10 @@
"message": "Стартирайте DUO и следвайте инструкциите, за да завършите вписването." "message": "Стартирайте DUO и следвайте инструкциите, за да завършите вписването."
}, },
"duoRequiredForAccount": { "duoRequiredForAccount": {
"message": "Duo two-step login is required for your account." "message": "Вашата регистрация изисква двустепенно удостоверяване чрез Duo."
}, },
"popoutTheExtensionToCompleteLogin": { "popoutTheExtensionToCompleteLogin": {
"message": "Popout the extension to complete login." "message": "Отворете разширението в изскачащ прозорец, за да завършите вписването."
}, },
"popoutExtension": { "popoutExtension": {
"message": "Отваряне на разширението в нов прозорец" "message": "Отваряне на разширението в нов прозорец"
@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Задаване по подразбиране", "message": "Задаване по подразбиране",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Идентификационните данни са запазени успешно!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Идентификационните данни са променени успешно!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Грешка при запазването на идентификационните данни. Вижте конзолата за подробности.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Make default", "message": "Make default",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Make default", "message": "Make default",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2709,10 +2709,10 @@
"message": "Inicieu DUO i seguiu els passos per finalitzar la sessió." "message": "Inicieu DUO i seguiu els passos per finalitzar la sessió."
}, },
"duoRequiredForAccount": { "duoRequiredForAccount": {
"message": "Duo two-step login is required for your account." "message": "Es requereix l'inici de sessió en dos passos de DUO al vostre compte."
}, },
"popoutTheExtensionToCompleteLogin": { "popoutTheExtensionToCompleteLogin": {
"message": "Popout the extension to complete login." "message": "Desplega l'extensió per completar l'inici de sessió."
}, },
"popoutExtension": { "popoutExtension": {
"message": "Extensió emergent" "message": "Extensió emergent"
@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Estableix per defecte", "message": "Estableix per defecte",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Les credencials s'han guardat correctament!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Les credencials s'han actualitzat correctament!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "S'ha produït un error en guardar les credencials. Consulteu la consola per obtenir més informació.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2709,10 +2709,10 @@
"message": "Spusťte DUO a pro dokončení přihlášení postupujte podle kroků." "message": "Spusťte DUO a pro dokončení přihlášení postupujte podle kroků."
}, },
"duoRequiredForAccount": { "duoRequiredForAccount": {
"message": "Duo two-step login is required for your account." "message": "Pro Váš účet je vyžadováno dvoufázové přihlášení DUO."
}, },
"popoutTheExtensionToCompleteLogin": { "popoutTheExtensionToCompleteLogin": {
"message": "Popout the extension to complete login." "message": "Pro dokončení přihlášení použijte vyskakovací okno rozšíření."
}, },
"popoutExtension": { "popoutExtension": {
"message": "Zobrazit okno s doplňkem" "message": "Zobrazit okno s doplňkem"
@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Nastavit jako výchozí", "message": "Nastavit jako výchozí",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Pověření byla úspěšně uložena!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Pověření byla úspěšně aktualizována!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Chyba při ukládání přihlašovacích údajů. Podrobnosti naleznete v konzoli.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Make default", "message": "Make default",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2709,10 +2709,10 @@
"message": "Start DUO og følg trinene for at fuldføre indlogningen." "message": "Start DUO og følg trinene for at fuldføre indlogningen."
}, },
"duoRequiredForAccount": { "duoRequiredForAccount": {
"message": "Duo two-step login is required for your account." "message": "Duo-totrinsindlogning kræves for kontoen."
}, },
"popoutTheExtensionToCompleteLogin": { "popoutTheExtensionToCompleteLogin": {
"message": "Popout the extension to complete login." "message": "Pop udvidelsen ud for at fuldføre indlogning."
}, },
"popoutExtension": { "popoutExtension": {
"message": "Pop ud-udvidelse" "message": "Pop ud-udvidelse"
@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Gør til standard", "message": "Gør til standard",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Legitimationsoplysninger er gemt!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Legitimationsoplysninger er opdateret!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Fejl under import. Tjek konsollen for detaljer.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Als Standard festlegen", "message": "Als Standard festlegen",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Zugangsdaten erfolgreich gespeichert!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Zugangsdaten erfolgreich aktualisiert!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Fehler beim Speichern der Zugangsdaten. Details in der Konsole.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Make default", "message": "Make default",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Make default", "message": "Make default",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Make default", "message": "Make default",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Predeterminar", "message": "Predeterminar",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Make default", "message": "Make default",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Make default", "message": "Make default",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Make default", "message": "Make default",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2709,10 +2709,10 @@
"message": "Avaa Duo ja viimeistele kirjautuminen seuraamalla ohjeita." "message": "Avaa Duo ja viimeistele kirjautuminen seuraamalla ohjeita."
}, },
"duoRequiredForAccount": { "duoRequiredForAccount": {
"message": "Duo two-step login is required for your account." "message": "Tilillesi kirjautuminen vaatii Duo-vahvistuksen."
}, },
"popoutTheExtensionToCompleteLogin": { "popoutTheExtensionToCompleteLogin": {
"message": "Popout the extension to complete login." "message": "Viimeistele kirjautuminen avaamalla laajennus erilliseen ikkunaan."
}, },
"popoutExtension": { "popoutExtension": {
"message": "Irrota laajennus" "message": "Irrota laajennus"
@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Määritä oletukseksi", "message": "Määritä oletukseksi",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Käyttäjätiedot on tallennettu!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Käyttäjätiedot on päivitetty!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Virhe tallennettaessa käyttäjätietoja. Näet isätietoja hallinnasta.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Make default", "message": "Make default",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Définir par défaut", "message": "Définir par défaut",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Make default", "message": "Make default",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Make default", "message": "Make default",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Make default", "message": "Make default",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Make default", "message": "Make default",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2709,10 +2709,10 @@
"message": "Indítsuk el a DUO-t és kövessük a lépéseket a bejelentkezés befejezéséhez." "message": "Indítsuk el a DUO-t és kövessük a lépéseket a bejelentkezés befejezéséhez."
}, },
"duoRequiredForAccount": { "duoRequiredForAccount": {
"message": "Duo two-step login is required for your account." "message": "A fiókhoz kétlépcsős DUO bejelentkezés szükséges."
}, },
"popoutTheExtensionToCompleteLogin": { "popoutTheExtensionToCompleteLogin": {
"message": "Popout the extension to complete login." "message": "A bejelentkezés befejezéséhez nyissuk meg a kiterjesztést."
}, },
"popoutExtension": { "popoutExtension": {
"message": "Felugró bővítmény" "message": "Felugró bővítmény"
@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Legyen alapértelmezett", "message": "Legyen alapértelmezett",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "A hitelesítések sikeresen mentésre kerültek.",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "A hitelesítések sikeresen frissítésre kerültek.",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Hiba történt a hitelesítések mentésekor. A részletekért ellenőrizzük a konzolt.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Make default", "message": "Make default",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2709,10 +2709,10 @@
"message": "Avvia DUO e segui i passaggi per finire di accedere." "message": "Avvia DUO e segui i passaggi per finire di accedere."
}, },
"duoRequiredForAccount": { "duoRequiredForAccount": {
"message": "Duo two-step login is required for your account." "message": "Per il tuo account è richiesta la verifica in due passaggi DUO."
}, },
"popoutTheExtensionToCompleteLogin": { "popoutTheExtensionToCompleteLogin": {
"message": "Popout the extension to complete login." "message": "Apri l'estensione in un popup per completare l'accesso."
}, },
"popoutExtension": { "popoutExtension": {
"message": "Estrai estensione" "message": "Estrai estensione"
@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Rendi predefinito", "message": "Rendi predefinito",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Credenziali salvate!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Credenziali aggiornate!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Errore durante il salvataggio delle credenziali. Controlla la console per più dettagli.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2709,10 +2709,10 @@
"message": "ログインを完了するには DUO を起動し手順に従ってください。" "message": "ログインを完了するには DUO を起動し手順に従ってください。"
}, },
"duoRequiredForAccount": { "duoRequiredForAccount": {
"message": "Duo two-step login is required for your account." "message": "アカウントには Duo 二段階認証が必要です。"
}, },
"popoutTheExtensionToCompleteLogin": { "popoutTheExtensionToCompleteLogin": {
"message": "Popout the extension to complete login." "message": "ログインを完了するために拡張機能を開きます。"
}, },
"popoutExtension": { "popoutExtension": {
"message": "拡張機能のポップアップ" "message": "拡張機能のポップアップ"
@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "デフォルトにする", "message": "デフォルトにする",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "認証情報を保存しました!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "認証情報を更新しました!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "資格情報の保存中にエラーが発生しました。詳細はコンソールを確認してください。",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Make default", "message": "Make default",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Make default", "message": "Make default",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Make default", "message": "Make default",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Make default", "message": "Make default",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2005,7 +2005,7 @@
"message": "Pasirinkti aplankalą..." "message": "Pasirinkti aplankalą..."
}, },
"noFoldersFound": { "noFoldersFound": {
"message": "No folders found", "message": "Nerasta aplankų.",
"description": "Used as a message within the notification bar when no folders are found" "description": "Used as a message within the notification bar when no folders are found"
}, },
"orgPermissionsUpdatedMustSetPassword": { "orgPermissionsUpdatedMustSetPassword": {
@ -2709,10 +2709,10 @@
"message": "Paleisk DUO ir sek veiksmus, kad baigtum prisijungti." "message": "Paleisk DUO ir sek veiksmus, kad baigtum prisijungti."
}, },
"duoRequiredForAccount": { "duoRequiredForAccount": {
"message": "Duo two-step login is required for your account." "message": "Tavo paskyrai reikalingas Duo dviejų veiksmų prisijungimas."
}, },
"popoutTheExtensionToCompleteLogin": { "popoutTheExtensionToCompleteLogin": {
"message": "Popout the extension to complete login." "message": "Išskleisk plėtinį, kad užbaigtum prisijungimą."
}, },
"popoutExtension": { "popoutExtension": {
"message": "Iššokantis plėtinys" "message": "Iššokantis plėtinys"
@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Padaryti numatytuoju", "message": "Padaryti numatytuoju",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Kredencialai išsaugoti sėkmingai.",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Kredencialai atnaujinti sėkmingai.",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Klaida išsaugant kredencialus. Išsamesnės informacijos patikrink konsolėje.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2709,10 +2709,10 @@
"message": "Jāpalaiž DUO un jāseko soļiem, lai pabeigtu pieteikšanos." "message": "Jāpalaiž DUO un jāseko soļiem, lai pabeigtu pieteikšanos."
}, },
"duoRequiredForAccount": { "duoRequiredForAccount": {
"message": "Duo two-step login is required for your account." "message": "Kontam ir nepieciešama Duo divpakāpju pieteikšanās."
}, },
"popoutTheExtensionToCompleteLogin": { "popoutTheExtensionToCompleteLogin": {
"message": "Popout the extension to complete login." "message": "Jāatver paplašinājums atsevišķā logā, lai pabeigtu pieteikšanos."
}, },
"popoutExtension": { "popoutExtension": {
"message": "Atvērt paplašinājumu atsevišķi" "message": "Atvērt paplašinājumu atsevišķi"
@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Padarīt par noklusējumu", "message": "Padarīt par noklusējumu",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Piekļuves informācija veiksmīgi saglabāta.",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Piekļuves informācija veiksmīgi atjaunināta.",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Kļūda piekļuves informācijas saglabāšanā. Jāpārbauda, vai konsolē ir izvērstāka informācija.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Make default", "message": "Make default",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Make default", "message": "Make default",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Make default", "message": "Make default",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Make default", "message": "Make default",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Make default", "message": "Make default",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Standaard maken", "message": "Standaard maken",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Make default", "message": "Make default",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Make default", "message": "Make default",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Ustaw jako domyślny", "message": "Ustaw jako domyślny",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Pomyślnie zapisano dane logowania!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Pomyślnie zaktualizowano dane logowania!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Błąd podczas zapisywania danych logowania. Sprawdź konsolę, aby uzyskać szczegóły.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Make default", "message": "Make default",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2709,10 +2709,10 @@
"message": "Inicie o Duo e siga os passos para concluir o início de sessão." "message": "Inicie o Duo e siga os passos para concluir o início de sessão."
}, },
"duoRequiredForAccount": { "duoRequiredForAccount": {
"message": "Duo two-step login is required for your account." "message": "A verificação em dois passos Duo é necessária para a sua conta."
}, },
"popoutTheExtensionToCompleteLogin": { "popoutTheExtensionToCompleteLogin": {
"message": "Popout the extension to complete login." "message": "Abra a extensão para concluir o início de sessão."
}, },
"popoutExtension": { "popoutExtension": {
"message": "Extensão popout" "message": "Extensão popout"
@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Tornar predefinido", "message": "Tornar predefinido",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Credenciais guardadas com sucesso!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Credenciais atualizadas com sucesso!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Erro ao guardar as credenciais. Verifique a consola para obter detalhes.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Make default", "message": "Make default",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2709,10 +2709,10 @@
"message": "Запустите Duo и следуйте шагам для завершения авторизации." "message": "Запустите Duo и следуйте шагам для завершения авторизации."
}, },
"duoRequiredForAccount": { "duoRequiredForAccount": {
"message": "Duo two-step login is required for your account." "message": "Для вашего аккаунта требуется двухэтапная аутентификация Duo."
}, },
"popoutTheExtensionToCompleteLogin": { "popoutTheExtensionToCompleteLogin": {
"message": "Popout the extension to complete login." "message": "Запустите расширение для завершения авторизации."
}, },
"popoutExtension": { "popoutExtension": {
"message": "Открепить расширение" "message": "Открепить расширение"
@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Установить по умолчанию", "message": "Установить по умолчанию",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Учетные данные успешно сохранены!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Учетные данные успешно обновлены!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Ошибка сохранения учетных данных. Проверьте консоль для получения подробной информации.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Make default", "message": "Make default",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2709,10 +2709,10 @@
"message": "Spustite DUO a postupujte podľa pokynov na dokončenie prihlásenia." "message": "Spustite DUO a postupujte podľa pokynov na dokončenie prihlásenia."
}, },
"duoRequiredForAccount": { "duoRequiredForAccount": {
"message": "Duo two-step login is required for your account." "message": "Pre váš účet je potrebné dvojstupňové prihlásenie Duo."
}, },
"popoutTheExtensionToCompleteLogin": { "popoutTheExtensionToCompleteLogin": {
"message": "Popout the extension to complete login." "message": "Ak chcete dokončiť prihlásenie, otvorte rozšírenie."
}, },
"popoutExtension": { "popoutExtension": {
"message": "Zobraziť rozšírenie v novom okne" "message": "Zobraziť rozšírenie v novom okne"
@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Nastaviť ako predvolený", "message": "Nastaviť ako predvolený",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Prihlasovacie údaje boli úspešne uložené!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Prihlasovacie údaje boli úspešne aktualizované!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Chyba pri ukladaní prihlasovacích údajov. Viac informácii nájdete v konzole.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Make default", "message": "Make default",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Постави као подразумевано", "message": "Постави као подразумевано",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Make default", "message": "Make default",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Make default", "message": "Make default",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Make default", "message": "Make default",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2709,10 +2709,10 @@
"message": "DUO'yu başlatın ve oturum açmayı tamamlamak için adımları izleyin." "message": "DUO'yu başlatın ve oturum açmayı tamamlamak için adımları izleyin."
}, },
"duoRequiredForAccount": { "duoRequiredForAccount": {
"message": "Duo two-step login is required for your account." "message": "Hesabınız için Duo'ya iki adımlı giriş yapmanız gerekiyor."
}, },
"popoutTheExtensionToCompleteLogin": { "popoutTheExtensionToCompleteLogin": {
"message": "Popout the extension to complete login." "message": "Oturum açma işlemini tamamlamak için uzantıyıın."
}, },
"popoutExtension": { "popoutExtension": {
"message": "Popout uzantısı" "message": "Popout uzantısı"
@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Varsayılan yap", "message": "Varsayılan yap",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Kimlik bilgileri başarıyla kaydedildi!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Kimlik bilgileri başarıyla güncellendi!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Kimlik bilgileri kaydedilirken hata oluştu. Ayrıntılar için konsolu kontrol edin.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2139,7 +2139,7 @@
"description": "Username generator option that appends a random sub-address to the username. For example: address+subaddress@email.com" "description": "Username generator option that appends a random sub-address to the username. For example: address+subaddress@email.com"
}, },
"plusAddressedEmailDesc": { "plusAddressedEmailDesc": {
"message": "Використовуйте розширені можливості адрес вашого постачальника електронної пошти." "message": "Використовуйте розширені можливості адрес вашого провайдера електронної пошти."
}, },
"catchallEmail": { "catchallEmail": {
"message": "Адреса е-пошти Catch-all" "message": "Адреса е-пошти Catch-all"
@ -2709,10 +2709,10 @@
"message": "Запустіть Duo і виконайте дії для завершення входу." "message": "Запустіть Duo і виконайте дії для завершення входу."
}, },
"duoRequiredForAccount": { "duoRequiredForAccount": {
"message": "Duo two-step login is required for your account." "message": "Для вашого облікового запису необхідна двоетапна перевірка з Duo."
}, },
"popoutTheExtensionToCompleteLogin": { "popoutTheExtensionToCompleteLogin": {
"message": "Popout the extension to complete login." "message": "Відкріпіть розширення для завершення входу."
}, },
"popoutExtension": { "popoutExtension": {
"message": "Відкріпити вікно розширення" "message": "Відкріпити вікно розширення"
@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Зробити типовим", "message": "Зробити типовим",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Облікові дані успішно збережено!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Облікові дані успішно оновлено!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Помилка збереження облікових даних. Перегляньте подробиці в консолі.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Make default", "message": "Make default",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2709,16 +2709,16 @@
"message": "启动 DUO 并按照步骤完成登录。" "message": "启动 DUO 并按照步骤完成登录。"
}, },
"duoRequiredForAccount": { "duoRequiredForAccount": {
"message": "Duo two-step login is required for your account." "message": "您的账户需要 Duo 两步登录。"
}, },
"popoutTheExtensionToCompleteLogin": { "popoutTheExtensionToCompleteLogin": {
"message": "Popout the extension to complete login." "message": "弹出扩展以完成登录。"
}, },
"popoutExtension": { "popoutExtension": {
"message": "弹出扩展" "message": "弹出扩展"
}, },
"launchDuo": { "launchDuo": {
"message": "启动 DUO" "message": "启动 Duo"
}, },
"importFormatError": { "importFormatError": {
"message": "数据格式不正确。请检查您的导入文件然后重试。" "message": "数据格式不正确。请检查您的导入文件然后重试。"
@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "设为默认", "message": "设为默认",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed."
} }
} }

View File

@ -2993,5 +2993,17 @@
"makeDefault": { "makeDefault": {
"message": "Make default", "message": "Make default",
"description": "Button text for the setting that allows overriding the default browser autofill settings" "description": "Button text for the setting that allows overriding the default browser autofill settings"
},
"saveCipherAttemptSuccess": {
"message": "Credentials saved successfully!",
"description": "Notification message for when saving credentials has succeeded."
},
"updateCipherAttemptSuccess": {
"message": "Credentials updated successfully!",
"description": "Notification message for when updating credentials has succeeded."
},
"saveCipherAttemptFailed": {
"message": "Error saving credentials. Check console for details.",
"description": "Notification message for when saving credentials has failed."
} }
} }