mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-11-30 23:37:16 +01:00
Quicknotes v0.2.3
This commit is contained in:
@@ -1,8 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [0.2.2]: 2020-01-8
|
## [0.2.3]: 2020-02-06
|
||||||
|
- Drop support to NC15 in line with Nextcloud.
|
||||||
|
- Add Russian translation thanks to Rusalan Kortikov.
|
||||||
|
- Add Polish translation thanks to Valdnet Valdnet.
|
||||||
|
|
||||||
|
## [0.2.2]: 2020-01-08
|
||||||
- Support NC18.
|
- Support NC18.
|
||||||
- Fix Italian translation thanks to @valeriop
|
- Fix Italian translation thanks to Valerio Pulese.
|
||||||
|
|
||||||
## [0.2.1]: 2019-11-14
|
## [0.2.1]: 2019-11-14
|
||||||
- Support NC15 again. It's the stable version.
|
- Support NC15 again. It's the stable version.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<name>Quick notes</name>
|
<name>Quick notes</name>
|
||||||
<summary>Quick notes with a basic rich text</summary>
|
<summary>Quick notes with a basic rich text</summary>
|
||||||
<description>Quick notes with a basic rich text</description>
|
<description>Quick notes with a basic rich text</description>
|
||||||
<version>0.2.2</version>
|
<version>0.2.3</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author>Matias De lellis</author>
|
<author>Matias De lellis</author>
|
||||||
<namespace>QuickNotes</namespace>
|
<namespace>QuickNotes</namespace>
|
||||||
@@ -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-rich-text.png</screenshot>
|
||||||
<screenshot>https://raw.githubusercontent.com/matiasdelellis/quicknotes/master/doc/quicknotes-note-tag.png</screenshot>
|
<screenshot>https://raw.githubusercontent.com/matiasdelellis/quicknotes/master/doc/quicknotes-note-tag.png</screenshot>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<nextcloud min-version="15" max-version="18"/>
|
<nextcloud min-version="16" max-version="18"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</info>
|
</info>
|
||||||
|
|||||||
22
l10n/it.js
Normal file
22
l10n/it.js
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
OC.L10N.register(
|
||||||
|
"quicknotes",
|
||||||
|
{
|
||||||
|
"Quick notes" : "Note veloci",
|
||||||
|
"Cancel" : "Annulla",
|
||||||
|
"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",
|
||||||
|
"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 ",
|
||||||
|
"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",
|
||||||
|
"Done" : "Fatto",
|
||||||
|
"Tags" : "Tags"
|
||||||
|
},
|
||||||
|
"nplurals=2; plural=(n != 1);");
|
||||||
20
l10n/it.json
20
l10n/it.json
@@ -1,14 +1,20 @@
|
|||||||
{ "translations": {
|
{ "translations": {
|
||||||
"Quick notes" : "Note veloci",
|
"Quick notes" : "Note veloci",
|
||||||
"Nothing here. Take your quick notes." : "Niente qui. Prendi le tue note veloci.",
|
"Cancel" : "Annulla",
|
||||||
|
"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",
|
||||||
"New note" : "Nuova nota",
|
"New note" : "Nuova nota",
|
||||||
"All notes" : "Tutte le note",
|
"All notes" : "Tutte le note",
|
||||||
"Shared with you" : "Condiviso con te",
|
|
||||||
"Shared with others" : "Condiviso con altri",
|
|
||||||
"Colors" : "Colori",
|
"Colors" : "Colori",
|
||||||
"Notes" : "Note",
|
"Notes" : "Note",
|
||||||
"Share" : "Condiviso",
|
"Quick notes with a basic rich text" : "Note veloci con abbellimenti di base del testo ",
|
||||||
"Cancel" : "Cancella",
|
"Tag the note" : "Tagga la nota",
|
||||||
"Save" : "Salva"
|
"Enter tags to organize your note" : "Inserisci tags per organizzare la nota",
|
||||||
}
|
"Enter tag name" : "Inserire il nome del tag",
|
||||||
|
"Done" : "Fatto",
|
||||||
|
"Tags" : "Tags"
|
||||||
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
22
l10n/pl.js
Normal file
22
l10n/pl.js
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
OC.L10N.register(
|
||||||
|
"quicknotes",
|
||||||
|
{
|
||||||
|
"Quick notes" : "Szybkie notatki",
|
||||||
|
"Cancel" : "Anuluj",
|
||||||
|
"Save" : "Zapisz",
|
||||||
|
"Looking for your notes" : "Szukam notatek",
|
||||||
|
"Nothing here. Take your first quick notes" : "Nic tu nie ma. Zrób pierwsze szybkie notatki",
|
||||||
|
"Are you sure you want to delete the note?" : "Czy na pewno chcesz usunąć notatkę?",
|
||||||
|
"Delete note" : "Usuń notatkę",
|
||||||
|
"New note" : "Nowa notatka",
|
||||||
|
"All notes" : "Wszystkie notatki",
|
||||||
|
"Colors" : "Kolor",
|
||||||
|
"Notes" : "Notatki",
|
||||||
|
"Quick notes with a basic rich text" : "Szybkie notatki z podstawowym tekstem sformatowanym",
|
||||||
|
"Tag the note" : "Oznacz notatkę",
|
||||||
|
"Enter tags to organize your note" : "Przypisz etykietę, aby uporządkować notatkę",
|
||||||
|
"Enter tag name" : "Wpisz nazwę etykiety",
|
||||||
|
"Done" : "Gotowe",
|
||||||
|
"Tags" : "Etykiety"
|
||||||
|
},
|
||||||
|
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");
|
||||||
20
l10n/pl.json
Normal file
20
l10n/pl.json
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
{ "translations": {
|
||||||
|
"Quick notes" : "Szybkie notatki",
|
||||||
|
"Cancel" : "Anuluj",
|
||||||
|
"Save" : "Zapisz",
|
||||||
|
"Looking for your notes" : "Szukam notatek",
|
||||||
|
"Nothing here. Take your first quick notes" : "Nic tu nie ma. Zrób pierwsze szybkie notatki",
|
||||||
|
"Are you sure you want to delete the note?" : "Czy na pewno chcesz usunąć notatkę?",
|
||||||
|
"Delete note" : "Usuń notatkę",
|
||||||
|
"New note" : "Nowa notatka",
|
||||||
|
"All notes" : "Wszystkie notatki",
|
||||||
|
"Colors" : "Kolor",
|
||||||
|
"Notes" : "Notatki",
|
||||||
|
"Quick notes with a basic rich text" : "Szybkie notatki z podstawowym tekstem sformatowanym",
|
||||||
|
"Tag the note" : "Oznacz notatkę",
|
||||||
|
"Enter tags to organize your note" : "Przypisz etykietę, aby uporządkować notatkę",
|
||||||
|
"Enter tag name" : "Wpisz nazwę etykiety",
|
||||||
|
"Done" : "Gotowe",
|
||||||
|
"Tags" : "Etykiety"
|
||||||
|
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
|
||||||
|
}
|
||||||
22
l10n/ru.js
Normal file
22
l10n/ru.js
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
OC.L10N.register(
|
||||||
|
"quicknotes",
|
||||||
|
{
|
||||||
|
"Quick notes" : "Заметки",
|
||||||
|
"Cancel" : "Отмена",
|
||||||
|
"Save" : "Сохранить",
|
||||||
|
"Looking for your notes" : "Ищу ваши заметки",
|
||||||
|
"Nothing here. Take your first quick notes" : "Заметок нет. Сделайте свою первую заметку",
|
||||||
|
"Are you sure you want to delete the note?" : "Вы уверены, что хотите удалить заметку?",
|
||||||
|
"Delete note" : "Удалить заметку",
|
||||||
|
"New note" : "Новая заметка",
|
||||||
|
"All notes" : "Все заметки",
|
||||||
|
"Colors" : "Цвет",
|
||||||
|
"Notes" : "Заметка",
|
||||||
|
"Quick notes with a basic rich text" : "Быстрые заметки с базовым форматированным текстом",
|
||||||
|
"Tag the note" : "Введите тэги заметки",
|
||||||
|
"Enter tags to organize your note" : "Введите теги, чтобы отфильтровать заметки",
|
||||||
|
"Enter tag name" : "Введите тэг",
|
||||||
|
"Done" : "Закрыть",
|
||||||
|
"Tags" : "Тэги"
|
||||||
|
},
|
||||||
|
"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");
|
||||||
20
l10n/ru.json
Normal file
20
l10n/ru.json
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
{ "translations": {
|
||||||
|
"Quick notes" : "Заметки",
|
||||||
|
"Cancel" : "Отмена",
|
||||||
|
"Save" : "Сохранить",
|
||||||
|
"Looking for your notes" : "Ищу ваши заметки",
|
||||||
|
"Nothing here. Take your first quick notes" : "Заметок нет. Сделайте свою первую заметку",
|
||||||
|
"Are you sure you want to delete the note?" : "Вы уверены, что хотите удалить заметку?",
|
||||||
|
"Delete note" : "Удалить заметку",
|
||||||
|
"New note" : "Новая заметка",
|
||||||
|
"All notes" : "Все заметки",
|
||||||
|
"Colors" : "Цвет",
|
||||||
|
"Notes" : "Заметка",
|
||||||
|
"Quick notes with a basic rich text" : "Быстрые заметки с базовым форматированным текстом",
|
||||||
|
"Tag the note" : "Введите тэги заметки",
|
||||||
|
"Enter tags to organize your note" : "Введите теги, чтобы отфильтровать заметки",
|
||||||
|
"Enter tag name" : "Введите тэг",
|
||||||
|
"Done" : "Закрыть",
|
||||||
|
"Tags" : "Тэги"
|
||||||
|
},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user