{{ t('data_language') }}
{{ t('ui_language') }}
A

{{ t('products') }}

{{ filteredProducts.length }} {{ t('items') }}

{{ t('add_new') }}
{{ selectedItems.length }} {{ t('selected') }}
{{ t('product') }} {{ t('category') }} {{ t('price') }} {{ t('stock') }} {{ t('status') }}

{{ t('loading') }}

{{ t('no_data') }}

{{ product.name }}
{{ product.short_description || product.description }}
{{ product.category_name || product.category }} {{ product.price_formatted || product.price }} {{ product.stock }} {{ t(product.status) }}
{{ t('showing') }} 1-{{ Math.min(perPage, filteredProducts.length) }} {{ t('of') }} {{ filteredProducts.length }} {{ t('items') }}
{{ toast.message }}