From be964d195cdf5de070b60bede8e4e65274f14abb Mon Sep 17 00:00:00 2001 From: Colin Dawson Date: Sat, 31 Jan 2026 21:01:20 +0000 Subject: [PATCH] Added new translation --- public/locales/en/common.json | 1 + public/locales/fr/common.json | 1 + 2 files changed, 2 insertions(+) diff --git a/public/locales/en/common.json b/public/locales/en/common.json index bf0e832..580898b 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -2,6 +2,7 @@ "Activate": "Activate", "Active": "Active", "Add": "Add", + "AreYouSure": "Are you sure?", "AddDomain": "Add Domain", "Address": "Address", "AddUser": "Add User", diff --git a/public/locales/fr/common.json b/public/locales/fr/common.json index 5fdb7b6..4b57008 100644 --- a/public/locales/fr/common.json +++ b/public/locales/fr/common.json @@ -11,6 +11,7 @@ "AnErrorOccurred": "Une erreur s'est produite", "Application": "Application", "Applications": "Applications", + "AreYouSure": "Êtes‑vous sûr?", "AuthorizationEndpoint": "Point de terminaison d’autorisation", "AuditLog": "Journaux d’audit", "AuditLogs": "Journaux d’audit",