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;
