From 3e1a38d1db0a7a41d60382c33fb00d9c88df51d5 Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Fri, 4 Oct 2024 18:00:35 +0200 Subject: [PATCH] save --- Makefile | 1 - docker-compose.yml | 2 +- src/frontend/apps/impress/src/i18n/translations.json | 2 ++ 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index bd4be253..08dd7f14 100644 --- a/Makefile +++ b/Makefile @@ -92,7 +92,6 @@ bootstrap: \ # -- Docker/compose build: ## build the app-dev container @$(COMPOSE) build app-dev --no-cache - @$(COMPOSE) build frontend-dev --no-cache .PHONY: build down: ## stop and remove containers, networks, images, and volumes diff --git a/docker-compose.yml b/docker-compose.yml index a965f356..a5fae42a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,7 +15,7 @@ services: - "1081:1080" minio: - user: ${DOCKER_USER:-1000} + # user: ${DOCKER_USER:-1000} image: minio/minio environment: - MINIO_ROOT_USER=impress diff --git a/src/frontend/apps/impress/src/i18n/translations.json b/src/frontend/apps/impress/src/i18n/translations.json index 5a94e33d..4e973bfe 100644 --- a/src/frontend/apps/impress/src/i18n/translations.json +++ b/src/frontend/apps/impress/src/i18n/translations.json @@ -41,6 +41,7 @@ "Docx": "Docx", "Download": "Télécharger", "E-mail:": "E-mail:", + "Edit": "Éditer", "Editor": "Éditeur", "Enter the new name of the selected document.": "Entrez le nouveau nom du document sélectionné.", "Established on December 20, 2023.": "Établi le 20 décembre 2023.", @@ -75,6 +76,7 @@ "Modal confirmation to restore the version": "Modale de confirmation pour restaurer la version", "More info?": "Plus d'infos ?", "No editor found": "Pas d'éditeur trouvé", + "New document": "Nouveau document", "Nothing exceptional, no special privileges related to a .gouv.fr.": "Rien d'exceptionnel, pas de privilèges spéciaux liés à un .gouv.fr.", "Offline ?!": "Hors-ligne ?!", "Open the document options": "Ouvrir les options du document",