flatisfy/flatisfy/web/js_src/i18n/en/index.js

58 lines
1.6 KiB
JavaScript

export default {
common: {
'flats': 'flat | flats',
'loading': 'Loading…',
'Actions': 'Actions',
'More': 'More',
'Remove': 'Remove',
'Restore': 'Restore',
'External_link': 'External link',
'Follow': 'Follow',
'Close': 'Close',
'sortUp': 'Sort in ascending order',
'sortDown': 'Sort in descending order'
},
home: {
'new_available_flats': 'New available flats'
},
flatListing: {
'no_available_flats': 'No available flats.'
},
menu: {
'available_flats': 'Available flats',
'followed_flats': 'Followed flats',
'ignored_flats': 'Ignored flats',
'user_deleted_flats': 'User deleted flats'
},
flatsDetails: {
'Title': 'Title',
'Area': 'Area',
'Rooms': 'Rooms',
'Cost': 'Cost',
'utilities_included': '(utilities included)',
'utilities_excluded': '(utilities excluded)',
'Description': 'Description',
'Details': 'Details',
'Metadata': 'Metadata',
'postal_code': 'Postal code',
'nearby_stations': 'Nearby stations',
'Times_to': 'Times to',
'Location': 'Location',
'Contact': 'Contact',
'no_phone_found': 'No phone found',
'Original_posts': 'Original posts:',
'Original_post': 'Original post',
'rooms': 'room | rooms',
'bedrooms': 'bedroom | bedrooms'
},
status: {
'new': 'new',
'followed': 'followed',
'ignored': 'ignored',
'user_deleted': 'user deleted'
},
slider: {
'Fullscreen_photo': 'Fullscreen photo'
}
}