chore: no template string in translation (#30101)

This commit is contained in:
Stephen Zhou
2025-12-24 17:17:36 +08:00
committed by GitHub
parent 18d69775ef
commit eb73f9a9b9
15 changed files with 15 additions and 45 deletions

View File

@ -357,9 +357,7 @@ const translation = {
visionSettings: {
title: 'Paramètres de Vision',
resolution: 'Résolution',
resolutionTooltip: `low res will allow model receive a low-res 512 x 512 version of the image, and represent the image with a budget of 65 tokens. This allows the API to return faster responses and consume fewer input tokens for use cases that do not require high detail.
\n
high res will first allows the model to see the low res image and then creates detailed crops of input images as 512px squares based on the input image size. Each of the detailed crops uses twice the token budget for a total of 129 tokens.`,
resolutionTooltip: 'low res will allow model receive a low-res 512 x 512 version of the image, and represent the image with a budget of 65 tokens. This allows the API to return faster responses and consume fewer input tokens for use cases that do not require high detail.\nhigh res will first allows the model to see the low res image and then creates detailed crops of input images as 512px squares based on the input image size. Each of the detailed crops uses twice the token budget for a total of 129 tokens.',
high: 'Élevé',
low: 'Faible',
uploadMethod: 'Méthode de Téléchargement',