多单位版国产化地质资料管理系统
zhai
2025-12-13 fc0cc9fff4b4cbdc7cbb52b4a96c947530fcbba0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
{
  "action": {
    "apply": "적용",
    "applyAll": "모두 적용",
    "cancel": "취소",
    "clear": "지우기",
    "close": "닫기",
    "comment": "댓글",
    "copy": "복사",
    "delete": "삭제",
    "group": "그룹",
    "ungroup": "그룹 해제",
    "download": "다운로드",
    "edit": "편집",
    "enterFullscreen": "전체 화면",
    "exitFullscreen": "전체 화면 끝내기",
    "fit": "맞추기",
    "fitToPage": "페이지에 맞추기",
    "fitToWidth": "너비에 맞추기",
    "openFile": "파일 열기",
    "print": "인쇄",
    "ok": "확인",
    "reply": "회신",
    "rotate": "회전",
    "rotateClockwise": "시계 방향으로",
    "rotateCounterClockwise": "시계 반대 방향으로",
    "save": "저장",
    "create": "생성",
    "showMoreResults": "더 많은 결과 표시",
    "saveSignature": "서명 저장",
    "sign": "서명",
    "style": "스타일",
    "submit": "제출",
    "zoom": "확대/축소",
    "zoomIn": "확대",
    "zoomOut": "축소",
    "calibrate": "교정"
  },
  "annotation": {
    "areaMeasurement": "면적 측정",
    "arrow": "화살표",
    "callout": "설명선",
    "crop": "자르기 페이지",
    "caret": "캐럿",
    "distanceMeasurement": "거리 측정",
    "ellipse": "타원",
    "eraser": "지우개",
    "freehand": "자유형",
    "freehand2": "자유형",
    "freetext": "자유 텍스트",
    "freetext2": "자유 텍스트",
    "highlight": "강조 표시",
    "highlight2": "강조 표시",
    "line": "선",
    "perimeterMeasurement": "둘레 측정",
    "polygon": "다각형",
    "polygonCloud": "구름",
    "polyline": "폴리라인",
    "rectangle": "직사각형",
    "redact": "개정",
    "signature": "서명",
    "squiggly": "곡선",
    "stamp": "스탬프",
    "stickyNote": "코멘트",
    "strikeout": "취소선",
    "underline": "밑줄",
    "custom": "사용자 지정"
  },
  "component": {
    "freehandToolsButton": "자유형 도구",
    "leftPanel": "패널",
    "searchOverlay": "검색",
    "menuOverlay": "메뉴",
    "miscToolsButton": "기타 도구",
    "notesPanel": "참고",
    "outlinesPanel": "개요",
    "layersPanel": "레이어",
    "shapeToolsButton": "도형 도구",
    "textToolsButton": "텍스트 도구",
    "thumbnailsPanel": "축소판",
    "toolsButton": "도구",
    "redaction": "개정",
    "viewControlsOverlay": "컨트롤 보기",
    "measurementToolsButton": "측정 도구",
    "calibration": "구경 측정"
  },
  "message": {
    "badDocument": "문서를 로드하지 못했습니다. 문서가 손상되었거나 유효하지 않습니다.",
    "customPrintPlaceholder": "예: 3, 4-10",
    "encryptedAttemptsExceeded": "암호화된 문서를 로드하지 못했습니다. 시도가 너무 많습니다.",
    "encryptedUserCancelled": "암호화된 문서를 로드하지 못했습니다. 비밀번호 입력이 취소되었습니다.",
    "enterPassword": "이 문서는 비밀번호로 보호되어 있습니다. 비밀번호를 입력하세요",
    "incorrectPassword": "비밀번호가 잘못되었습니다. 남은 시도: {{ remainingAttempts }}",
    "noAnnotations": "이 문서에는 주석이 없습니다.",
    "noOutlines": "이 문서에는 개요가 없습니다.",
    "noResults": "결과를 찾을 수 없습니다.",
    "notSupported": "해당 파일 유형은 지원되지 않습니다.",
    "passwordRequired": "비밀번호가 필요합니다",
    "preparingToPrint": "인쇄 준비 중...",
    "annotationReplyCount": "{{count}} 댓글",
    "annotationReplyCount_plural": "{{count}} 답글",
    "printTotalPageCount": "{{count}} 페이지",
    "printTotalPageCount_plural": "{{count}} 페이지",
    "processing": "처리 중...",
    "searching": "검색 중...",
    "searchPlaceholder": "코멘트 검색...",
    "signHere": "여기에 서명하세요",
    "insertTextHere": "여기에 텍스트를 삽입하세요",
    "enterMeasurement": "두 지점 사이에 측정 값을 입력하십시오"
  },
  "option": {
    "annotationColor": {
      "StrokeColor": "테두리 색",
      "FillColor": "채우기 색",
      "TextColor": "텍스트 색"
    },
    "displayMode": {
      "layout": "레이아웃",
      "pageTransition": "페이지 전환"
    },
    "layout": {
      "cover": "커버",
      "double": "더블",
      "single": "싱글"
    },
    "notesPanel": {
      "orderPosition": "위치",
      "orderTime": "시간",
      "separator": {
        "today": "오늘",
        "yesterday": "어제"
      }
    },
    "pageTransition": {
      "continuous": "연속",
      "default": "페이지별"
    },
    "print": {
      "all": "모두",
      "current": "현재",
      "pages": "페이지",
      "includeComments": "코멘트 포함",
      "addWatermarkSettings": "워터 마크 설정 추가"
    },
    "redaction": {
      "markForRedaction": "개정 표시",
      "warningPopupMessage": "이 작업은 개정을 위해 선택된 모든 항목을 영구적으로 삭제합니다. 이 작업은 취소할 수 없습니다.",
      "warningPopupTitle": "개정 적용"
    },
    "searchPanel": {
      "caseSensitive": "대/소문자 구분",
      "wholeWordOnly": "단어 단위로"
    },
    "signatureOverlay": {
      "addSignature": "서명 추가"
    },
    "status": {
      "status": "지위"
    },
    "state": {
      "accepted": "받아 들여",
      "rejected": "거부",
      "completed": "완료",
      "cancelled": "취소 된",
      "set": "상태 설정 :",
      "setBy": "에 의해 설정",
      "none": "없음"
    },
    "measurementOverlay": {
      "scale": "배율",
      "angle": "각도",
      "distance": "거리",
      "perimeter": "둘레",
      "area": "면적",
      "distanceMeasurement": "거리 측정",
      "perimeterMeasurement": "둘레 측정",
      "areaMeasurement": "면적 측정"
    },
    "measurementOption": {
      "scale": "배율"
    },
    "slider": {
      "opacity": "불투명도",
      "thickness": "두께",
      "text": "텍스트 크기"
    },
    "shared": {
      "page": "페이지",
      "precision": "정밀도"
    },
    "watermark": {
      "size": "크기",
      "location": "워터 마크를 편집 할 위치를 선택하십시오",
      "text": "본문",
      "colors": "그림 물감",
      "resetAllSettings": "모든 설정 초기화"
    }
  },
  "shortcut": {
    "arrow": "(A)",
    "callout": "(C)",
    "copy": "(Ctrl C)",
    "delete": "(Del)",
    "ellipse": "(O)",
    "eraser": "(E)",
    "freehand": "(F)",
    "freetext": "(T)",
    "highlight": "(H)",
    "line": "(L)",
    "pan": "(P)",
    "rectangle": "(R)",
    "rotateClockwise": "(Ctrl Shift +)",
    "rotateCounterClockwise": "(Ctrl Shift -)",
    "select": "(Esc)",
    "signature": "(S)",
    "squiggly": "(G)",
    "stamp": "(I)",
    "stickyNote": "(N)",
    "strikeout": "(K)",
    "underline": "(U)",
    "zoomIn": "(Ctrl +)",
    "zoomOut": "(Ctrl -)"
  },
  "tool": {
    "pan": "이동",
    "select": "선택",
    "Marquee": "선택 윤곽 확대/축소"
  }
}