Changed projects page handle
This commit is contained in:
@@ -138,7 +138,7 @@ export default defineI18nConfig(() => ({
|
|||||||
world: {
|
world: {
|
||||||
nameSingular: "World",
|
nameSingular: "World",
|
||||||
namePlural: "Worlds",
|
namePlural: "Worlds",
|
||||||
backToMy: "Back to my universe",
|
backToMy: "Back to projects",
|
||||||
backToSingle: "Back to {world}",
|
backToSingle: "Back to {world}",
|
||||||
addSingle: "Add a world",
|
addSingle: "Add a world",
|
||||||
addSingleFirst: "Add your first world !",
|
addSingleFirst: "Add your first world !",
|
||||||
@@ -336,8 +336,8 @@ export default defineI18nConfig(() => ({
|
|||||||
title: "Explore worlds",
|
title: "Explore worlds",
|
||||||
},
|
},
|
||||||
profile: {
|
profile: {
|
||||||
title: "{user} — My universe",
|
title: "{user} — Projects",
|
||||||
metaTitle: "My universe",
|
metaTitle: "Projects",
|
||||||
},
|
},
|
||||||
about: {
|
about: {
|
||||||
title: "About this app",
|
title: "About this app",
|
||||||
@@ -348,7 +348,7 @@ export default defineI18nConfig(() => ({
|
|||||||
breadcrumbs: {
|
breadcrumbs: {
|
||||||
home: "Home",
|
home: "Home",
|
||||||
explore: "Explore",
|
explore: "Explore",
|
||||||
profile: "Universe",
|
profile: "Projects",
|
||||||
world: "World",
|
world: "World",
|
||||||
calendar: "Calendar"
|
calendar: "Calendar"
|
||||||
}
|
}
|
||||||
@@ -488,7 +488,7 @@ export default defineI18nConfig(() => ({
|
|||||||
world: {
|
world: {
|
||||||
nameSingular: "Monde",
|
nameSingular: "Monde",
|
||||||
namePlural: "Mondes",
|
namePlural: "Mondes",
|
||||||
backToMy: "Retourner à mon univers",
|
backToMy: "Retourner à Projets",
|
||||||
backToSingle: "Retourner sur {world}",
|
backToSingle: "Retourner sur {world}",
|
||||||
addSingle: "Ajouter un monde",
|
addSingle: "Ajouter un monde",
|
||||||
addSingleFirst: "Ajouter votre premier monde !",
|
addSingleFirst: "Ajouter votre premier monde !",
|
||||||
@@ -690,8 +690,8 @@ export default defineI18nConfig(() => ({
|
|||||||
title: "Explorer les mondes",
|
title: "Explorer les mondes",
|
||||||
},
|
},
|
||||||
profile: {
|
profile: {
|
||||||
title: "{user} — Mon univers",
|
title: "{user} — Projets",
|
||||||
metaTitle: "Mon univers",
|
metaTitle: "Projets",
|
||||||
},
|
},
|
||||||
about: {
|
about: {
|
||||||
title: "À propos",
|
title: "À propos",
|
||||||
@@ -702,7 +702,7 @@ export default defineI18nConfig(() => ({
|
|||||||
breadcrumbs: {
|
breadcrumbs: {
|
||||||
home: "Accueil",
|
home: "Accueil",
|
||||||
explore: "Explorer",
|
explore: "Explorer",
|
||||||
profile: "Univers",
|
profile: "Projets",
|
||||||
world: "Monde",
|
world: "Monde",
|
||||||
calendar: "Calendrier"
|
calendar: "Calendrier"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user