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": "查看所有本地版本",