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 instellingen',
|
||||
'pref_languages_help' => 'Firefly III ondersteunt meerdere talen. Welke heeft jouw voorkeur?',
|
||||
'pref_locale_help' => 'Firefly III kan andere lokale instellingen gebruiken, die bepalen hoe valuta, nummers en datums worden weergegeven. De lijst hieronder is compleet maar niet alles wordt ondersteund door jouw systeem. Het kan zijn dat Firefly III bepaalde lokale instellingen niet lekker weergeeft; neem dan contact met me op.',
|
||||
'pref_locale_no_windows' => 'Deze functie werkt mogelijk niet op Windows.',
|
||||
'pref_locale_no_demo' => 'Deze functie werkt niet voor de demo-gebruiker.',
|
||||
'pref_custom_fiscal_year' => 'Instellingen voor boekjaar',
|
||||
'pref_custom_fiscal_year_label' => 'Ingeschakeld',
|
||||
@@ -718,8 +717,12 @@ return [
|
||||
'profile_authorized_clients' => 'Geautoriseerde clients',
|
||||
'profile_scopes' => 'Scopes',
|
||||
'profile_revoke' => 'Intrekken',
|
||||
'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' => 'Persoonlijke toegangstokens',
|
||||
'profile_personal_access_token' => 'Persoonlijk toegangstoken',
|
||||
'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 is je nieuwe persoonlijke toegangstoken. Dit is de enige keer dat deze getoond wordt dus verlies deze niet! Je kan deze toegangstoken gebruiken om API-aanvragen te maken.',
|
||||
'profile_no_personal_access_token' => 'Je hebt nog geen persoonlijke toegangstokens aangemaakt.',
|
||||
'profile_create_new_token' => 'Nieuwe token aanmaken',
|
||||
|
||||
Reference in New Issue
Block a user