Skip to content

Commit 3e0e942

Browse files
🐛 fix: Fix some style problem and image info bugs
1 parent ab55147 commit 3e0e942

File tree

14 files changed

+107
-60
lines changed

14 files changed

+107
-60
lines changed

javascript/main.js

Lines changed: 57 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/de_DE.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"lobe": "LobeHub",
55
"custom": "Benutzerdefiniert"
66
},
7+
"cancel": "Abbrechen",
8+
"confirm": "Bestätigen",
79
"custom": {
810
"initializing": "StableDiffusion / LobeTheme initialisiert, bitte warten..."
911
},

locales/en_US.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"lobe": "LobeHub",
55
"custom": "Custom"
66
},
7+
"cancel": "Cancel",
8+
"confirm": "Confirm",
79
"custom": {
810
"initializing": "StableDiffusion / LobeTheme is initializing, please wait..."
911
},

locales/es_ES.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"lobe": "LobeHub",
55
"custom": "Personalizado"
66
},
7+
"cancel": "Cancelar",
8+
"confirm": "Confirmar",
79
"custom": {
810
"initializing": "StableDiffusion / LobeTheme se está inicializando, por favor espere..."
911
},

locales/fr_FR.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"lobe": "LobeHub",
55
"custom": "Personnalisé"
66
},
7+
"cancel": "Annuler",
8+
"confirm": "Confirmer",
79
"custom": {
810
"initializing": "StableDiffusion / LobeTheme est en cours d'initialisation, veuillez patienter..."
911
},

locales/ja_JP.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"lobe": "LobeHub",
55
"custom": "カスタム"
66
},
7+
"cancel": "キャンセル",
8+
"confirm": "確認",
79
"custom": {
810
"initializing": "StableDiffusion / LobeTheme が初期化中です。お待ちください..."
911
},

locales/ko_KR.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"lobe": "LobeHub",
55
"custom": "사용자 정의"
66
},
7+
"cancel": "취소",
8+
"confirm": "확인",
79
"custom": {
810
"initializing": "StableDiffusion / LobeTheme이 초기화 중입니다. 잠시 기다려주세요..."
911
},

locales/pt_BR.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"lobe": "LobeHub",
55
"custom": "Personalizado"
66
},
7+
"cancel": "Cancelar",
8+
"confirm": "Confirmar",
79
"custom": {
810
"initializing": "StableDiffusion / LobeTheme está inicializando, por favor aguarde..."
911
},

locales/ru_RU.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"lobe": "LobeHub",
55
"custom": "Пользовательский"
66
},
7+
"cancel": "Отмена",
8+
"confirm": "Подтвердить",
79
"custom": {
810
"initializing": "StableDiffusion / LobeTheme инициализируется, пожалуйста, подождите..."
911
},

locales/zh_CN.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"lobe": "LobeHub",
55
"custom": "自定义"
66
},
7+
"cancel": "取消",
8+
"confirm": "确认",
79
"custom": {
810
"initializing": "StableDiffusion / LobeTheme 正在初始化,请稍候..."
911
},

0 commit comments

Comments
 (0)