This commit is contained in:
lbenedar
2026-03-07 18:03:00 +03:00
commit 7d612f32ee
20 changed files with 6140 additions and 0 deletions

14
lang/en.json Normal file
View 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)"
}