Skip to content

Commit

Permalink
Merge branch '149-improve-content-discoverability-with-dynamic-empty-…
Browse files Browse the repository at this point in the history
…state-cta-s-2' into 'main'

chore: add term customer translations

See merge request decidim/decidim-module-geo!151
  • Loading branch information
Hadrien Froger committed Oct 18, 2024
2 parents 48d86d5 + e6a7cd9 commit 1b2cf84
Showing 1 changed file with 64 additions and 4 deletions.
68 changes: 64 additions & 4 deletions term-customizer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"value": "Address",
"locale": "en"
},
{
"key": "activemodel.attributes.participatory_process.decidim_geo_space_address",
"value": "Adresse",
"locale": "en"
},
{
"key": "activemodel.attributes.component.decidim_geo_avoid_index",
"value": "Hide geolocated points outside this process",
Expand Down Expand Up @@ -66,7 +71,7 @@
},
{
"key": "decidim.geo.admin.geo_configs.spaces_config_title",
"value": "Participatory Spaces Configurations",
"value": "Configurations for Participatory Spaces",
"locale": "en"
},
{
Expand All @@ -79,6 +84,36 @@
"value": "Display only processes in Processes",
"locale": "en"
},
{
"key": "decidim.geo.admin.geo_configs.default_filter.title",
"value": "Available points",
"locale": "en"
},
{
"key": "decidim.geo.admin.geo_configs.default_filter.help_text",
"value": "Configure the available points for Decidim Geo. This configuration applies to all the platform.\n",
"locale": "en"
},
{
"key": "decidim.geo.admin.geo_configs.default_filter.geoencoded_filter.label",
"value": "Filter points by location",
"locale": "en"
},
{
"key": "decidim.geo.admin.geo_configs.default_filter.geoencoded_filter.fields.force_geoencoded",
"value": "Only points in the map",
"locale": "en"
},
{
"key": "decidim.geo.admin.geo_configs.default_filter.geoencoded_filter.fields.no_force_geoencoded",
"value": "All points",
"locale": "en"
},
{
"key": "decidim.geo.admin.geo_configs.default_geoencoded_filter",
"value": "Filter",
"locale": "en"
},
{
"key": "decidim.geo.admin.geo_configs.index.title",
"value": "Configurations",
Expand All @@ -104,6 +139,11 @@
"value": "Zoom",
"locale": "en"
},
{
"key": "decidim.geo.admin.geo_configs.fields.focus_zoom_level",
"value": "Zoom on focus",
"locale": "en"
},
{
"key": "decidim.geo.admin.geo_configs.fields.longitude",
"value": "Longitude",
Expand Down Expand Up @@ -274,14 +314,34 @@
"value": "Apply",
"locale": "en"
},
{
"key": "decidim.geo.filters.results.warn_empty",
"value": "Nothing here, change filters to update",
"locale": "en"
},
{
"key": "decidim.geo.filters.results.zero",
"value": "no results",
"locale": "en"
},
{
"key": "decidim.geo.filters.results.one",
"value": "1 result",
"locale": "en"
},
{
"key": "decidim.geo.filters.results.other",
"value": "%count% results",
"locale": "en"
},
{
"key": "decidim.geo.filters.empty.message",
"value": "No data with these filters",
"value": "Nothing here, change filters to update",
"locale": "en"
},
{
"key": "decidim.geo.filters.empty.reset_button",
"value": "Reset filters",
"key": "decidim.geo.filters.empty.update_button",
"value": "Update",
"locale": "en"
},
{
Expand Down

0 comments on commit 1b2cf84

Please sign in to comment.