{{ t('restaurantName') }}

{{ t('tableInfo', { number: selectedTable.table_number, seats: selectedTable.seats }) }}
{{ t('pleaseSelectTable') }}

{{ t('loading') }}

📱 {{ t('scanSuccess') }}

{{ t('pleaseSelectYourTable') }}

{{ table.table_number }}号

* {{ t('occupiedTableWarning') }}

📋 {{ t('currentOrder') }}

1
{{ t('orderSubmitted') }}
{{ formatTime(currentOrder.created_at) }}
2
{{ t('preparing') }}
{{ getStatusTime('preparing') }}
3
{{ t('readyToServe') }}
{{ getStatusTime('ready') }}
4
{{ t('serving') }}
{{ getStatusTime('serving') }}
5
{{ t('completed') }}
{{ getStatusTime('completed') }}
{{ language === 'en' ? 'Package' : '优惠套餐' }}
{{ t('all') }}
{{ getDishName(cat) }}
{{ cartTotalQty }}{{ t('items') }}
{{ this.getCurrencySymbol() }}{{ cartTotal }}

{{ t('shoppingCart') }}

×
🛒

{{ t('cartIsEmpty') }}

{{ getDishName(item) }}
{{ this.getCurrencySymbol() }}{{ item.price }}
{{ item.qty }}
{{ t('itemCount') }} {{ cartTotalQty }}{{ t('items') }}
{{ t('total') }} {{ this.getCurrencySymbol() }}{{ cartTotal }}
{{ currentLanguage === 'zh' ? '提示' : 'Tip' }}
This table is occupied. Add items?
此桌号正在用餐,是否继续加菜?