i18n: Add Early Access translations for all supported languages

Complete TODO translations from previous commit:
- Add translations for hideEarlyAccessUpdates setting
- Add translations for EA time formatting (endingSoon, hours, days)
- Add translations for EA badges and tooltips
- Translate to: de, es, fr, he, ja, ko, ru, zh-CN, zh-TW

Closes #815 translations
This commit is contained in:
Will Miao
2026-02-20 11:12:30 +08:00
parent 67869f19ff
commit 1725558fbc
9 changed files with 72 additions and 72 deletions

View File

@@ -427,8 +427,8 @@
}
},
"hideEarlyAccessUpdates": {
"label": "[TODO: Translate] Hide Early Access Updates",
"help": "[TODO: Translate] When enabled, models with only early access updates will not show 'Update available' badge"
"label": "הסתר עדכוני גישה מוקדמת",
"help": "רק עדכוני גישה מוקדמת"
},
"misc": {
"includeTriggerWords": "כלול מילות טריגר בתחביר LoRA",
@@ -1036,18 +1036,18 @@
"labels": {
"unnamed": "גרסה ללא שם",
"noDetails": "אין פרטים נוספים",
"earlyAccess": "[TODO: Translate] Early Access"
"earlyAccess": "EA"
},
"eaTime": {
"endingSoon": "[TODO: Translate] ending soon",
"hours": "[TODO: Translate] in {count}h",
"days": "[TODO: Translate] in {count}d"
"endingSoon": "מסתיים בקרוב",
"hours": "בעוד {count} שעות",
"days": "בעוד {count} ימים"
},
"badges": {
"current": "גרסה נוכחית",
"inLibrary": "בספרייה",
"newer": "גרסה חדשה יותר",
"earlyAccess": "[TODO: Translate] Early Access",
"earlyAccess": "גישה מוקדמת",
"ignored": "התעלם"
},
"actions": {
@@ -1055,7 +1055,7 @@
"delete": "מחיקה",
"ignore": "התעלם",
"unignore": "בטל התעלמות",
"earlyAccessTooltip": "[TODO: Translate] Requires early access purchase",
"earlyAccessTooltip": "נדרש רכישת גישה מוקדמת",
"resumeModelUpdates": "המשך עדכונים עבור מודל זה",
"ignoreModelUpdates": "התעלם מעדכונים עבור מודל זה",
"viewLocalVersions": "הצג את כל הגרסאות המקומיות",