feat(localization): update control labels and actions for improved clarity in multiple languages

This commit is contained in:
Will Miao
2025-09-01 22:00:19 +08:00
parent b67464ea13
commit 8d9118cbee
11 changed files with 200 additions and 65 deletions

View File

@@ -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",