chore: migrate to composition API and auth0-spa
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user