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;
