55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
{
|
|
"profileAddresses": {
|
|
"header": {
|
|
"title": "My addresses"
|
|
},
|
|
"actions": {
|
|
"add": "Add address",
|
|
"confirm_delete": "Delete this address?",
|
|
"delete": "Delete",
|
|
"deleting": "Deleting..."
|
|
},
|
|
"form": {
|
|
"title": "New address",
|
|
"title_edit": "Edit address",
|
|
"name": {
|
|
"label": "Name",
|
|
"placeholder": "e.g. Office, Warehouse, Production"
|
|
},
|
|
"address": {
|
|
"label": "Address",
|
|
"placeholder": "Full address"
|
|
},
|
|
"latitude": {
|
|
"label": "Latitude",
|
|
"placeholder": "55.7558"
|
|
},
|
|
"longitude": {
|
|
"label": "Longitude",
|
|
"placeholder": "37.6173"
|
|
},
|
|
"save": "Save",
|
|
"saving": "Saving...",
|
|
"update": "Update",
|
|
"updating": "Updating...",
|
|
"mapLabel": "Select a point on the map"
|
|
},
|
|
"states": {
|
|
"loading": "Loading addresses..."
|
|
},
|
|
"labels": {
|
|
"default": "Default"
|
|
},
|
|
"empty": {
|
|
"description": "You have no saved addresses yet",
|
|
"cta": "Add first address",
|
|
"title": "No addresses"
|
|
},
|
|
"error": {
|
|
"not_found": "Address not found",
|
|
"back_to_list": "Back to addresses"
|
|
},
|
|
"status": {}
|
|
}
|
|
}
|