28 lines
561 B
JSON
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"
|
|
}
|
|
}
|