Skip to content

Commit 3e01da0

Browse files
✨ feat: Fit SD WebUI 1.9
1 parent 77102c0 commit 3e01da0

35 files changed

+1041
-404
lines changed

.i18nrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = {
1010
entryLocale: 'en_US',
1111
output: 'locales',
1212
outputLocales: outputLocales,
13-
modelName: 'gpt-3.5-turbo-1106',
13+
modelName: 'gpt-3.5-turbo-0125',
1414
experimental: {
1515
jsonMode: true,
1616
},

javascript/giscus-BNK3dBIH.js

+77
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascript/main.js

+184-143
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/de_DE.json

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"title": "Themenfeedback"
2626
},
2727
"themeSetting": {
28+
"desc": "Einstellungen für Thema und Layout",
2829
"title": "Themen-Einstellungen"
2930
}
3031
},

locales/en_US.json

+80-79
Original file line numberDiff line numberDiff line change
@@ -1,196 +1,197 @@
11
{
22
"brand": {
3+
"custom": "Custom",
34
"kitchen": "Kitchen",
4-
"lobe": "LobeHub",
5-
"custom": "Custom"
5+
"lobe": "LobeHub"
66
},
77
"cancel": "Cancel",
88
"confirm": "Confirm",
99
"custom": {
1010
"initializing": "StableDiffusion / LobeTheme is initializing, please wait..."
1111
},
1212
"footer": {
13-
"resources": "Resources",
1413
"community": "Community",
1514
"help": "Help",
16-
"moreProducts": "More Products"
15+
"moreProducts": "More Products",
16+
"resources": "Resources"
1717
},
1818
"header": {
1919
"feedback": "Feedback",
20-
"switchTheme": "Switch Light/Dark Theme",
21-
"setting": "Setting"
20+
"setting": "Setting",
21+
"switchTheme": "Switch Light/Dark Theme"
2222
},
2323
"modal": {
2424
"themeFeedback": {
2525
"title": "Theme Feedback"
2626
},
2727
"themeSetting": {
28+
"desc": "Preferences and Layout Settings",
2829
"title": "Theme Settings"
2930
}
3031
},
3132
"prompt": {
3233
"area": {
33-
"object": "Object Selection",
3434
"attribute": "Attribute Selection",
35+
"object": "Object Selection",
3536
"tag": "Tag Selection"
3637
},
3738
"load": "Load Prompt",
38-
"set": "Set Prompt",
3939
"negative": "Negative",
40-
"positive": "Positive"
40+
"positive": "Positive",
41+
"set": "Set Prompt"
4142
},
4243
"setting": {
4344
"button": {
4445
"reset": "Revert to default",
4546
"submit": "Apply and Restart Interface"
4647
},
4748
"confirmPageUnload": {
48-
"title": "Confirmation on page leaving",
49-
"desc": "Helps prevent loss of unsaved data"
49+
"desc": "Helps prevent loss of unsaved data",
50+
"title": "Confirmation on page leaving"
5051
},
5152
"customFont": {
52-
"title": "Custom Font",
53-
"desc": "When enabled, it will automatically load a webfont to enhance the display of text in Chinese, English, and code"
53+
"desc": "When enabled, it will automatically load a webfont to enhance the display of text in Chinese, English, and code",
54+
"title": "Custom Font"
5455
},
5556
"customLogo": {
56-
"title": "Custom Logo",
57-
"desc": "Support URL / Base64 / Emoji symbols"
57+
"desc": "Support URL / Base64 / Emoji symbols",
58+
"title": "Custom Logo"
5859
},
5960
"customTitle": {
60-
"title": "Custom Title",
61-
"desc": "Custom Logo Title"
61+
"desc": "Custom Logo Title",
62+
"title": "Custom Title"
6263
},
6364
"extraNetworkSidebar": {
6465
"defaultCardSize": {
65-
"title": "Model Cover Size",
66-
"desc": "Default value of model cover size when starting"
66+
"desc": "Default value of model cover size when starting",
67+
"title": "Model Cover Size"
6768
},
6869
"defaultExpand": {
69-
"title": "Default Expand",
70-
"desc": "Whether to expand the sidebar by default when starting"
70+
"desc": "Whether to expand the sidebar by default when starting",
71+
"title": "Default Expand"
7172
},
7273
"defaultWidth": {
73-
"title": "Default Width",
74-
"desc": "Default width of the sidebar when starting"
74+
"desc": "Default width of the sidebar when starting",
75+
"title": "Default Width"
7576
},
7677
"displayMode": {
77-
"title": "Display Mode",
78-
"desc": "Fixed as grid mode for constant display, auto-expand when the mouse moves to the side in floating mode"
78+
"desc": "Fixed as grid mode for constant display, auto-expand when the mouse moves to the side in floating mode",
79+
"title": "Display Mode"
7980
},
8081
"enable": {
81-
"title": "Enable",
82-
"desc": "Enable the extra network sidebar on the right side"
82+
"desc": "Enable the extra network sidebar on the right side",
83+
"title": "Enable"
8384
}
8485
},
85-
"tab": {
86-
"appearance": "Appearance",
87-
"sidebar": "Sidebar",
88-
"layout": "Layout",
89-
"experimental": "Experimental"
90-
},
9186
"group": {
87+
"experimental": "Experimental Features",
9288
"extraNetworkSidebar": "Extra Network Sidebar",
9389
"layout": "Layout Settings",
9490
"promptTextarea": "Prompt Textbox",
9591
"quickSettingSidebar": "Quick Setting Sidebar",
96-
"theme": "Theme Settings",
97-
"experimental": "Experimental Features"
98-
},
99-
"imageInfo": {
100-
"title": "Image Info Alternative",
101-
"desc": "Display better image information in the generated image"
92+
"theme": "Theme Settings"
10293
},
10394
"hideFooter": {
104-
"title": "Hide Footer",
105-
"desc": "Hide the theme footer and only display the default footer of stable diffusion webui"
95+
"desc": "Hide the theme footer and only display the default footer of stable diffusion webui",
96+
"title": "Hide Footer"
97+
},
98+
"imageInfo": {
99+
"desc": "Display better image information in the generated image",
100+
"title": "Image Info Alternative"
106101
},
107102
"language": {
108-
"title": "Language",
109-
"desc": "Lobe Theme language"
103+
"desc": "Lobe Theme language",
104+
"title": "Language"
110105
},
111106
"logoType": {
112-
"title": "Logo Type",
113107
"desc": "Logo Type",
114-
"preview": "Preview"
108+
"preview": "Preview",
109+
"title": "Logo Type"
115110
},
116111
"neutralColor": {
117-
"title": "Neutral Color",
118-
"desc": "Customize different shades of gray with different color tendencies, the second one is the original Kitchen neutral color"
112+
"desc": "Customize different shades of gray with different color tendencies, the second one is the original Kitchen neutral color",
113+
"title": "Neutral Color"
119114
},
120115
"primaryColor": {
121-
"title": "Primary Color",
122-
"desc": "Custom primary color, the second one is the original Kitchen theme color"
116+
"desc": "Custom primary color, the second one is the original Kitchen theme color",
117+
"title": "Primary Color"
123118
},
124119
"promptDisplayMode": {
125-
"title": "Prompt Display Mode",
126120
"desc": "Fixed height or auto height with draggable resize support",
127121
"resizable": "Resizable",
128-
"scroll": "Scroll"
122+
"scroll": "Scroll",
123+
"title": "Prompt Display Mode"
129124
},
130125
"promptEditor": {
131-
"title": "Prompt Editor",
132-
"desc": "Provide a simple prompt editor at the top of the quick setting sidebar"
126+
"desc": "Provide a simple prompt editor at the top of the quick setting sidebar",
127+
"title": "Prompt Editor"
133128
},
134129
"promptHighlight": {
135-
"title": "Prompt Syntax Highlighting",
136-
"desc": "Automatically colorize prompt display according to the Stable Diffusion syntax rules"
130+
"desc": "Automatically colorize prompt display according to the Stable Diffusion syntax rules",
131+
"title": "Prompt Syntax Highlighting"
137132
},
138133
"quickSettingSidebar": {
139134
"defaultExpand": {
140-
"title": "Default Expand",
141-
"desc": "Whether to expand the sidebar by default when starting"
135+
"desc": "Whether to expand the sidebar by default when starting",
136+
"title": "Default Expand"
142137
},
143138
"defaultWidth": {
144-
"title": "Default Width",
145-
"desc": "Default width of the sidebar when starting"
139+
"desc": "Default width of the sidebar when starting",
140+
"title": "Default Width"
146141
},
147142
"displayMode": {
148-
"title": "Display Mode",
149-
"desc": "Fixed as grid mode for constant display, auto-expand when the mouse moves to the side in floating mode"
143+
"desc": "Fixed as grid mode for constant display, auto-expand when the mouse moves to the side in floating mode",
144+
"title": "Display Mode"
150145
},
151146
"enable": {
152-
"title": "Enable",
153-
"desc": "Enable the quick setting sidebar on the left side"
147+
"desc": "Enable the quick setting sidebar on the left side",
148+
"title": "Enable"
154149
}
155150
},
156151
"reduceAnimation": {
157-
"title": "Reduce Animation",
158-
"desc": "Reduce the blur effect and background flow color, which can improve smoothness and save CPU usage"
152+
"desc": "Reduce the blur effect and background flow color, which can improve smoothness and save CPU usage",
153+
"title": "Reduce Animation"
159154
},
160155
"splitPreviewer": {
161-
"title": "Split Previewer",
162-
"desc": "Put the prompt input box on the left and the generate button on the right, ensuring that the generated image is always displayed at the top when scrolling (experimental)"
156+
"desc": "Put the prompt input box on the left and the generate button on the right, ensuring that the generated image is always displayed at the top when scrolling (experimental)",
157+
"title": "Split Previewer"
163158
},
164159
"svgIcons": {
165-
"title": "SVG Icons",
166-
"desc": "Replace all Emoji icons in stable diffusion webui with SVG icons globally"
160+
"desc": "Replace all Emoji icons in stable diffusion webui with SVG icons globally",
161+
"title": "SVG Icons"
162+
},
163+
"tab": {
164+
"appearance": "Appearance",
165+
"experimental": "Experimental",
166+
"layout": "Layout",
167+
"sidebar": "Sidebar"
167168
}
168169
},
169170
"share": "Share",
170171
"shareModal": {
171172
"download": "Download Screenshot",
172173
"imageType": "Image Format",
173-
"screenshot": "Screenshot",
174174
"info": "Image Info",
175+
"screenshot": "Screenshot",
175176
"settings": "Export Settings",
176-
"withBackground": "Include Background Image",
177-
"withFooter": "Include Footer",
178-
"warn": "Please Generate Image First",
179-
"showNegative": "Show Negative Promot",
180-
"showConfig": "Show Generate Config",
181177
"showAllImages": "Show All Images",
182-
"title": "Image Name",
178+
"showConfig": "Show Generate Config",
179+
"showNegative": "Show Negative Promot",
183180
"tabs": {
184181
"info": "Info",
185182
"settings": "Settings"
186-
}
183+
},
184+
"title": "Image Name",
185+
"warn": "Please Generate Image First",
186+
"withBackground": "Include Background Image",
187+
"withFooter": "Include Footer"
187188
},
188189
"sidebar": {
189190
"extraNetwork": "Extra Network",
190-
"quickSetting": "Quick Setting",
191191
"mode": {
192192
"fixed": "Fixed",
193193
"float": "Float"
194-
}
194+
},
195+
"quickSetting": "Quick Setting"
195196
}
196197
}

locales/es_ES.json

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"title": "Comentarios sobre el tema"
2626
},
2727
"themeSetting": {
28+
"desc": "Preferencias y configuración de diseño",
2829
"title": "Configuración del tema"
2930
}
3031
},

locales/fr_FR.json

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"title": "Retour sur le thème"
2626
},
2727
"themeSetting": {
28+
"desc": "Paramètres de thème et de mise en page",
2829
"title": "Paramètres du thème"
2930
}
3031
},

locales/ja_JP.json

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"title": "テーマフィードバック"
2626
},
2727
"themeSetting": {
28+
"desc": "テーマとレイアウト設定",
2829
"title": "テーマ設定"
2930
}
3031
},

locales/ko_KR.json

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"title": "테마 피드백"
2626
},
2727
"themeSetting": {
28+
"desc": "테마 및 레이아웃 설정",
2829
"title": "테마 설정"
2930
}
3031
},

locales/pt_BR.json

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"title": "Feedback do Tema"
2626
},
2727
"themeSetting": {
28+
"desc": "Preferências e configurações de layout",
2829
"title": "Configurações do Tema"
2930
}
3031
},

locales/ru_RU.json

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"title": "Обратная связь по теме"
2626
},
2727
"themeSetting": {
28+
"desc": "Настройки темы и макета",
2829
"title": "Настройки темы"
2930
}
3031
},

locales/tr_TR.json

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"title": "Tema Geri Bildirimi"
2626
},
2727
"themeSetting": {
28+
"desc": "Tema ve Düzen Ayarları",
2829
"title": "Tema Ayarları"
2930
}
3031
},

locales/zh_CN.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"title": "主题反馈"
2626
},
2727
"themeSetting": {
28-
"title": "主题设置"
28+
"title": "主题设置",
29+
"desc": "偏好与布局设置"
2930
}
3031
},
3132
"prompt": {

locales/zh_HK.json

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"title": "主題反饋"
2626
},
2727
"themeSetting": {
28+
"desc": "偏好與版面設定",
2829
"title": "主題設置"
2930
}
3031
},

0 commit comments

Comments
 (0)