diff --git a/gui/src/components/ImageCard.tsx b/gui/src/components/ImageCard.tsx index c38329b9..e4502ebd 100644 --- a/gui/src/components/ImageCard.tsx +++ b/gui/src/components/ImageCard.tsx @@ -140,7 +140,7 @@ export function ImageCard(props: ImageCardProps) { - Model: {model} + {t('modelType.diffusion')}: {model} {t('parameter.scheduler')}: {scheduler} {t('parameter.seed')}: {params.seed} {t('parameter.cfg')}: {params.cfg} diff --git a/gui/src/components/OnnxWeb.tsx b/gui/src/components/OnnxWeb.tsx index b9385c72..53eb237a 100644 --- a/gui/src/components/OnnxWeb.tsx +++ b/gui/src/components/OnnxWeb.tsx @@ -1,6 +1,6 @@ import { doesExist } from '@apextoaster/js-utils'; import { TabContext, TabList, TabPanel } from '@mui/lab'; -import { Box, Container, Divider, Link, Tab, Typography } from '@mui/material'; +import { Box, Container, Divider, Tab } from '@mui/material'; import * as React from 'react'; import { useHash } from 'react-use/lib/useHash'; diff --git a/gui/src/components/input/MaskCanvas.tsx b/gui/src/components/input/MaskCanvas.tsx index de43fced..5b229520 100644 --- a/gui/src/components/input/MaskCanvas.tsx +++ b/gui/src/components/input/MaskCanvas.tsx @@ -1,5 +1,5 @@ import { doesExist, Maybe, mustExist } from '@apextoaster/js-utils'; -import { Download, FormatColorFill, Gradient, InvertColors, Save, Undo } from '@mui/icons-material'; +import { Download, FormatColorFill, Gradient, InvertColors, Undo } from '@mui/icons-material'; import { Button, Stack, Typography } from '@mui/material'; import { throttle } from 'lodash'; import React, { RefObject, useContext, useEffect, useMemo, useRef } from 'react'; diff --git a/gui/src/strings/de.ts b/gui/src/strings/de.ts index 72d5681d..26a04e73 100644 --- a/gui/src/strings/de.ts +++ b/gui/src/strings/de.ts @@ -37,7 +37,7 @@ export const I18N_STRINGS_DE = { }, }, loading: { - cancel: 'stornieren', + cancel: 'Stornieren', progress: '{{current}} von {{total}} Schritten', unknown: 'vielen', }, @@ -54,8 +54,8 @@ export const I18N_STRINGS_DE = { invert: 'Farben umkehren', }, maskFilter: { - 'gaussian-multiply': '', - 'gaussian-screen': '', + 'gaussian-multiply': 'Gaußsche mit Multiplikation', + 'gaussian-screen': 'Gaußsche mit Schirm', }, modelType: { correction: 'Korrekturmodelle', @@ -94,11 +94,11 @@ export const I18N_STRINGS_DE = { top: 'Top', bottom: 'Unterseite', }, - platform: '', + platform: 'Plattform', prompt: 'Prompt', scheduler: 'Planer', seed: 'Saat', - size: '', + size: 'Größe', steps: 'Schritte', strength: 'Stärke', tileOrder: '', @@ -150,9 +150,9 @@ export const I18N_STRINGS_DE = { save: 'Speichern', }, upscaleOrder: { - 'correction-both': '', - 'correction-first': '', - 'correction-last': '', + 'correction-both': 'Korrektur bei beiden', + 'correction-first': 'Korrektur zuerst', + 'correction-last': 'Korrektur zuletzt', }, }, }, diff --git a/gui/src/strings/es.ts b/gui/src/strings/es.ts index 72640359..6ca861af 100644 --- a/gui/src/strings/es.ts +++ b/gui/src/strings/es.ts @@ -54,8 +54,8 @@ export const I18N_STRINGS_ES = { invert: 'Colores invertidos', }, maskFilter: { - 'gaussian-multiply': '', - 'gaussian-screen': '', + 'gaussian-multiply': 'Gaussiana con multiplicación', + 'gaussian-screen': 'Gaussiana con pantalla', }, modelType: { correction: 'Modelo de corrección', @@ -85,8 +85,8 @@ export const I18N_STRINGS_ES = { lpw: '', maskFilter: 'Filtro de máscara', noiseSource: 'Fuente de ruido', - negativePrompt: '', - newSeed: '', + negativePrompt: 'Contraindicación', + newSeed: 'Nueva semilla', outpaint: { label: '', left: 'Izquierda', @@ -98,7 +98,7 @@ export const I18N_STRINGS_ES = { prompt: 'Aviso', scheduler: 'Planificador', seed: 'Semilla', - size: '', + size: 'Tamaño', steps: 'Pasos', strength: 'Fuerza', tileOrder: 'Orden de secciones', @@ -119,8 +119,8 @@ export const I18N_STRINGS_ES = { setting: { connectServer: 'Conectar al servidor', history: 'Historia de la imagen', - loadState: '', - prompt: '', + loadState: 'Carga estado', + prompt: 'Solicitud predeterminada', reset: { all: 'Resetear todo', img2img: 'Resetear img2img', @@ -150,9 +150,9 @@ export const I18N_STRINGS_ES = { save: 'Ahorrar', }, upscaleOrder: { - 'correction-both': '', - 'correction-first': '', - 'correction-last': '', + 'correction-both': 'corrección en ambos', + 'correction-first': 'corrección primero', + 'correction-last': 'última corrección', }, }, },