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": "얼리 액세스 업데이트 숨기기",
|
||||
"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