Change d'interface plus légére, modification side barre

This commit is contained in:
2025-12-24 16:14:17 +01:00
parent cc1d6880a7
commit 917a31d5a8
46 changed files with 7484 additions and 298 deletions

View File

@ -260,5 +260,25 @@
"nextMonth": "Next month",
"noNote": "No note",
"noteOf": "Note of"
},
"public": {
"buttonPrivate": "Private",
"buttonPublic": "Public",
"titlePrivate": "This note is private - Click to make it public",
"titlePublic": "This note is public - Click to make it private",
"listTitle": "Public Notes",
"listSubtitle": "Discover my shared notes",
"noPublicNotes": "No public notes yet",
"publishedOn": "Published on",
"backToList": "Back to public notes",
"loading": "Loading...",
"notificationPublished": "✅ Note published! It is now visible at /public",
"notificationUnpublished": "✅ Note removed from public space",
"notificationError": "❌ Error changing status"
},
"publicNotes": {
"title": "Public Notes",
"editNote": "Edit note",
"viewPublic": "View public page"
}
}