From 39e96bbff692040c6376181b7fa6fb73b2b3f424 Mon Sep 17 00:00:00 2001 From: Pl217 Date: Fri, 29 Mar 2024 10:58:50 +0100 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=93=9D=20Replace=202022=20with=202023?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/hpc-cdm/src/i18n/langs/en.json | 6 +++--- apps/hpc-cdm/src/i18n/langs/es.json | 6 +++--- apps/hpc-cdm/src/i18n/langs/fr.json | 6 +++--- apps/hpc-cdm/src/index.html | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/apps/hpc-cdm/src/i18n/langs/en.json b/apps/hpc-cdm/src/i18n/langs/en.json index fa51ba72f..e65d3ac28 100644 --- a/apps/hpc-cdm/src/i18n/langs/en.json +++ b/apps/hpc-cdm/src/i18n/langs/en.json @@ -1,6 +1,6 @@ { "switchToThisLanguage": "Switch to English", - "title": "Humanitarian Coordination Mapping - 2022", + "title": "Humanitarian Coordination Mapping - 2023", "user": { "login": "Login", "logout": "Logout" @@ -36,10 +36,10 @@ }, "components": { "appTitle": { - "primary": "Humanitarian Coordination Mapping - 2022", + "primary": "Humanitarian Coordination Mapping - 2023", "secondary": "Humanitarian Coordination Structures at the Country Level" }, - "surveyIntro": "Welcome to the annual mapping survey on humanitarian coordination structures and capacities in place during 2022. Click on the login button. You will be asked to log in using your Humanitarian ID email and password. If you have forgotten your credentials or need to register, please follow the prompts on the following Humanitarian ID page.", + "surveyIntro": "Welcome to the annual mapping survey on humanitarian coordination structures and capacities in place during 2023. Click on the login button. You will be asked to log in using your Humanitarian ID email and password. If you have forgotten your credentials or need to register, please follow the prompts on the following Humanitarian ID page.", "acceptableUseNotification": { "login": "Click here to login", "title": "Acceptable Use Notification", diff --git a/apps/hpc-cdm/src/i18n/langs/es.json b/apps/hpc-cdm/src/i18n/langs/es.json index 6ea777ab8..a05bf30d8 100644 --- a/apps/hpc-cdm/src/i18n/langs/es.json +++ b/apps/hpc-cdm/src/i18n/langs/es.json @@ -1,6 +1,6 @@ { "switchToThisLanguage": "Pasar al español", - "title": "Encuesta sobre las estructuras de coordinación humanitaria - 2022", + "title": "Encuesta sobre las estructuras de coordinación humanitaria - 2023", "user": { "login": "Inicio de sesión", "logout": "Cerrar sesión" @@ -36,10 +36,10 @@ }, "components": { "appTitle": { - "primary": "Encuesta sobre las estructuras de coordinación humanitaria - 2022", + "primary": "Encuesta sobre las estructuras de coordinación humanitaria - 2023", "secondary": "Estructuras de coordinación humanitaria a escala nacional" }, - "surveyIntro": "Bienvenido a la encuesta anual sobre las estructuras y capacidades de coordinación humanitaria existentes en 2022. Haga clic en el botón de inicio de sesión. Se le pedirá que inicie sesión con su dirección de correo electrónico y su contraseña de \"Humanitarian ID\". Si ha olvidado sus datos de acceso o necesita registrarse, siga las instrucciones de la página del Humanitarian ID.", + "surveyIntro": "Bienvenido a la encuesta anual sobre las estructuras y capacidades de coordinación humanitaria existentes en 2023. Haga clic en el botón de inicio de sesión. Se le pedirá que inicie sesión con su dirección de correo electrónico y su contraseña de \"Humanitarian ID\". Si ha olvidado sus datos de acceso o necesita registrarse, siga las instrucciones de la página del Humanitarian ID.", "acceptableUseNotification": { "login": "Haga clic aquí para iniciar sesión", "title": "Notificación de uso aceptable", diff --git a/apps/hpc-cdm/src/i18n/langs/fr.json b/apps/hpc-cdm/src/i18n/langs/fr.json index f66b0187d..96542e8c0 100644 --- a/apps/hpc-cdm/src/i18n/langs/fr.json +++ b/apps/hpc-cdm/src/i18n/langs/fr.json @@ -1,6 +1,6 @@ { "switchToThisLanguage": "Passer à la version française", - "title": "Enquête sur les structures de coordination humanitaire – 2022", + "title": "Enquête sur les structures de coordination humanitaire – 2023", "user": { "login": "Connexion", "logout": "Déconnexion" @@ -36,10 +36,10 @@ }, "components": { "appTitle": { - "primary": "Enquête sur les structures de coordination humanitaire – 2022", + "primary": "Enquête sur les structures de coordination humanitaire – 2023", "secondary": "Structures de Coordination Humanitaire au Niveau du Pays" }, - "surveyIntro": "Bienvenue à l'enquête annuelle sur les structures et capacités de coordination humanitaire en place pendant 2022. Cliquez sur le bouton de connexion. Il vous sera demandé de vous connecter en utilisant votre adresse e-mail et votre mot de passe « Humanitarian ID”. Si vous avez oublié vos informations d'identification ou vous avez besoin de vous inscrire, veuillez suivre les instructions sur la page Humanitarian ID suivante.", + "surveyIntro": "Bienvenue à l'enquête annuelle sur les structures et capacités de coordination humanitaire en place pendant 2023. Cliquez sur le bouton de connexion. Il vous sera demandé de vous connecter en utilisant votre adresse e-mail et votre mot de passe « Humanitarian ID”. Si vous avez oublié vos informations d'identification ou vous avez besoin de vous inscrire, veuillez suivre les instructions sur la page Humanitarian ID suivante.", "acceptableUseNotification": { "login": "Cliquez ici pour vous connecter", "title": "Notification d'utilisation acceptable", diff --git a/apps/hpc-cdm/src/index.html b/apps/hpc-cdm/src/index.html index f027a7fd3..ce1e8ed6e 100644 --- a/apps/hpc-cdm/src/index.html +++ b/apps/hpc-cdm/src/index.html @@ -2,7 +2,7 @@ - Humanitarian Coordination Mapping - 2020 + Humanitarian Coordination Mapping - 2023 From 806a126d73b5832c763f8eff8b4675a9bed50802 Mon Sep 17 00:00:00 2001 From: Pl217 Date: Fri, 29 Mar 2024 11:10:23 +0100 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=96=20Bump=20version=20to=20`v1.7.?= =?UTF-8?q?4`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index c5222c048..dd38ab044 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "unocha", - "version": "1.7.3", + "version": "1.7.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "unocha", - "version": "1.7.3", + "version": "1.7.4", "license": "Apache-2.0", "devDependencies": { "@babel/core": "7.21.4", diff --git a/package.json b/package.json index ceda052e8..75751004e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unocha", - "version": "1.7.3", + "version": "1.7.4", "license": "Apache-2.0", "scripts": { "remove-unneeded-deps": "node tools/remove-unneeded-deps.js",