turing-machine/Implementation/Client/wwwroot/i18n/ko-KR.json

52 lines
2.0 KiB
JSON

{
"app.title": "튜링 머신",
"section.visualization": "시각화 및 제어",
"section.config": "설정",
"status.currentState": "현재 상태",
"status.steps": "단계",
"status.status": "상태",
"status.halted": "정지됨",
"status.ready": "준비/실행 중",
"button.loadConfig": "설정에서 불러오기",
"button.applyTape": "적용",
"label.examples": "예제",
"option.none": "없음",
"label.tapeState": "초기 테이프 상태",
"label.tapeValue": "테이프 값",
"label.headIndex": "헤드 인덱스",
"hint.tape": "초기 테이프 문자열과 헤드 시작 인덱스를 입력하세요 (보통 0 또는 LSB를 가리킴).",
"label.actionTable": "액션 테이블",
"hint.format": "형식:",
"hint.csvFormat": "현재상태, 읽기기호, 새상태, 쓰기기호, 이동방향(L/R/S), 주석(선택)",
"table.no": "번호",
"table.currentState": "현재 상태",
"table.read": "읽기",
"table.newState": "새 상태",
"table.write": "쓰기",
"table.move": "이동",
"table.comment": "주석",
"control.step": "한 단계",
"control.run": "실행",
"control.pause": "일시정지",
"control.reset": "초기화",
"control.speed": "속도 (ms)",
"error.columnCount": "{0}번째 줄 오류: 5~6개의 항목이 필요합니다 (상태, 읽기, 새상태, 쓰기, 이동[, 주석]). 현재 {1}개입니다.",
"error.readSymbol": "{0}번째 줄 오류: 읽기 기호 '{1}'는 한 글자여야 합니다.",
"error.writeSymbol": "{0}번째 줄 오류: 쓰기 기호 '{1}'는 한 글자여야 합니다.",
"error.moveDirection": "{0}번째 줄 오류: 잘못된 이동 방향 '{1}'. L, R, S 중 하나를 사용하세요.",
"error.duplicateKey": "{0}번째 줄 오류: 현재 상태({1})와 읽기 기호({2})의 쌍이 {3}번째 줄과 중복됩니다.\n결정적 튜링 머신에서는 현재 상태와 읽기 기호의 쌍이 하나만 존재해야 합니다.",
"error.noRules": "유효한 규칙이 없습니다.",
"theme.toggle": "테마 전환",
"lang.select": "언어 선택"
}