Skip to content

Commit

Permalink
Quicknotes v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasdelellis committed May 8, 2020
1 parent 661ca50 commit cd42087
Show file tree
Hide file tree
Showing 6 changed files with 69 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.2.4]: 2020-08-05
- Add French translation thanks to Aymo XXX.
- Update German translation thanks to lhsei.
- Support NC19.

## [0.2.3]: 2020-02-06
- Drop support to NC15 in line with Nextcloud.
- Add Russian translation thanks to Rusalan Kortikov.
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>Quick notes</name>
<summary>Quick notes with a basic rich text</summary>
<description>Quick notes with a basic rich text</description>
<version>0.2.3</version>
<version>0.2.4</version>
<licence>agpl</licence>
<author>Matias De lellis</author>
<namespace>QuickNotes</namespace>
Expand All @@ -19,6 +19,6 @@
<screenshot>https://raw.githubusercontent.com/matiasdelellis/quicknotes/master/doc/quicknotes-rich-text.png</screenshot>
<screenshot>https://raw.githubusercontent.com/matiasdelellis/quicknotes/master/doc/quicknotes-note-tag.png</screenshot>
<dependencies>
<nextcloud min-version="16" max-version="18"/>
<nextcloud min-version="16" max-version="19"/>
</dependencies>
</info>
12 changes: 10 additions & 2 deletions l10n/de.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
OC.L10N.register(
"quicknotes",
{
"Quick notes" : "Quick notes",
"Quick notes" : "Notizen",
"Nothing here. Take your quick notes." : "Nichts vorhanden. Verfasse deine Notizen.",
"Are you sure you want to delete the note?" : "Möchten Sie die Notiz wirklich löschen?",
"Delete note" : "Lösche Notiz",
"New note" : "Neue Notiz",
"All notes" : "Alle Notizen",
"Shared with you" : "Mit Dir geteilt",
Expand All @@ -11,6 +13,12 @@ OC.L10N.register(
"Notes" : "Notizen",
"Share" : "Teilen",
"Cancel" : "Abbrechen",
"Save" : "Speichern"
"Save" : "Speichern",
"Tag the note" : "Notiz kategorisieren",
"Enter tags to organize your note" : "Geben Sie die Kategorie ein",
"Enter tag name" : "Geben Sie die Kategorie ein",
"Done" : "Fertig",
"Quick notes with a basic rich text" : "Notizen mit Rich-Text-Unterstützung",
"Tags" : "Kategorien"
}
);
12 changes: 10 additions & 2 deletions l10n/de.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{ "translations": {
"Quick notes" : "Quick notes",
"Quick notes" : "Notizen",
"Nothing here. Take your quick notes." : "Nichts vorhanden. Verfasse deine Notizen.",
"Are you sure you want to delete the note?" : "Möchten Sie die Notiz wirklich löschen?",
"Delete note" : "Lösche Notiz",
"New note" : "Neue Notiz",
"All notes" : "Alle Notizen",
"Shared with you" : "Mit Dir geteilt",
Expand All @@ -9,6 +11,12 @@
"Notes" : "Notizen",
"Share" : "Teilen",
"Cancel" : "Abbrechen",
"Save" : "Speichern"
"Save" : "Speichern",
"Tag the note" : "Notiz kategorisieren",
"Enter tags to organize your note" : "Geben Sie die Kategorie ein",
"Enter tag name" : "Geben Sie die Kategorie ein",
"Done" : "Fertig",
"Quick notes with a basic rich text" : "Notizen mit Rich-Text-Unterstützung",
"Tags" : "Kategorien"
}
}
22 changes: 22 additions & 0 deletions l10n/fr.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
OC.L10N.register(
"quicknotes",
{
"Quick notes" : "Notes rapides",
"Cancel" : "Annuler",
"Save" : "Sauv.",
"Looking for your notes" : "Chercher dans vos notes",
"Nothing here. Take your first quick notes" : "Aucune note. Prenez vos premières notes !",
"Are you sure you want to delete the note?" : "Etes-vous sûr de vouloir effacer la note ?",
"Delete note" : "Effacer note",
"New note" : "Nouvelle note",
"All notes" : "Toutes les notes",
"Colors" : "Couleurs",
"Notes" : "Notes",
"Quick notes with a basic rich text" : "Notes rapides avec un format 'rich text' basic",
"Tag the note" : "Etiquettez votre note",
"Enter tags to organize your note" : "Rédigez une étiquette pour organiser votre note",
"Enter tag name" : "Nom de l'étiquette",
"Done" : "Ok",
"Tags" : "Etiquettes"
},
"nplurals=2; plural=(n > 1);");
20 changes: 20 additions & 0 deletions l10n/fr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{ "translations": {
"Quick notes" : "Notes rapides",
"Cancel" : "Annuler",
"Save" : "Sauv.",
"Looking for your notes" : "Chercher dans vos notes",
"Nothing here. Take your first quick notes" : "Aucune note. Prenez vos premières notes !",
"Are you sure you want to delete the note?" : "Etes-vous sûr de vouloir effacer la note ?",
"Delete note" : "Effacer note",
"New note" : "Nouvelle note",
"All notes" : "Toutes les notes",
"Colors" : "Couleurs",
"Notes" : "Notes",
"Quick notes with a basic rich text" : "Notes rapides avec un format 'rich text' basic",
"Tag the note" : "Etiquettez votre note",
"Enter tags to organize your note" : "Rédigez une étiquette pour organiser votre note",
"Enter tag name" : "Nom de l'étiquette",
"Done" : "Ok",
"Tags" : "Etiquettes"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}

0 comments on commit cd42087

Please sign in to comment.