mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-15 15:10:31 -08:00
feat: rjfs with mui
This commit is contained in:
parent
0f3958ab2e
commit
d3717bc86c
21 changed files with 2903 additions and 595 deletions
|
|
@ -161,6 +161,21 @@
|
|||
"TopP": "Top P",
|
||||
"TopPDescription": "Control the randomness of responses. Lower values make responses more deterministic, while higher values allow for greater variability."
|
||||
},
|
||||
"Prompt": {
|
||||
"Preview": "Prompt Preview",
|
||||
"Loading": "Loading preview...",
|
||||
"AutoRefresh": "Preview auto-refreshes with input text changes",
|
||||
"Flat": "Flat View",
|
||||
"Tree": "Tree View",
|
||||
"Config": "Configuration",
|
||||
"ToggleFullScreen": "Toggle Fullscreen",
|
||||
"EnterFullScreen": "Enter Fullscreen",
|
||||
"ExitFullScreen": "Exit Fullscreen",
|
||||
"NoHandlerFound": "No handler found",
|
||||
"NoConfigFound": "No configuration found",
|
||||
"ConfigurationEditor": "Configuration Editor",
|
||||
"ConfigurationDescription": "Edit prompt configuration"
|
||||
},
|
||||
"Schema": {
|
||||
"AIConfig": {
|
||||
"Description": "AI Conversation Settings Configuration"
|
||||
|
|
|
|||
|
|
@ -200,6 +200,9 @@
|
|||
"Flat": "平铺视图",
|
||||
"Tree": "树形视图",
|
||||
"Config": "配置",
|
||||
"ToggleFullScreen": "切换全屏",
|
||||
"EnterFullScreen": "进入全屏",
|
||||
"ExitFullScreen": "退出全屏",
|
||||
"NoHandlerFound": "未找到处理程序",
|
||||
"NoConfigFound": "未找到配置",
|
||||
"ConfigurationEditor": "配置编辑器",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue