12 lines
459 B
TypeScript
12 lines
459 B
TypeScript
export default {
|
|
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',
|
|
}
|