mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-25 07:05:43 -03:00
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:
@@ -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": "Früher Zugriff Updates ausblenden",
|
||||
"help": "Nur Early-Access-Updates"
|
||||
},
|
||||
"misc": {
|
||||
"includeTriggerWords": "Trigger Words in LoRA-Syntax einschließen",
|
||||
@@ -1036,18 +1036,18 @@
|
||||
"labels": {
|
||||
"unnamed": "Unbenannte Version",
|
||||
"noDetails": "Keine zusätzlichen Details",
|
||||
"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": "bald endend",
|
||||
"hours": "in {count}h",
|
||||
"days": "in {count}d"
|
||||
},
|
||||
"badges": {
|
||||
"current": "Aktuelle Version",
|
||||
"inLibrary": "In der Bibliothek",
|
||||
"newer": "Neuere Version",
|
||||
"earlyAccess": "[TODO: Translate] Early Access",
|
||||
"earlyAccess": "Früher Zugriff",
|
||||
"ignored": "Ignoriert"
|
||||
},
|
||||
"actions": {
|
||||
@@ -1055,7 +1055,7 @@
|
||||
"delete": "Löschen",
|
||||
"ignore": "Ignorieren",
|
||||
"unignore": "Ignorierung aufheben",
|
||||
"earlyAccessTooltip": "[TODO: Translate] Requires early access purchase",
|
||||
"earlyAccessTooltip": "Erfordert Early-Access-Kauf",
|
||||
"resumeModelUpdates": "Aktualisierungen für dieses Modell fortsetzen",
|
||||
"ignoreModelUpdates": "Aktualisierungen für dieses Modell ignorieren",
|
||||
"viewLocalVersions": "Alle lokalen Versionen anzeigen",
|
||||
|
||||
Reference in New Issue
Block a user