mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-08 15:05:29 +00:00
Code for #3651
This commit is contained in:
@@ -573,7 +573,6 @@ return [
|
||||
'pref_locale' => 'Lokale Einstellungen',
|
||||
'pref_languages_help' => 'Firefly III unterstützt mehrere Sprachen. Welche möchten Sie nutzen?',
|
||||
'pref_locale_help' => 'Mit Firefly III können Sie weitere lokale Einstellungen vornehmen, z.B. wie Währungen, Zahlen und Daten formatiert werden sollen. Einträge in dieser Liste werden von Ihrem System möglicherweise nicht unterstützt. Firefly III enthält nicht die korrekten Datumseinstellungen für jedes Gebietsschema. Kontaktieren Sie uns für Verbesserungen.',
|
||||
'pref_locale_no_windows' => 'Diese Funktion funktioniert unter Windows möglicherweise nicht.',
|
||||
'pref_locale_no_demo' => 'Diese Funktion kann von Demo-Nutzern nicht genutzt werden.',
|
||||
'pref_custom_fiscal_year' => 'Einstellungen zum Geschäftsjahr',
|
||||
'pref_custom_fiscal_year_label' => 'Aktiviert',
|
||||
@@ -718,8 +717,12 @@ return [
|
||||
'profile_authorized_clients' => 'Autorisierte Clients',
|
||||
'profile_scopes' => 'Bereiche',
|
||||
'profile_revoke' => 'Widerrufen',
|
||||
'profile_oauth_client_secret_title' => 'Client Secret',
|
||||
'profile_oauth_client_secret_expl' => 'Here is your new client secret. This is the only time it will be shown so don\'t lose it! You may now use this secret to make API requests.',
|
||||
'profile_personal_access_tokens' => 'Persönliche Zugangs-Tokens',
|
||||
'profile_personal_access_token' => 'Persönlicher Zugangs-Token',
|
||||
'profile_oauth_confidential' => 'Confidential',
|
||||
'profile_oauth_confidential_help' => 'Require the client to authenticate with a secret. Confidential clients can hold credentials in a secure way without exposing them to unauthorized parties. Public applications, such as native desktop or JavaScript SPA applications, are unable to hold secrets securely.',
|
||||
'profile_personal_access_token_explanation' => 'Hier ist Ihr neues persönlicher Zugangsschlüssel. Dies ist das einzige Mal, dass er angezeigt wird, also verlieren Sie ihn nicht! Sie können dieses Token jetzt verwenden, um API-Anfragen zu stellen.',
|
||||
'profile_no_personal_access_token' => 'Sie haben keine persönlichen Zugangsschlüssel erstellt.',
|
||||
'profile_create_new_token' => 'Neuen Schlüssel erstellen',
|
||||
|
||||
Reference in New Issue
Block a user