Files
lobe-chat/locales/ko-KR/subscription.json
Arvin Xu 319fbfb6fd 💄 style: improve Korean translate (#9597)
* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update
2025-10-07 19:15:56 +08:00

25 lines
403 B
JSON

{
"plans": {
"plan": {
"enterprise": {
"title": "엔터프라이즈"
},
"free": {
"title": "무료"
},
"hobby": {
"title": "셀프 서비스"
},
"premium": {
"title": "프리미엄"
},
"starter": {
"title": "스타터"
},
"ultimate": {
"title": "얼티메이트"
}
}
}
}