9 lines
211 B
TypeScript
9 lines
211 B
TypeScript
|
|
export default {
|
||
|
|
title: 'Dancefinder - Origins',
|
||
|
|
origin: 'Origin',
|
||
|
|
geolocation: 'Address/geolocation (WGS84)',
|
||
|
|
fetchAddress: 'Fetch current position',
|
||
|
|
save: 'Save origin',
|
||
|
|
remove: 'Remove origin',
|
||
|
|
}
|