mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-25 15:15:44 -03:00
feat(localization): update control labels and actions for improved clarity in multiple languages
This commit is contained in:
@@ -247,11 +247,26 @@
|
||||
"quick": "Schnelle Aktualisierung (inkrementell)",
|
||||
"full": "Vollständiger Neuaufbau (komplett)"
|
||||
},
|
||||
"fetch": "Von Civitai abrufen",
|
||||
"download": "Von URL herunterladen",
|
||||
"bulk": "Massenoperationen",
|
||||
"duplicates": "Duplikate finden",
|
||||
"favorites": "Nur Favoriten anzeigen"
|
||||
"fetch": {
|
||||
"title": "Metadaten von Civitai abrufen",
|
||||
"action": "Abrufen"
|
||||
},
|
||||
"download": {
|
||||
"title": "Von URL herunterladen",
|
||||
"action": "Herunterladen"
|
||||
},
|
||||
"bulk": {
|
||||
"title": "Massenoperationen",
|
||||
"action": "Massen"
|
||||
},
|
||||
"duplicates": {
|
||||
"title": "Duplikate finden",
|
||||
"action": "Duplikate"
|
||||
},
|
||||
"favorites": {
|
||||
"title": "Nur Favoriten anzeigen",
|
||||
"action": "Favoriten"
|
||||
}
|
||||
},
|
||||
"bulkOperations": {
|
||||
"selected": "{count} ausgewählt",
|
||||
@@ -289,7 +304,7 @@
|
||||
"title": "LoRA-Rezepte",
|
||||
"controls": {
|
||||
"import": {
|
||||
"action": "Rezept importieren",
|
||||
"action": "Importieren",
|
||||
"title": "Ein Rezept aus Bild oder URL importieren",
|
||||
"urlLocalPath": "URL / Lokaler Pfad",
|
||||
"uploadImage": "Bild hochladen",
|
||||
|
||||
Reference in New Issue
Block a user