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

Update develop with changes from env/stage #433

Merged
merged 5 commits into from
Mar 29, 2024
Merged
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
6 changes: 3 additions & 3 deletions apps/hpc-cdm/src/i18n/langs/en.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"switchToThisLanguage": "Switch to English",
"title": "Humanitarian Coordination Mapping - 2022",
"title": "Humanitarian Coordination Mapping - 2023",
"user": {
"login": "Login",
"logout": "Logout"
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions apps/hpc-cdm/src/i18n/langs/es.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions apps/hpc-cdm/src/i18n/langs/fr.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion apps/hpc-cdm/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8" />
<title>Humanitarian Coordination Mapping - 2020</title>
<title>Humanitarian Coordination Mapping - 2023</title>
<base href="/" />

<meta name="viewport" content="width=device-width, initial-scale=1" />
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down