From 5d340cac3c1043e5bfe93b776c772cc5242575c6 Mon Sep 17 00:00:00 2001 From: ANDRINIRINA Peterson Severin <severinpeterson301@gmail.com> Date: Wed, 19 Mar 2025 23:27:39 +0300 Subject: [PATCH] trad min block cocityPrez --- views/translation/trad.php | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/views/translation/trad.php b/views/translation/trad.php index 8808831dc..7b8b6a7ac 100755 --- a/views/translation/trad.php +++ b/views/translation/trad.php @@ -1286,8 +1286,38 @@ var trad = { "Search an element" : "<?php echo Yii::t("common", "Search an element") ?>", "Filter by challenge" : "<?php echo Yii::t("common", "Filter by challenge") ?>", "New comments" : "<?php echo Yii::t("common", "New comments") ?>", + "Region" : "<?php echo Yii::t("common", "Region") ?>", + "Departement" : "<?php echo Yii::t("common", "Departement") ?>", + "Municipality" : "<?php echo Yii::t("common", "Municipality") ?>", + "No address" : "<?php echo Yii::t("common", "No address") ?>", + "allregion" : "<?php echo Yii::t("common", "All region") ?>", + "seecocity" : "<?php echo Yii::t("common", "See the COcity") ?>", + "existingelements" : "<?php echo Yii::t("common","Existing elements") ?>", + "createyourcOcity" : "<?php echo Yii::t("common", "Create your COcity") ?>", + "noavailableselectedzone" : "<?php echo Yii::t("common", "No items are available for the selected zone") ?>", + "eethesectorpage" : "<?php echo Yii::t("common", "See the sector page") ?>", + "noelements" : "<?php echo Yii::t("common", "No elements") ?>", + "thecity" : "<?php echo Yii::t("common", "the city") ?>", + "theepciofthedepartmentof" : "<?php echo Yii::t("common", "The EPCI of the department") ?>", + "thedistrictsoftheprovince" : "<?php echo Yii::t("common", "The districts of the province") ?>", + "thedistrictsoftheregion" : "<?php echo Yii::t("common", "The Districts of the region") ?>", + "departmentsintheregion" : "<?php echo Yii::t("common", "Departments in the region") ?>", + "communesbelongingtotheepci" : "<?php echo Yii::t("common", "Communes belonging to the EPCI") ?>", + "communesbelongingtotheDistrict" : "<?php echo Yii::t("common", "Communes belonging to the District") ?>", + "theregionsprovinces" : "<?php echo Yii::t("common", "The region's provinces") ?>", + "communesinthearrondissement" : "<?php echo Yii::t("common", "Communes in the arrondissement") ?>", + "nameofyour" : "<?php echo Yii::t("common", "Name of your") ?>", + "selectthesectorsyouwantwhencreatingthepage" : "<?php echo Yii::t("common", "Select the sectors you want when creating the page") ?>", + "fillinthefield" : "<?php echo Yii::t("common", "Fill in the field") ?>", + "searchresult" : "<?php echo Yii::t("common", "Search result") ?>", + "noresultsassociatedwithwhatyourelookingfor" : "<?php echo Yii::t("common", "the city") ?>", + "bflevelandentertheterritoryname" : "<?php echo Yii::t("common", "Before activating the search, please select the level and enter the territory name") ?>", + "territorylevel" : "<?php echo Yii::t("common", "Territory level") ?>", + "areadataavailableondatagouv" : "<?php echo Yii::t("common", "Area data available on Data Gouv") ?>", + "coveringareassuchasthehealthtransportregiontheterritory" : "<?php echo Yii::t("common", "Covering areas such as the environment, health, transport and much more, for each region of the territory") ?>", + "explorethedatasetsavailableregionondatagouv" : "<?php echo Yii::t("common", "Explore the open datasets available for your region on data.gouv") ?>", + "thecity" : "<?php echo Yii::t("common", "the city") ?>", - }; var tradDynForm = { @@ -2115,6 +2145,7 @@ var tradTags = { "third places" : "<?php echo Yii::t("tags","third places") ?>", "pact" : "<?php echo Yii::t("tags","pact") ?>", "thirdplaces" : "<?php echo Yii::t("tags", "thirdplaces") ?>", + "blue economy":"<?php echo Yii::t("category","Blue economy") ?>", }; var tradSettings = { "notificationsSettingsSuccess" : "<?php echo Yii::t("settings","Notifications settings well updated") ?>", -- GitLab