mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-29 20:23:51 -06:00
New language strings.
This commit is contained in:
parent
5f059d02ad
commit
06c3362332
@ -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 <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">the website of Troy Hunt</a> to see if it is on the list. This will stop you from using unsafe passwords as is recommended in the latest <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Special Publication</a> 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 <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">die Website von Troy Hunt</a> senden, um zu sehen, ob es auf der Liste steht. Dies verhindert, dass Sie unsichere Passwörter verwenden, was in der aktuellen <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST-Sonderveröffentlichung</a> 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',
|
||||
|
@ -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 <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">il sito web di Troy Hunt</a> per vedere se è presente nell\'elenco. Questo ti impedirà di usare password non sicure come raccomandato nell\'ultima <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">Pubblicazione speciale NIST</a> su questo argomento.',
|
||||
'secure_pw_working' => 'Selezionando la casella, Firefly III invierà i primi cinque caratteri dell\'hash SHA1 della tua password al<a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">sito web di Troy Hunt</a> per vedere se è presente nell\'elenco. Questo ti impedirà di usare password non sicure come raccomandato nell\'ultima <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">pubblicazione speciale NIST</a> 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',
|
||||
|
@ -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',
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user