export default {
  menu: '메뉴',
  cart: '장바구니',
  orders: '주문 현황',
  billing: '결제',
  passcodeSetup: '비밀번호 설정',
  passcodeInput: '비밀번호 입력',
  passcode: '비밀번호',
  confirmPasscode: '비밀번호 확인',
  save: '저장',
  confirm: '확인',
  ageVerificationTitle: '연령 확인',
  ageVerificationMessage: '주류 주문을 위해 연령 확인이 필요합니다.',
  ageVerificationQuestion1: '당신은 만 20세 이상입니까?',
  ageVerificationSubtext1: '20세 미만에게 주류를 판매하는 것은 법으로 금지되어 있습니다.',
  ageVerificationQuestion2: '자동차, 오토바이 또는 자전거를 운전하고 오셨습니까?',
  ageVerificationSubtext2: '운전자에게는 주류를 제공하지 않습니다.',
  ageVerificationCancel: '아니요 / 운전합니다',
  ageVerificationConfirm: '예, 20세 이상 / 운전하지 않습니다',
  tableNumber: '테이블 번호',
  notSelected: '선택되지 않음',
  cartEmpty: '장바구니가 비어 있습니다',
  cartEmptyDescription: '메뉴에서 상품을 선택하여 장바구니에 추가하세요',
  confirmOrder: '주문 확정',
  ordersEmpty: '주문이 없습니다',
  ordersEmptyDescription: '메뉴에서 상품을 주문해주세요',
  orderTime: '주문 시간',
  orderNumber: '주문 번호',
  billingConfirmTitle: '결제 확인',
  billingConfirmMessage: '결제를 완료하시겠습니까?',
  billingComplete: '결제 완료',
  billingCompleteThanks: '이용해 주셔서 감사합니다.',
  billingEmpty: '결제 정보가 없습니다',
  billingInfo: '결제 정보',
  billingCompleteButton: '결제 완료',
  options: '옵션',
  selectTableNumber: '테이블 번호를 선택해주세요',
  ordering: '주문 중...',
  timeLimitExceeded: '시간 제한 초과',
  noCustomerInfo: '고객 정보 없음',
  loading: '로딩 중...',
  totalAmount: '총액',
  startTime: '시작 시간',
  subtotal: '소계',
  tax: '세금',
  total: '합계',
  timeLimitNoticeTitle: '시간 제한 안내',
  timeLimitNoticeMessage: '주문 후 30분이 지났습니다.\n음료의 온도와 품질을 확인해주세요.',
  ok: '확인',
  billingEmptyDescription: '테이블을 선택하고 주문을 진행해주세요',
  totalOrders: '총 주문 수',
  pendingOrders: '미제공 주문',
} as const;
