From ecfbcd42bc2a0b5f5cee3904499ede87ab72734b Mon Sep 17 00:00:00 2001 From: Matias De lellis Date: Wed, 17 Jun 2020 15:03:31 -0300 Subject: [PATCH] Updates to new release.. --- CHANGELOG.md | 10 ++++++++++ l10n/es.js | 17 +++++++++++++++-- l10n/es.json | 17 +++++++++++++++-- l10n/it.js | 38 +++++++++++++++++++++++++++++++++----- l10n/it.json | 38 +++++++++++++++++++++++++++++++++----- 5 files changed, 106 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6f98b7..c17c1db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.5.0]: 2020-06-17 +- Enable sharing of notes as read-only between users. Issue #3, #16 and PR #8. Thanks to Vinzenz Rosenkranz +- Fix many untranslated strings. Issue #31 and #32 +- Add a small modal dialog to change the color of the note. +- Add an option to select the default color for new notes. +- First version of an API for third-party applications +- Modernize some code, clean others and try to improve some css styles. +- Update Italian translation thanks to Valerio Pulese. +- Update Spanish translation thanks to Matias De lellis. + ## [0.4.0]: 2020-06-14 - Implement attachments to notes. - Fix the icon that marks the color of the modal note. diff --git a/l10n/es.js b/l10n/es.js index af38d44..7359890 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -17,6 +17,7 @@ OC.L10N.register( "Pin note" : "Anclar la nota", "Do you want to discard the changes?" : "¿Quieres descartar los cambios?", "Unsaved changes" : "Cambios no guardados", + "Select file to attach" : "Seleccione archivo para adjuntar", "New note" : "Nueva nota", "All notes" : "Todas las notas", "Colors" : "Colores", @@ -30,8 +31,20 @@ OC.L10N.register( "Blockquote" : "Cita", "Clean format" : "Limpiar formato", "Quick notes with a basic rich text" : "Notas rápidas con un texto enriquecido básico", - "Select file to attach" : "Seleccione archivo para adjuntar", + "No tags found" : "No se encontraron etiquetas", + "Share note" : "Compartir nota", + "Select the users to share. By default you only share the note. Attachments should be shared from files so they can view it." : "Seleccione los usuarios para compartir. Por defecto solo comparte la nota. Los archivos adjuntos deben compartirse desde archivos para que puedan verlos.", + "Select the users to share" : "Seleccione los usuarios para compartir", + "No user found" : "Ningún usuario encontrado", + "Shared with {user}" : "Compartido con {user}", + "Shared by {user}" : "Compartido por {user}", "Delete attachment" : "Eliminar adjunto", - "Attach file" : "Adjuntar archivo" + "Attach file" : "Adjuntar archivo", + "Shared" : "Compartidos", + "Shared with others" : "Compartido con otros", + "Shared with you" : "Compartido con usted", + "Close" : "Cerrar", + "Default color for new notes" : "Color predeterminado para nuevas notas", + "Settings" : "Ajustes" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/es.json b/l10n/es.json index ae1cb51..fa3ea99 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -15,6 +15,7 @@ "Pin note" : "Anclar la nota", "Do you want to discard the changes?" : "¿Quieres descartar los cambios?", "Unsaved changes" : "Cambios no guardados", + "Select file to attach" : "Seleccione archivo para adjuntar", "New note" : "Nueva nota", "All notes" : "Todas las notas", "Colors" : "Colores", @@ -28,8 +29,20 @@ "Blockquote" : "Cita", "Clean format" : "Limpiar formato", "Quick notes with a basic rich text" : "Notas rápidas con un texto enriquecido básico", - "Select file to attach" : "Seleccione archivo para adjuntar", + "No tags found" : "No se encontraron etiquetas", + "Share note" : "Compartir nota", + "Select the users to share. By default you only share the note. Attachments should be shared from files so they can view it." : "Seleccione los usuarios para compartir. Por defecto solo comparte la nota. Los archivos adjuntos deben compartirse desde archivos para que puedan verlos.", + "Select the users to share" : "Seleccione los usuarios para compartir", + "No user found" : "Ningún usuario encontrado", + "Shared with {user}" : "Compartido con {user}", + "Shared by {user}" : "Compartido por {user}", "Delete attachment" : "Eliminar adjunto", - "Attach file" : "Adjuntar archivo" + "Attach file" : "Adjuntar archivo", + "Shared" : "Compartidos", + "Shared with others" : "Compartido con otros", + "Shared with you" : "Compartido con usted", + "Close" : "Cerrar", + "Default color for new notes" : "Color predeterminado para nuevas notas", + "Settings" : "Ajustes" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/it.js b/l10n/it.js index 0d5cae5..63195d5 100644 --- a/l10n/it.js +++ b/l10n/it.js @@ -2,21 +2,49 @@ OC.L10N.register( "quicknotes", { "Quick notes" : "Note veloci", - "Tag the note" : "Tagga la nota", - "Enter tags to organize your note" : "Inserisci tags per organizzare la nota", - "Enter tag name" : "Inserire il nome del tag", + "Tag the note" : "Etichetta la nota", + "Enter tags to organize your note" : "Inserisci etichette per organizzare la nota", + "Enter tag name" : "Inserire il nome dell'etichetta", "Cancel" : "Annulla", "Done" : "Fatto", - "Tags" : "Tags", + "Tags" : "Etichette", "Save" : "Salva", "Looking for your notes" : "Cerco le tue note", "Nothing here. Take your first quick notes" : "Non c'è nulla. Crea le tue prime note veloci", "Are you sure you want to delete the note?" : "Se sicuro di voler cancellare la nota?", "Delete note" : "Cancella la nota", + "Unpin note" : "Stacca la nota", + "Pin note" : "Attacca la nota", + "Do you want to discard the changes?" : "Vuoi annullare le modifiche effettuate?", + "Unsaved changes" : "Modifiche non salvate", + "Select file to attach" : "Selezionare il file da allegare", "New note" : "Nuova nota", "All notes" : "Tutte le note", "Colors" : "Colori", "Notes" : "Note", - "Quick notes with a basic rich text" : "Note veloci con abbellimenti di base del testo " + "Bold" : "Grassetto", + "Italic" : "Corsivo", + "Underline" : "Sottolineat", + "Strikethrough" : "Barrato", + "Bulleted list" : "Elenco puntato", + "Numbered list" : "Elenco numerato", + "Blockquote" : "Citazione", + "Clean format" : "Elimina formattazione", + "Quick notes with a basic rich text" : "Note veloci con abbellimenti di base del testo ", + "No tags found" : "Nessuna etichetta trovata", + "Share note" : "Condividi nota", + "Select the users to share. By default you only share the note. Attachments should be shared from files so they can view it." : "Seleziona gli utenti con cui condividere. Viene condivisa solo la nota. Gli allegati, per poter essere visti dagli altri, vanno condivisi come di consueto.", + "Select the users to share" : "Seleziona gli utenti con cui condividere", + "No user found" : "Nessun utente trovato", + "Shared with {user}" : "Condiviso con {user}", + "Shared by {user}" : "Condiviso da {user}", + "Delete attachment" : "Elimina allegato", + "Attach file" : "Allega file", + "Shared" : "Condiviso", + "Shared with others" : "Condiviso con altri", + "Shared with you" : "Condiviso con te", + "Close" : "Chiudi", + "Default color for new notes" : "Colore predefinito per le nuove note", + "Settings" : "Impostazioni" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/it.json b/l10n/it.json index 158edcc..8e1a546 100644 --- a/l10n/it.json +++ b/l10n/it.json @@ -1,20 +1,48 @@ { "translations": { "Quick notes" : "Note veloci", - "Tag the note" : "Tagga la nota", - "Enter tags to organize your note" : "Inserisci tags per organizzare la nota", - "Enter tag name" : "Inserire il nome del tag", + "Tag the note" : "Etichetta la nota", + "Enter tags to organize your note" : "Inserisci etichette per organizzare la nota", + "Enter tag name" : "Inserire il nome dell'etichetta", "Cancel" : "Annulla", "Done" : "Fatto", - "Tags" : "Tags", + "Tags" : "Etichette", "Save" : "Salva", "Looking for your notes" : "Cerco le tue note", "Nothing here. Take your first quick notes" : "Non c'è nulla. Crea le tue prime note veloci", "Are you sure you want to delete the note?" : "Se sicuro di voler cancellare la nota?", "Delete note" : "Cancella la nota", + "Unpin note" : "Stacca la nota", + "Pin note" : "Attacca la nota", + "Do you want to discard the changes?" : "Vuoi annullare le modifiche effettuate?", + "Unsaved changes" : "Modifiche non salvate", + "Select file to attach" : "Selezionare il file da allegare", "New note" : "Nuova nota", "All notes" : "Tutte le note", "Colors" : "Colori", "Notes" : "Note", - "Quick notes with a basic rich text" : "Note veloci con abbellimenti di base del testo " + "Bold" : "Grassetto", + "Italic" : "Corsivo", + "Underline" : "Sottolineat", + "Strikethrough" : "Barrato", + "Bulleted list" : "Elenco puntato", + "Numbered list" : "Elenco numerato", + "Blockquote" : "Citazione", + "Clean format" : "Elimina formattazione", + "Quick notes with a basic rich text" : "Note veloci con abbellimenti di base del testo ", + "No tags found" : "Nessuna etichetta trovata", + "Share note" : "Condividi nota", + "Select the users to share. By default you only share the note. Attachments should be shared from files so they can view it." : "Seleziona gli utenti con cui condividere. Viene condivisa solo la nota. Gli allegati, per poter essere visti dagli altri, vanno condivisi come di consueto.", + "Select the users to share" : "Seleziona gli utenti con cui condividere", + "No user found" : "Nessun utente trovato", + "Shared with {user}" : "Condiviso con {user}", + "Shared by {user}" : "Condiviso da {user}", + "Delete attachment" : "Elimina allegato", + "Attach file" : "Allega file", + "Shared" : "Condiviso", + "Shared with others" : "Condiviso con altri", + "Shared with you" : "Condiviso con te", + "Close" : "Chiudi", + "Default color for new notes" : "Colore predefinito per le nuove note", + "Settings" : "Impostazioni" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file