|
1 |
| -/** |
| 1 | +/** |
2 | 2 | * Copyright 2012-2019, Plotly, Inc.
|
3 | 3 | * All rights reserved.
|
4 | 4 | *
|
|
11 | 11 | module.exports = {
|
12 | 12 | moduleType: 'locale',
|
13 | 13 | name: 'ko',
|
14 |
| - dictionary: {}, |
| 14 | + dictionary: { |
| 15 | + 'Autoscale': '자동 크기지정', |
| 16 | + 'Box Select': '박스 선택', |
| 17 | + 'Click to enter Colorscale title': '클릭하여 Colorscale 제목을 지정합니다', |
| 18 | + 'Click to enter Component A title': '클릭하여 A데이터의 제목을 지정합니다 ', |
| 19 | + 'Click to enter Component B title': '클릭하여 B데이터의 제목을 지정합니다', |
| 20 | + 'Click to enter Component C title': '클릭하여 C데이터의 제목을 지정합니다', |
| 21 | + 'Click to enter Plot title': '클릭하여 차트 제목을 지정합니다', |
| 22 | + 'Click to enter X axis title': '클릭하여 X축 제목을 지정합니다', |
| 23 | + 'Click to enter Y axis title': '클릭하여 Y축 제목을 지정합니다', |
| 24 | + 'Click to enter radial axis title': '클릭하여 원형 축 제목을 지정합니다', |
| 25 | + 'Compare data on hover': 'hover 위의 데이터와 비교합니다', |
| 26 | + 'Double-click on legend to isolate one trace': '범례를 더블 클릭하여 하나의 추적을 분리합니다', |
| 27 | + 'Double-click to zoom back out': '더블 클릭하여 줌을 해제합니다', |
| 28 | + 'Download plot as a png': '.png 이미지 파일로 차트를 다운로드 합니다', |
| 29 | + 'Download plot': '그래프를 다운로드 합니다', |
| 30 | + 'Edit in Chart Studio': 'Chart Studio를 수정합니다', |
| 31 | + 'IE only supports svg. Changing format to svg.': 'IE suporta apenas svg. Alterando formato para svg', |
| 32 | + 'Lasso Select': 'Lasso 선택', |
| 33 | + 'Orbital rotation': '궤도 수정', |
| 34 | + 'Pan': '이동', |
| 35 | + 'Produced with Plotly': 'Plotly 제공', |
| 36 | + 'Reset': 리셋', |
| 37 | + 'Reset axes': '축 리셋', |
| 38 | + 'Reset camera to default': 'camera를 기본값으로 리셋', |
| 39 | + 'Reset camera to last save': 'camera를 마지막으로 저장한 값으로 리셋', |
| 40 | + 'Reset view': 'view 리셋', |
| 41 | + 'Reset views': 'views 리셋', |
| 42 | + 'Show closest data on hover': 'hover에 근접한 데이터 보이기', |
| 43 | + 'Snapshot succeeded': 'Snapshot 성공', |
| 44 | + 'Sorry, there was a problem downloading your snapshot!': '죄송합니다, snapshot을 다운로드 중 문제가 발생했습니다!', |
| 45 | + 'Taking snapshot - this may take a few seconds': 'snapshot을 찍습니다 - 이것은 몇 초가 소요될 수 있습니다', |
| 46 | + 'Toggle Spike Lines': 'Toggle로 Lines을 고정합니다', |
| 47 | + 'Toggle show closest data on hover': 'Toggle은 hover의 가장 가까운 데이터를 보여줍니다', |
| 48 | + 'Turntable rotation': 'Turntable 회전', |
| 49 | + 'Zoom': '확대(줌)', |
| 50 | + 'Zoom in': '확대(줌 인)', |
| 51 | + 'Zoom out': '축소(줌 아웃)', |
| 52 | + 'close': '닫기', |
| 53 | + 'high': '높음', |
| 54 | + 'low': '낮음', |
| 55 | + 'max': '최댓값', |
| 56 | + 'mean ± σ': '평균 ± σ', |
| 57 | + 'mean': '평균', |
| 58 | + 'median': '중간 값', |
| 59 | + 'min': '최솟값', |
| 60 | + 'new text': '새로운 텍스트', |
| 61 | + 'open': '열기', |
| 62 | + 'q1': 'q1', |
| 63 | + 'q3': 'q3', |
| 64 | + 'source': '소스', |
| 65 | + 'target': '타겟', |
| 66 | + }, |
15 | 67 | format: {
|
16 | 68 | days: ['일요일', '월요일', '화요일', '수요일', '목요일', '금요일', '토요일'],
|
17 | 69 | shortDays: ['일', '월', '화', '수', '목', '금', '토'],
|
|
0 commit comments