-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from legovaer/patch-1
Create nl.json
- Loading branch information
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
33 changes: 33 additions & 0 deletions
33
custom_components/extended_openai_conversation/translations/nl.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"config": { | ||
"error": { | ||
"cannot_connect": "Verbinden mislukt", | ||
"invalid_auth": "Ongeldige authenticatie", | ||
"unknown": "Onverwachte fout" | ||
}, | ||
"step": { | ||
"user": { | ||
"data": { | ||
"name": "Naam", | ||
"api_key": "API-sleutel", | ||
"base_url": "Basis-URL" | ||
} | ||
} | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"data": { | ||
"max_tokens": "Maximale aantal tokens dat mag worden gegenereerd", | ||
"model": "Completion Model", | ||
"prompt": "Prompt Sjabloon", | ||
"temperature": "Temperatuur", | ||
"top_p": "Top P", | ||
"max_function_calls_per_conversation": "Maximale keren functies mogen worden aangeroepen per conversatie", | ||
"functions": "Functies" | ||
} | ||
} | ||
} | ||
} | ||
} |