chore: migrate to composition API and auth0-spa

This commit is contained in:
2020-01-21 15:51:51 +01:00
parent 565a3aa66e
commit e6c87e2f46
44 changed files with 2489 additions and 1585 deletions
+24
View File
@@ -0,0 +1,24 @@
export default {
en: {
title: 'Dancefinder - Filters',
band: 'No bands | 1 band | {count} bands',
hall: 'No dance halls | 1 dance hall | {count} dance halls',
city: 'No cities | 1 city | {count} cities',
municipality: 'No municipalities | 1 municipality | {count} municipalities',
state: 'No states | 1 state | {count} states',
remove: 'Remove filter',
success: 'Filter for {name} is removed',
failure: 'Filter for {name} could not be removed'
},
sv: {
title: 'Dancefinder - Filter',
band: 'Inga band | 1 band | {count} band',
hall: 'Inga danslokaler | 1 danslokal | {count} danslokaler',
city: 'Ingen stad | 1 stad | {count} städer',
municipality: 'Ingen kommun | 1 kommun | {count} kommuner',
state: 'Inget län | 1 län | {count} län',
remove: 'Ta bort filter',
success: 'Filtrering av {name} har tagits bort',
failure: 'Filtrering av {name} kunde inte tas bort'
}
}