|
49 | 49 | "cancel": "Cancel", |
50 | 50 | "close": "Close", |
51 | 51 | "communityLabel": "Community", |
52 | | - "controlNet": "Controlnet", |
| 52 | + "controlNet": "ControlNet", |
| 53 | + "controlAdapter": "Control Adapter", |
53 | 54 | "ipAdapter": "IP Adapter", |
| 55 | + "t2iAdapter": "T2I Adapter", |
54 | 56 | "darkMode": "Dark Mode", |
55 | 57 | "discordLabel": "Discord", |
56 | 58 | "dontAskMeAgain": "Don't ask me again", |
|
130 | 132 | "upload": "Upload" |
131 | 133 | }, |
132 | 134 | "controlnet": { |
| 135 | + "controlAdapter": "Control Adapter", |
| 136 | + "controlnet": "$t(controlnet.controlAdapter) #{{number}} ($t(common.controlNet))", |
| 137 | + "ip_adapter": "$t(controlnet.controlAdapter) #{{number}} ($t(common.ipAdapter))", |
| 138 | + "t2i_adapter": "$t(controlnet.controlAdapter) #{{number}} ($t(common.t2iAdapter))", |
| 139 | + "addControlNet": "Add $t(common.controlNet)", |
| 140 | + "addIPAdapter": "Add $t(common.ipAdapter)", |
| 141 | + "addT2IAdapter": "Add $t(common.t2iAdapter)", |
| 142 | + "controlNetEnabledT2IDisabled": "$t(common.controlNet) enabled, $t(common.t2iAdapter)s disabled", |
| 143 | + "t2iEnabledControlNetDisabled": "$t(common.t2iAdapter) enabled, $t(common.controlNet)s disabled", |
| 144 | + "controlNetT2IMutexDesc": "$t(common.controlNet) and $t(common.t2iAdapter) at same time is currently unsupported.", |
133 | 145 | "amult": "a_mult", |
134 | 146 | "autoConfigure": "Auto configure processor", |
135 | 147 | "balanced": "Balanced", |
|
952 | 964 | "missingFieldTemplate": "Missing field template", |
953 | 965 | "missingInputForField": "{{nodeLabel}} -> {{fieldLabel}} missing input", |
954 | 966 | "missingNodeTemplate": "Missing node template", |
955 | | - "noControlImageForControlNet": "ControlNet {{index}} has no control image", |
| 967 | + "noControlImageForControlAdapter": "Control Adapter {{number}} has no control image", |
956 | 968 | "noInitialImageSelected": "No initial image selected", |
957 | | - "noModelForControlNet": "ControlNet {{index}} has no model selected.", |
| 969 | + "noModelForControlAdapter": "Control Adapter {{number}} has no model selected.", |
| 970 | + "incompatibleBaseModelForControlAdapter": "Control Adapter {{number}} model is invalid with main model.", |
958 | 971 | "noModelSelected": "No model selected", |
959 | 972 | "noPrompts": "No prompts generated", |
960 | 973 | "noNodesInGraph": "No nodes in graph", |
|
1093 | 1106 | }, |
1094 | 1107 | "toast": { |
1095 | 1108 | "addedToBoard": "Added to board", |
1096 | | - "baseModelChangedCleared": "Base model changed, cleared", |
| 1109 | + "baseModelChangedCleared_one": "Base model changed, cleared or disabled {{number}} incompatible submodel", |
| 1110 | + "baseModelChangedCleared_many": "$t(toast.baseModelChangedCleared_one)s", |
1097 | 1111 | "canceled": "Processing Canceled", |
1098 | 1112 | "canvasCopiedClipboard": "Canvas Copied to Clipboard", |
1099 | 1113 | "canvasDownloaded": "Canvas Downloaded", |
|
1113 | 1127 | "imageSavingFailed": "Image Saving Failed", |
1114 | 1128 | "imageUploaded": "Image Uploaded", |
1115 | 1129 | "imageUploadFailed": "Image Upload Failed", |
1116 | | - "incompatibleSubmodel": "incompatible submodel", |
1117 | 1130 | "initialImageNotSet": "Initial Image Not Set", |
1118 | 1131 | "initialImageNotSetDesc": "Could not load initial image", |
1119 | 1132 | "initialImageSet": "Initial Image Set", |
|
0 commit comments