v1.0.0
This commit is contained in:
14
lang/en.json
Normal file
14
lang/en.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"translate-all.settings.apiKey.name": "OpenAI API Key",
|
||||
"translate-all.settings.apiKey.hint": "Your secret API key to access ChatGPT.",
|
||||
"translate-all.settings.apiEndpoint.name": "API Endpoint",
|
||||
"translate-all.settings.apiEndpoint.hint": "The endpoint to use for the API. Change this if you are using a proxy or a different compatible API.",
|
||||
"translate-all.settings.language.name": "Language",
|
||||
"translate-all.settings.language.hint": "The language to translate descriptions into.",
|
||||
"translate-all.settings.game.system.name": "Select Game System",
|
||||
"translate-all.settings.game.system.hint": "Choose the game system for which you want to translate descriptions.",
|
||||
"translate-all.settings.model.name": "Target Model",
|
||||
"translate-all.settings.model.hint": "The model to use for translation. Default is 'GPT-4o Mini'.",
|
||||
"translate-all.settings.promptTemplatePath.name": "Prompt Template File",
|
||||
"translate-all.settings.promptTemplatePath.hint": "Path to a text file containing a custom prompt (e.g., /modules/translate-all/prompts/dnd5e.txt)"
|
||||
}
|
||||
Reference in New Issue
Block a user