add translation for Language Model DD

This commit is contained in:
brownrw8 2025-01-22 15:07:09 -10:00
parent 365daa9c6d
commit 838f6c24fe
6 changed files with 11 additions and 6 deletions

View file

@ -605,7 +605,7 @@ const ApiOptions = ({ showModelOptions, apiErrorMessage, modelIdErrorMessage, is
<div>
<div className="dropdown-container">
<label htmlFor="vscode-lm-model">
<span style={{ fontWeight: 500 }}></span>
<span style={{ fontWeight: 500 }}>{t("languageModel")}</span>
</label>
{vsCodeLmModels.length > 0 ? (
<VSCodeDropdown

View file

@ -61,6 +61,7 @@
"cacheReadsPrice": "Preis für Cache-Lesevorgänge",
"outputPrice": "Ausgabepreis",
"geminiInfo": "* Kostenlos bis zu {{selectedModelId}} Anfragen pro Minute. Danach hängt die Abrechnung von der Promptgröße ab.",
"pricingDetails": "Weitere Informationen finden Sie in den Preisdaten."
"pricingDetails": "Weitere Informationen finden Sie in den Preisdaten.",
"languageModel": "Sprachmodell"
}
}

View file

@ -60,6 +60,7 @@
"cacheReadsPrice": "Cache reads price",
"outputPrice": "Output price",
"geminiInfo": "* Free up to {{selectedModelId}} requests per minute. After that, billing depends on prompt size.",
"pricingDetails": "For more info, see pricing details."
"pricingDetails": "For more info, see pricing details.",
"languageModel": "Language Model"
}
}

View file

@ -61,6 +61,7 @@
"cacheReadsPrice": "Cache reads price",
"outputPrice": "Output price",
"geminiInfo": "* Free up to {{selectedModelId}} requests per minute. After that, billing depends on prompt size.",
"pricingDetails": "For more info, see pricing details."
"pricingDetails": "For more info, see pricing details.",
"languageModel": "言語モデル"
}
}

View file

@ -61,6 +61,7 @@
"cacheReadsPrice": "缓存读取价格",
"outputPrice": "输出价格",
"geminiInfo": "* 每分钟最多 {{selectedModelId}} 次请求免费。之后,费用取决于提示大小。",
"pricingDetails": "有关更多信息,请参阅定价详情。"
"pricingDetails": "有关更多信息,请参阅定价详情。",
"languageModel": "语言模型"
}
}

View file

@ -61,6 +61,7 @@
"cacheReadsPrice": "緩存讀取價格",
"outputPrice": "輸出價格",
"geminiInfo": "* 每分鐘最多免費 {{selectedModelId}} 次請求。之後,計費取決於提示大小。",
"pricingDetails": "更多信息,請參見定價詳情。"
"pricingDetails": "更多信息,請參見定價詳情。",
"languageModel": "語言模型"
}
}