mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
added translations to book view
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<b-card no-body v-hover>
|
<b-card no-body v-hover>
|
||||||
<b-card-header class="p-4">
|
<b-card-header class="p-4">
|
||||||
<h5>{{ $t('TableOfContents') }}</h5>
|
<h5>{{ $t('Table_of_Contents') }}</h5>
|
||||||
</b-card-header>
|
</b-card-header>
|
||||||
<b-card-body class="p-4">
|
<b-card-body class="p-4">
|
||||||
<ol style="max-height: 60vh;overflow-y:auto;-webkit-overflow-scrolling: touch;" class="mb-1">
|
<ol style="max-height: 60vh;overflow-y:auto;-webkit-overflow-scrolling: touch;" class="mb-1">
|
||||||
|
|||||||
@@ -21,6 +21,7 @@
|
|||||||
"Add_to_Plan": "Add to Plan",
|
"Add_to_Plan": "Add to Plan",
|
||||||
"Step_start_time": "Step start time",
|
"Step_start_time": "Step start time",
|
||||||
"Sort_by_new": "Sort by new",
|
"Sort_by_new": "Sort by new",
|
||||||
|
"Table_of_Contents": "Table of Contents",
|
||||||
"Recipes_per_page": "Recipes per Page",
|
"Recipes_per_page": "Recipes per Page",
|
||||||
"Show_as_header": "Show as header",
|
"Show_as_header": "Show as header",
|
||||||
"Hide_as_header": "Hide as header",
|
"Hide_as_header": "Hide as header",
|
||||||
@@ -155,6 +156,7 @@
|
|||||||
"Instructions": "Instructions",
|
"Instructions": "Instructions",
|
||||||
"Unrated": "Unrated",
|
"Unrated": "Unrated",
|
||||||
"Automate": "Automate",
|
"Automate": "Automate",
|
||||||
|
"Empty": "Empty",
|
||||||
"Key_Ctrl": "Ctrl",
|
"Key_Ctrl": "Ctrl",
|
||||||
"Key_Shift": "Shift",
|
"Key_Shift": "Shift",
|
||||||
"Time": "Time",
|
"Time": "Time",
|
||||||
|
|||||||
Reference in New Issue
Block a user