From e75d0459d8df72e9c61bed37f300ba3d626b5f29 Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Mon, 1 May 2023 23:42:58 -0500 Subject: [PATCH] add strings for tiles --- gui/src/strings/de.ts | 2 ++ gui/src/strings/en.ts | 2 ++ gui/src/strings/es.ts | 2 ++ gui/src/strings/fr.ts | 2 ++ 4 files changed, 8 insertions(+) diff --git a/gui/src/strings/de.ts b/gui/src/strings/de.ts index c4d13933..5937edd3 100644 --- a/gui/src/strings/de.ts +++ b/gui/src/strings/de.ts @@ -120,6 +120,7 @@ export const I18N_STRINGS_DE = { top: 'Top', bottom: 'Unterseite', }, + overlap: '', pipeline: '', platform: 'Plattform', prompt: 'Prompt', @@ -130,6 +131,7 @@ export const I18N_STRINGS_DE = { steps: 'Schritte', strength: 'Stärke', tiledVAE: '', + tiles: '', tileOrder: '', upscale: { label: '', diff --git a/gui/src/strings/en.ts b/gui/src/strings/en.ts index 170cb1cd..e81a83d9 100644 --- a/gui/src/strings/en.ts +++ b/gui/src/strings/en.ts @@ -172,6 +172,7 @@ export const I18N_STRINGS_EN = { top: 'Top', bottom: 'Bottom', }, + overlap: 'Overlap', pipeline: 'Pipeline', platform: 'Platform', prompt: 'Prompt', @@ -182,6 +183,7 @@ export const I18N_STRINGS_EN = { steps: 'Steps', strength: 'Strength', tiledVAE: 'Tiled VAE', + tiles: 'Tile Size', tileOrder: 'Tile Order', upscale: { label: 'Upscale', diff --git a/gui/src/strings/es.ts b/gui/src/strings/es.ts index c6025c97..96859a7f 100644 --- a/gui/src/strings/es.ts +++ b/gui/src/strings/es.ts @@ -120,6 +120,7 @@ export const I18N_STRINGS_ES = { top: 'Top', bottom: 'Fondo', }, + overlap: '', pipeline: '', platform: 'Plataforma de hardware', prompt: 'Aviso', @@ -130,6 +131,7 @@ export const I18N_STRINGS_ES = { steps: 'Pasos', strength: 'Fuerza', tiledVAE: '', + tiles: '', tileOrder: 'Orden de secciones', upscale: { label: 'Aumento', diff --git a/gui/src/strings/fr.ts b/gui/src/strings/fr.ts index 7d4eb0da..6b106f5f 100644 --- a/gui/src/strings/fr.ts +++ b/gui/src/strings/fr.ts @@ -120,6 +120,7 @@ export const I18N_STRINGS_FR = { top: '', bottom: '', }, + overlap: '', pipeline: '', platform: '', prompt: '', @@ -130,6 +131,7 @@ export const I18N_STRINGS_FR = { steps: '', strength: '', tiledVAE: '', + tiles: '', tileOrder: '', upscale: { label: '',