28 lines
611 B
JSON
28 lines
611 B
JSON
{
|
||
"index": {
|
||
"title": "Prêt pour l’aventure ?",
|
||
"main_create_journey_button": "Planifier un voyage"
|
||
},
|
||
"layout": {
|
||
"subtitle": "L’application open source pour préparer ses voyages"
|
||
},
|
||
"voyage": {
|
||
"create": {
|
||
"title": "Créez un nouveau voyage"
|
||
},
|
||
"form": {
|
||
"title": {
|
||
"label": "Nom du voyage",
|
||
"placeholder": "Entrez le nom du voyage"
|
||
},
|
||
"description": {
|
||
"label": "Description",
|
||
"placeholder": "Entrez la description du voyage"
|
||
}
|
||
}
|
||
},
|
||
"common": {
|
||
"cancel": "Annuler",
|
||
"create": "Créer"
|
||
}
|
||
}
|