mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -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": "隐藏抢先体验更新",
|
||||
"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": "查看所有本地版本",
|
||||
|
||||
Reference in New Issue
Block a user