Skip to content

Commit fffc365

Browse files
authored
chore: improve korean translation (#4314)
1 parent 6dc23e5 commit fffc365

File tree

15 files changed

+104
-39
lines changed

15 files changed

+104
-39
lines changed

spring-boot-admin-server-ui/src/main/frontend/i18n/i18n.ko.json

Lines changed: 36 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,44 @@
33
"server_connection_failed": "서버 연결에 실패했습니다. "
44
},
55
"term": {
6-
"affects_all_instances": "Affects all {count} instances",
7-
"affects_this_instance_only": "Affects only this instance",
6+
"affects_all_instances": "{count} 개의 인스턴스에 대해 영향을 미칩니다.",
7+
"affects_this_instance_only": "이 인스턴스에만 영향을 미칩니다.",
8+
"all": "전체",
89
"application": "애플리케이션",
10+
"applications_tc": "{n} 애플리케이션 | {n} 애플리케이션",
911
"attributes": "속성",
1012
"bytes": "Bytes",
13+
"ok": "",
1114
"cancel": "취소",
1215
"clear": "초기화",
1316
"cleared": "초기화됨",
1417
"close": "닫기",
1518
"confirm": "확인",
19+
"context_refresh": "컨텍스트 갱신",
20+
"context_refresh_failed": "실패",
21+
"context_refreshed": "컨텍스트 갱신됨",
1622
"delete": "삭제",
1723
"deleted": "삭제됨",
1824
"duration": "기간",
1925
"event": "이벤트",
2026
"ever": "ever",
27+
"execute": "실행",
2128
"executing": "실행 중...",
22-
"execution_failed": "실행 실패.",
29+
"execution_failed": "실행 실패",
2330
"execution_successful": "실행 성공.",
2431
"failed": "실패했습니다",
32+
"fetching_data": "데이터 불러오는 중...",
33+
"fetch_failed": "데이터를 불러오지 못하였습니다.",
2534
"float": "Float",
35+
"filter": "필터",
2636
"hours": "{count} 시간 | {count} 시간",
37+
"instance": "인스턴스",
2738
"instances": "인스턴스",
39+
"instances_tc": "{count} 인스턴스 | {count} 인스턴스",
2840
"integer": "Integer",
41+
"menu": {
42+
"open": "메뉴 열기"
43+
},
2944
"milliseconds": "Milliseconds",
3045
"minutes": "{count} 분 | {count} 분",
3146
"name": "이름",
@@ -35,7 +50,24 @@
3550
"suppress": "비활성화",
3651
"time": "시간",
3752
"unsuppress": "활성화",
38-
"username": "사용자명"
53+
"no_group": "그룹 없음",
54+
"username": "사용자명",
55+
"go_to_previous_page": "이전 페이지로 이동",
56+
"go_to_page_n": "{page} 페이지로 이동",
57+
"current_page": "페이지 {page}, 현재 페이지",
58+
"go_to_next_page": "다음 페이지로 이동",
59+
"no_results_for_term": "\"{term}\" 에 대한 결과가 없습니다."
60+
},
61+
"health": {
62+
"label": "Health status",
63+
"status": {
64+
"DOWN": "down",
65+
"UP": "up",
66+
"RESTRICTED": "restricted",
67+
"UNKNOWN": "unknown",
68+
"OUT_OF_SERVICE": "out of service",
69+
"OFFLINE": "offline"
70+
}
3971
},
4072
"time_short": {
4173
"unknown": "알 수 없음",
Lines changed: 43 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,58 @@
11
{
22
"applications": {
3-
"all_up": "전체 정상",
3+
"actions": {
4+
"journal": "일지",
5+
"notification_filters": "알림 필터",
6+
"unregister": "등록 해제",
7+
"shutdown": "종료",
8+
"restart": "재시작"
9+
},
10+
"all_up": "전체 인스턴스 가동중",
11+
"all_down": "전체 인스턴스 중단됨",
12+
"all_unknown": "전체 인스턴스 상태 불명",
13+
"some_unknown": "일부 인스턴스 상태 불명",
14+
"some_down": "일부 인스턴스 중단됨",
415
"applications": "애플리케이션",
16+
"fetching_notification_filters_failed": "알림 필터를 가져오지 못하였습니다.",
17+
"notification_filter": {
18+
"none": "설정된 알림 필터가 없습니다.",
19+
"removed": "알림 필터가 제거되었습니다."
20+
},
521
"instances": "인스턴스",
6-
"some_down": "인스턴스 종료",
7-
"loading_applications": "애플리케이션 로딩..",
22+
"loading_applications": "애플리케이션 불러오는 중...",
823
"no_applications_registered": "등록된 애플리케이션이 없습니다.",
924
"notifications_suppressed_for": "<code>{name}</code>에 대한 알림이 억제됩니다.",
1025
"restricted": "제한됨",
1126
"server_connection_failed": "서버 연결에 실패하였습니다.",
1227
"suppress_notifications_on": "<code>{name}</code>에 대한 알림",
1328
"status": "상태",
1429
"label": "애플리케이션",
15-
"up": "정상",
16-
"shutdown": "Shutdown application <code>{name}</code>?",
17-
"restart": "Restart application <code>{name}</code>?",
18-
"restarted": "Successfully restarted application <code>{name}</code>"
30+
"up": "가동",
31+
"down": "중단",
32+
"offline": "오프라인",
33+
"shutdown": "<code>{name}</code> 애플리케이션을 종료할까요?",
34+
"shutdown_successful": "{name} 애플리케이션을 종료하였습니다.",
35+
"refreshed": "애플리케이션 새로고침됨",
36+
"restart": "<code>{name}</code> 애플리케이션을 재시작할까요?",
37+
"restarted": "<code>{name}</code> 애플리케이션을 재시작하였습니다.",
38+
"unregister": "<<code>{name}</code> 애플리케이션 등록을 해제할까요?",
39+
"unregister_successful": "<code>{name}</code> 애플리케이션 등록을 해제하였습니다.",
40+
"unregister_failed": "<code>{name}</code> 애플리케이션 등록을 해제하지 못하였습니다. ({error})"
1941
},
2042
"instances": {
21-
"shutdown": "Shutdown instance <code>{name}</code>?",
22-
"restart": "Restart instance <code>{name}</code>?",
23-
"restarted": "Successfully restarted instance"
43+
"shutdown": "<code>{name}</code> 인스턴스를 종료할까요?",
44+
"shutdown_successful": "{name} 인스턴스를 종료하였습니다.",
45+
"shutdown_failed": "{name} 인스턴스를 종료하지 못하였습니다.",
46+
"restart": "<code>{name}</code> 인스턴스를 재시작할까요?",
47+
"restarted": "{name} 인스턴스를 재시작하였습니다.",
48+
"unregister": "<code>{name}</code> 인스턴스 등록을 해제할까요?",
49+
"unregister_successful": "<code>{name}</code> 인스턴스 등록을 해제하였습니다.",
50+
"unregister_failed": "<code>{name}</code> 인스턴스 등록을 해제하지 못하였습니다. ({error})"
51+
},
52+
"notification_filter_center": {
53+
"description": "다음 애플리케이션 또는 인스턴스에 대한 알림이 억제됩니다."
54+
},
55+
"filter": {
56+
"no_results": "필터에 일치하는 결과가 없습니다."
2457
}
2558
}

spring-boot-admin-server-ui/src/main/frontend/views/instances/auditevents/i18n.ko.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"audit_log_not_supported_spring_boot_1": "감사(Audit) 로그는 Spring Boot 1.x 버전의 애플리케이션은 지원하지 않습니다.",
55
"event": "이벤트",
66

7-
"loading_audit_events": "감사(Audit) 이벤트 로딩...",
7+
"loading_audit_events": "감사(Audit) 이벤트 불러오는 중...",
88
"no_audit_events_found": "감사(Audit) 이벤트를 찾을 수 없습니다.",
99
"principal": "접근 주체",
1010
"remote_address": "원격 주소",

spring-boot-admin-server-ui/src/main/frontend/views/instances/caches/i18n.ko.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"caches": {
44
"label": "캐시",
55
"cache_manager": "캐시 관리자",
6-
"loading": "캐시 정보 로딩...",
6+
"loading": "캐시 정보 불러오는 중...",
77
"name": "이름",
88
"no_caches_found": "캐시 정보를 찾을 수 없습니다."
99
}

spring-boot-admin-server-ui/src/main/frontend/views/instances/details/i18n.ko.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"count": "횟수",
2020
"time_spent_max": "최대 소요 시간",
2121
"time_spent_total": "전체 소요 시간",
22-
"title": "가비지 컬렉션 유휴시간"
22+
"title": "가비지 컬렉션"
2323
},
2424
"health": {
2525
"title": "상태"

spring-boot-admin-server-ui/src/main/frontend/views/instances/env/i18n.ko.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"context_updated": "갱신됨",
1616
"no_properties": "프로퍼티 없음",
1717
"title": "환경 관리자",
18-
"refresh": "Refresh environment",
19-
"application": "Application",
20-
"instance": "Instance"
18+
"refresh": "환경 새로고침",
19+
"application": "애플리케이션",
20+
"instance": "인스턴스"
2121
}
2222
}
2323
}

spring-boot-admin-server-ui/src/main/frontend/views/instances/gateway/i18n.ko.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"adding_failed": "라우트 추가 실패했습니다.",
88
"cache_refreshed": "라우트 캐시가 갱신되었습니다.",
99
"cache_refresh": "라우트 캐시 갱신",
10-
"cache_refresh_failed": "갱신 실패함",
10+
"cache_refresh_failed": "갱신 실패",
1111
"deleted": "삭제됨",
1212
"delete": "삭제",
13-
"delete_failed": "삭제실패",
13+
"delete_failed": "삭제 실패",
1414
"filters": "필터",
1515
"id": "Id",
16-
"loading": "라우트 로딩...",
16+
"loading": "라우트 불러오는 중...",
1717
"no_definition_provided": "라우트 정의가 제공되지 않습니다.",
1818
"no_routes_found": "라우트가 없습니다.",
1919
"order": "순서",
@@ -22,7 +22,7 @@
2222
},
2323
"filters": {
2424
"filter_name": "필터명",
25-
"loading": "글로벌 필터 로깅...",
25+
"loading": "글로벌 필터 불러오는 중...",
2626
"no_filters_found": "글로벌 필터를 찾을 수 없습니다.",
2727
"order": "순서"
2828
}

spring-boot-admin-server-ui/src/main/frontend/views/instances/httpexchanges/i18n.ko.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
"successful_requests": "성공적인 요청",
1010
"total_requests": "전체 요청"
1111
},
12-
"content_type_response": "Response Content-Type",
13-
"content_type_request": "Request Content-Type",
14-
"length_request": "Request 길이",
12+
"content_type_response": "응답 Content-Type",
13+
"content_type_request": "요청 Content-Type",
14+
"length_request": "요청 길이",
1515
"limit": "제한",
1616
"filter": {
1717
"client_errors": "클라이언트 에러",
1818
"exclude_actuator": "제외 {actuator}/**",
1919
"server_errors": "서버 에러",
2020
"success": "성공"
2121
},
22-
"length_response": "Response 길이",
22+
"length_response": "응답 길이",
2323
"method": "Method",
2424
"no_exchanges_found": "트레이스 정보가 없습니다.",
2525
"status": "상태",

spring-boot-admin-server-ui/src/main/frontend/views/instances/httptrace/i18n.ko.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"successful_requests": "성공적인 요청",
1111
"total_requests": "전체 요청"
1212
},
13-
"content_type_response": "Response Content-Type",
14-
"content_type_request": "Request Content-Type",
15-
"length_request": "Request 길이",
13+
"content_type_response": "응답 Content-Type",
14+
"content_type_request": "요청 Content-Type",
15+
"length_request": "요청 길이",
1616
"fetching_failed": "트레이스 정보를 가져오는데 실패했습니다.",
1717
"limit": "제한",
1818
"filter": {
@@ -21,7 +21,7 @@
2121
"server_errors": "서버 에러",
2222
"success": "성공"
2323
},
24-
"length_response": "Response 길이",
24+
"length_response": "응답 길이",
2525
"method": "Method",
2626
"no_traces_found": "트레이스 정보가 없습니다.",
2727
"status": "상태",

spring-boot-admin-server-ui/src/main/frontend/views/instances/liquibase/i18n.ko.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"instances": {
33
"liquibase": {
4-
"label": "리퀴베이스",
4+
"label": "Liquibase",
55
"author": "작성자",
66
"changelog": "변경이력",
77
"checksum": "체크섬",

0 commit comments

Comments
 (0)