2023-11-29 16:29:08 +08:00

197 lines
5.9 KiB
JSON

{
"brand": {
"kitchen": "Kitchen",
"lobe": "LobeHub",
"custom": "Custom"
},
"cancel": "Cancel",
"confirm": "Confirm",
"custom": {
"initializing": "StableDiffusion / LobeTheme is initializing, please wait..."
},
"footer": {
"resources": "Resources",
"community": "Community",
"help": "Help",
"moreProducts": "More Products"
},
"header": {
"feedback": "Feedback",
"switchTheme": "Switch Light/Dark Theme",
"setting": "Setting"
},
"modal": {
"themeFeedback": {
"title": "Theme Feedback"
},
"themeSetting": {
"title": "Theme Settings"
}
},
"prompt": {
"area": {
"object": "Object Selection",
"attribute": "Attribute Selection",
"tag": "Tag Selection"
},
"load": "Load Prompt",
"set": "Set Prompt",
"negative": "Negative",
"positive": "Positive"
},
"setting": {
"button": {
"reset": "Revert to default",
"submit": "Apply and Restart Interface"
},
"confirmPageUnload": {
"title": "Confirmation on page leaving",
"desc": "Helps prevent loss of unsaved data"
},
"customFont": {
"title": "Custom Font",
"desc": "When enabled, it will automatically load a webfont to enhance the display of text in Chinese, English, and code"
},
"customLogo": {
"title": "Custom Logo",
"desc": "Support URL / Base64 / Emoji symbols"
},
"customTitle": {
"title": "Custom Title",
"desc": "Custom Logo Title"
},
"extraNetworkSidebar": {
"defaultCardSize": {
"title": "Model Cover Size",
"desc": "Default value of model cover size when starting"
},
"defaultExpand": {
"title": "Default Expand",
"desc": "Whether to expand the sidebar by default when starting"
},
"defaultWidth": {
"title": "Default Width",
"desc": "Default width of the sidebar when starting"
},
"displayMode": {
"title": "Display Mode",
"desc": "Fixed as grid mode for constant display, auto-expand when the mouse moves to the side in floating mode"
},
"enable": {
"title": "Enable",
"desc": "Enable the extra network sidebar on the right side"
}
},
"tab": {
"appearance": "Appearance",
"sidebar": "Sidebar",
"layout": "Layout",
"experimental": "Experimental"
},
"group": {
"extraNetworkSidebar": "Extra Network Sidebar",
"layout": "Layout Settings",
"promptTextarea": "Prompt Textbox",
"quickSettingSidebar": "Quick Setting Sidebar",
"theme": "Theme Settings",
"experimental": "Experimental Features"
},
"imageInfo": {
"title": "Image Info Alternative",
"desc": "Display better image information in the generated image"
},
"hideFooter": {
"title": "Hide Footer",
"desc": "Hide the theme footer and only display the default footer of stable diffusion webui"
},
"language": {
"title": "Language",
"desc": "Lobe Theme language"
},
"logoType": {
"title": "Logo Type",
"desc": "Logo Type",
"preview": "Preview"
},
"neutralColor": {
"title": "Neutral Color",
"desc": "Customize different shades of gray with different color tendencies, the second one is the original Kitchen neutral color"
},
"primaryColor": {
"title": "Primary Color",
"desc": "Custom primary color, the second one is the original Kitchen theme color"
},
"promptDisplayMode": {
"title": "Prompt Display Mode",
"desc": "Fixed height or auto height with draggable resize support",
"resizable": "Resizable",
"scroll": "Scroll"
},
"promptEditor": {
"title": "Prompt Editor",
"desc": "Provide a simple prompt editor at the top of the quick setting sidebar"
},
"promptHighlight": {
"title": "Prompt Syntax Highlighting",
"desc": "Automatically colorize prompt display according to the Stable Diffusion syntax rules"
},
"quickSettingSidebar": {
"defaultExpand": {
"title": "Default Expand",
"desc": "Whether to expand the sidebar by default when starting"
},
"defaultWidth": {
"title": "Default Width",
"desc": "Default width of the sidebar when starting"
},
"displayMode": {
"title": "Display Mode",
"desc": "Fixed as grid mode for constant display, auto-expand when the mouse moves to the side in floating mode"
},
"enable": {
"title": "Enable",
"desc": "Enable the quick setting sidebar on the left side"
}
},
"reduceAnimation": {
"title": "Reduce Animation",
"desc": "Reduce the blur effect and background flow color, which can improve smoothness and save CPU usage"
},
"splitPreviewer": {
"title": "Split Previewer",
"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)"
},
"svgIcons": {
"title": "SVG Icons",
"desc": "Replace all Emoji icons in stable diffusion webui with SVG icons globally"
}
},
"share": "Share",
"shareModal": {
"download": "Download Screenshot",
"imageType": "Image Format",
"screenshot": "Screenshot",
"info": "Image Info",
"settings": "Export Settings",
"withBackground": "Include Background Image",
"withFooter": "Include Footer",
"warn": "Please Generate Image First",
"showNegative": "Show Negative Promot",
"showConfig": "Show Generate Config",
"showAllImages": "Show All Images",
"title": "Image Name",
"tabs": {
"info": "Info",
"settings": "Settings"
}
},
"sidebar": {
"extraNetwork": "Extra Network",
"quickSetting": "Quick Setting",
"mode": {
"fixed": "Fixed",
"float": "Float"
}
}
}