ai review changes
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -41,7 +41,9 @@
|
||||
"color": "颜色",
|
||||
"gradient": "渐变",
|
||||
"uploadCustom": "上传自定义",
|
||||
"gradientLabel": "渐变 {{index}}"
|
||||
"gradientLabel": "渐变 {{index}}",
|
||||
"colorWheel": "颜色轮",
|
||||
"colorPalette": "颜色调色板"
|
||||
},
|
||||
"crop": {
|
||||
"title": "裁剪",
|
||||
|
||||
Reference in New Issue
Block a user