Skip to content

Commit

Permalink
Create hu.json
Browse files Browse the repository at this point in the history
Hungarian Translation
  • Loading branch information
taczirjak authored and jekalmin committed Jan 13, 2024
1 parent 22d05e5 commit 094ce16
Showing 1 changed file with 37 additions and 0 deletions.
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"
}
}
}
}
}

0 comments on commit 094ce16

Please sign in to comment.