From 176f66b437f073342d788bf05b344c00717a0d34 Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Sun, 8 Mar 2026 23:02:36 -0400 Subject: [PATCH] feat: Add French and Dutch localization support for common UI elements --- public/locales/fr/common.json | 33 +++++++++++++++++++++++++++++++++ public/locales/nl/common.json | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 public/locales/fr/common.json create mode 100644 public/locales/nl/common.json diff --git a/public/locales/fr/common.json b/public/locales/fr/common.json new file mode 100644 index 0000000..6c82767 --- /dev/null +++ b/public/locales/fr/common.json @@ -0,0 +1,33 @@ +{ + "save": "Enregistrer", + "cancel": "Annuler", + "delete": "Supprimer", + "edit": "Modifier", + "close": "Fermer", + "confirm": "Confirmer", + "loading": "Chargement...", + "error": "Erreur", + "success": "Succès", + "warning": "Avertissement", + "refresh": "Actualiser", + "copy": "Copier", + "copied": "Copié !", + "settings": "Paramètres", + "yes": "Oui", + "no": "Non", + "back": "Retour", + "backToCalendar": "Retour au Calendrier", + "logout": "Déconnexion", + "version": "Version", + "navigation": { + "allTasks": "Toutes les Tâches", + "archived": "Archivées", + "things": "Objets", + "labels": "Étiquettes", + "projects": "Projets", + "filters": "Filtres", + "activities": "Activités", + "points": "Points", + "settings": "Paramètres" + } +} diff --git a/public/locales/nl/common.json b/public/locales/nl/common.json new file mode 100644 index 0000000..43cb62c --- /dev/null +++ b/public/locales/nl/common.json @@ -0,0 +1,33 @@ +{ + "save": "Opslaan", + "cancel": "Annuleren", + "delete": "Verwijderen", + "edit": "Bewerken", + "close": "Sluiten", + "confirm": "Bevestigen", + "loading": "Laden...", + "error": "Fout", + "success": "Succes", + "warning": "Waarschuwing", + "refresh": "Vernieuwen", + "copy": "Kopiëren", + "copied": "Gekopieerd!", + "settings": "Instellingen", + "yes": "Ja", + "no": "Nee", + "back": "Terug", + "backToCalendar": "Terug naar Kalender", + "logout": "Uitloggen", + "version": "Versie", + "navigation": { + "allTasks": "Alle Taken", + "archived": "Gearchiveerd", + "things": "Dingen", + "labels": "Labels", + "projects": "Projecten", + "filters": "Filters", + "activities": "Activiteiten", + "points": "Punten", + "settings": "Instellingen" + } +}