mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-08 21:16:28 -05:00
Localize new strings (#445)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<v-dialog v-model="dialog" width="650">
|
||||
<v-card>
|
||||
<v-card-title class="headline">
|
||||
{{ $t("meal-plan.shopping-list") }}
|
||||
{{ $t("shopping-list.shopping-list") }}
|
||||
<v-spacer></v-spacer>
|
||||
<v-btn text color="accent" @click="group = !group">
|
||||
{{ $t("meal-plan.group") }}
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
<v-icon left dark>
|
||||
mdi-clipboard-check
|
||||
</v-icon>
|
||||
<slot> {{ $t("general.coppied") }}! </slot>
|
||||
<slot> {{ $t("general.copied") }}! </slot>
|
||||
</span>
|
||||
</v-tooltip>
|
||||
</template>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<v-text-field
|
||||
class="ml-auto shrink mb-n7"
|
||||
solo
|
||||
label="Log Lines"
|
||||
:label="$t('about.log-lines')"
|
||||
type="number"
|
||||
append-icon="mdi-refresh-circle"
|
||||
v-model="lines"
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
mdi-heart
|
||||
</v-icon>
|
||||
</v-list-item-icon>
|
||||
<v-list-item-title> Support </v-list-item-title>
|
||||
<v-list-item-title> {{$t('about.support')}} </v-list-item-title>
|
||||
</v-list-item>
|
||||
<v-list-item to="/admin/about">
|
||||
<v-list-item-icon class="mr-3 pt-1">
|
||||
|
||||
@@ -65,7 +65,7 @@ export default {
|
||||
},
|
||||
{
|
||||
icon: "mdi-format-list-checks",
|
||||
title: "Shopping Lists",
|
||||
title: this.$t('shopping-list.shopping-lists'),
|
||||
nav: "/shopping-list",
|
||||
restricted: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user