Files
translate-all/lang/en.json
lbenedar 7d612f32ee v1.0.0
2026-03-07 18:03:00 +03:00

14 lines
1.0 KiB
JSON

{
"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)"
}