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

65 lines
1.9 KiB
JavaScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export default {
common: {
'flats': 'flat | flats',
'loading': 'Loading…',
'Actions': 'Actions',
'More_about': 'More about',
'Remove': 'Remove',
'Restore': 'Restore',
'Original_post': 'Original post | Original posts',
'Original_post_for': 'Original post for',
'Follow': 'Follow',
'Unfollow': 'Unfollow',
'Close': 'Close',
'sortUp': 'Sort in ascending order',
'sortDown': 'Sort in descending order',
'mins': 'min | mins'
},
home: {
'new_available_flats': 'New available flats'
},
flatListing: {
'no_available_flats': 'No available flats.',
'no_matching_flats': 'No matching flats.'
},
menu: {
'available_flats': 'Available flats',
'followed_flats': 'Followed flats',
'by_status': 'Flats by status',
'search': 'Search'
},
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',
'rooms': 'room | rooms',
'bedrooms': 'bedroom | bedrooms'
},
status: {
'new': 'new',
'followed': 'followed',
'ignored': 'ignored',
'user_deleted': 'user deleted',
'duplicate': 'duplicate'
},
slider: {
'Fullscreen_photo': 'Fullscreen photo'
},
search: {
'input_placeholder': 'Type anything to look for…',
'Search': 'Search!'
}
}