Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[131] Capacity filter for capacities feed page #151

Open
wants to merge 7 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 28 additions & 4 deletions locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
"no-user-profile": "There are no users with this username registered in CapX",
"no-report-rights": "You either do not have permission to update this report or this report does not exists!",
"body-profile-languages-title": "Languages",
"body-profile-languages-alt-icon": "Languages icon",
"body-profile-known-capacities-title": "Known capacities",
"body-profile-available-capacities-title": "Available capacities",
"body-profile-wanted-capacities-title": "Wanted capacities",
Expand All @@ -160,7 +161,7 @@
"edit-profile-image-title": "Image profile",
"edit-profile-choose-avatar": "Choose avatar",
"edit-profile-use-wikidata": "Use Wikidata item",
"edit-profile-consent-wikidata": "I consent displaying my Wikidata item image on CapX profile (if existent).",
"edit-profile-consent-wikidata": "By clicking here, I agree to have my Wikidata item image on CapX's profile. The tool will look in Wikidata for an image related to your username and will show it if found.",
"edit-profile-save": "Save profile",
"edit-profile-cancel": "Cancel edit",
"edit-profile-mini-bio": "Mini bio",
Expand Down Expand Up @@ -195,11 +196,10 @@
"edit-profile-territory": "Inform your geographic location by region or country.",
"edit-profile-display-links": "Let the community know what your organization is working on. Share up to four Wikimedia links and related images on Commons.",
"edit-profile-wikidata-item": "Wikidata Item",
"edit-profile-consent-wikidata-item": "I consent displaying my Wikidata item on CapX profile (if existent).",
"edit-profile-consent-wikidata-item": "By clicking here, I agree to have my Wikidata item displayed on CapX's profile. The tool will look in Wikidata for a QID related to your username and will show it if found.",
"edit-profile-wikimedia-projects": "Inform the Wikimedia Projects you have interest in.",
"edit-profile-insert-project": "Insert project",
"edit-profile-insert-link": "Insert document URL",

"privacy-policy-icon": "Icon privacy policy",
"privacy-policy-title": "Capacity Exchange Privacy Policy",
"privacy-policy-capacity-exchange-text": "This site is an international project currently coordinated by $1. It's running on Wikimedia Cloud Services, specifically at $2, and therefore is subject to the $3, making limited use of Private Information. All content is CC-BY-SA. Code contributions welcome.",
Expand All @@ -215,5 +215,29 @@
"privacy-policy-private-information-text01": "If you wish, you can remove information about yourself by clickingon the red bottom \"Delete Profile\" on the user's profile editing page.",
"privacy-policy-private-information-text02": "If you are a representative of an organization and have the rights to edit its profile, you can clean its data by editing the organization's profile and leaving all blank. You can remove yourself from the role or representative and, once there is no on linked to the organization, the profile will not be displayed on the list of organizations.",
"privacy-policy-private-information-text03": "Data use and retention is governed by the $1. This tool is in compliance with the GPDR.",
"privacy-policy-private-information-text03-link":"Wikimedia Cloud Service Terms of use"
"privacy-policy-private-information-text03-link":"Wikimedia Cloud Service Terms of use",
"filters-learners": "Learners",
"filters-sharers": "Sharers",
"filters-search-by-capacities": "Search by capacities",
"filters-capacities": "Capacities",
"filters-capacities-alt-icon": "Capacities icon",
"filters-all-profiles": "All profiles",
"filters-all-profiles-alt-icon": "All profiles icon",
"filters-organization-profile": "Organization profile",
"filters-organization-profile-alt-icon": "Organization profile icon",
"filters-user-profile": "User profile",
"filters-user-profile-alt-icon": "User profile icon",
"filters-show-results": "Show results",
"filters-clear-all": "Clear all",
"filters-exchange-with-alt-icon": "Exchange with icon",
"filters-search-icon": "Search icon",
"filters-back-icon": "Back icon",
"filters-profiles": "Profiles",
"filters-remove-item-alt-icon": "Remove item icon",
"filters-select-alt-icon": "Select icon",
"filters-territory-title": "Territories",
"filters-add-territory": "Add territory",
"filters-exchange-with": "Exchange with",
"filters-title": "Filters",
"filters-icon": "Filters icon"
}
10 changes: 10 additions & 0 deletions public/static/images/all_profiles_icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions public/static/images/all_profiles_icon_white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions public/static/images/arrow_back_icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions public/static/images/arrow_back_icon_white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions public/static/images/capx_icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions public/static/images/capx_icon_white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions public/static/images/filter_icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions public/static/images/filter_icon_white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading