From 4457b957d33f1bc15e9a4330b7d6015b41acf0a0 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle Date: Mon, 23 Jun 2025 19:53:06 +0200 Subject: [PATCH] #1859 i18n: add more app and webpage translation Signed-off-by: Patrizio Bekerle --- CHANGELOG.md | 1 + src/languages/QOwnNotes_am_ET.ts | 20 +++++++++ src/languages/QOwnNotes_ar.ts | 20 +++++++++ src/languages/QOwnNotes_bg.ts | 20 +++++++++ src/languages/QOwnNotes_bn.ts | 20 +++++++++ src/languages/QOwnNotes_bs.ts | 20 +++++++++ src/languages/QOwnNotes_ca.ts | 20 +++++++++ src/languages/QOwnNotes_ceb.ts | 20 +++++++++ src/languages/QOwnNotes_cs.ts | 20 +++++++++ src/languages/QOwnNotes_da.ts | 20 +++++++++ src/languages/QOwnNotes_de.ts | 20 +++++++++ src/languages/QOwnNotes_el.ts | 20 +++++++++ src/languages/QOwnNotes_en_GB.ts | 20 +++++++++ src/languages/QOwnNotes_es.ts | 20 +++++++++ src/languages/QOwnNotes_et.ts | 20 +++++++++ src/languages/QOwnNotes_eu.ts | 20 +++++++++ src/languages/QOwnNotes_fa.ts | 20 +++++++++ src/languages/QOwnNotes_fi.ts | 56 +++++++++++++++++-------- src/languages/QOwnNotes_fil.ts | 20 +++++++++ src/languages/QOwnNotes_fr.ts | 20 +++++++++ src/languages/QOwnNotes_ga.ts | 20 +++++++++ src/languages/QOwnNotes_gl.ts | 20 +++++++++ src/languages/QOwnNotes_ha.ts | 20 +++++++++ src/languages/QOwnNotes_he.ts | 20 +++++++++ src/languages/QOwnNotes_hi.ts | 20 +++++++++ src/languages/QOwnNotes_hil.ts | 20 +++++++++ src/languages/QOwnNotes_hr.ts | 20 +++++++++ src/languages/QOwnNotes_hu.ts | 20 +++++++++ src/languages/QOwnNotes_id.ts | 20 +++++++++ src/languages/QOwnNotes_is.ts | 20 +++++++++ src/languages/QOwnNotes_it.ts | 20 +++++++++ src/languages/QOwnNotes_ja.ts | 20 +++++++++ src/languages/QOwnNotes_km.ts | 20 +++++++++ src/languages/QOwnNotes_ko.ts | 20 +++++++++ src/languages/QOwnNotes_ku.ts | 20 +++++++++ src/languages/QOwnNotes_lt.ts | 20 +++++++++ src/languages/QOwnNotes_lv.ts | 20 +++++++++ src/languages/QOwnNotes_mi.ts | 20 +++++++++ src/languages/QOwnNotes_mk.ts | 20 +++++++++ src/languages/QOwnNotes_ms.ts | 20 +++++++++ src/languages/QOwnNotes_nl.ts | 20 +++++++++ src/languages/QOwnNotes_no.ts | 20 +++++++++ src/languages/QOwnNotes_pa.ts | 20 +++++++++ src/languages/QOwnNotes_pcm_NG.ts | 20 +++++++++ src/languages/QOwnNotes_pl.ts | 20 +++++++++ src/languages/QOwnNotes_pt_BR.ts | 20 +++++++++ src/languages/QOwnNotes_pt_PT.ts | 20 +++++++++ src/languages/QOwnNotes_ro.ts | 20 +++++++++ src/languages/QOwnNotes_ru.ts | 20 +++++++++ src/languages/QOwnNotes_si.ts | 20 +++++++++ src/languages/QOwnNotes_sk.ts | 20 +++++++++ src/languages/QOwnNotes_sl.ts | 20 +++++++++ src/languages/QOwnNotes_sn.ts | 20 +++++++++ src/languages/QOwnNotes_sq.ts | 20 +++++++++ src/languages/QOwnNotes_sr.ts | 20 +++++++++ src/languages/QOwnNotes_sv.ts | 20 +++++++++ src/languages/QOwnNotes_ta_IN.ts | 20 +++++++++ src/languages/QOwnNotes_th.ts | 20 +++++++++ src/languages/QOwnNotes_tl.ts | 20 +++++++++ src/languages/QOwnNotes_tlh_AA.ts | 20 +++++++++ src/languages/QOwnNotes_tr.ts | 20 +++++++++ src/languages/QOwnNotes_uk.ts | 20 +++++++++ src/languages/QOwnNotes_ur.ts | 20 +++++++++ src/languages/QOwnNotes_uz.ts | 20 +++++++++ src/languages/QOwnNotes_vi.ts | 20 +++++++++ src/languages/QOwnNotes_xh.ts | 20 +++++++++ src/languages/QOwnNotes_yi.ts | 20 +++++++++ src/languages/QOwnNotes_zh_CN.ts | 20 +++++++++ src/languages/QOwnNotes_zh_TW.ts | 20 +++++++++ src/languages/QOwnNotes_zu.ts | 20 +++++++++ webpage/src/ar/installation/macos.md | 4 ++ webpage/src/ar/installation/nix.md | 6 ++- webpage/src/de/installation/macos.md | 4 ++ webpage/src/de/installation/nix.md | 6 ++- webpage/src/es/editor/spellchecking.md | 2 +- webpage/src/es/installation/appimage.md | 2 +- webpage/src/es/installation/macos.md | 4 ++ webpage/src/es/installation/nix.md | 6 ++- webpage/src/fa/installation/macos.md | 4 ++ webpage/src/fa/installation/nix.md | 6 ++- webpage/src/fr/installation/macos.md | 4 ++ webpage/src/fr/installation/nix.md | 6 ++- webpage/src/hu/installation/macos.md | 4 ++ webpage/src/hu/installation/nix.md | 6 ++- webpage/src/it/installation/macos.md | 4 ++ webpage/src/it/installation/nix.md | 6 ++- webpage/src/ko/installation/macos.md | 4 ++ webpage/src/ko/installation/nix.md | 6 ++- webpage/src/nl/installation/macos.md | 4 ++ webpage/src/nl/installation/nix.md | 6 ++- webpage/src/pl/installation/macos.md | 4 ++ webpage/src/pl/installation/nix.md | 6 ++- 92 files changed, 1491 insertions(+), 30 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33cc56c45..71b7a515c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - In the _Git settings_ you now can configure a git client only if the app was not built with libgit2 support, otherwise you will get the information that support for the git library libgit2 is activated (for [#3296](https://github.com/pbek/QOwnNotes/issues/3296)) +- Added more Spanish, Korean, Finnish translation (thank you, alejandromoc, venusgirl, tommihanhikoski) ## 25.6.4 diff --git a/src/languages/QOwnNotes_am_ET.ts b/src/languages/QOwnNotes_am_ET.ts index 7b55f2715..b074f8405 100644 --- a/src/languages/QOwnNotes_am_ET.ts +++ b/src/languages/QOwnNotes_am_ET.ts @@ -2776,6 +2776,14 @@ If the trash is enabled on your ownCloud server you should be able to restore th Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5682,6 +5690,18 @@ Just test yourself if you get sync conflicts and set a higher value if so.Automatically remove trailing spaces in the note text +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_ar.ts b/src/languages/QOwnNotes_ar.ts index 243e6b898..1817cbad4 100644 --- a/src/languages/QOwnNotes_ar.ts +++ b/src/languages/QOwnNotes_ar.ts @@ -2872,6 +2872,14 @@ If the trash is enabled on your ownCloud server you should be able to restore th مجلد الملاحظات <b>%1</b> الذي مساره <b>%2</b> لم يعد موجودًا! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column سطر %1، عمود %2 @@ -5891,6 +5899,18 @@ Just test yourself if you get sync conflicts and set a higher value if so.إزالة المسافات الزائدة بعد نهاية السطر من نص الملاحظة تلقائيًا +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list الملاحظات التي حجم ملفها أكبر من هذا لن تظهر في قائمة الملاحظات diff --git a/src/languages/QOwnNotes_bg.ts b/src/languages/QOwnNotes_bg.ts index d49f6ee88..38b2de2d3 100644 --- a/src/languages/QOwnNotes_bg.ts +++ b/src/languages/QOwnNotes_bg.ts @@ -2782,6 +2782,14 @@ If the trash is enabled on your ownCloud server you should be able to restore th Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5700,6 +5708,18 @@ Just test yourself if you get sync conflicts and set a higher value if so.Автоматично премахване на пробелите в текста на бележката +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_bn.ts b/src/languages/QOwnNotes_bn.ts index 9606622d2..f402da526 100644 --- a/src/languages/QOwnNotes_bn.ts +++ b/src/languages/QOwnNotes_bn.ts @@ -2779,6 +2779,14 @@ If the trash is enabled on your ownCloud server you should be able to restore th Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5691,6 +5699,18 @@ Just test yourself if you get sync conflicts and set a higher value if so.নোট পাঠ্যে স্বয়ংক্রিয়ভাবে স্থান পরিবর্তন করুন অপসারণ +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_bs.ts b/src/languages/QOwnNotes_bs.ts index 95d041976..b14f425e3 100644 --- a/src/languages/QOwnNotes_bs.ts +++ b/src/languages/QOwnNotes_bs.ts @@ -2802,6 +2802,14 @@ Ako je smeće omogućeno na vašem ownCloud poslužitelju, trebali biste ih moć Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5734,6 +5742,18 @@ Samo se testirajte ako dobijete sukobe u sinkronizaciji i postavite veću vrijed Automatski uklonite zaostale prostore u tekstu bilješke +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_ca.ts b/src/languages/QOwnNotes_ca.ts index 5e85f083e..37f484e48 100644 --- a/src/languages/QOwnNotes_ca.ts +++ b/src/languages/QOwnNotes_ca.ts @@ -2770,6 +2770,14 @@ Si la paperera està habilitada al vostre servidor ownCloud les podreu restaurar Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5676,6 +5684,18 @@ Proveu si teniu conflictes de sincronització i poseu un valor més alt si cal.< Eliminar automàticament els espais sobrants a la nota de text +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_ceb.ts b/src/languages/QOwnNotes_ceb.ts index a81c06ef0..31ce2db15 100644 --- a/src/languages/QOwnNotes_ceb.ts +++ b/src/languages/QOwnNotes_ceb.ts @@ -2778,6 +2778,14 @@ If the trash is enabled on your ownCloud server you should be able to restore th Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5696,6 +5704,18 @@ Sulayi lang ang imong kaugalingon kon makasinati ka og panagbangi ug maghimo og Awtomatikong tangtangon ang mga agianan sa pagbiyahe sa teksto sa nota +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_cs.ts b/src/languages/QOwnNotes_cs.ts index f3186e52e..37187eca3 100644 --- a/src/languages/QOwnNotes_cs.ts +++ b/src/languages/QOwnNotes_cs.ts @@ -2822,6 +2822,14 @@ Jestliže je koš na Vašem ownCloud serveru povolen, budete z něj schopni odst Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5779,6 +5787,18 @@ Jen se otestujte, pokud máte konflikty synchronizace a pokud ano, nastavte vyš Automaticky odstraní koncové mezery v textu poznámky +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_da.ts b/src/languages/QOwnNotes_da.ts index 12ebae5eb..0815fa9f6 100644 --- a/src/languages/QOwnNotes_da.ts +++ b/src/languages/QOwnNotes_da.ts @@ -2779,6 +2779,14 @@ hvis papirkurven er aktiveret på din ownCloud server du skal kunne gendanne dem Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5693,6 +5701,18 @@ Bare test dig selv, hvis du får synkroniseringskonflikter og angiv en højere v Fjern automatisk bagerste mellemrum i notateksten +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_de.ts b/src/languages/QOwnNotes_de.ts index 16c27ec4f..7b93b1fc9 100644 --- a/src/languages/QOwnNotes_de.ts +++ b/src/languages/QOwnNotes_de.ts @@ -2779,6 +2779,14 @@ Falls Sie die Papierkorb-App auf Ihrem ownCloud-Server aktiviert haben, sollten Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Z. %1, Sp. %2 @@ -5684,6 +5692,18 @@ Just test yourself if you get sync conflicts and set a higher value if so.Nachfolgende Leerzeichen im Notiztext automatisch entfernen +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notizen, die größer als dieser Wert sind, werden in der Notizliste nicht angezeigt diff --git a/src/languages/QOwnNotes_el.ts b/src/languages/QOwnNotes_el.ts index a9829d185..96d10b4e6 100644 --- a/src/languages/QOwnNotes_el.ts +++ b/src/languages/QOwnNotes_el.ts @@ -2783,6 +2783,14 @@ If the trash is enabled on your ownCloud server you should be able to restore th Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5700,6 +5708,18 @@ Just test yourself if you get sync conflicts and set a higher value if so.Αφαιρέστε αυτόματα τα τελικά κενά από το κείμενο της σημείωσης +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_en_GB.ts b/src/languages/QOwnNotes_en_GB.ts index 8896fffa1..568fd30a5 100644 --- a/src/languages/QOwnNotes_en_GB.ts +++ b/src/languages/QOwnNotes_en_GB.ts @@ -2778,6 +2778,14 @@ If the trash is enabled on your ownCloud server you should be able to restore th Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5684,6 +5692,18 @@ Just test yourself if you get sync conflicts and set a higher value if so.Automatically remove trailing spaces in the note text +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_es.ts b/src/languages/QOwnNotes_es.ts index 780ef7b59..9a30de028 100644 --- a/src/languages/QOwnNotes_es.ts +++ b/src/languages/QOwnNotes_es.ts @@ -2777,6 +2777,14 @@ Si la papelera está habilitada en su servidor ownCloud debería poder restaurar ¡La carpeta de notas <b>%1</b> con la ruta <b>%2</b> ya no existe! +Split note +Dividir nota + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +¿Dividir la nota en la posición actual del cursor? El texto después del cursor se moverá a una nueva nota. Esta nueva nota se enlazará a la anterior. + + Ln %1, Col %2 Line / Column Línea %1, col. %2 @@ -5683,6 +5691,18 @@ Se debe probar y si hay conflictos de sincronización establecer un valor más a Eliminar automáticamente los espacios finales en el texto de la nota +Git library +Biblioteca de Git + + +Support for the git library libgit2 is activated. +El soporte para la biblioteca de git, libgit2, está activado. + + +Don't forget to enable git support for your note folders. +No olvide activar el soporte de git para sus carpetas de notas. + + Notes larger than this will not be shown in the note list Las notas más grandes que esto no serán mostradas en la lista de notas diff --git a/src/languages/QOwnNotes_et.ts b/src/languages/QOwnNotes_et.ts index ec1daa593..7d06997d7 100644 --- a/src/languages/QOwnNotes_et.ts +++ b/src/languages/QOwnNotes_et.ts @@ -2779,6 +2779,14 @@ Kui prügikast on teie endaCloudi serveris lubatud, peaksite saama selle sealt t Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5697,6 +5705,18 @@ Pange end proovile, kui teil tekivad sünkroonimiskonfliktid, ja määrake siis Eemaldage automaatselt märkme tekstist tühikud +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_eu.ts b/src/languages/QOwnNotes_eu.ts index 83b4afb38..aec06d3e1 100644 --- a/src/languages/QOwnNotes_eu.ts +++ b/src/languages/QOwnNotes_eu.ts @@ -2780,6 +2780,14 @@ Zakarrontzia zure ownCloud zerbitzarian gaituta badago, hortik leheneratu behark Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5692,6 +5700,18 @@ Just probatu zeure burua sinkronizazio gatazkak lortzen badituzu eta balio handi Kendu oharreko testuaren amaierako espazioak automatikoki +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_fa.ts b/src/languages/QOwnNotes_fa.ts index de27ddd0d..e61be8189 100644 --- a/src/languages/QOwnNotes_fa.ts +++ b/src/languages/QOwnNotes_fa.ts @@ -2780,6 +2780,14 @@ If the trash is enabled on your ownCloud server you should be able to restore th Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5789,6 +5797,18 @@ QOwnNotesAPI حذف خودکار فضاهای مؤخر در متن یادداشت +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_fi.ts b/src/languages/QOwnNotes_fi.ts index 1b756ba61..d65b7ef1b 100644 --- a/src/languages/QOwnNotes_fi.ts +++ b/src/languages/QOwnNotes_fi.ts @@ -428,11 +428,11 @@ Portuguese (Brazilian) -Portuguese (Brazilian) +portugali (brasilialainen) Portuguese -Portuguese +portugali Romanian @@ -593,7 +593,7 @@ Number of imported notes -Number of imported notes +Tuodut muistiinpanot Select file @@ -629,11 +629,11 @@ Invalid XML! -Invalid XML! +Virheellinen XML! Invalid XML found in note <b>%1</b>! The import might be stopped at this point. -Invalid XML found in note <b>%1</b>! The import might be stopped at this point. +Virheellinen XML muistiinpanossa <b>%1</b>! Tuominen saattaa keskeytyä. Basic attributes @@ -720,11 +720,11 @@ FakeVim Use FakeVim -Use FakeVim +Käytä FakeVimiä Read .vimrc from location: -Read .vimrc from location: +Lue .vimrc kohteesta: Show position of text marks @@ -1113,7 +1113,7 @@ Underlined text -Underlined text +Alleviivattu teksti Link @@ -1235,7 +1235,7 @@ Copy as noun -Copy +Kopioi Remove schema @@ -1254,15 +1254,15 @@ HtmlPreviewWidget Copy -Copy +Kopioi Copy link -Copy link +Kopioi linkki Reset zoom -Reset zoom +Palauta lähennys @@ -1328,11 +1328,11 @@ IssueAssistantDialog Minimum 8 characters -Minimum 8 characters +Vähintään 8 merkkiä Minimum 10 characters -Minimum 10 characters +Vähintään 10 merkkiä @@ -1343,7 +1343,7 @@ Import folders -Import folders +Tuo kansioita Please select the "RAW - Joplin Export Directory" from which you want to import notes: @@ -1935,7 +1935,7 @@ Ctrl+L -Ctrl+L +Ctrl+L Auto format table @@ -2091,7 +2091,7 @@ Open the #qownnotes IRC (Kiwi) channel, you have to stay online to get a response -Open the #qownnotes IRC (Kiwi) channel, you have to stay online to get a response +Avaa #qownnotes IRC (Kiwi) kanava, sinun täytyy olla paikalla saadaksesi vastauksen Cycle text case @@ -2112,7 +2112,7 @@ Open the QOwnNotes Matrix (Element) room "Element" as in the chat service -Open the QOwnNotes Matrix (Element) room +Avaa QOwnNotes Matrix (Element) -huone Unlock panels @@ -2779,6 +2779,14 @@ Jos roskakoriin on otettu käyttöön omassa palvelinpalvelimessa, sinun pitäis Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5697,6 +5705,18 @@ Kokeile itseäsi, jos saat synkronointiristiriitoja ja asetat korkeamman arvon, Poista loput välilyönnit automaattisesti huomautuksen tekstistä +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_fil.ts b/src/languages/QOwnNotes_fil.ts index b346480a6..4f945e1e5 100644 --- a/src/languages/QOwnNotes_fil.ts +++ b/src/languages/QOwnNotes_fil.ts @@ -2782,6 +2782,14 @@ Kung pinagana ang trash sa iyong sarilingCloud server dapat mong maibalik ang mg Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5694,6 +5702,18 @@ Subukan lang sa sarili mo kong ikaw ay makakuha ng sync conflicts at mataas na v Awtomatikong tanggalin ang mga puwang sa trailing sa teksto ng tala +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_fr.ts b/src/languages/QOwnNotes_fr.ts index e14d0b450..87c0483cf 100644 --- a/src/languages/QOwnNotes_fr.ts +++ b/src/languages/QOwnNotes_fr.ts @@ -2778,6 +2778,14 @@ Si la corbeille est activée sur votre serveur ownCloud, vous devriez pouvoir re Le dossier de notes <b>%1</b> dont le chemin est <b>%2</b> n’existe plus ! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column L. %1, Col. %2 @@ -5684,6 +5692,18 @@ Vous pouvez tester vous-même. Si vous avez des conflits de synchronisation, vou Supprimer automatiquement les espaces en fin de ligne dans le texte de la note +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Les notes plus grandes ne seront pas affichées dans la liste de notes diff --git a/src/languages/QOwnNotes_ga.ts b/src/languages/QOwnNotes_ga.ts index 1403be9db..1ad3a8c96 100644 --- a/src/languages/QOwnNotes_ga.ts +++ b/src/languages/QOwnNotes_ga.ts @@ -2850,6 +2850,14 @@ Má tá an bruscar cumasaithe ar do fhreastalaí ownCloud ba chóir go mbeifeá Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5832,6 +5840,18 @@ Ní gá ach tástáil a dhéanamh ort féin má fhaigheann tú coinbhleachtaí i Bain spásanna ráille go huathoibríoch sa téacs nótaí +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_gl.ts b/src/languages/QOwnNotes_gl.ts index 2d177c3a5..609736021 100644 --- a/src/languages/QOwnNotes_gl.ts +++ b/src/languages/QOwnNotes_gl.ts @@ -2785,6 +2785,14 @@ Se a papeleira está habilitada no teu servidor ownCloud, deberías poder restau Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5708,6 +5716,18 @@ Abre o asistente de emisión de temas </ span> na parte inferior. </ P& Elimina automaticamente os espazos pendentes do texto das notas +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_ha.ts b/src/languages/QOwnNotes_ha.ts index d4f5cdd2e..0b8c9db91 100644 --- a/src/languages/QOwnNotes_ha.ts +++ b/src/languages/QOwnNotes_ha.ts @@ -2783,6 +2783,14 @@ Idan an kunna tarkace a uwar garken naku to ya kamata ku iya dawo dasu daga can. Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5697,6 +5705,18 @@ Kawai gwada kanka idan ka sami rikice-rikice kuma saita wata babbar darajar idan Ta atomatik cire sarari masu ɓoye a cikin rubutun bayanin kula +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_he.ts b/src/languages/QOwnNotes_he.ts index 67c38ef50..7cafc95a4 100644 --- a/src/languages/QOwnNotes_he.ts +++ b/src/languages/QOwnNotes_he.ts @@ -2831,6 +2831,14 @@ If the trash is enabled on your ownCloud server you should be able to restore th Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5867,6 +5875,18 @@ Just test yourself if you get sync conflicts and set a higher value if so.הסר אוטומטית רווחים נגררים בטקסט ההערה +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_hi.ts b/src/languages/QOwnNotes_hi.ts index efa6d4668..a87bc871a 100644 --- a/src/languages/QOwnNotes_hi.ts +++ b/src/languages/QOwnNotes_hi.ts @@ -2785,6 +2785,14 @@ If the trash is enabled on your ownCloud server you should be able to restore th Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5709,6 +5717,18 @@ Just test yourself if you get sync conflicts and set a higher value if so.नोट पाठ में अनुगामी रिक्त स्थान को स्वचालित रूप से हटा दें +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_hil.ts b/src/languages/QOwnNotes_hil.ts index 5c0c9eb61..13ed1d680 100644 --- a/src/languages/QOwnNotes_hil.ts +++ b/src/languages/QOwnNotes_hil.ts @@ -2773,6 +2773,14 @@ If the trash is enabled on your ownCloud server you should be able to restore th Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5679,6 +5687,18 @@ Just test yourself if you get sync conflicts and set a higher value if so.Automatically remove trailing spaces in the note text +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_hr.ts b/src/languages/QOwnNotes_hr.ts index 2b982ff07..3a7bcce3d 100644 --- a/src/languages/QOwnNotes_hr.ts +++ b/src/languages/QOwnNotes_hr.ts @@ -2795,6 +2795,14 @@ Ako je kanta za smeće aktivirana na poslužitelju ownCloud trebali biste ju mo Napomena: mapa <b>%1</b> sa stazom <b>%2</b> više ne postoji! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Redak %1, stupac %2 @@ -5726,6 +5734,18 @@ Samo se testirajte ako dobijete sukobe pri sinkronizaciji i postavite višu vrij Automatski ukloni zaostale prostore u tekstu bilješke +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Bilješke dulje od ove vrijednosti se neće prikazivati ​​na popisu bilješki diff --git a/src/languages/QOwnNotes_hu.ts b/src/languages/QOwnNotes_hu.ts index 997dac0bf..e461d9ff9 100644 --- a/src/languages/QOwnNotes_hu.ts +++ b/src/languages/QOwnNotes_hu.ts @@ -2777,6 +2777,14 @@ Ha a kuka a ownCloud kiszolgálón engedélyezett, onnan visszaállítható.Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5683,6 +5691,18 @@ Tesztelje, ha szinkronizációs konfliktus lép fel és állítson be ilyen eset Automatikusan eltávolítja a jegyzetszövegből az egymást követő szóközöket +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_id.ts b/src/languages/QOwnNotes_id.ts index c9c2c0328..50457b99d 100644 --- a/src/languages/QOwnNotes_id.ts +++ b/src/languages/QOwnNotes_id.ts @@ -2762,6 +2762,14 @@ Jika keranjang sampah diaktifkan pada server ownCloud anda, Anda bisa memulihkan Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5664,6 +5672,18 @@ Silakan uji coba, dan tambah durasi jika Anda mendapati konflik sinkronisasi dan Secara otomatis menghapus spasi tambahan dalam teks catatan +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_is.ts b/src/languages/QOwnNotes_is.ts index b0b92963a..a8421e884 100644 --- a/src/languages/QOwnNotes_is.ts +++ b/src/languages/QOwnNotes_is.ts @@ -2785,6 +2785,14 @@ Ef ruslið er virkt á þinn eiginCloud netþjón skaltu vera fær um að endurh Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5707,6 +5715,18 @@ Prófaðu bara sjálfan þig hvort þú fáir samstillingarárekstra og stilltu Fjarlægðu slóð bil sjálfkrafa í athugasemdatexta +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_it.ts b/src/languages/QOwnNotes_it.ts index 2d735cf24..ab27d9f9a 100644 --- a/src/languages/QOwnNotes_it.ts +++ b/src/languages/QOwnNotes_it.ts @@ -2777,6 +2777,14 @@ Se il cestino è attivato sul server ownCloud si dovrebbe essere in grado di rip Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Rg %1, Col %2 @@ -5682,6 +5690,18 @@ Just test yourself if you get sync conflicts and set a higher value if so.Rimuovi automaticamente gli spazi in coda al testo della nota +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_ja.ts b/src/languages/QOwnNotes_ja.ts index fa5219642..a57d5beca 100644 --- a/src/languages/QOwnNotes_ja.ts +++ b/src/languages/QOwnNotes_ja.ts @@ -2764,6 +2764,14 @@ ownCloud サーバーのゴミ箱が有効な場合には、そこから復元 Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5665,6 +5673,18 @@ Just test yourself if you get sync conflicts and set a higher value if so.ノートテキストの末尾のスペースを自動的に削除する +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_km.ts b/src/languages/QOwnNotes_km.ts index e30de10c8..9c8747d0b 100644 --- a/src/languages/QOwnNotes_km.ts +++ b/src/languages/QOwnNotes_km.ts @@ -2762,6 +2762,14 @@ If the trash is enabled on your ownCloud server you should be able to restore th Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5659,6 +5667,18 @@ Just test yourself if you get sync conflicts and set a higher value if so.លុបដកឃ្លានៅជាប់ក្នុងអត្ថបទចំណាំចេញដោយស្វ័យប្រវត្តិ +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_ko.ts b/src/languages/QOwnNotes_ko.ts index 875ada030..67eb6d674 100644 --- a/src/languages/QOwnNotes_ko.ts +++ b/src/languages/QOwnNotes_ko.ts @@ -2759,6 +2759,14 @@ ownCloud 서버에서 휴지통을 사용할 수 있는 경우 휴지통을 복 경로가 <b>%2</b>인 노트 폴더 <b>%1</b>가 더 이상 존재하지 않습니다! +Split note +노트 분할 + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +현재 커서 위치에서 노트를 분할하시겠습니까? 커서 뒤의 텍스트가 새 노트로 이동합니다. 새 노트는 이전 노트와 연결됩니다. + + Ln %1, Col %2 Line / Column 줄 %1, 열 %2 @@ -5646,6 +5654,18 @@ Just test yourself if you get sync conflicts and set a higher value if so.노트 텍스트에서 자동으로 후행 공백 제거 +Git library +Git 라이브러리 + + +Support for the git library libgit2 is activated. +Git 라이브러리 libgit2에 대한 지원이 활성화되었습니다. + + +Don't forget to enable git support for your note folders. +노트 폴더에 대해 git 지원을 활성화하는 것을 잊지 마세요. + + Notes larger than this will not be shown in the note list 이보다 큰 메모는 메모 목록에 표시되지 않습니다 diff --git a/src/languages/QOwnNotes_ku.ts b/src/languages/QOwnNotes_ku.ts index fb21a5fef..d701723ac 100644 --- a/src/languages/QOwnNotes_ku.ts +++ b/src/languages/QOwnNotes_ku.ts @@ -2779,6 +2779,14 @@ Heke trash li ser servera 'xweCloud' ya we were veqetandin divê hûn karibin wa Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5700,6 +5708,18 @@ Alîkarê pirsgirêka vekirî </span> bişkoka li binî. </p> </b Di nivîsa nîşanê de bi cîhên xwerû bixweber rabe +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_lt.ts b/src/languages/QOwnNotes_lt.ts index 102f14299..c42f31abe 100644 --- a/src/languages/QOwnNotes_lt.ts +++ b/src/languages/QOwnNotes_lt.ts @@ -2830,6 +2830,14 @@ Jei šiukšliadėžė įgalinta jūsų ownCloud serveryje, turėtumėte galėti Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5790,6 +5798,18 @@ Tiesiog išbandykite save, jei kyla sinchronizavimo konfliktų, ir nustatykite d Automatiškai pašalinkite užrašo tekste esančius tarpus +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_lv.ts b/src/languages/QOwnNotes_lv.ts index 526bd1488..6be2349c5 100644 --- a/src/languages/QOwnNotes_lv.ts +++ b/src/languages/QOwnNotes_lv.ts @@ -2807,6 +2807,14 @@ Ja miskaste ir iespējota jūsu ownCloud serverī, jums vajadzētu būt iespēja Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5748,6 +5756,18 @@ Vienkārši pārbaudiet sevi, ja rodas sinhronizācijas konflikti, un iestatiet Automātiski noņemiet atstarpes piezīmes tekstā +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_mi.ts b/src/languages/QOwnNotes_mi.ts index f2b3b6eec..3e8ecfb5f 100644 --- a/src/languages/QOwnNotes_mi.ts +++ b/src/languages/QOwnNotes_mi.ts @@ -2756,6 +2756,14 @@ Mena ka whakahohea te paraihe i runga i to ake kaiwhakahaere server ka taea e ko Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5647,6 +5655,18 @@ Me whakamatautau noa ki a koe mehemea ka uru koe ki nga tautohetohe ka whakanoho Automatically remove trailing spaces in the note text +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_mk.ts b/src/languages/QOwnNotes_mk.ts index beebd87d7..a52799b23 100644 --- a/src/languages/QOwnNotes_mk.ts +++ b/src/languages/QOwnNotes_mk.ts @@ -2784,6 +2784,14 @@ If the trash is enabled on your ownCloud server you should be able to restore th Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5706,6 +5714,18 @@ Just test yourself if you get sync conflicts and set a higher value if so.Automatiškai pašalinkite užrašo tekste esančius tarpus +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_ms.ts b/src/languages/QOwnNotes_ms.ts index 21500ae63..b2e0c7b04 100644 --- a/src/languages/QOwnNotes_ms.ts +++ b/src/languages/QOwnNotes_ms.ts @@ -2757,6 +2757,14 @@ Sekiranya sampah diaktifkan pada pelayan anda sendiri, anda harus dapat mengemba Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5648,6 +5656,18 @@ Pembantu isu Terbuka </ span> di bahagian bawah. </ P> </ body> Alih keluar spasi ketinggalan dalam teks nota secara automatik +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_nl.ts b/src/languages/QOwnNotes_nl.ts index 12b61e80c..697182072 100644 --- a/src/languages/QOwnNotes_nl.ts +++ b/src/languages/QOwnNotes_nl.ts @@ -2777,6 +2777,14 @@ Als de prullenbak is ingeschakeld op de server van uw ownCloud moet je in staat Map met notites <b>%1</b> met pad <b>%2</b> bestaat niet meer! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Rgl %1, Kol %2 @@ -5687,6 +5695,18 @@ Just test yourself if you get sync conflicts and set a higher value if so.Verwijder automatisch volgspaties in de notitietekst +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notities die groter zijn dan dit, worden niet weergegeven in de notitielijst diff --git a/src/languages/QOwnNotes_no.ts b/src/languages/QOwnNotes_no.ts index 22e664008..5ef2266ed 100644 --- a/src/languages/QOwnNotes_no.ts +++ b/src/languages/QOwnNotes_no.ts @@ -2784,6 +2784,14 @@ Hvis papirkurven er aktivert på din ownCloud-server, bør du kunne gjenopprette Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5706,6 +5714,18 @@ Bare test deg selv hvis du får synkroniseringskonflikter og sett en høyere ver Fjern etterfølgende mellomrom automatisk i notatteksten +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_pa.ts b/src/languages/QOwnNotes_pa.ts index ea4296f2d..1a07aef2b 100644 --- a/src/languages/QOwnNotes_pa.ts +++ b/src/languages/QOwnNotes_pa.ts @@ -2784,6 +2784,14 @@ If the trash is enabled on your ownCloud server you should be able to restore th Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5705,6 +5713,18 @@ Just test yourself if you get sync conflicts and set a higher value if so.ਨੋਟ ਟੈਕਸਟ ਵਿੱਚ ਪਿਛਲੇ ਸਥਾਨਾਂ ਨੂੰ ਆਪਣੇ ਆਪ ਹਟਾਓ +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_pcm_NG.ts b/src/languages/QOwnNotes_pcm_NG.ts index e013064ee..7479b4994 100644 --- a/src/languages/QOwnNotes_pcm_NG.ts +++ b/src/languages/QOwnNotes_pcm_NG.ts @@ -2778,6 +2778,14 @@ If the trash is enabled on your ownCloud server you should be able to restore th Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5684,6 +5692,18 @@ Just test yourself if you get sync conflicts and set a higher value if so.Automatically remove trailing spaces in the note text +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_pl.ts b/src/languages/QOwnNotes_pl.ts index bcb8c3a36..070bd1c26 100644 --- a/src/languages/QOwnNotes_pl.ts +++ b/src/languages/QOwnNotes_pl.ts @@ -2823,6 +2823,14 @@ Jeżeli funkcja kosza jest włączona na Twoim serwerze ownCloud, możesz stamt Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5772,6 +5780,18 @@ Przetestuj, a jeżeli występują problemy, ustaw wyższą wartość.Automatycznie usuwaj końcowe spacje w tekście notatki +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_pt_BR.ts b/src/languages/QOwnNotes_pt_BR.ts index f3b96bbdd..d79c35574 100644 --- a/src/languages/QOwnNotes_pt_BR.ts +++ b/src/languages/QOwnNotes_pt_BR.ts @@ -2771,6 +2771,14 @@ Se a lixeira estiver ativada no seu servidor ownCloud, você poderá restaurá-l Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5677,6 +5685,18 @@ Se encontrar conflitos de sincronização, utilize um valor maior. Automaticamente remova os espaços adicionais na nota +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Anotações maiores que isso não aparecerão na lista de anotações diff --git a/src/languages/QOwnNotes_pt_PT.ts b/src/languages/QOwnNotes_pt_PT.ts index 41fdc055d..107873c63 100644 --- a/src/languages/QOwnNotes_pt_PT.ts +++ b/src/languages/QOwnNotes_pt_PT.ts @@ -2783,6 +2783,14 @@ Se a reciclagem não estiver ativada no servidor de ownCloud não será possíve Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5702,6 +5710,18 @@ Teste por conta própria se você tiver problemas e coloque um valor mais alto s Remover automaticamente os espaços finais no texto da nota +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_ro.ts b/src/languages/QOwnNotes_ro.ts index 28fd22c2f..c40bd44e2 100644 --- a/src/languages/QOwnNotes_ro.ts +++ b/src/languages/QOwnNotes_ro.ts @@ -2800,6 +2800,14 @@ Dacă coșul de gunoi este activat pe serverul propriuCloud, ar trebui să îl p Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5742,6 +5750,18 @@ Testați-vă dacă primiți conflicte de sincronizare și setați o valoare mai Înlăturați automat spațiile de finalizare din textul notei +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_ru.ts b/src/languages/QOwnNotes_ru.ts index 631157e0e..9543c6f27 100644 --- a/src/languages/QOwnNotes_ru.ts +++ b/src/languages/QOwnNotes_ru.ts @@ -2823,6 +2823,14 @@ If the trash is enabled on your ownCloud server you should be able to restore th Папка с заметками <b>%1</b> с путём <b>%2</b> больше не сушествует! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Лн %1, Клн %2 @@ -5768,6 +5776,18 @@ Just test yourself if you get sync conflicts and set a higher value if so.Автоматически удалять завершающие пробелы в тексте заметки +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Заметки большего размера не будут отображаться в списке заметок diff --git a/src/languages/QOwnNotes_si.ts b/src/languages/QOwnNotes_si.ts index 240681a77..856f45eea 100644 --- a/src/languages/QOwnNotes_si.ts +++ b/src/languages/QOwnNotes_si.ts @@ -2778,6 +2778,14 @@ If the trash is enabled on your ownCloud server you should be able to restore th Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5685,6 +5693,18 @@ Just test yourself if you get sync conflicts and set a higher value if so.Automatically remove trailing spaces in the note text +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_sk.ts b/src/languages/QOwnNotes_sk.ts index ce121246e..06164be8b 100644 --- a/src/languages/QOwnNotes_sk.ts +++ b/src/languages/QOwnNotes_sk.ts @@ -2828,6 +2828,14 @@ Ak je kôš povolený na vašom serveri ownCloud, mali by ste byť schopní ho o Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5790,6 +5798,18 @@ Stačí si otestovať, či máte konflikty synchronizácie a ak áno, nastavte v Automatické odstránenie koncových medzier v texte poznámky +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_sl.ts b/src/languages/QOwnNotes_sl.ts index 2ccd773c8..0b8c8cd97 100644 --- a/src/languages/QOwnNotes_sl.ts +++ b/src/languages/QOwnNotes_sl.ts @@ -2830,6 +2830,14 @@ If the trash is enabled on your ownCloud server you should be able to restore th Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5793,6 +5801,18 @@ Preizkusite se, če se pojavijo konflikti sinhronizacije in nastavite višjo vre Samodejno odstranite zaledne presledke v besedilu opombe +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_sn.ts b/src/languages/QOwnNotes_sn.ts index 1767718e2..d787125f0 100644 --- a/src/languages/QOwnNotes_sn.ts +++ b/src/languages/QOwnNotes_sn.ts @@ -2782,6 +2782,14 @@ Kana marara akagoneswa pane yako wega ownCloud server unofanirwa kuvadzosera kub Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5716,6 +5724,18 @@ ownCloud sync mutengi </span> </a> Bvisa otomatiki nzvimbo dzinoteedzera mune chinyorwa chinyorwa +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_sq.ts b/src/languages/QOwnNotes_sq.ts index 7788b6825..456452d09 100644 --- a/src/languages/QOwnNotes_sq.ts +++ b/src/languages/QOwnNotes_sq.ts @@ -2783,6 +2783,14 @@ Nëse plehrat janë aktivizuar në serverin tuaj të fshehtë, ju duhet të jeni Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5697,6 +5705,18 @@ Thjesht provoni veten nëse merrni konflikte sinkronizimi dhe vendosni një vler Hiqni automatikisht hapësirat gjurmuese në tekstin e shënimit +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_sr.ts b/src/languages/QOwnNotes_sr.ts index d4a40ed79..9daca09a3 100644 --- a/src/languages/QOwnNotes_sr.ts +++ b/src/languages/QOwnNotes_sr.ts @@ -2807,6 +2807,14 @@ If the trash is enabled on your ownCloud server you should be able to restore th Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5750,6 +5758,18 @@ Just test yourself if you get sync conflicts and set a higher value if so.Аутоматски уклоните заостале просторе у тексту белешке +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_sv.ts b/src/languages/QOwnNotes_sv.ts index 6a938362f..6bf25dd94 100644 --- a/src/languages/QOwnNotes_sv.ts +++ b/src/languages/QOwnNotes_sv.ts @@ -2784,6 +2784,14 @@ Om papperskorgen är aktiverad på din ownCloud-server bör du kunna återställ Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5705,6 +5713,18 @@ Testa själv om du får synkroniseringskonflikter och ställ ett högre värde o Ta automatiskt bort spårutrymmen i anteckningen +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_ta_IN.ts b/src/languages/QOwnNotes_ta_IN.ts index d75ef8d0a..49751a93e 100644 --- a/src/languages/QOwnNotes_ta_IN.ts +++ b/src/languages/QOwnNotes_ta_IN.ts @@ -2778,6 +2778,14 @@ If the trash is enabled on your ownCloud server you should be able to restore th Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5684,6 +5692,18 @@ Just test yourself if you get sync conflicts and set a higher value if so.Automatically remove trailing spaces in the note text +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_th.ts b/src/languages/QOwnNotes_th.ts index 27661d483..3671f89c4 100644 --- a/src/languages/QOwnNotes_th.ts +++ b/src/languages/QOwnNotes_th.ts @@ -2757,6 +2757,14 @@ If the trash is enabled on your ownCloud server you should be able to restore th Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5643,6 +5651,18 @@ Just test yourself if you get sync conflicts and set a higher value if so.ลบช่องว่างต่อท้ายในข้อความบันทึกโดยอัตโนมัติ +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_tl.ts b/src/languages/QOwnNotes_tl.ts index 3e777d416..eebdc4e8a 100644 --- a/src/languages/QOwnNotes_tl.ts +++ b/src/languages/QOwnNotes_tl.ts @@ -2773,6 +2773,14 @@ If the trash is enabled on your ownCloud server you should be able to restore th Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5677,6 +5685,18 @@ Just test yourself if you get sync conflicts and set a higher value if so.Automatically remove trailing spaces in the note text +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_tlh_AA.ts b/src/languages/QOwnNotes_tlh_AA.ts index fa0ac5267..877abd509 100644 --- a/src/languages/QOwnNotes_tlh_AA.ts +++ b/src/languages/QOwnNotes_tlh_AA.ts @@ -2778,6 +2778,14 @@ If the trash is enabled on your ownCloud server you should be able to restore th Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5684,6 +5692,18 @@ Just test yourself if you get sync conflicts and set a higher value if so.Automatically remove trailing spaces in the note text +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_tr.ts b/src/languages/QOwnNotes_tr.ts index dc6a5e6e2..e15fb9615 100644 --- a/src/languages/QOwnNotes_tr.ts +++ b/src/languages/QOwnNotes_tr.ts @@ -2784,6 +2784,14 @@ If the trash is enabled on your ownCloud server you should be able to restore th Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Str %1, Stn %2 @@ -5707,6 +5715,18 @@ sonra otomatik olarak salt okunur kipine geçin: Not metnindeki boşlukları otomatik olarak kaldırma +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Daha büyük notlar not listesinde gösterilmeyecektir diff --git a/src/languages/QOwnNotes_uk.ts b/src/languages/QOwnNotes_uk.ts index a1ed0c733..508fafb87 100644 --- a/src/languages/QOwnNotes_uk.ts +++ b/src/languages/QOwnNotes_uk.ts @@ -2820,6 +2820,14 @@ If the trash is enabled on your ownCloud server you should be able to restore th Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5780,6 +5788,18 @@ Just test yourself if you get sync conflicts and set a higher value if so.Автоматично видаляйте пробіли в тексті примітки +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_ur.ts b/src/languages/QOwnNotes_ur.ts index 6dea88e62..5501d4f64 100644 --- a/src/languages/QOwnNotes_ur.ts +++ b/src/languages/QOwnNotes_ur.ts @@ -2788,6 +2788,14 @@ If the trash is enabled on your ownCloud server you should be able to restore th Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5778,6 +5786,18 @@ Just test yourself if you get sync conflicts and set a higher value if so.نوٹ کے متن میں پچھلی جگہوں کو خود بخود ہٹا دیں +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_uz.ts b/src/languages/QOwnNotes_uz.ts index 6fac3a8d5..225015f51 100644 --- a/src/languages/QOwnNotes_uz.ts +++ b/src/languages/QOwnNotes_uz.ts @@ -2785,6 +2785,14 @@ Agar axlat o'zingizning ownCloud serveringizda yoqilgan bo'lsa, ularni o'sha erd Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5712,6 +5720,18 @@ Sinxron to'qnashuvlarga duch kelsangiz, o'zingizni sinab ko'ring va agar shunday Qayd matni bo'sh joylarini avtomatik ravishda olib tashlang +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_vi.ts b/src/languages/QOwnNotes_vi.ts index 929dc9ad2..a30bf475b 100644 --- a/src/languages/QOwnNotes_vi.ts +++ b/src/languages/QOwnNotes_vi.ts @@ -2763,6 +2763,14 @@ Nếu thùng rác được bật trên máy chủ của riêng bạn, bạn sẽ Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5666,6 +5674,18 @@ Chỉ cần tự kiểm tra nếu bạn nhận được xung đột đồng bộ Qayd matni bo'sh joylarini avtomatik ravishda olib tashlang +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_xh.ts b/src/languages/QOwnNotes_xh.ts index 5eac08129..d40474bba 100644 --- a/src/languages/QOwnNotes_xh.ts +++ b/src/languages/QOwnNotes_xh.ts @@ -2782,6 +2782,14 @@ Ngaba ufuna ukuphelisa inqaku lakho? Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5700,6 +5708,18 @@ Eyona ndlela yokuthumela imiba isebenzise umncedisi wemiba ngokucinezela i-span Zishenxise ngokuzenzekelayo iindawo zokuhamba kwitrafti +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_yi.ts b/src/languages/QOwnNotes_yi.ts index 1cb1a5a2b..55ad8c05b 100644 --- a/src/languages/QOwnNotes_yi.ts +++ b/src/languages/QOwnNotes_yi.ts @@ -2788,6 +2788,14 @@ If the trash is enabled on your ownCloud server you should be able to restore th Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5702,6 +5710,18 @@ Just test yourself if you get sync conflicts and set a higher value if so.אויטאָמאַטיש באַזייַטיקן טריילינג ספּייסאַז אין די באַמערקונג טעקסט +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_zh_CN.ts b/src/languages/QOwnNotes_zh_CN.ts index 5280b7d15..eb4cb75ee 100644 --- a/src/languages/QOwnNotes_zh_CN.ts +++ b/src/languages/QOwnNotes_zh_CN.ts @@ -2750,6 +2750,14 @@ If the trash is enabled on your ownCloud server you should be able to restore th Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5636,6 +5644,18 @@ Just test yourself if you get sync conflicts and set a higher value if so.自动删除笔记文本中的末尾空格 +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_zh_TW.ts b/src/languages/QOwnNotes_zh_TW.ts index ad7ecb4df..559b558ca 100644 --- a/src/languages/QOwnNotes_zh_TW.ts +++ b/src/languages/QOwnNotes_zh_TW.ts @@ -2759,6 +2759,14 @@ If the trash is enabled on your ownCloud server you should be able to restore th Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5653,6 +5661,18 @@ Just test yourself if you get sync conflicts and set a higher value if so.自動刪除註釋文本中的尾隨空格 +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/src/languages/QOwnNotes_zu.ts b/src/languages/QOwnNotes_zu.ts index 301ce394e..f3d44c29b 100644 --- a/src/languages/QOwnNotes_zu.ts +++ b/src/languages/QOwnNotes_zu.ts @@ -2779,6 +2779,14 @@ Uma udoti unikwe amandla kwiseva yakho ownCloud kufanele ukwazi ukubuyisela laph Note folder <b>%1</b> with path <b>%2</b> does not exist anymore! +Split note +Split note + + +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. +Split note at current cursor position? The text after the cursor will be moved to a new note. The new note will be linked to the old note. + + Ln %1, Col %2 Line / Column Ln %1, Col %2 @@ -5705,6 +5713,18 @@ Usazodinga i Susa ngokuzenzakalelayo izikhala zokulandela embhalweni wenothi +Git library +Git library + + +Support for the git library libgit2 is activated. +Support for the git library libgit2 is activated. + + +Don't forget to enable git support for your note folders. +Don't forget to enable git support for your note folders. + + Notes larger than this will not be shown in the note list Notes larger than this will not be shown in the note list diff --git a/webpage/src/ar/installation/macos.md b/webpage/src/ar/installation/macos.md index b5d021bb9..97028c74b 100644 --- a/webpage/src/ar/installation/macos.md +++ b/webpage/src/ar/installation/macos.md @@ -34,3 +34,7 @@ brew install qownnotes ## Nix كذلك يمكنك تثبيت QOwnNotes عبر [مدير الحزم Nix](https://wiki.nixos.org/wiki/Nix_package_manager) على ماك أو إس **على x86 و Apple Silicon**؛ انظر [التثبيت عبر Nix](./nix.md). + +::: tip +Best use the NixOS Unstable channel to get the latest version of QOwnNotes! +::: diff --git a/webpage/src/ar/installation/nix.md b/webpage/src/ar/installation/nix.md index 45c534142..a50f51fbf 100644 --- a/webpage/src/ar/installation/nix.md +++ b/webpage/src/ar/installation/nix.md @@ -2,7 +2,11 @@ يمكنك تثبيت QOwnNotes عبر [مدير الحزم Nix](https://wiki.nixos.org/wiki/Nix_package_manager) على [NixOS](https://nixos.org/)، وعلى توزيعات **لينكس** الأخرى، وعلى **ماك أو إس**، وعلى **ويندوز**. اسم الحزمة هو [qownnotes](https://search.nixos.org/packages?channel=unstable&show=qownnotes). -هذه الحزمة مبنية بـ Qt6 وتشمل التكامل مع صدفة fish وصدفة bash. +::: tip +Best use the NixOS Unstable channel to get the latest version of QOwnNotes! +::: + +The package is built with Qt6, uses the system botan3 library and libgit2 and provides shell integration for fish and bash. انظر [QOwnNotes على nix](https://search.nixos.org/packages?channel=unstable&show=qownnotes) للمزيد من المعلومات. diff --git a/webpage/src/de/installation/macos.md b/webpage/src/de/installation/macos.md index 0f9297270..78123ed7b 100644 --- a/webpage/src/de/installation/macos.md +++ b/webpage/src/de/installation/macos.md @@ -34,3 +34,7 @@ brew install qownnotes ## Nix You can also install QOwnNotes with the [Nix package manager](https://wiki.nixos.org/wiki/Nix_package_manager) under macOS natively on **x86 and Apple Silicon**, see [Install via Nix](./nix.md). + +::: tip +Best use the NixOS Unstable channel to get the latest version of QOwnNotes! +::: diff --git a/webpage/src/de/installation/nix.md b/webpage/src/de/installation/nix.md index ce72166b3..bda3aed12 100644 --- a/webpage/src/de/installation/nix.md +++ b/webpage/src/de/installation/nix.md @@ -2,7 +2,11 @@ You can install QOwnNotes with the [Nix package manager](https://nixos.org/download/) on [NixOS](https://nixos.org/), other **Linux** distributions, **macOS** and **Windows**. The package name is [qownnotes](https://search.nixos.org/packages?channel=unstable&show=qownnotes). -The package is built with Qt6 and provides shell integration for fish and bash. +::: tip +Best use the NixOS Unstable channel to get the latest version of QOwnNotes! +::: + +The package is built with Qt6, uses the system botan3 library and libgit2 and provides shell integration for fish and bash. Mehr Informationen auf [QOwnNotes auf Nix](https://search.nixos.org/packages?channel=unstable&show=qownnotes). diff --git a/webpage/src/es/editor/spellchecking.md b/webpage/src/es/editor/spellchecking.md index fd5d05508..927de92e9 100644 --- a/webpage/src/es/editor/spellchecking.md +++ b/webpage/src/es/editor/spellchecking.md @@ -13,7 +13,7 @@ Información QOwnNotes tiene un **Gestor de diccionarios** incorporado (en el me - En **Windows **, debe copiar los diccionarios Hunspell en su idioma en una carpeta `dicts` en la carpeta de su aplicación QOwnNotes o en `C:\Users\[username]\dicts` - Puede descargar diccionarios desde los [Diccionarios de LibreOffice](https://github.com/LibreOffice/dictionaries) - - En **macOS** debe copiar los diccionarios Hunspell para su idioma a `/Library/Spelling` o `~/Library/Spelling`. Si el directorio no existe, debe crearlo. + - En **macOS**, debe copiar los diccionarios Hunspell para su idioma a `/Library/Spelling` o `~/Library/Spelling`. Si el directorio no existe, debe crearlo. Los diccionarios pueden ser descargados desde los [Diccionarios de QOwnNotes](https://github.com/qownnotes/dictionaries). Utilice la tabla al final de este documento para encontrar su idioma y su código de idioma respectivo. diff --git a/webpage/src/es/installation/appimage.md b/webpage/src/es/installation/appimage.md index d11c6fab7..2b98f21eb 100644 --- a/webpage/src/es/installation/appimage.md +++ b/webpage/src/es/installation/appimage.md @@ -19,7 +19,7 @@ chmod a+x QOwnNotes-*.AppImage ``` ::: tip -¡AppImages necesita `libfuse2` para ejecutarse! Por ejemplo, en Ubuntu puede instalar la librería con `sudo apt install libfuse2`. +¡AppImages necesita `libfuse2` para ejecutarse! Por ejemplo, en Ubuntu puede instalar la biblioteca con `sudo apt install libfuse2`. ::: Posteriormente, debería ser capaz de ejecutar la AppImage para usar QOwnNotes. diff --git a/webpage/src/es/installation/macos.md b/webpage/src/es/installation/macos.md index 14377e33a..0d6b683d1 100644 --- a/webpage/src/es/installation/macos.md +++ b/webpage/src/es/installation/macos.md @@ -34,3 +34,7 @@ brew install qownnotes ## Nix También puede instalar QOwnNotes con el [gestor de paquetes de Nix](https://wiki.nixos.org/wiki/Nix_package_manager) en macOS de forma nativa en **x86 y Apple Silicon**. Consulte [Instalar mediante Nix](./nix.md). + +::: tip +¡Lo mejor es utilizar el canal inestable de NixOS para obtener la última versión de QOwnNotes! +::: diff --git a/webpage/src/es/installation/nix.md b/webpage/src/es/installation/nix.md index ebeb58016..0897b27db 100644 --- a/webpage/src/es/installation/nix.md +++ b/webpage/src/es/installation/nix.md @@ -2,7 +2,11 @@ Puede instalar QOwnNotes con el [gestor de paquetes de Nix](https://nixos.org/download/) en [NixOS](https://nixos.org/), otras distribuciones **Linux**, **macOS** y **Windows**. El nombre del paquete es [qownnotes](https://search.nixos.org/packages?channel=unstable&show=qownnotes). -El paquete está construido con Qt6 y provee integración de la consola en fish y bash. +::: tip +¡Lo mejor es utilizar el canal inestable de NixOS para obtener la última versión de QOwnNotes! +::: + +El paquete está construido con Qt6, utiliza la biblioteca del sistema botan3 y libgit2, y proporciona integración de la consola para fish y bash. Véase [QOwnNotes en Nix](https://search.nixos.org/packages?channel=unstable&show=qownnotes) para mayor información. diff --git a/webpage/src/fa/installation/macos.md b/webpage/src/fa/installation/macos.md index 8c77ad341..8d384df19 100644 --- a/webpage/src/fa/installation/macos.md +++ b/webpage/src/fa/installation/macos.md @@ -34,3 +34,7 @@ brew install qownnotes ## Nix You can also install QOwnNotes with the [Nix package manager](https://wiki.nixos.org/wiki/Nix_package_manager) under macOS natively on **x86 and Apple Silicon**, see [Install via Nix](./nix.md). + +::: tip +Best use the NixOS Unstable channel to get the latest version of QOwnNotes! +::: diff --git a/webpage/src/fa/installation/nix.md b/webpage/src/fa/installation/nix.md index b3662f39b..cbf115c5e 100644 --- a/webpage/src/fa/installation/nix.md +++ b/webpage/src/fa/installation/nix.md @@ -2,7 +2,11 @@ You can install QOwnNotes with the [Nix package manager](https://nixos.org/download/) on [NixOS](https://nixos.org/), other **Linux** distributions, **macOS** and **Windows**. The package name is [qownnotes](https://search.nixos.org/packages?channel=unstable&show=qownnotes). -The package is built with Qt6 and provides shell integration for fish and bash. +::: tip +Best use the NixOS Unstable channel to get the latest version of QOwnNotes! +::: + +The package is built with Qt6, uses the system botan3 library and libgit2 and provides shell integration for fish and bash. See [QOwnNotes on nix](https://search.nixos.org/packages?channel=unstable&show=qownnotes) for more information. diff --git a/webpage/src/fr/installation/macos.md b/webpage/src/fr/installation/macos.md index 9be6e5eb5..aa1a0fdbc 100644 --- a/webpage/src/fr/installation/macos.md +++ b/webpage/src/fr/installation/macos.md @@ -34,3 +34,7 @@ brew install qownnotes ## Nix You can also install QOwnNotes with the [Nix package manager](https://wiki.nixos.org/wiki/Nix_package_manager) under macOS natively on **x86 and Apple Silicon**, see [Install via Nix](./nix.md). + +::: tip +Best use the NixOS Unstable channel to get the latest version of QOwnNotes! +::: diff --git a/webpage/src/fr/installation/nix.md b/webpage/src/fr/installation/nix.md index b3662f39b..cbf115c5e 100644 --- a/webpage/src/fr/installation/nix.md +++ b/webpage/src/fr/installation/nix.md @@ -2,7 +2,11 @@ You can install QOwnNotes with the [Nix package manager](https://nixos.org/download/) on [NixOS](https://nixos.org/), other **Linux** distributions, **macOS** and **Windows**. The package name is [qownnotes](https://search.nixos.org/packages?channel=unstable&show=qownnotes). -The package is built with Qt6 and provides shell integration for fish and bash. +::: tip +Best use the NixOS Unstable channel to get the latest version of QOwnNotes! +::: + +The package is built with Qt6, uses the system botan3 library and libgit2 and provides shell integration for fish and bash. See [QOwnNotes on nix](https://search.nixos.org/packages?channel=unstable&show=qownnotes) for more information. diff --git a/webpage/src/hu/installation/macos.md b/webpage/src/hu/installation/macos.md index abb20366e..dbbb12a60 100644 --- a/webpage/src/hu/installation/macos.md +++ b/webpage/src/hu/installation/macos.md @@ -34,3 +34,7 @@ brew install qownnotes ## Nix You can also install QOwnNotes with the [Nix package manager](https://wiki.nixos.org/wiki/Nix_package_manager) under macOS natively on **x86 and Apple Silicon**, see [Install via Nix](./nix.md). + +::: tip +Best use the NixOS Unstable channel to get the latest version of QOwnNotes! +::: diff --git a/webpage/src/hu/installation/nix.md b/webpage/src/hu/installation/nix.md index b3662f39b..cbf115c5e 100644 --- a/webpage/src/hu/installation/nix.md +++ b/webpage/src/hu/installation/nix.md @@ -2,7 +2,11 @@ You can install QOwnNotes with the [Nix package manager](https://nixos.org/download/) on [NixOS](https://nixos.org/), other **Linux** distributions, **macOS** and **Windows**. The package name is [qownnotes](https://search.nixos.org/packages?channel=unstable&show=qownnotes). -The package is built with Qt6 and provides shell integration for fish and bash. +::: tip +Best use the NixOS Unstable channel to get the latest version of QOwnNotes! +::: + +The package is built with Qt6, uses the system botan3 library and libgit2 and provides shell integration for fish and bash. See [QOwnNotes on nix](https://search.nixos.org/packages?channel=unstable&show=qownnotes) for more information. diff --git a/webpage/src/it/installation/macos.md b/webpage/src/it/installation/macos.md index 16b0ba6b8..02f6b471a 100644 --- a/webpage/src/it/installation/macos.md +++ b/webpage/src/it/installation/macos.md @@ -34,3 +34,7 @@ brew install qownnotes ## Nix You can also install QOwnNotes with the [Nix package manager](https://wiki.nixos.org/wiki/Nix_package_manager) under macOS natively on **x86 and Apple Silicon**, see [Install via Nix](./nix.md). + +::: tip +Best use the NixOS Unstable channel to get the latest version of QOwnNotes! +::: diff --git a/webpage/src/it/installation/nix.md b/webpage/src/it/installation/nix.md index 40efc7652..728dbaacf 100644 --- a/webpage/src/it/installation/nix.md +++ b/webpage/src/it/installation/nix.md @@ -2,7 +2,11 @@ You can install QOwnNotes with the [Nix package manager](https://nixos.org/download/) on [NixOS](https://nixos.org/), other **Linux** distributions, **macOS** and **Windows**. The package name is [qownnotes](https://search.nixos.org/packages?channel=unstable&show=qownnotes). -The package is built with Qt6 and provides shell integration for fish and bash. +::: tip +Best use the NixOS Unstable channel to get the latest version of QOwnNotes! +::: + +The package is built with Qt6, uses the system botan3 library and libgit2 and provides shell integration for fish and bash. Guarda [QOwnNotes su nix](https://search.nixos.org/packages?channel=unstable&show=qownnotes) per ulteriori informazioni. diff --git a/webpage/src/ko/installation/macos.md b/webpage/src/ko/installation/macos.md index 89628a8d2..4f410140d 100644 --- a/webpage/src/ko/installation/macos.md +++ b/webpage/src/ko/installation/macos.md @@ -31,3 +31,7 @@ brew install qownnotes ## Nix 또한 **x86 및 Apple Silicon**에서 macOS 아래에 [Nix 패키지 관리자](https://wiki.nixos.org/wiki/Nix_package_manager)을 사용하여 QOwnNotes를 설치할 수도 있습니다 ([Nix를 통해 설치](./nix.md) 참조). + +::: 팁 +NixOS 불안정 채널을 사용하여 최신 버전의 QOwnNotes를 얻는 것이 가장 좋습니다! +::: diff --git a/webpage/src/ko/installation/nix.md b/webpage/src/ko/installation/nix.md index 86cf7dd3a..35e2e522c 100644 --- a/webpage/src/ko/installation/nix.md +++ b/webpage/src/ko/installation/nix.md @@ -2,7 +2,11 @@ QOwnNotes를 [NixOS](https://nixos.org/), 기타 **Linux** 배포판, **macOS** 및 **Windows**에 [Nix 패키지 관리자](https://nixos.org/download/)과 함께 설치할 수 있습니다. 패키지 이름은 [qownnotes](https://search.nixos.org/packages?channel=unstable&show=qownnotes)입니다. -이 패키지는 Qt6로 제작되었으며 fish과 bash를 위한 쉘 통합 기능을 제공합니다. +::: 팁 +NixOS 불안정 채널을 사용하여 최신 버전의 QOwnNotes를 얻는 것이 가장 좋습니다! +::: + +이 패키지는 Qt6으로 제작되었으며, 시스템 botan3 라이브러리와 libgit2를 사용하고 fish와 bash를 위한 셸 통합 기능을 제공합니다. 자세한 내용은 [nix의 QOwnNotes](https://search.nixos.org/packages?channel=unstable&show=qownnotes)를 참조하십시오. diff --git a/webpage/src/nl/installation/macos.md b/webpage/src/nl/installation/macos.md index 3e253b69e..b56fae0db 100644 --- a/webpage/src/nl/installation/macos.md +++ b/webpage/src/nl/installation/macos.md @@ -33,3 +33,7 @@ brew install qownnotes ## Nix Je kunt QOwnNotes ook installeren met de [Nix pakketbeheerder](https://wiki.nixos.org/wiki/Nix_package_manager) onder macOS op **x86 en Apple Silicon**, zie [Installatie via Nix](./nix.md). + +::: tip +Best use the NixOS Unstable channel to get the latest version of QOwnNotes! +::: diff --git a/webpage/src/nl/installation/nix.md b/webpage/src/nl/installation/nix.md index 35f98e0c7..816f1232c 100644 --- a/webpage/src/nl/installation/nix.md +++ b/webpage/src/nl/installation/nix.md @@ -2,7 +2,11 @@ Je kunt QOwnNotes met de [Nix pakketbeheerder](https://nixos.org/download/) installeren op [NixOS](https://nixos.org/), andere **Linux**-versies, **macOS** en **Windows**. De pakketnaam is [qownnotes](https://search.nixos.org/packages?channel=unstable&show=qownnotes). -Het pakket is gebouwd met Qt6 en biedt shell-integratie voor fish en bash. +::: tip +Best use the NixOS Unstable channel to get the latest version of QOwnNotes! +::: + +The package is built with Qt6, uses the system botan3 library and libgit2 and provides shell integration for fish and bash. Zie [QOwnNotes op nix](https://search.nixos.org/packages?channel=unstable&show=qownnotes) voor meer informatie. diff --git a/webpage/src/pl/installation/macos.md b/webpage/src/pl/installation/macos.md index 63a1d231a..b8ea622e6 100644 --- a/webpage/src/pl/installation/macos.md +++ b/webpage/src/pl/installation/macos.md @@ -34,3 +34,7 @@ brew install qownnotes ## Nix You can also install QOwnNotes with the [Nix package manager](https://wiki.nixos.org/wiki/Nix_package_manager) under macOS natively on **x86 and Apple Silicon**, see [Install via Nix](./nix.md). + +::: tip +Best use the NixOS Unstable channel to get the latest version of QOwnNotes! +::: diff --git a/webpage/src/pl/installation/nix.md b/webpage/src/pl/installation/nix.md index b3662f39b..cbf115c5e 100644 --- a/webpage/src/pl/installation/nix.md +++ b/webpage/src/pl/installation/nix.md @@ -2,7 +2,11 @@ You can install QOwnNotes with the [Nix package manager](https://nixos.org/download/) on [NixOS](https://nixos.org/), other **Linux** distributions, **macOS** and **Windows**. The package name is [qownnotes](https://search.nixos.org/packages?channel=unstable&show=qownnotes). -The package is built with Qt6 and provides shell integration for fish and bash. +::: tip +Best use the NixOS Unstable channel to get the latest version of QOwnNotes! +::: + +The package is built with Qt6, uses the system botan3 library and libgit2 and provides shell integration for fish and bash. See [QOwnNotes on nix](https://search.nixos.org/packages?channel=unstable&show=qownnotes) for more information.