Skip to content

Commit 77a444f

Browse files
committed
Updated JS & locale files
1 parent 24209b6 commit 77a444f

File tree

9 files changed

+1087
-106
lines changed

9 files changed

+1087
-106
lines changed

invokeai/frontend/web/dist/assets/App-d1a94d82.js renamed to invokeai/frontend/web/dist/assets/App-9bf15601.js

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

invokeai/frontend/web/dist/assets/MantineProvider-5a15f390.js renamed to invokeai/frontend/web/dist/assets/MantineProvider-9228e738.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

invokeai/frontend/web/dist/assets/ThemeLocaleProvider-9bab47dd.js renamed to invokeai/frontend/web/dist/assets/ThemeLocaleProvider-aa285350.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import{w as s,i6 as T,v as l,a2 as I,i7 as R,ae as V,i8 as z,i9 as j,ia as D,ib as F,ic as G,id as W,ie as K,aG as H,ig as U,ih as Y}from"./index-2d026cf2.js";import{M as Z}from"./MantineProvider-5a15f390.js";var P=String.raw,E=P`
1+
import{w as s,i6 as T,v as l,a2 as I,i7 as R,ae as V,i8 as z,i9 as j,ia as D,ib as F,ic as G,id as W,ie as K,aG as H,ig as U,ih as Y}from"./index-e8dfd0d9.js";import{M as Z}from"./MantineProvider-9228e738.js";var P=String.raw,E=P`
22
:root,
33
:host {
44
--chakra-vh: 100vh;

invokeai/frontend/web/dist/assets/index-2d026cf2.js renamed to invokeai/frontend/web/dist/assets/index-e8dfd0d9.js

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

invokeai/frontend/web/dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
margin: 0;
1616
}
1717
</style>
18-
<script type="module" crossorigin src="./assets/index-2d026cf2.js"></script>
18+
<script type="module" crossorigin src="./assets/index-e8dfd0d9.js"></script>
1919
</head>
2020

2121
<body dir="ltr">

invokeai/frontend/web/dist/locales/en.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@
137137
"controlnet": {
138138
"controlAdapter_one": "Control Adapter",
139139
"controlAdapter_other": "Control Adapters",
140-
"controlnet": "$t(controlnet.controlAdapter) #{{number}} ($t(common.controlNet))",
141-
"ip_adapter": "$t(controlnet.controlAdapter) #{{number}} ($t(common.ipAdapter))",
142-
"t2i_adapter": "$t(controlnet.controlAdapter) #{{number}} ($t(common.t2iAdapter))",
140+
"controlnet": "$t(controlnet.controlAdapter_one) #{{number}} ($t(common.controlNet))",
141+
"ip_adapter": "$t(controlnet.controlAdapter_one) #{{number}} ($t(common.ipAdapter))",
142+
"t2i_adapter": "$t(controlnet.controlAdapter_one) #{{number}} ($t(common.t2iAdapter))",
143143
"addControlNet": "Add $t(common.controlNet)",
144144
"addIPAdapter": "Add $t(common.ipAdapter)",
145145
"addT2IAdapter": "Add $t(common.t2iAdapter)",
@@ -1115,6 +1115,7 @@
11151115
"showProgressInViewer": "Show Progress Images in Viewer",
11161116
"ui": "User Interface",
11171117
"useSlidersForAll": "Use Sliders For All Options",
1118+
"clearIntermediatesDisabled": "Queue must be empty to clear intermediates",
11181119
"clearIntermediatesDesc1": "Clearing intermediates will reset your Canvas and ControlNet state.",
11191120
"clearIntermediatesDesc2": "Intermediate images are byproducts of generation, different from the result images in the gallery. Clearing intermediates will free disk space.",
11201121
"clearIntermediatesDesc3": "Your gallery images will not be deleted.",

invokeai/frontend/web/dist/locales/it.json

Lines changed: 174 additions & 27 deletions
Large diffs are not rendered by default.

invokeai/frontend/web/dist/locales/nl.json

Lines changed: 788 additions & 14 deletions
Large diffs are not rendered by default.

invokeai/frontend/web/dist/locales/zh_CN.json

Lines changed: 83 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@
8888
"t2iAdapter": "T2I Adapter",
8989
"ipAdapter": "IP Adapter",
9090
"controlAdapter": "Control Adapter",
91-
"controlNet": "ControlNet"
91+
"controlNet": "ControlNet",
92+
"on": "",
93+
"auto": "自动"
9294
},
9395
"gallery": {
9496
"generations": "生成的图像",
@@ -472,7 +474,8 @@
472474
"vae": "VAE",
473475
"oliveModels": "Olive",
474476
"loraModels": "LoRA",
475-
"alpha": "Alpha"
477+
"alpha": "Alpha",
478+
"vaePrecision": "VAE 精度"
476479
},
477480
"parameters": {
478481
"images": "图像",
@@ -595,7 +598,11 @@
595598
"useX2Model": "图像太大,无法使用 x4 模型,使用 x2 模型作为替代",
596599
"tooLarge": "图像太大无法进行放大,请选择更小的图像"
597600
},
598-
"iterationsWithCount_other": "{{count}} 次迭代生成"
601+
"iterationsWithCount_other": "{{count}} 次迭代生成",
602+
"seamlessX&Y": "无缝 X & Y",
603+
"aspectRatioFree": "自由",
604+
"seamlessX": "无缝 X",
605+
"seamlessY": "无缝 Y"
599606
},
600607
"settings": {
601608
"models": "模型",
@@ -628,9 +635,11 @@
628635
"clearIntermediates": "清除中间产物",
629636
"clearIntermediatesDesc3": "您图库中的图像不会被删除。",
630637
"clearIntermediatesDesc2": "中间产物图像是生成过程中产生的副产品,与图库中的结果图像不同。清除中间产物可释放磁盘空间。",
631-
"intermediatesCleared_other": "已清除 {{number}} 个中间产物",
638+
"intermediatesCleared_other": "已清除 {{count}} 个中间产物",
632639
"clearIntermediatesDesc1": "清除中间产物会重置您的画布和 ControlNet 状态。",
633-
"intermediatesClearedFailed": "清除中间产物时出现问题"
640+
"intermediatesClearedFailed": "清除中间产物时出现问题",
641+
"clearIntermediatesWithCount_other": "清除 {{count}} 个中间产物",
642+
"clearIntermediatesDisabled": "队列为空才能清理中间产物"
634643
},
635644
"toast": {
636645
"tempFoldersEmptied": "临时文件夹已清空",
@@ -713,7 +722,7 @@
713722
"canvasSavedGallery": "画布已保存到图库",
714723
"imageUploadFailed": "图像上传失败",
715724
"problemImportingMask": "导入遮罩时出现问题",
716-
"baseModelChangedCleared_other": "基础模型已更改, 已清除或禁用 {{number}} 个不兼容的子模型"
725+
"baseModelChangedCleared_other": "基础模型已更改, 已清除或禁用 {{count}} 个不兼容的子模型"
717726
},
718727
"unifiedCanvas": {
719728
"layer": "图层",
@@ -1002,7 +1011,27 @@
10021011
"booleanCollection": "布尔值合集",
10031012
"imageCollectionDescription": "一个图像合集。",
10041013
"loRAModelField": "LoRA",
1005-
"imageCollection": "图像合集"
1014+
"imageCollection": "图像合集",
1015+
"ipAdapterPolymorphicDescription": "一个 IP-Adapters Collection 合集。",
1016+
"ipAdapterCollection": "IP-Adapters 合集",
1017+
"conditioningCollection": "条件合集",
1018+
"ipAdapterPolymorphic": "IP-Adapters 多态",
1019+
"conditioningCollectionDescription": "条件可以在节点间传递。",
1020+
"colorPolymorphic": "颜色多态",
1021+
"conditioningPolymorphic": "条件多态",
1022+
"latentsCollection": "Latents 合集",
1023+
"stringPolymorphic": "字符多态",
1024+
"conditioningPolymorphicDescription": "条件可以在节点间传递。",
1025+
"imagePolymorphic": "图像多态",
1026+
"floatPolymorphic": "浮点多态",
1027+
"ipAdapterCollectionDescription": "一个 IP-Adapters Collection 合集。",
1028+
"ipAdapter": "IP-Adapter",
1029+
"booleanPolymorphic": "布尔多态",
1030+
"conditioningFieldDescription": "条件可以在节点间传递。",
1031+
"integerPolymorphic": "整数多态",
1032+
"latentsPolymorphic": "Latents 多态",
1033+
"conditioningField": "条件",
1034+
"latentsField": "Latents"
10061035
},
10071036
"controlnet": {
10081037
"resize": "直接缩放",
@@ -1086,7 +1115,7 @@
10861115
"depthZoe": "Depth (Zoe)",
10871116
"colorMap": "Color",
10881117
"openPose": "Openpose",
1089-
"controlAdapter": "Control Adapter",
1118+
"controlAdapter_other": "Control Adapters",
10901119
"lineartAnime": "Lineart Anime",
10911120
"canny": "Canny"
10921121
},
@@ -1140,7 +1169,7 @@
11401169
"queuedCount": "{{pending}} 待处理",
11411170
"front": "",
11421171
"pruneTooltip": "修剪 {{item_count}} 个已完成的项目",
1143-
"batchQueuedDesc": "在队列的 {{direction}} 中添加了 {{item_count}} 个会话",
1172+
"batchQueuedDesc_other": "在队列的 {{direction}} 中添加了 {{count}} 个会话",
11441173
"graphQueued": "节点图已加入队列",
11451174
"back": "",
11461175
"session": "会话",
@@ -1191,7 +1220,9 @@
11911220
"steps": "步数",
11921221
"scheduler": "调度器",
11931222
"seamless": "无缝",
1194-
"fit": "图生图适应"
1223+
"fit": "图生图匹配",
1224+
"recallParameters": "召回参数",
1225+
"noRecallParameters": "未找到要召回的参数"
11951226
},
11961227
"models": {
11971228
"noMatchingModels": "无相匹配的模型",
@@ -1242,7 +1273,9 @@
12421273
"popovers": {
12431274
"compositingMaskAdjustments": {
12441275
"heading": "遮罩调整",
1245-
"paragraphs": ["调整遮罩。"]
1276+
"paragraphs": [
1277+
"调整遮罩。"
1278+
]
12461279
},
12471280
"paramRatio": {
12481281
"heading": "纵横比",
@@ -1260,7 +1293,9 @@
12601293
},
12611294
"compositingBlur": {
12621295
"heading": "模糊",
1263-
"paragraphs": ["遮罩模糊半径。"]
1296+
"paragraphs": [
1297+
"遮罩模糊半径。"
1298+
]
12641299
},
12651300
"noiseUseCPU": {
12661301
"heading": "使用 CPU 噪声",
@@ -1278,11 +1313,15 @@
12781313
},
12791314
"compositingCoherenceMode": {
12801315
"heading": "模式",
1281-
"paragraphs": ["一致性层模式。"]
1316+
"paragraphs": [
1317+
"一致性层模式。"
1318+
]
12821319
},
12831320
"controlNetResizeMode": {
12841321
"heading": "缩放模式",
1285-
"paragraphs": ["ControlNet 输入图像适应输出图像大小的方法。"]
1322+
"paragraphs": [
1323+
"ControlNet 输入图像适应输出图像大小的方法。"
1324+
]
12861325
},
12871326
"clipSkip": {
12881327
"paragraphs": [
@@ -1308,7 +1347,9 @@
13081347
},
13091348
"compositingCoherencePass": {
13101349
"heading": "一致性层",
1311-
"paragraphs": ["第二轮去噪有助于合成内补/外扩图像。"]
1350+
"paragraphs": [
1351+
"第二轮去噪有助于合成内补/外扩图像。"
1352+
]
13121353
},
13131354
"compositingStrength": {
13141355
"heading": "强度",
@@ -1326,7 +1367,9 @@
13261367
},
13271368
"compositingBlurMethod": {
13281369
"heading": "模糊方式",
1329-
"paragraphs": ["应用于遮罩区域的模糊方法。"]
1370+
"paragraphs": [
1371+
"应用于遮罩区域的模糊方法。"
1372+
]
13301373
},
13311374
"paramScheduler": {
13321375
"heading": "调度器",
@@ -1336,11 +1379,15 @@
13361379
},
13371380
"controlNetWeight": {
13381381
"heading": "权重",
1339-
"paragraphs": ["ControlNet 对生成图像的影响强度。"]
1382+
"paragraphs": [
1383+
"ControlNet 对生成图像的影响强度。"
1384+
]
13401385
},
13411386
"paramCFGScale": {
13421387
"heading": "CFG 等级",
1343-
"paragraphs": ["控制提示词对生成过程的影响程度。"]
1388+
"paragraphs": [
1389+
"控制提示词对生成过程的影响程度。"
1390+
]
13441391
},
13451392
"paramSteps": {
13461393
"heading": "步数",
@@ -1358,11 +1405,15 @@
13581405
},
13591406
"lora": {
13601407
"heading": "LoRA 权重",
1361-
"paragraphs": ["更高的 LoRA 权重会对最终图像产生更大的影响。"]
1408+
"paragraphs": [
1409+
"更高的 LoRA 权重会对最终图像产生更大的影响。"
1410+
]
13621411
},
13631412
"infillMethod": {
13641413
"heading": "填充方法",
1365-
"paragraphs": ["填充选定区域的方式。"]
1414+
"paragraphs": [
1415+
"填充选定区域的方式。"
1416+
]
13661417
},
13671418
"controlNetBeginEnd": {
13681419
"heading": "开始 / 结束步数百分比",
@@ -1373,7 +1424,9 @@
13731424
},
13741425
"scaleBeforeProcessing": {
13751426
"heading": "处理前缩放",
1376-
"paragraphs": ["生成图像前将所选区域缩放为最适合模型的大小。"]
1427+
"paragraphs": [
1428+
"生成图像前将所选区域缩放为最适合模型的大小。"
1429+
]
13771430
},
13781431
"paramDenoisingStrength": {
13791432
"heading": "去噪强度",
@@ -1391,7 +1444,9 @@
13911444
},
13921445
"controlNetControlMode": {
13931446
"heading": "控制模式",
1394-
"paragraphs": ["给提示词或 ControlNet 增加更大的权重。"]
1447+
"paragraphs": [
1448+
"给提示词或 ControlNet 增加更大的权重。"
1449+
]
13951450
},
13961451
"dynamicPrompts": {
13971452
"paragraphs": [
@@ -1402,7 +1457,9 @@
14021457
"heading": "动态提示词"
14031458
},
14041459
"paramVAE": {
1405-
"paragraphs": ["用于将 AI 输出转换成最终图像的模型。"],
1460+
"paragraphs": [
1461+
"用于将 AI 输出转换成最终图像的模型。"
1462+
],
14061463
"heading": "VAE"
14071464
},
14081465
"dynamicPromptsSeedBehaviour": {
@@ -1416,7 +1473,9 @@
14161473
},
14171474
"dynamicPromptsMaxPrompts": {
14181475
"heading": "最大提示词数量",
1419-
"paragraphs": ["限制动态提示词可生成的提示词数量。"]
1476+
"paragraphs": [
1477+
"限制动态提示词可生成的提示词数量。"
1478+
]
14201479
},
14211480
"controlNet": {
14221481
"paragraphs": [

0 commit comments

Comments
 (0)