diff --git a/js/src/i18n/en_US.json b/js/src/i18n/en_US.json index 398e0761..0ba5586c 100644 --- a/js/src/i18n/en_US.json +++ b/js/src/i18n/en_US.json @@ -333,7 +333,6 @@ "Save draft": "Save draft", "Save": "Save", "Search events, groups, etc.": "Search events, groups, etc.", - "Search results: \"{search}\"": "Search results: \"{search}\"", "Search": "Search", "Searching…": "Searching…", "Send email": "Send email", @@ -743,5 +742,12 @@ "Next month": "Next month", "Any day": "Any day", "{nb} km": "{nb} km", - "any distance": "any distance" + "any distance": "any distance", + "Group visibility": "Group visibility", + "The group will be publicly listed in search results and may be suggested in the explore section. Only public informations will be shown on it's page.": "The group will be publicly listed in search results and may be suggested in the explore section. Only public informations will be shown on it's page.", + "You'll need to transmit the group URL so people may access the group's profile.": "You'll need to transmit the group URL so people may access the group's profile.", + "Group address": "Group address", + "Events tagged with {tag}": "Events tagged with {tag}", + "Explore events": "Explore events", + "#{tag}": "#{tag}" } diff --git a/js/src/i18n/fr_FR.json b/js/src/i18n/fr_FR.json index 7eb4b669..e2bfa432 100644 --- a/js/src/i18n/fr_FR.json +++ b/js/src/i18n/fr_FR.json @@ -492,7 +492,6 @@ "Save draft": "Enregistrer le brouillon", "Search": "Rechercher", "Search events, groups, etc.": "Rechercher des évènements, des groupes, etc.", - "Search results: \"{search}\"": "Résultats de recherche : « {search} »", "Searching…": "Recherche en cours…", "Select a language": "Choisissez une langue", "Select a timezone": "Selectionnez un fuseau horaire", @@ -743,5 +742,12 @@ "Next month": "Le mois-prochain", "Any day": "N'importe quand", "{nb} km": "{nb} km", - "any distance": "peu importe" + "any distance": "peu importe", + "Group visibility": "Visibility du groupe", + "The group will be publicly listed in search results and may be suggested in the explore section. Only public informations will be shown on it's page.": "Le groupe sera listé publiquement dans les résultats de recherche et pourra être suggéré sur la page « Explorer ». Seules les informations publiques seront affichées sur sa page.", + "You'll need to transmit the group URL so people may access the group's profile.": "Vous aurez besoin de transmettre l'URL du groupe pour que d'autres personnes accèdent au profil du groupe.", + "Group address": "Adresse du groupe", + "Events tagged with {tag}": "Événements taggés avec {tag}", + "Explore events": "Explorer les événements", + "#{tag}": "#{tag}" } diff --git a/js/src/views/Search.vue b/js/src/views/Search.vue index 873100e4..a7583efb 100644 --- a/js/src/views/Search.vue +++ b/js/src/views/Search.vue @@ -1,7 +1,12 @@