1
0
Fork 0

fix(gui): add strings for highres iterations

This commit is contained in:
Sean Sube 2023-04-09 20:00:51 -05:00
parent 7f504a5b5b
commit 8beb0996d4
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
4 changed files with 4 additions and 0 deletions

View File

@ -96,6 +96,7 @@ export const I18N_STRINGS_DE = {
fillColor: 'Füllfarbe', fillColor: 'Füllfarbe',
height: 'Höhe', height: 'Höhe',
highres: { highres: {
iterations: '',
label: '', label: '',
method: '', method: '',
scale: '', scale: '',

View File

@ -129,6 +129,7 @@ export const I18N_STRINGS_EN = {
fillColor: 'Fill Color', fillColor: 'Fill Color',
height: 'Height', height: 'Height',
highres: { highres: {
iterations: 'Iterations',
label: 'Highres', label: 'Highres',
method: 'Upscaler', method: 'Upscaler',
scale: 'Scale', scale: 'Scale',

View File

@ -96,6 +96,7 @@ export const I18N_STRINGS_ES = {
fillColor: 'Color de relleno', fillColor: 'Color de relleno',
height: 'Altura', height: 'Altura',
highres: { highres: {
iterations: '',
label: '', label: '',
method: '', method: '',
scale: '', scale: '',

View File

@ -96,6 +96,7 @@ export const I18N_STRINGS_FR = {
fillColor: '', fillColor: '',
height: '', height: '',
highres: { highres: {
iterations: '',
label: '', label: '',
method: '', method: '',
scale: '', scale: '',