ai review changes

This commit is contained in:
BaptisteAuscher
2026-04-06 21:02:50 +02:00
parent 7e563166a3
commit 2c10073d30
4 changed files with 11 additions and 5 deletions
@@ -1014,7 +1014,7 @@ export function SettingsPanel({
}}
>
<span className="text-xs text-slate-300 truncate flex-1 text-left">
{t("annotation.colorWheel")}
{t("background.colorWheel")}
</span>
</Button>
<Button
@@ -1028,7 +1028,7 @@ export function SettingsPanel({
}}
>
<span className="text-xs text-slate-300 truncate flex-1 text-left">
{t("annotation.colorPalette")}
{t("background.colorPalette")}
</span>
</Button>
</div>
+3 -1
View File
@@ -41,7 +41,9 @@
"color": "Color",
"gradient": "Gradient",
"uploadCustom": "Upload Custom",
"gradientLabel": "Gradient {{index}}"
"gradientLabel": "Gradient {{index}}",
"colorWheel": "Color Wheel",
"colorPalette": "Color Palette"
},
"crop": {
"title": "Crop",
+3 -1
View File
@@ -41,7 +41,9 @@
"color": "Color",
"gradient": "Degradado",
"uploadCustom": "Subir personalizado",
"gradientLabel": "Degradado {{index}}"
"gradientLabel": "Degradado {{index}}",
"colorWheel": "Rueda de colores",
"colorPalette": "Paleta de colores"
},
"crop": {
"title": "Recortar",
+3 -1
View File
@@ -41,7 +41,9 @@
"color": "颜色",
"gradient": "渐变",
"uploadCustom": "上传自定义",
"gradientLabel": "渐变 {{index}}"
"gradientLabel": "渐变 {{index}}",
"colorWheel": "颜色轮",
"colorPalette": "颜色调色板"
},
"crop": {
"title": "裁剪",