From 543450c7049857e8f718e16f05bfb85a6b516a46 Mon Sep 17 00:00:00 2001 From: Arthur Danjou Date: Tue, 29 Jul 2025 13:48:22 +0200 Subject: [PATCH] Add translations --- app/pages/projects/[slug].vue | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/app/pages/projects/[slug].vue b/app/pages/projects/[slug].vue index 09ba342..217cba0 100644 --- a/app/pages/projects/[slug].vue +++ b/app/pages/projects/[slug].vue @@ -165,7 +165,12 @@ html { "title": "Translations alert!", "description": "Due to time constraints, all article translations will be available only in English. Thank you for your understanding." }, - "back": "Go back" + "back": "Go back", + "link": { + "copied": "Link copied", + "copy": "Copy link" + }, + "top": "Go to top" }, "fr": { @@ -173,14 +178,24 @@ html { "title": "Attentions aux traductions!", "description": "Par soucis de temps, toutes les traductions des articles seront disponibles uniquement en anglais. Merci de votre compréhension." }, - "back": "Retourner en arrière" + "back": "Retourner en arrière", + "link": { + "copied": "Lien copié", + "copy": "Copier le lien" + }, + "top": "Remonter en haut" }, "es": { "alert": { "title": "Cuidado con las traducciones!", "description": " Por problemas de tiempo, los artículos solo están disponibles en inglés. Gracias por vuestra comprensión.ug ñeóicula." }, - "back": "Volver atrás" + "back": "Volver atrás", + "link": { + "copied": "Link copiado", + "copy": "Copiar link" + }, + "top": "Ir arribaarr" } }