-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hungarian Translation
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
37 changes: 37 additions & 0 deletions
37
custom_components/extended_openai_conversation/translations/hu.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,37 @@ | ||
{ | ||
"config": { | ||
"error": { | ||
"cannot_connect": "Nem sikerült csatlakozni", | ||
"invalid_auth": "Azonosítás sikertelen", | ||
"unknown": "Váratlan hiba" | ||
}, | ||
"step": { | ||
"user": { | ||
"data": { | ||
"name": "Név", | ||
"api_key": "API Kulcs", | ||
"base_url": "Base Url", | ||
"api_version": "API Verzió", | ||
"skip_authentication": "Azonosítás átugrása" | ||
} | ||
} | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"data": { | ||
"max_tokens": "A válaszként viszaküldhető maximum tokenek száma", | ||
"model": "Model", | ||
"prompt": "Kiindulási szöveg sablon", | ||
"temperature": "Hőmérséklet", | ||
"top_p": "Top P", | ||
"max_function_calls_per_conversation": "Beszélgetésenkénti maximum funkcióhívások száma", | ||
"functions": "Funkciók", | ||
"attach_username": "Felhasználónév hozzácsatolása az üzenethez", | ||
"model_key": "Model Kulcs" | ||
} | ||
} | ||
} | ||
} | ||
} |