Skip to content

Commit a73bee6

Browse files
lsteinGGSSKKHarvester62weblate
authored
translationBot(ui): update translation files (with lint fix) (#9205)
* translationBot(ui): update translation (Japanese) Currently translated at 88.3% (2447 of 2771 strings) translationBot(ui): update translation (Japanese) Currently translated at 88.1% (2443 of 2771 strings) translationBot(ui): update translation (Japanese) Currently translated at 88.0% (2437 of 2767 strings) Co-authored-by: Gohsuke Shimada <[email protected]> Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/ja/ Translation: InvokeAI/Web UI * translationBot(ui): update translation (Italian) Currently translated at 96.8% (2681 of 2767 strings) Co-authored-by: Riccardo Giovanetti <[email protected]> Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/it/ Translation: InvokeAI/Web UI * translationBot(ui): update translation files Updated by "Cleanup translation files" hook in Weblate. Co-authored-by: Hosted Weblate <[email protected]> Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/ Translation: InvokeAI/Web UI * translationBot(ui): update translation (English) Currently translated at 99.9% (2770 of 2771 strings) Translation: InvokeAI/Web UI Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/en/ * translationBot(ui): update translation (Japanese) Currently translated at 93.4% (2590 of 2771 strings) Translation: InvokeAI/Web UI Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/ja/ * translationBot(ui): update translation (Italian) Currently translated at 96.8% (2684 of 2771 strings) Translation: InvokeAI/Web UI Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/it/ * chore(i18n): lint-prettier --------- Co-authored-by: Gohsuke Shimada <[email protected]> Co-authored-by: Riccardo Giovanetti <[email protected]> Co-authored-by: Hosted Weblate <[email protected]>
1 parent 5f2c5c3 commit a73bee6

3 files changed

Lines changed: 355 additions & 178 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1318,13 +1318,17 @@
13181318
"orphanedModelsFound": "Orphaned Models Found",
13191319
"orphanedModelsDescription": "The following model directories are not referenced in the database and can be safely deleted:",
13201320
"foundOrphanedModels": "Found {{count}} orphaned model directory",
1321+
"foundOrphanedModels_one": "",
13211322
"foundOrphanedModels_other": "Found {{count}} orphaned model directories",
13221323
"filesCount": "{{count}} file",
1324+
"filesCount_one": "",
13231325
"filesCount_other": "{{count}} files",
13241326
"deleteSelected": "Delete {{count}} selected",
1327+
"deleteSelected_one": "",
13251328
"deleteSelected_other": "Delete {{count}} selected",
13261329
"deselectAll": "Deselect All",
13271330
"orphanedModelsDeleted": "Successfully deleted {{count}} orphaned model",
1331+
"orphanedModelsDeleted_one": "",
13281332
"orphanedModelsDeleted_other": "Successfully deleted {{count}} orphaned models",
13291333
"orphanedModelsDeleteErrors": "Some models could not be deleted",
13301334
"orphanedModelsDeleteFailed": "Failed to delete orphaned models",

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

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,9 @@
849849
"noOrphanedModels": "La cartella dei modelli è sincronizzata. Nessun file orfano trovato.",
850850
"orphanedModelsFound": "Modelli orfani trovati",
851851
"orphanedModelsDescription": "Le seguenti cartelle dei modelli non sono referenziate nel database e possono essere eliminate in sicurezza:",
852-
"foundOrphanedModels": "Trovata {{count}} cartella di modello orfana",
852+
"foundOrphanedModels_one": "Trovata {{count}} cartella di modello orfana",
853+
"foundOrphanedModels_many": "",
854+
"foundOrphanedModels_other": "",
853855
"filesCount": "{{count}} file",
854856
"deleteSelected": "Elimina {{count}} selezionati",
855857
"deselectAll": "Deseleziona tutto",
@@ -2567,7 +2569,8 @@
25672569
"eraser": "Cancellino",
25682570
"gradient": "Gradiente",
25692571
"text": "Testo",
2570-
"lasso": "Lazo"
2572+
"lasso": "Lazo",
2573+
"shapes": "Forme"
25712574
},
25722575
"filter": {
25732576
"apply": "Applica",
@@ -3113,8 +3116,15 @@
31133116
"newLine": "Nuova linea",
31143117
"cancelText": "Annulla",
31153118
"dragText": "Trascina il testo",
3116-
"snapRotation": "Rotazione a scatto"
3119+
"snapRotation": "Rotazione a scatto",
3120+
"moveShape": "Sposta la forma",
3121+
"erase": "Cancella",
3122+
"nudgeSelection": "Sposta selezione"
31173123
}
3124+
},
3125+
"shape": {
3126+
"rect": "Rett",
3127+
"oval": "Ovale"
31183128
}
31193129
},
31203130
"ui": {

0 commit comments

Comments
 (0)