ptitlutins/i18n/locales/fr.json
2025-09-18 04:45:31 +02:00

28 lines
611 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"index": {
"title": "Prêt pour laventure ?",
"main_create_journey_button": "Planifier un voyage"
},
"layout": {
"subtitle": "Lapplication 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"
}
}