-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5475 from Couchers-org/revert-5413-web/feature/ma…
…p-clear-filter-button Revert "frontend - add clear filter button #5275"
- Loading branch information
Showing
6 changed files
with
68 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,44 @@ | ||
{ | ||
"filter_dialog": { | ||
"desktop_search_here_button": "Search in this area", | ||
"mobile_search_here_button": "Search here", | ||
"desktop_title": "Filters", | ||
"mobile_title": "Search", | ||
"clear_filters_button": "Clear filters" | ||
}, | ||
"last_active_options": { | ||
"any": "Any", | ||
"last_day": "Last day", | ||
"last_week": "Last week", | ||
"last_2_weeks": "Last 2 weeks", | ||
"last_month": "Last month", | ||
"last_3_months": "Last 3 months" | ||
}, | ||
"form": { | ||
"location_field_label": "Near location", | ||
"missing_location_validation_error": "Specify a location to use this filter", | ||
"keywords": { | ||
"field_label": "Name, keywords, or username", | ||
"clear_field_action_a11y_label": "Clear search" | ||
"filter_dialog": { | ||
"search_here_button": "Search in this area", | ||
"desktop_title": "Filters", | ||
"mobile_title": "Search" | ||
}, | ||
"by_location_filter_label": "By location", | ||
"by_keyword_filter_label": "By keyword or name", | ||
"host_filters": { | ||
"title": "Host filters", | ||
"last_active_field_label": "Last active", | ||
"hosting_status_field_label": "Hosting status", | ||
"complete_profiles_label": "Complete profiles" | ||
"last_active_options": { | ||
"any": "Any", | ||
"last_day": "Last day", | ||
"last_week": "Last week", | ||
"last_2_weeks": "Last 2 weeks", | ||
"last_month": "Last month", | ||
"last_3_months": "Last 3 months" | ||
}, | ||
"accommodation_filters": { | ||
"title": "Accommodation filters", | ||
"guests_field_label": "Number of guests" | ||
"form": { | ||
"location_field_label": "Near location", | ||
"missing_location_validation_error": "Specify a location to use this filter", | ||
"keywords": { | ||
"field_label": "Name, keywords, or username", | ||
"clear_field_action_a11y_label": "Clear search" | ||
}, | ||
"by_location_filter_label": "By location", | ||
"by_keyword_filter_label": "By keyword or name", | ||
"host_filters": { | ||
"title": "Host filters", | ||
"last_active_field_label": "Last active", | ||
"hosting_status_field_label": "Hosting status", | ||
"complete_profiles_label": "Complete profiles" | ||
}, | ||
"accommodation_filters": { | ||
"title": "Accommodation filters", | ||
"guests_field_label": "Number of guests" | ||
}, | ||
"empty_profile_filters": { | ||
"title": "Filter out empty profiles" | ||
}, | ||
"submit_button_label": "Apply" | ||
}, | ||
"empty_profile_filters": { | ||
"title": "Filter out empty profiles" | ||
}, | ||
"submit_button_label": "Apply" | ||
}, | ||
"search_result": { | ||
"no_user_result_message": "No users found.", | ||
"show_user_button_label": "Show {{name}} on the map", | ||
"missing_about_description": "{{name}} hasn't said anything about themselves yet" | ||
} | ||
"search_result": { | ||
"no_user_result_message": "No users found.", | ||
"show_user_button_label": "Show {{name}} on the map", | ||
"missing_about_description": "{{name}} hasn't said anything about themselves yet" | ||
} | ||
} |