mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
Missing translations in settings
This commit is contained in:
parent
665c51f5ea
commit
fe4a40c7d0
4 changed files with 16 additions and 10 deletions
|
@ -38,7 +38,7 @@
|
|||
</v-icon>
|
||||
|
||||
<v-toolbar-title class="headline">
|
||||
Home Page Sections
|
||||
{{$t('settings.homepage.home-page-sections')}}
|
||||
</v-toolbar-title>
|
||||
|
||||
<v-spacer></v-spacer>
|
||||
|
@ -80,7 +80,7 @@
|
|||
</v-icon>
|
||||
|
||||
<v-toolbar-title class="headline">
|
||||
All Categories
|
||||
{{$t('settings.homepage.all-categories')}}
|
||||
</v-toolbar-title>
|
||||
|
||||
<v-spacer></v-spacer>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
/>
|
||||
<v-card flat outlined class="ma-2">
|
||||
<v-card-text class="mb-n5 mt-n2">
|
||||
<h3>{{ theme.name }} {{ current ? "(Current)" : "" }}</h3>
|
||||
<h3>{{ theme.name }} {{ current ? $t('general.current-parenthesis') : "" }}</h3>
|
||||
</v-card-text>
|
||||
<v-card-text>
|
||||
<v-row flex align-center>
|
||||
|
@ -27,10 +27,10 @@
|
|||
</v-card-text>
|
||||
<v-divider></v-divider>
|
||||
<v-card-actions>
|
||||
<v-btn text color="error" @click="confirmDelete"> Delete </v-btn>
|
||||
<v-btn text color="error" @click="confirmDelete"> {{$t('general.delete')}} </v-btn>
|
||||
<v-spacer></v-spacer>
|
||||
<!-- <v-btn text color="accent" @click="editTheme">Edit</v-btn> -->
|
||||
<v-btn text color="success" @click="saveThemes">Apply</v-btn>
|
||||
<v-btn text color="success" @click="saveThemes">{{$t('general.apply')}}</v-btn>
|
||||
</v-card-actions>
|
||||
</v-card>
|
||||
</div>
|
||||
|
|
|
@ -44,7 +44,9 @@
|
|||
"yes": "Yes",
|
||||
"no": "No",
|
||||
"token": "Token",
|
||||
"field-required": "Field Required"
|
||||
"field-required": "Field Required",
|
||||
"apply": "Apply",
|
||||
"current-parenthesis": "(Current)"
|
||||
},
|
||||
"page": {
|
||||
"home-page": "Home Page",
|
||||
|
@ -205,7 +207,8 @@
|
|||
"homepage-categories": "Homepage Categories",
|
||||
"home-page": "Home Page",
|
||||
"all-categories": "All Categories",
|
||||
"show-recent": "Show Recent"
|
||||
"show-recent": "Show Recent",
|
||||
"home-page-sections": "Home Page Sections"
|
||||
},
|
||||
"site-settings": "Site Settings",
|
||||
"manage-users": "Manage Users",
|
||||
|
|
|
@ -44,7 +44,9 @@
|
|||
"no": "Non",
|
||||
"yes": "Oui",
|
||||
"token": "Jeton",
|
||||
"field-required": "Champ obligatoire"
|
||||
"field-required": "Champ obligatoire",
|
||||
"apply": "Appliquer",
|
||||
"current-parenthesis": "(Actuel)"
|
||||
},
|
||||
"page": {
|
||||
"home-page": "Accueil",
|
||||
|
@ -150,7 +152,7 @@
|
|||
"local-api": "API local",
|
||||
"language": "Langue",
|
||||
"add-a-new-theme": "Ajouter un nouveau thème",
|
||||
"set-new-time": "Indiquer un nouveau temps",
|
||||
"set-new-time": "Indiquer une nouvelle heure",
|
||||
"current": "Version :",
|
||||
"latest": "Dernière",
|
||||
"explore-the-docs": "Parcourir la documentation",
|
||||
|
@ -205,7 +207,8 @@
|
|||
"card-per-section": "Tuiles par section",
|
||||
"home-page": "Page d'accueil",
|
||||
"homepage-categories": "Catégories de la page d'accueil",
|
||||
"show-recent": "Afficher les récentes"
|
||||
"show-recent": "Afficher les récentes",
|
||||
"home-page-sections": "Sections de la page d'accueil"
|
||||
},
|
||||
"manage-users": "Utilisateurs",
|
||||
"migrations": "Migrations",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue