Skip to content

Commit 601445c

Browse files
committed
1. 알림 메시지 '타입' 한글화 작업
1 parent 8cf2212 commit 601445c

File tree

2 files changed

+73
-2
lines changed

2 files changed

+73
-2
lines changed

ui/public/locales/en.json

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3937,5 +3937,41 @@
39373937
"security.check": "SECURITY.CHECK",
39383938
"integrity.verification": "INTEGRITY.VERIFICATION",
39393939
"log.deleted": "LOG.DELETED",
3940-
"integrity.verification.delete": "INTEGRITY.VERIFICATION.DELETE"
3940+
"integrity.verification.delete": "INTEGRITY.VERIFICATION.DELETE",
3941+
"alert.memory":"MEMORY",
3942+
"alert.cpu":"CPU",
3943+
"alert.storage":"STORAGE",
3944+
"alert.storage.allocated":"STORAGE.ALLOCATED",
3945+
"alert.network.publicip":"NETWORK.PUBLICIP",
3946+
"alert.network.ipv6subnet":"NETWORK.IPV6SUBNET",
3947+
"alert.network.privateip":"NETWORK.PRIVATEIP",
3948+
"alert.storage.secondary":"STORAGE.SECONDARY",
3949+
"alert.compute.host":"COMPUTE.HOST",
3950+
"alert.uservm":"USERVM",
3951+
"alert.service.consoleproxy":"SERVICE.CONSOLEPROXY",
3952+
"alert.network.routing":"NETWORK.ROUTING",
3953+
"alert.storage.misc":"STORAGE.MISC",
3954+
"alert.usage":"USAGE",
3955+
"alert.management":"MANAGEMENT",
3956+
"alert.network.domainroutermigrate":"NETWORK.DOMAINROUTERMIGRATE",
3957+
"alert.service.consoleproxymigrate":"SERVICE.CONSOLEPROXYMIGRATE",
3958+
"alert.uservm.migrate":"USERVM.MIGRATE",
3959+
"alert.network.vlan":"NETWORK.VLAN",
3960+
"alert.service.ssvm":"SERVICE.SSVM",
3961+
"alert.usage.result":"USAGE.RESULT",
3962+
"alert.storage.delete":"STORAGE.DELETE",
3963+
"alert.resource.count":"RESOURCE.COUNT",
3964+
"alert.usage.sanity":"USAGE.SANITY",
3965+
"alert.network.directpublicip":"NETWORK.DIRECTPUBLICIP",
3966+
"alert.storage.local":"STORAGE.LOCAL",
3967+
"alert.resource.exceed":"RESOURCE.EXCEED",
3968+
"alert.type.sync":"TYPE.SYNC",
3969+
"alert.upload.failed":"UPLOAD.FAILED",
3970+
"alert.oobm.autherror":"OOBM.AUTHERROR",
3971+
"alert.ha.action":"HA.ACTION",
3972+
"alert.ca.cert":"CA.CERT",
3973+
"alert.vm.snapshot":"VM.SNAPSHOT",
3974+
"alert.vr.public.iface.mtu":"VR.PUBLIC.IFACE.MTU",
3975+
"alert.vr.private.iface.mtu":"VR.PRIVATE.IFACE.MTU",
3976+
"alert.login":"LOGIN"
39413977
}

ui/public/locales/ko_KR.json

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3938,5 +3938,40 @@
39383938
"integrity.verification": "\ubb34\uacb0\uc131.\uac80\uc99d",
39393939
"log.deleted": "\ub85c\uadf8.\uc0ad\uc81c",
39403940
"integrity.verification.delete": "\ubb34\uacb0\uc131.\uac80\uc99d.\uc0ad\uc81c",
3941-
"alert.management":"\uad00\ub9ac\uc11c\ubc84"
3941+
"alert.memory":"메모리",
3942+
"alert.cpu":"중앙처리장치(CPU)",
3943+
"alert.storage":"저장소",
3944+
"alert.storage.allocated":"할당된.저장소",
3945+
"alert.network.publicip":"공인IP주소",
3946+
"alert.network.ipv6subnet":"IPv6.서브넷",
3947+
"alert.network.privateip":"사설IP주소",
3948+
"alert.storage.secondary":"보조.저장소",
3949+
"alert.compute.host":"컴퓨팅.호스트",
3950+
"alert.uservm":"사용자.가상머신",
3951+
"alert.service.consoleproxy":"콘솔.프록시",
3952+
"alert.network.routing":"라우팅.네트워크",
3953+
"alert.storage.misc":"기타.저장소",
3954+
"alert.usage":"사용량",
3955+
"alert.management":"관리",
3956+
"alert.network.domainroutermigrate":"도메인.라우터.마이그레이션",
3957+
"alert.service.consoleproxymigrate":"콘솔프록시.마이그레이션",
3958+
"alert.uservm.migrate":"사용자.가상머신.마이그레이션",
3959+
"alert.network.vlan":"VLAN.네트워크",
3960+
"alert.service.ssvm":"SSVM",
3961+
"alert.usage.result":"사용량.결과",
3962+
"alert.storage.delete":"저장소.삭제",
3963+
"alert.resource.count":"리소스.개수",
3964+
"alert.usage.sanity":"사용량.정상성",
3965+
"alert.network.directpublicip":"다이렉트.공인IP",
3966+
"alert.storage.local":"로컬저장소",
3967+
"alert.resource.exceed":"리소스.초과",
3968+
"alert.type.sync":"동기화.유형",
3969+
"alert.upload.failed":"업로드.실패",
3970+
"alert.oobm.autherror":"OOBM.인증오류",
3971+
"alert.ha.action":"HA.작업",
3972+
"alert.ca.cert":"CA인증서",
3973+
"alert.vm.snapshot":"가상머신.스냅샷",
3974+
"alert.vr.public.iface.mtu":"VR.공인인터페이스.MTU",
3975+
"alert.vr.private.iface.mtu":"VR.사설인터페이스.MTU",
3976+
"alert.login":"로그인"
39423977
}

0 commit comments

Comments
 (0)