diff --git a/invokeai/frontend/web/public/locales/de.json b/invokeai/frontend/web/public/locales/de.json index d272f9bc751..ac1958de1be 100644 --- a/invokeai/frontend/web/public/locales/de.json +++ b/invokeai/frontend/web/public/locales/de.json @@ -210,10 +210,6 @@ "title": "Bbox Werkzeug", "desc": "Bbox Werkzeug auswählen." }, - "setFillToWhite": { - "title": "Farbe auf Weiß einstellen", - "desc": "Setzt die aktuelle Werkzeugfarbe auf weiß." - }, "title": "Leinwand", "selectBrushTool": { "title": "Pinselwerkzeug", diff --git a/invokeai/frontend/web/public/locales/es.json b/invokeai/frontend/web/public/locales/es.json index 8507e76d999..8a02344a7f0 100644 --- a/invokeai/frontend/web/public/locales/es.json +++ b/invokeai/frontend/web/public/locales/es.json @@ -591,10 +591,6 @@ "title": "Ajustar capas al lienzo", "desc": "Escala y posiciona la vista para que se ajuste a todas las capas visibles." }, - "setFillToWhite": { - "title": "Establecer color en blanco", - "desc": "Establece el color actual de la herramienta en blanco." - }, "resetSelected": { "title": "Restablecer capa", "desc": "Restablecer la capa seleccionada. Solo se aplica a Máscara de retoque y Guía regional." diff --git a/invokeai/frontend/web/public/locales/fr.json b/invokeai/frontend/web/public/locales/fr.json index afccbefaef3..c4a0b2c6191 100644 --- a/invokeai/frontend/web/public/locales/fr.json +++ b/invokeai/frontend/web/public/locales/fr.json @@ -901,10 +901,6 @@ "desc": "Définit le zoom de la toile à 400 %.", "title": "Zoomer à 400 %" }, - "setFillToWhite": { - "title": "Définir la couleur sur blanc", - "desc": "Définir la couleur de l'outil actuel sur blanc." - }, "transformSelected": { "title": "Transformer", "desc": "Transforme la couche sélectionnée." diff --git a/invokeai/frontend/web/public/locales/it.json b/invokeai/frontend/web/public/locales/it.json index fa8baae2f01..a5738bfe846 100644 --- a/invokeai/frontend/web/public/locales/it.json +++ b/invokeai/frontend/web/public/locales/it.json @@ -358,10 +358,6 @@ "title": "Livello precedente", "desc": "Seleziona il livello precedente nell'elenco." }, - "setFillToWhite": { - "title": "Imposta il colore su bianco", - "desc": "Imposta il colore dello strumento corrente su bianco." - }, "title": "Tela", "selectMoveTool": { "title": "Strumento Sposta", @@ -829,7 +825,8 @@ "promptExpansionResultPending": "Accetta o ignora il risultato dell'espansione del prompt", "promptExpansionPending": "Espansione del prompt in corso", "noStartingFrameImage": "Nessuna immagine del fotogramma iniziale", - "videoIsDisabled": "La generazione di video non è abilitata per gli account {{accountType}}." + "videoIsDisabled": "La generazione di video non è abilitata per gli account {{accountType}}.", + "incompatibleLoRAs": "Aggiunti LoRA incompatibili" }, "useCpuNoise": "Usa la CPU per generare rumore", "iterations": "Iterazioni", diff --git a/invokeai/frontend/web/public/locales/ja.json b/invokeai/frontend/web/public/locales/ja.json index c6ca8a65abe..58912887f82 100644 --- a/invokeai/frontend/web/public/locales/ja.json +++ b/invokeai/frontend/web/public/locales/ja.json @@ -325,10 +325,6 @@ "desc": "リスト内の前のレイヤーを選択します。", "title": "前のレイヤー" }, - "setFillToWhite": { - "title": "ツール色を白に設定", - "desc": "現在のツールの色を白色に設定します。" - }, "selectViewTool": { "title": "表示ツール", "desc": "表示ツールを選択します。" diff --git a/invokeai/frontend/web/public/locales/ru.json b/invokeai/frontend/web/public/locales/ru.json index 93783e559d8..bcbb11f7463 100644 --- a/invokeai/frontend/web/public/locales/ru.json +++ b/invokeai/frontend/web/public/locales/ru.json @@ -285,10 +285,6 @@ "title": "Next Layer", "desc": "Select the next layer in the list." }, - "setFillToWhite": { - "title": "Set Color to White", - "desc": "Set the current tool color to white." - }, "applyFilter": { "title": "Apply Filter", "desc": "Apply the pending filter to the selected layer." diff --git a/invokeai/frontend/web/public/locales/vi.json b/invokeai/frontend/web/public/locales/vi.json index a0e4c75ffe4..3c66c8f3bb6 100644 --- a/invokeai/frontend/web/public/locales/vi.json +++ b/invokeai/frontend/web/public/locales/vi.json @@ -360,10 +360,6 @@ "desc": "Phóng to canvas lên 800%.", "title": "Phóng To Vào 800%" }, - "setFillToWhite": { - "title": "Chỉnh Màu Sang Trắng", - "desc": "Chỉnh màu hiện tại sang màu trắng." - }, "transformSelected": { "title": "Biến Đổi", "desc": "Biến đổi layer được chọn." diff --git a/invokeai/frontend/web/public/locales/zh-CN.json b/invokeai/frontend/web/public/locales/zh-CN.json index eda1d415012..02d352fcb6c 100644 --- a/invokeai/frontend/web/public/locales/zh-CN.json +++ b/invokeai/frontend/web/public/locales/zh-CN.json @@ -310,10 +310,6 @@ "title": "移动工具", "desc": "选择移动工具。" }, - "setFillToWhite": { - "title": "将颜色设置为白色", - "desc": "将当前工具的颜色设置为白色。" - }, "cancelTransform": { "desc": "取消待处理的变换。", "title": "取消变换"