mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-06 06:03:58 +00:00
17 lines
377 B
JSON
17 lines
377 B
JSON
{
|
|
"links": {
|
|
"home": "Accueil",
|
|
"about": "À propos",
|
|
"english": "Version Anglaise",
|
|
"french": "Version Française"
|
|
},
|
|
"home": {
|
|
"title": "Bienvenue",
|
|
"introduction": "Ceci est un texte d'introduction en Français."
|
|
},
|
|
"about": {
|
|
"title": "À propos",
|
|
"introduction": "Cette page est faite pour vous donner plus d'informations."
|
|
}
|
|
}
|