From b290ed7c69707e4ca29218c23486f31b8b0742c7 Mon Sep 17 00:00:00 2001 From: Till JS Date: Mon, 27 Apr 2026 14:44:10 +0200 Subject: [PATCH] i18n(notes): add namespace JSONs (de/en/es/fr/it) Adds page sub-namespace covering page title, stats counter, search placeholder, new-note action, create form (title/content placeholders + cancel/create), section labels (Angepinnt/Weitere), Unbenannt fallback, empty state + loading. Co-Authored-By: Claude Opus 4.7 (1M context) --- .../web/src/lib/i18n/locales/notes/de.json | 19 +++++++++++++++++++ .../web/src/lib/i18n/locales/notes/en.json | 19 +++++++++++++++++++ .../web/src/lib/i18n/locales/notes/es.json | 19 +++++++++++++++++++ .../web/src/lib/i18n/locales/notes/fr.json | 19 +++++++++++++++++++ .../web/src/lib/i18n/locales/notes/it.json | 19 +++++++++++++++++++ 5 files changed, 95 insertions(+) create mode 100644 apps/mana/apps/web/src/lib/i18n/locales/notes/de.json create mode 100644 apps/mana/apps/web/src/lib/i18n/locales/notes/en.json create mode 100644 apps/mana/apps/web/src/lib/i18n/locales/notes/es.json create mode 100644 apps/mana/apps/web/src/lib/i18n/locales/notes/fr.json create mode 100644 apps/mana/apps/web/src/lib/i18n/locales/notes/it.json diff --git a/apps/mana/apps/web/src/lib/i18n/locales/notes/de.json b/apps/mana/apps/web/src/lib/i18n/locales/notes/de.json new file mode 100644 index 000000000..65a8ca609 --- /dev/null +++ b/apps/mana/apps/web/src/lib/i18n/locales/notes/de.json @@ -0,0 +1,19 @@ +{ + "page": { + "page_title_html": "Notes - Mana", + "title": "Notes", + "stats_count": "{n} Notizen", + "search_placeholder": "Notizen durchsuchen...", + "action_new": "+ Neue Notiz", + "placeholder_title": "Titel...", + "placeholder_content": "Schreibe etwas...", + "action_cancel": "Abbrechen", + "action_create": "Erstellen", + "section_pinned": "Angepinnt", + "section_others": "Weitere", + "untitled": "Unbenannt", + "empty_no_notes": "Noch keine Notizen.", + "empty_action": "Erste Notiz erstellen", + "loading": "Laden..." + } +} diff --git a/apps/mana/apps/web/src/lib/i18n/locales/notes/en.json b/apps/mana/apps/web/src/lib/i18n/locales/notes/en.json new file mode 100644 index 000000000..f8c0a7dbe --- /dev/null +++ b/apps/mana/apps/web/src/lib/i18n/locales/notes/en.json @@ -0,0 +1,19 @@ +{ + "page": { + "page_title_html": "Notes - Mana", + "title": "Notes", + "stats_count": "{n} notes", + "search_placeholder": "Search notes…", + "action_new": "+ New note", + "placeholder_title": "Title…", + "placeholder_content": "Write something…", + "action_cancel": "Cancel", + "action_create": "Create", + "section_pinned": "Pinned", + "section_others": "Others", + "untitled": "Untitled", + "empty_no_notes": "No notes yet.", + "empty_action": "Create your first note", + "loading": "Loading…" + } +} diff --git a/apps/mana/apps/web/src/lib/i18n/locales/notes/es.json b/apps/mana/apps/web/src/lib/i18n/locales/notes/es.json new file mode 100644 index 000000000..5097a577c --- /dev/null +++ b/apps/mana/apps/web/src/lib/i18n/locales/notes/es.json @@ -0,0 +1,19 @@ +{ + "page": { + "page_title_html": "Notes - Mana", + "title": "Notes", + "stats_count": "{n} notas", + "search_placeholder": "Buscar notas…", + "action_new": "+ Nueva nota", + "placeholder_title": "Título…", + "placeholder_content": "Escribe algo…", + "action_cancel": "Cancelar", + "action_create": "Crear", + "section_pinned": "Fijadas", + "section_others": "Otras", + "untitled": "Sin título", + "empty_no_notes": "Aún no hay notas.", + "empty_action": "Crea tu primera nota", + "loading": "Cargando…" + } +} diff --git a/apps/mana/apps/web/src/lib/i18n/locales/notes/fr.json b/apps/mana/apps/web/src/lib/i18n/locales/notes/fr.json new file mode 100644 index 000000000..751370b73 --- /dev/null +++ b/apps/mana/apps/web/src/lib/i18n/locales/notes/fr.json @@ -0,0 +1,19 @@ +{ + "page": { + "page_title_html": "Notes - Mana", + "title": "Notes", + "stats_count": "{n} notes", + "search_placeholder": "Rechercher des notes…", + "action_new": "+ Nouvelle note", + "placeholder_title": "Titre…", + "placeholder_content": "Écris quelque chose…", + "action_cancel": "Annuler", + "action_create": "Créer", + "section_pinned": "Épinglées", + "section_others": "Autres", + "untitled": "Sans titre", + "empty_no_notes": "Pas encore de notes.", + "empty_action": "Créer la première note", + "loading": "Chargement…" + } +} diff --git a/apps/mana/apps/web/src/lib/i18n/locales/notes/it.json b/apps/mana/apps/web/src/lib/i18n/locales/notes/it.json new file mode 100644 index 000000000..b422d43b7 --- /dev/null +++ b/apps/mana/apps/web/src/lib/i18n/locales/notes/it.json @@ -0,0 +1,19 @@ +{ + "page": { + "page_title_html": "Notes - Mana", + "title": "Notes", + "stats_count": "{n} note", + "search_placeholder": "Cerca tra le note…", + "action_new": "+ Nuova nota", + "placeholder_title": "Titolo…", + "placeholder_content": "Scrivi qualcosa…", + "action_cancel": "Annulla", + "action_create": "Crea", + "section_pinned": "Fissate", + "section_others": "Altre", + "untitled": "Senza titolo", + "empty_no_notes": "Nessuna nota.", + "empty_action": "Crea la prima nota", + "loading": "Caricamento…" + } +}