Files
ENIG/Cs_HMI/Project/Class/Lang.cs
backuppc 4a45ae15d6 ..
2025-07-14 16:32:56 +09:00

81 lines
6.6 KiB
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Policy;
using System.Text;
using System.Threading.Tasks;
namespace Project
{
public static class Lang
{
public static string = "목적지가 설정되지 않아 대기상태로 전환 합니다";
public static string = "위치로 이동 합니다";
public static string = "전방에 물체가 감지 되었습니다";
public static string = "비상정지 신호가 감지 되었습니다";
public static string = "비상정지로 인해 작업을 중단 합니다";
public static string = "선로를 이탈 했습니다";
public static string = "충전이 필요 합니다. 자동모드로 전환 하세요";
public static string = "충전이 필요 합니다";
public static string = "배터리 통신에 문제가 있습니다";
public static string = "자동운전 상태가 아닙니다";
public static string = "비상 정지";
public static string = "연결 실패";
public static string = "현재 위치를 검색 합니다";
public static string = "충전 완료로 해제 합니다";
public static string = "장비 상태 초기화";
public static string = "충전을 시작 합니다";
public static string = "충전을 해제 합니다";
public static string = "충전을 위해 홈 위치로 이동 합니다";
public static string = "충전기 검색 실패";
public static string = "충전기를 검색 합니다";
public static string = "수동충전을 시작 합니다";
public static string = "수동충전을 해제 합니다";
public static string = "하드웨어 오류 발생";
public static string = "하드웨어 오류로 인해 진행할 수 없습니다";
public static string = "초기화 완료";
public static string = "자동 재부팅을 실행 합니다";
public static string = "충전기 작동 확인이 30초 이내로 확인이 안되어 홈으로 이동 합니다";
public static string = "충전 시작명령을 전송 합니다";
public static string = "충전기 위치 오류로 인해 작업을 취소 합니다";
public static string = "프로그램이 초기화 되었습니다";
public static string = "대기 상태로 전환 합니다";
public static string = "작업 종료";
public static string = "자동 전환";
public static string = "충전기 위치 오류";
public static string = "다음 마크위치에서 정지 합니다";
public static string = "충전이 감지되어 수동충전으로 전환 합니다";
public static string PLC연결실패 { get { return string.Format("PLC {0}", ); } }
public static string PLC통신실패 = "PLC 통신실패";
public static string AGV연결실패 { get { return string.Format("AGV {0}", ); } }
public static string = "이동 예측이 동작하지 않습니다. 개발부서에 문의 하세요";
public static string = "목적지 이동 이 완료 되었습니다";
public static string = "상차";
public static string = "하차";
public static string = "홈 검색 완료";
public static string = "오버로드 감지";
public static string { get { return string.Format("{0} 작업을 시작 합니다",); } }
public static string { get { return string.Format("{0} 작업을 시작 합니다", ); } }
public static string = "안전 커버를 내려 주세요";
public static string = "안전 커버를 올려 주세요";
public static string = "안전 커버를 올리면 상차가 완료 됩니다";
public static string = "안전 커버를 내립니다";
public static string = "홈 으로 이동 합니다";
public static string = "홈 이동이 완료 되었습니다. 대기 상태로 전환 합니다";
public static string = "커버를 내립니다";
public static string = "커버를 올립니다";
public static string = "홈 위치로 이동 합니다";
public static string = "하차 작업이 완료 되었습니다";
public static string = "상차 작업이 완료 되었습니다";
public static string = "커버 업 대기 상태가 아닙니다";
public static string QC이동버튼은상하차에서만사용가능합니다 = "QC이동 버튼은 상,하차 에서만 사용 가능합니다";
public static string QA이동버튼은상하차에서만사용가능합니다 = "QA이동 버튼은 상,하차 에서만 사용 가능합니다";
public static string = "하차 상태에서만 사용가능 합니다";
}
}