9 lines
234 B
TypeScript
9 lines
234 B
TypeScript
|
|
export default {
|
||
|
|
title: 'Dancefinder - Startpunkter',
|
||
|
|
origin: 'Startpunkt',
|
||
|
|
geolocation: 'Address/geokoordinat (WGS84)',
|
||
|
|
fetchAddress: 'Hämta nuvarande position',
|
||
|
|
save: 'Spara startpunkt',
|
||
|
|
remove: 'Ta bort startpunkt',
|
||
|
|
}
|