mirror of
https://github.com/invoke-ai/InvokeAI
synced 2026-03-02 04:59:06 +01:00
ui: translations update from weblate (#8881)
* translationBot(ui): update translation (Italian) Currently translated at 98.0% (2205 of 2250 strings) Co-authored-by: Riccardo Giovanetti <riccardo.giovanetti@gmail.com> Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/it/ Translation: InvokeAI/Web UI * translationBot(ui): update translation files Updated by "Remove blank strings" hook in Weblate. Co-authored-by: Hosted Weblate <hosted@weblate.org> Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/ Translation: InvokeAI/Web UI * translationBot(ui): update translation (Italian) Currently translated at 97.8% (2210 of 2259 strings) Translation: InvokeAI/Web UI Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/it/ * translationBot(ui): update translation (Italian) Currently translated at 97.8% (2224 of 2272 strings) Translation: InvokeAI/Web UI Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/it/ * translationBot(ui): update translation (Italian) Currently translated at 98.1% (2252 of 2295 strings) Translation: InvokeAI/Web UI Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/it/ --------- Co-authored-by: Riccardo Giovanetti <riccardo.giovanetti@gmail.com>
This commit is contained in:
parent
e9246c1899
commit
89df130ca1
@ -1121,7 +1121,7 @@
|
||||
"zoomInNodes": "Ingrandire",
|
||||
"fitViewportNodes": "Adatta vista",
|
||||
"reloadNodeTemplates": "Ricarica i modelli di nodo",
|
||||
"loadWorkflow": "Importa flusso di lavoro JSON",
|
||||
"loadWorkflow": "Importa flusso di lavoro",
|
||||
"downloadWorkflow": "Esporta flusso di lavoro JSON",
|
||||
"scheduler": "Campionatore",
|
||||
"addNode": "Aggiungi nodo",
|
||||
@ -1972,7 +1972,8 @@
|
||||
"paragraphs": [
|
||||
"Controlla l'entità della modulazione DyPE. Valori più alti = estrapolazione più forte.",
|
||||
"Predefinito: 2.0. Intervallo: 0.0-8.0."
|
||||
]
|
||||
],
|
||||
"heading": "DyPE Scala (λs)"
|
||||
},
|
||||
"fluxDypeExponent": {
|
||||
"paragraphs": [
|
||||
@ -1980,7 +1981,8 @@
|
||||
"2.0: Consigliato per risoluzioni 4K+. Programmazione aggressiva con transizioni rapide per la pulizia degli artefatti.",
|
||||
"1.0: Buon punto di partenza per risoluzioni ~2K-3K.",
|
||||
"0.5: Programma più delicato per risoluzioni appena superiori a quelle native (1024px)."
|
||||
]
|
||||
],
|
||||
"heading": "DyPE Esponente (λt)"
|
||||
},
|
||||
"cpuOnly": {
|
||||
"paragraphs": [
|
||||
@ -2735,7 +2737,41 @@
|
||||
"extractMaskedAreaMissingData": "Impossibile estrarre: mancano i dati dell'immagine o della maschera.",
|
||||
"extractMaskedAreaFailed": "Impossibile estrarre l'area mascherata.",
|
||||
"maskLayerEmpty": "Il livello maschera è vuoto",
|
||||
"extractRegion": "Estrai regione"
|
||||
"extractRegion": "Estrai regione",
|
||||
"compositeOperation": {
|
||||
"label": "Modalità di fusione",
|
||||
"add": "Aggiungi modalità di fusione",
|
||||
"remove": "Rimuovi modalità di fusione",
|
||||
"blendModes": {
|
||||
"color": "Colore",
|
||||
"hue": "Tonalità",
|
||||
"source-over": "Normale",
|
||||
"overlay": "Sovrapponi",
|
||||
"soft-light": "Luce soffusa",
|
||||
"hard-light": "Luce intensa",
|
||||
"screen": "Schermo",
|
||||
"color-burn": "Brucia colore",
|
||||
"color-dodge": "Schiarisci colore",
|
||||
"multiply": "Moltiplica",
|
||||
"darken": "Scurisci",
|
||||
"lighten": "Schiarisci",
|
||||
"difference": "Differenza",
|
||||
"luminosity": "Luminosità",
|
||||
"saturation": "Saturazione"
|
||||
}
|
||||
},
|
||||
"booleanOps": {
|
||||
"label": "Operazioni booleane",
|
||||
"intersect": "Intersezione",
|
||||
"cutout": "Ritaglia",
|
||||
"cutaway": "Taglia via",
|
||||
"exclude": "Escludi"
|
||||
},
|
||||
"gradient": {
|
||||
"linear": "Lineare",
|
||||
"radial": "Radiale",
|
||||
"clip": "Ritaglia gradiente"
|
||||
}
|
||||
},
|
||||
"ui": {
|
||||
"tabs": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user