fix: replace hardcoded French strings in notes-tabs-view with i18n
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 43s
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 43s
- Empty notebook placeholder: "Carnet vide" → t('notes.emptyNotebook')
- No note selected: "Aucune note sélectionnée" → t('notes.noNoteSelected')
- Descriptions replaced with t('notes.emptyNotebookDesc'), t('notes.selectOrCreateNote')
- Removed French fallback on newNote button title
- Added 4 new i18n keys to all 15 locales
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -970,7 +970,11 @@
|
||||
"exportPDF": "Exportar PDF",
|
||||
"savedStatus": "Salvo",
|
||||
"dirtyStatus": "Modificado",
|
||||
"completedLabel": "Concluídos"
|
||||
"completedLabel": "Concluídos",
|
||||
"notes.emptyNotebook": "Caderno vazio",
|
||||
"notes.emptyNotebookDesc": "Este caderno não tem notas. Clique em + para criar uma.",
|
||||
"notes.noNoteSelected": "Nenhuma nota selecionada",
|
||||
"notes.selectOrCreateNote": "Selecione uma nota da lista ou crie uma nova."
|
||||
},
|
||||
"pagination": {
|
||||
"next": "→",
|
||||
|
||||
Reference in New Issue
Block a user