feat(localization): add model description translations and enhance UI text across multiple languages

This commit is contained in:
Will Miao
2025-08-31 10:12:54 +08:00
parent 6acccbbb94
commit 867ffd1163
15 changed files with 313 additions and 30 deletions

View File

@@ -328,6 +328,20 @@
"x": "Nur Erwachsene",
"xxx": "Explizit"
}
},
"model": {
"description": {
"noDescription": "Keine Modellbeschreibung verfügbar",
"failedToLoad": "Fehler beim Laden der Modellbeschreibung",
"editTitle": "Modellbeschreibung bearbeiten",
"validation": {
"cannotBeEmpty": "Beschreibung darf nicht leer sein"
},
"messages": {
"updated": "Modellbeschreibung aktualisiert",
"updateFailed": "Fehler beim Aktualisieren der Modellbeschreibung"
}
}
}
},
"errors": {