New translations firefly.php (German)

This commit is contained in:
James Cole 2017-10-11 14:31:30 +02:00
parent 21701fd5f2
commit 6dd0c2612b

View File

@ -289,7 +289,7 @@ return [
'rule_trigger_has_no_budget' => 'Transaction has no budget',
'rule_trigger_has_any_budget_choice' => 'Has a (any) budget',
'rule_trigger_has_any_budget' => 'Transaction has a (any) budget',
'rule_trigger_has_no_tag_choice' => 'Has no tag(s)',
'rule_trigger_has_no_tag_choice' => 'Hat keine(n) Tag(s)',
'rule_trigger_has_no_tag' => 'Transaction has no tag(s)',
'rule_trigger_has_any_tag_choice' => 'Has one or more (any) tags',
'rule_trigger_has_any_tag' => 'Transaction has one or more (any) tags',
@ -303,7 +303,7 @@ return [
'rule_trigger_notes_contain' => 'Notes contain ":trigger_value"',
'rule_trigger_notes_start_choice' => 'Notes start with..',
'rule_trigger_notes_start' => 'Notes start with ":trigger_value"',
'rule_trigger_notes_end_choice' => 'Notes end with..',
'rule_trigger_notes_end_choice' => 'Notizen enden mit ..',
'rule_trigger_notes_end' => 'Notes end with ":trigger_value"',
'rule_action_set_category' => 'Kategorie zu ":action_value" festlegen',
'rule_action_clear_category' => 'Bereinige Kategorie',
@ -439,10 +439,10 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?',
'secure_pw_sha1' => 'Aber ich dachte, dass SHA1 schon geknackt wurde?',
'secure_pw_hash_speed' => 'Yes, but not in this context. As you can read on <a href="https://shattered.io/">the website detailing how they broke SHA1</a>, it is now slightly easier to find a "collision": another string that results in the same SHA1-hash. It now only takes 10,000 years using a single-GPU machine.',
'secure_pw_hash_security' => 'This collision would not be equal to your password, nor would it be useful on (a site like) Firefly III. This application does not use SHA1 for password verification. So it is safe to check this box. Your password is hashed and sent over HTTPS.',
'secure_pw_should' => 'Should I check the box?',
'secure_pw_should' => 'Soll ich die Box ankreuzen?',
'secure_pw_long_password' => 'Wenn du gerade ein langes, Single-Use-Passwort für Firefly III mit einem Kennwortgenerator generiert hast: <strong>Nein</strong>.',
'secure_pw_short' => 'Wenn Sie gerade das Passwort eingegeben haben, welches Sie immer verwenden: <em>Bitte ja</em>.',
'personal_access_token' => 'Personal access token',
'personal_access_token' => 'Persönlicher Zugangs-Token',
'explain_access_token' => 'You need this token to perform command line options, such as importing or exporting data. Without it, such sensitive commands will not work. Do not share your access token. Nobody will ask you for this token, not even me. If you fear you lost this, or when you\'re paranoid, regenerate this token using the button.',
'regenerate_access_token' => 'Regenerate access token',
'token_regenerated' => 'A new token was generated',