fix(i18n): translate banners, license labels, doctor UI and remaining leftovers

- banners.communitySupport.* (title/content/CTA/learnMore): 8 locales (zh-CN done)
- modals.model.license.noImageSell/noRentCivit/noRent/noSell: all 9 locales
- globalContextMenu.fetchMissingLicenses.*: 7 locales
- doctor.* issue titles, action labels, conflicts/version labels + es title
- toasts/settings: libraryLoadFailed/libraryActivateFailed, moveFailed,
  restartRequired, recipeSaved across locales; fr recipes storage path strings;
  zh-CN import lora count; ru/ko Recipe Manager init title
- checkpoints.modelTypes.diffusion_model translated in 7 locales (ja/ko keep
  the English loanword, consistent with their model-type names)
This commit is contained in:
Will Miao
2026-08-29 12:47:17 +08:00
parent 3a9e02137d
commit fd1227d3b8
9 changed files with 216 additions and 216 deletions
+30 -30
View File
@@ -173,11 +173,11 @@
"error": "ניקוי תיקיות תמונות הדוגמה נכשל: {message}"
},
"fetchMissingLicenses": {
"label": "Refresh license metadata",
"loading": "Refreshing license metadata for {typePlural}...",
"success": "Updated license metadata for {count} {typePlural}",
"none": "All {typePlural} already have license metadata",
"error": "Failed to refresh license metadata for {typePlural}: {message}"
"label": "רענן מטא-נתוני רישיון",
"loading": "מרענן מטא-נתוני רישיון עבור {typePlural}...",
"success": "עודכנו מטא-נתוני רישיון עבור {count} {typePlural}",
"none": "לכל ה-{typePlural} כבר יש מטא-נתוני רישיון",
"error": "לא ניתן היה לרענן את מטא-נתוני הרישיון עבור {typePlural}: {message}"
},
"repairRecipes": {
"label": "תיקון נתוני מתכונים",
@@ -517,7 +517,7 @@
"extraFolderPaths": {
"title": "נתיבי תיקיות נוספים",
"description": "נתיבי שורש מודלים נוספים בלעדיים ל-LoRA Manager. טען מודלים ממיקומים מחוץ לתיקיות הסטנדרטיות של ComfyUI - אידיאלי לספריות גדולות שאחרת יאטו את ComfyUI.",
"restartRequired": "Requires restart to take effect",
"restartRequired": "נדרש אתחול כדי שהשינוי ייכנס לתוקף",
"modelTypes": {
"lora": "נתיבי LoRA",
"checkpoint": "נתיבי Checkpoint",
@@ -1106,7 +1106,7 @@
"title": "מודלי Checkpoint",
"modelTypes": {
"checkpoint": "Checkpoint",
"diffusion_model": "Diffusion Model"
"diffusion_model": "מודל דיפוזיה"
},
"contextMenu": {
"moveToOtherTypeFolder": "העבר לתיקיית {otherType}",
@@ -1573,10 +1573,10 @@
"noNext": "אין מודל נוסף זמין"
},
"license": {
"noImageSell": "No selling generated content",
"noRentCivit": "No CivitAI generation",
"noRent": "No generation services",
"noSell": "No selling models",
"noImageSell": "אסור למכור תוכן שנוצר",
"noRentCivit": "אין יצירה דרך CivitAI",
"noRent": "אין שירותי יצירה",
"noSell": "אסור למכור מודלים",
"creditRequired": "נדרש ייחוס ליוצר",
"noDerivatives": "אין שיתוף מיזוגים",
"noReLicense": "נדרשות אותן הרשאות",
@@ -2064,7 +2064,7 @@
"processingError": "שגיאת עיבוד: {message}",
"folderBrowserError": "שגיאה בטעינת דפדפן התיקיות: {message}",
"recipeSaveFailed": "שמירת המתכון נכשלה: {error}",
"recipeSaved": "Recipe saved successfully",
"recipeSaved": "המתכון נשמר בהצלחה",
"importFailed": "הייבוא נכשל: {message}",
"folderTreeFailed": "טעינת עץ התיקיות נכשלה",
"folderTreeError": "שגיאה בטעינת עץ התיקיות",
@@ -2172,8 +2172,8 @@
"compactModeToggled": "מצב קומפקטי {state}",
"settingSaveFailed": "שמירת ההגדרה נכשלה: {message}",
"displayDensitySet": "צפיפות התצוגה הוגדרה ל-{density}",
"libraryLoadFailed": "Failed to load libraries: {message}",
"libraryActivateFailed": "Failed to activate library: {message}",
"libraryLoadFailed": "לא ניתן היה לטעון את הספריות: {message}",
"libraryActivateFailed": "לא ניתן היה להפעיל את הספרייה: {message}",
"languageChangeFailed": "שינוי השפה נכשל: {message}",
"cacheCleared": "קבצי המטמון נוקו בהצלחה. המטמון ייבנה מחדש בפעולה הבאה.",
"cacheClearFailed": "ניקוי המטמון נכשל: {error}",
@@ -2322,7 +2322,7 @@
"bulkMoveSuccess": "הועברו בהצלחה {successCount} {type}s",
"exampleImagesDownloadSuccess": "תמונות הדוגמה הורדו בהצלחה!",
"exampleImagesDownloadFailed": "הורדת תמונות הדוגמה נכשלה: {message}",
"moveFailed": "Failed to move item: {message}",
"moveFailed": "לא ניתן היה להעביר את הפריט: {message}",
"copiedToClipboard": "הועתק ללוח",
"downloadStarted": "ההורדה החלה"
},
@@ -2352,30 +2352,30 @@
},
"issues": {
"civitai_api_key": {
"title": "CivitAI API Key"
"title": "מפתח API של CivitAI"
},
"cache_health": {
"title": "Model Cache Health"
"title": "מצב מטמון המודלים"
},
"filename_conflicts": {
"title": "Duplicate Filename Conflicts"
"title": "התנגשויות שמות קבצים כפולים"
},
"ui_version": {
"title": "UI Version"
"title": "גרסת הממשק"
}
},
"actions": {
"runAgain": "הפעל שוב",
"exportBundle": "ייצוא חבילה",
"open-settings": "Open Settings",
"open-settings-syntax-format": "Switch to Full Path Syntax",
"repair-cache": "Rebuild Cache",
"resolve-filename-conflicts": "Resolve Conflicts",
"reload-page": "Reload UI"
"open-settings": "פתח הגדרות",
"open-settings-syntax-format": "עבור לתחביר נתיב מלא",
"repair-cache": "בנה מחדש את המטמון",
"resolve-filename-conflicts": "פתור התנגשויות",
"reload-page": "טען מחדש את הממשק"
},
"labels": {
"conflicts": "Conflicts",
"version": "Version"
"conflicts": "התנגשויות",
"version": "גרסה"
},
"toast": {
"loadFailed": "טעינת האבחון נכשלה: {message}",
@@ -2405,10 +2405,10 @@
"seconds": "שניות"
},
"communitySupport": {
"title": "Keep LoRA Manager Thriving with Your Support ❤️",
"content": "LoRA Manager is a passion project maintained full-time by a solo developer. Your support on Ko-fi helps cover development costs, keeps new updates coming, and unlocks a license key for the LM CivitAI Extension as a thank-you gift. Every contribution truly makes a difference.",
"supportCta": "Support on Ko-fi",
"learnMore": "LM CivitAI Extension Tutorial"
"title": "תמכו בהמשך פיתוח LoRA Manager ❤️",
"content": "LoRA Manager הוא פרויקט אהוב המתוחזק במשרה מלאה על ידי מפתח יחיד. התמיכה שלך ב-Ko-fi עוזרת לכסות עלויות פיתוח, מאפשרת עדכונים חדשים ומעניקה מפתח רישיון להרחבת LM CivitAI כמתנת תודה. כל תרומה באמת עושה את ההבדל.",
"supportCta": "תמכו ב-Ko-fi",
"learnMore": "מדריך להרחבת LM CivitAI"
},
"cacheHealth": {
"corrupted": {