{{ $t('app.header') }}
{{ $t('week.title') }}
{{ $t('fab.ingredients') }}
{{ $t('week.reset') }}
{{ td(day) }}
{{ $t('week.dragHere') }}
{{ selectedRecipeByDay(day)?.name }}
{{ recipe.name }}
{{ tc(recipe.category) }}
{{ $t('card.type') }}
{{ tt(recipe.type) }}
{{ $t('card.effort') }}
{{ te(recipe.effort) }}
{{ $t('card.health') }}
{{ th(recipe.health) }}
{{ $t('card.ingredients') }}
• {{ i }}
{{ $t('empty.search') }}
{{ $t('fab.export') }}
{{ $t('fab.import') }}
{{ isEditing ? $t('form.editTitle') : $t('form.addTitle') }}
{{ $t('form.name') }}
{{ $t('form.category') }}
{{ $t('form.selectCategory') }}
{{ tc(c) }}
{{ $t('form.type') }}
{{ $t('form.selectType') }}
{{ tt(typeItem) }}
{{ $t('form.ingredients') }}
{{ $t('form.effort') }}
{{ $t('form.selectEffort') }}
{{ te(e) }}
{{ $t('form.health') }}
{{ $t('form.selectHealth') }}
{{ th(h) }}
{{ $t('form.delete') }}
{{ $t('form.save') }}
{{ $t('form.cancel') }}
{{ $t('ing.title') }}
{{ $t('ing.empty') }}
{{ it.display }}
{{ $t('ing.collectgo') }}
{{ $t('ing.copy') }}
{{ $t('ing.mail') }}
{{ $t('ing.close') }}
{{ confirmDialog.message }}
{{ $t('confirm.yes') }}
{{ $t('confirm.no') }}
{{ toast.message }}