fix: update i18n - text verdicts from analyze tools

This commit is contained in:
2026-09-13 06:38:58 +05:00
parent 4b44bc439c
commit 372babc3b7
5 changed files with 30 additions and 20 deletions
@@ -10,6 +10,7 @@
interface Props {
inputMode: InputMode;
resultKind?: ResultKind;
toolId: string;
source: PixelImage | null;
result: PixelImage | null;
fileResult?: FileResult | null;
@@ -27,6 +28,7 @@
let {
inputMode,
resultKind = "image",
toolId,
source,
result,
fileResult = null,
@@ -104,6 +106,7 @@
{result}
{fileResult}
{textResult}
{toolId}
{running}
oncopy={oncopytext}
{ondownloadtxt}