chore: migrate to composition API and auth0-spa
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
export default {
|
||||
en: {
|
||||
title: 'Dancefinder - Origins',
|
||||
origin: 'Origin',
|
||||
geolocation: 'Address/geolocation (WGS84)',
|
||||
fetchAddress: 'Fetch current position',
|
||||
save: 'Save origin',
|
||||
remove: 'Remove origin'
|
||||
},
|
||||
sv: {
|
||||
title: 'Dancefinder - Startpunkter',
|
||||
origin: 'Startpunkt',
|
||||
geolocation: 'Address/geokoordinat (WGS84)',
|
||||
fetchAddress: 'Hämta nuvarande position',
|
||||
save: 'Spara startpunkt',
|
||||
remove: 'Ta bort startpunkt'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user