Enrich page title with context (#296)

- Static pages have their own titles
- The name of the recipe is displayed when viewing it
This commit is contained in:
sephrat
2021-04-14 17:12:22 +02:00
committed by GitHub
parent 2c3fa81227
commit f3ea467e20
6 changed files with 81 additions and 9 deletions

View File

@@ -48,7 +48,8 @@
"apply": "Apply",
"current-parenthesis": "(Current)",
"users": "Users",
"groups": "Groups"
"groups": "Groups",
"about": "About"
},
"page": {
"home-page": "Home Page",
@@ -145,7 +146,8 @@
"delete-confirmation": "Are you sure you want to delete this recipe?"
},
"search": {
"search-mealie": "Search Mealie"
"search-mealie": "Search Mealie",
"search": "Search"
},
"settings": {
"general-settings": "General Settings",

View File

@@ -46,7 +46,8 @@
"token": "Jeton",
"field-required": "Champ obligatoire",
"apply": "Appliquer",
"current-parenthesis": "(Actuel)"
"current-parenthesis": "(Actuel)",
"about": "À propos"
},
"page": {
"home-page": "Accueil",
@@ -143,7 +144,8 @@
"delete-confirmation": "Êtes-vous sûr(e) de vouloir supprimer cette recette ?"
},
"search": {
"search-mealie": "Rechercher dans Mealie"
"search-mealie": "Rechercher dans Mealie",
"search": "Rechercher"
},
"settings": {
"general-settings": "Paramètres généraux",