From 2aa239b5a42794a767d31d6f0c14c830b5b4edd4 Mon Sep 17 00:00:00 2001 From: Jaap P Date: Sun, 31 Dec 2023 19:17:40 +0100 Subject: [PATCH] Update nl.json Minor changes to Dutch translation. --- .../translations/nl.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/custom_components/extended_openai_conversation/translations/nl.json b/custom_components/extended_openai_conversation/translations/nl.json index 3fa6114..ff3e399 100644 --- a/custom_components/extended_openai_conversation/translations/nl.json +++ b/custom_components/extended_openai_conversation/translations/nl.json @@ -9,10 +9,10 @@ "user": { "data": { "name": "Naam", - "api_key": "API-sleutel", - "base_url": "Basis-URL", - "api_version": "Api Version", - "skip_authentication": "Skip Authentication" + "api_key": "API Sleutel", + "base_url": "Basis URL", + "api_version": "API Version", + "skip_authentication": "Authenticatie overslaan" } } } @@ -28,8 +28,8 @@ "top_p": "Top P", "max_function_calls_per_conversation": "Maximale keren functies mogen worden aangeroepen per conversatie", "functions": "Functies", - "attach_username": "Attach Username to Message", - "model_key": "Model Key" + "attach_username": "Gebruikersnaam aan bericht toevoegen", + "model_key": "Model Sleutel" } } }