mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-25 15:15:44 -03:00
feat(i18n): add model navigation translations for multiple languages
Add navigation section to locale files for model browsing functionality. Includes labels and tooltips for previous/next model navigation with keyboard shortcuts (←/→ arrows). Translations added for German, English, Spanish, French, Hebrew, Japanese, Korean, and Russian locales to support international users.
This commit is contained in:
@@ -914,6 +914,13 @@
|
||||
"recipes": "Rezepte",
|
||||
"versions": "Versionen"
|
||||
},
|
||||
"navigation": {
|
||||
"label": "Modellnavigation",
|
||||
"previousWithShortcut": "Vorheriges Modell (←)",
|
||||
"nextWithShortcut": "Nächstes Modell (→)",
|
||||
"noPrevious": "Kein vorheriges Modell verfügbar",
|
||||
"noNext": "Kein weiteres Modell verfügbar"
|
||||
},
|
||||
"license": {
|
||||
"noImageSell": "No selling generated content",
|
||||
"noRentCivit": "No Civitai generation",
|
||||
|
||||
Reference in New Issue
Block a user