diff --git a/CHANGELOG.md b/CHANGELOG.md
index a1ae5c1..f9ace9f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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.
diff --git a/appinfo/info.xml b/appinfo/info.xml
index fbafa90..7e6cba2 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
Quick notes
Quick notes with a basic rich text
Quick notes with a basic rich text
- 0.2.3
+ 0.2.4
agpl
Matias De lellis
QuickNotes
@@ -19,6 +19,6 @@
https://raw.githubusercontent.com/matiasdelellis/quicknotes/master/doc/quicknotes-rich-text.png
https://raw.githubusercontent.com/matiasdelellis/quicknotes/master/doc/quicknotes-note-tag.png
-
+
diff --git a/l10n/de.js b/l10n/de.js
index fb33f7d..0611a93 100644
--- a/l10n/de.js
+++ b/l10n/de.js
@@ -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",
@@ -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"
}
);
diff --git a/l10n/de.json b/l10n/de.json
index 43d25eb..27a629c 100644
--- a/l10n/de.json
+++ b/l10n/de.json
@@ -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",
@@ -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"
}
}
diff --git a/l10n/fr.js b/l10n/fr.js
new file mode 100644
index 0000000..2ed557e
--- /dev/null
+++ b/l10n/fr.js
@@ -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);");
diff --git a/l10n/fr.json b/l10n/fr.json
new file mode 100644
index 0000000..380044f
--- /dev/null
+++ b/l10n/fr.json
@@ -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);"
+}
\ No newline at end of file