diff --git a/resources/lang/de_DE/firefly.php b/resources/lang/de_DE/firefly.php index f011822ebd..0b7b52ac1d 100644 --- a/resources/lang/de_DE/firefly.php +++ b/resources/lang/de_DE/firefly.php @@ -543,7 +543,7 @@ return [ 'secure_pw_ff' => 'Verwenden Sie im gesamten Internet das gleiche Passwort? Wenn eine Website Ihr Passwort verliert, haben Hacker Zugriff auf alle Ihre Daten. Firefly III verlässt sich darauf, dass Sie ein sicheres und einzigartiges Passwort wählen, um Ihre Finanzdaten zu schützen.', 'secure_pw_check_box' => 'Um Ihnen dabei zu helfen, kann Firefly III überprüfen, ob das von Ihnen gewünschte Passwort in der Vergangenheit gestohlen wurde. Wenn dies der Fall ist, rät Firefly III Ihnen, dieses Passwort NICHT zu verwenden.', 'secure_pw_working_title' => 'Wie funktioniert es?', - 'secure_pw_working' => 'By checking the box, Firefly III will send the first five characters of the SHA1 hash of your password to the website of Troy Hunt to see if it is on the list. This will stop you from using unsafe passwords as is recommended in the latest NIST Special Publication on this subject.', + 'secure_pw_working' => 'Wenn Sie das Kontrollkästchen aktivieren, wird Firefly III den SHA1-Hash der ersten 5 Zeichen Ihres Passworts an die Website von Troy Hunt senden, um zu sehen, ob es auf der Liste steht. Dies verhindert, dass Sie unsichere Passwörter verwenden, was in der aktuellen NIST-Sonderveröffentlichung zu diesem Thema empfohlen wird.', 'secure_pw_should' => 'Soll ich die Box ankreuzen?', 'secure_pw_long_password' => 'Ja. Immer vergewissern, ob das Passwort sicher ist.', 'command_line_token' => 'Kommandozeilen-Authentifizierungsschlüssel', diff --git a/resources/lang/it_IT/firefly.php b/resources/lang/it_IT/firefly.php index cfc59d5e9c..97640a1eb2 100644 --- a/resources/lang/it_IT/firefly.php +++ b/resources/lang/it_IT/firefly.php @@ -543,7 +543,7 @@ return [ 'secure_pw_ff' => 'Utilizzi la stessa password ovunque in Internet? Se un sito perde la tua password, gli hacker hanno accesso a tutti i tuoi dati. Firefly III si affida a te nello scegliere una password robusta e unica per proteggere le tue informazioni finanziarie.', 'secure_pw_check_box' => 'Per aiutarti a fare ciò, Firefly III può controllare se la password che vuoi utilizzare è stata rubata in passato. In un caso del genere, Firefly III ti consiglia di NON utilizzare quella password.', 'secure_pw_working_title' => 'Come funziona?', - 'secure_pw_working' => 'Selezionando la casella, Firefly III invierà l\'hash SHA1 della tua password a il sito web di Troy Hunt per vedere se è presente nell\'elenco. Questo ti impedirà di usare password non sicure come raccomandato nell\'ultima Pubblicazione speciale NIST su questo argomento.', + 'secure_pw_working' => 'Selezionando la casella, Firefly III invierà i primi cinque caratteri dell\'hash SHA1 della tua password alsito web di Troy Hunt per vedere se è presente nell\'elenco. Questo ti impedirà di usare password non sicure come raccomandato nell\'ultima pubblicazione speciale NIST su questo argomento.', 'secure_pw_should' => 'Devo controllare la scatola?', 'secure_pw_long_password' => 'Sì. Verifica sempre che la tua password sia sicura.', 'command_line_token' => 'Token della riga di comando', diff --git a/resources/lang/pt_BR/form.php b/resources/lang/pt_BR/form.php index 19998382ba..f22bae91df 100644 --- a/resources/lang/pt_BR/form.php +++ b/resources/lang/pt_BR/form.php @@ -196,8 +196,8 @@ return [ 'login_name' => 'Login', // import - 'apply_rules' => 'Apply rules', - 'artist' => 'Artist', + 'apply_rules' => 'Aplicar Regras', + 'artist' => 'Artista', 'album' => 'Album', 'song' => 'Song',