Missing translations in settings

This commit is contained in:
Florian Dupret 2021-03-20 09:40:01 +01:00
commit fe4a40c7d0
4 changed files with 16 additions and 10 deletions

View file

@ -38,7 +38,7 @@
</v-icon> </v-icon>
<v-toolbar-title class="headline"> <v-toolbar-title class="headline">
Home Page Sections {{$t('settings.homepage.home-page-sections')}}
</v-toolbar-title> </v-toolbar-title>
<v-spacer></v-spacer> <v-spacer></v-spacer>
@ -80,7 +80,7 @@
</v-icon> </v-icon>
<v-toolbar-title class="headline"> <v-toolbar-title class="headline">
All Categories {{$t('settings.homepage.all-categories')}}
</v-toolbar-title> </v-toolbar-title>
<v-spacer></v-spacer> <v-spacer></v-spacer>

View file

@ -10,7 +10,7 @@
/> />
<v-card flat outlined class="ma-2"> <v-card flat outlined class="ma-2">
<v-card-text class="mb-n5 mt-n2"> <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-card-text> <v-card-text>
<v-row flex align-center> <v-row flex align-center>
@ -27,10 +27,10 @@
</v-card-text> </v-card-text>
<v-divider></v-divider> <v-divider></v-divider>
<v-card-actions> <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-spacer></v-spacer>
<!-- <v-btn text color="accent" @click="editTheme">Edit</v-btn> --> <!-- <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-actions>
</v-card> </v-card>
</div> </div>

View file

@ -44,7 +44,9 @@
"yes": "Yes", "yes": "Yes",
"no": "No", "no": "No",
"token": "Token", "token": "Token",
"field-required": "Field Required" "field-required": "Field Required",
"apply": "Apply",
"current-parenthesis": "(Current)"
}, },
"page": { "page": {
"home-page": "Home Page", "home-page": "Home Page",
@ -205,7 +207,8 @@
"homepage-categories": "Homepage Categories", "homepage-categories": "Homepage Categories",
"home-page": "Home Page", "home-page": "Home Page",
"all-categories": "All Categories", "all-categories": "All Categories",
"show-recent": "Show Recent" "show-recent": "Show Recent",
"home-page-sections": "Home Page Sections"
}, },
"site-settings": "Site Settings", "site-settings": "Site Settings",
"manage-users": "Manage Users", "manage-users": "Manage Users",

View file

@ -44,7 +44,9 @@
"no": "Non", "no": "Non",
"yes": "Oui", "yes": "Oui",
"token": "Jeton", "token": "Jeton",
"field-required": "Champ obligatoire" "field-required": "Champ obligatoire",
"apply": "Appliquer",
"current-parenthesis": "(Actuel)"
}, },
"page": { "page": {
"home-page": "Accueil", "home-page": "Accueil",
@ -150,7 +152,7 @@
"local-api": "API local", "local-api": "API local",
"language": "Langue", "language": "Langue",
"add-a-new-theme": "Ajouter un nouveau thème", "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 :", "current": "Version :",
"latest": "Dernière", "latest": "Dernière",
"explore-the-docs": "Parcourir la documentation", "explore-the-docs": "Parcourir la documentation",
@ -205,7 +207,8 @@
"card-per-section": "Tuiles par section", "card-per-section": "Tuiles par section",
"home-page": "Page d'accueil", "home-page": "Page d'accueil",
"homepage-categories": "Catégories de la 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", "manage-users": "Utilisateurs",
"migrations": "Migrations", "migrations": "Migrations",