jekalmin / extended_openai_conversation

Home Assistant custom component of conversation agent. It uses OpenAI to control your devices.
964 stars 136 forks source link

Add Hungarian translation (attached) #64

Closed fantnhu closed 10 months ago

fantnhu commented 10 months ago

hu.json Hi! I have created a translation in Hungarian for the configuration interface.

{ "config": { "error": { "cannot_connect": "Sikertelen kapcsolódás", "invalid_auth": "Érvénytelen azonosítás", "unknown": "Váratlan hiba" }, "step": { "user": { "data": { "name": "Név", "api_key": "API Key (kulcs)", "base_url": "Base Url" } } } }, "options": { "step": { "init": { "data": { "max_tokens": "A válaszban visszaküldendő maximális tokenek", "model": "Teljesítési Model", "prompt": "Prompt sablon", "temperature": "Mérséklés", "top_p": "Top P", "max_function_calls_per_conversation": "Maximális funkcióhívás beszélgetésenként", "functions": "Funkciók", "attach_username": "Felhasználónév csatolása az üzenethez" } } } } }

Tested, works fine. image

jekalmin commented 10 months ago

Thanks for your work!

If you don't mind, could you add a file in translations folder and make a pull request? so that you can be registered as a contributor.

fantnhu commented 10 months ago

Thanks for your work!

If you don't mind, could you add a file in translations folder and make a pull request? so that you can be registered as a contributor.

Thanks, but that would require push access. Feel free to use it if you want :)

AlanGreene commented 10 months ago

@fantnhu you don't require push access to create a PR, you can fork the repo and submit a PR from your fork. See the GitHub docs for details of the steps: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork

jekalmin commented 10 months ago

Closing the issue since hu.json is added.