diff --git a/custom_components/extended_openai_conversation/translations/nl.json b/custom_components/extended_openai_conversation/translations/nl.json new file mode 100644 index 0000000..77e4139 --- /dev/null +++ b/custom_components/extended_openai_conversation/translations/nl.json @@ -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" + } + } + } + } +}