ptitlutins/i18n/locales/en.json
2025-09-15 23:03:42 +02:00

28 lines
561 B
JSON

{
"index": {
"title": "Ready for adventure?",
"main_create_journey_button": "Plan a trip"
},
"layout": {
"subtitle": "The open source application for planning trips"
},
"voyage": {
"create": {
"title": "Create a new trip"
},
"form": {
"title": {
"label": "Trip name",
"placeholder": "Enter trip name"
},
"description": {
"label": "Description",
"placeholder": "Enter trip description"
}
}
},
"common": {
"cancel": "Cancel",
"create": "Create"
}
}