From 8247855330155572a8677d7480c9554e386b6ed2 Mon Sep 17 00:00:00 2001 From: Kuzma Simonov Date: Tue, 9 Sep 2025 08:41:12 +0200 Subject: [PATCH 1/2] Translated using Weblate (Russian) Currently translated at 100.0% (1573 of 1573 strings) Translation: Trilium Notes/Client Translate-URL: https://hosted.weblate.org/projects/trilium/client/ru/ --- apps/client/src/translations/ru/translation.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/apps/client/src/translations/ru/translation.json b/apps/client/src/translations/ru/translation.json index 23ea17730..1c5dd7cba 100644 --- a/apps/client/src/translations/ru/translation.json +++ b/apps/client/src/translations/ru/translation.json @@ -379,7 +379,12 @@ "settings": "Настройка версионирования заметок", "no_revisions": "У этой заметки еще нет версий...", "snapshot_interval": "Интервал создания версии заметки: {{seconds}} с.", - "maximum_revisions": "Максимальное количество версий заметки: {{number}}." + "maximum_revisions": "Максимальное количество версий заметки: {{number}}.", + "diff_on": "Сравнить", + "diff_off": "Показать содержимое", + "diff_on_hint": "Отобразить сравнение исходного кода заметки", + "diff_off_hint": "Отобразить контент заметки", + "diff_not_available": "Сравнение недоступно." }, "sort_child_notes": { "sort_children_by": "Сортировать дочерние заметки по...", @@ -2025,6 +2030,8 @@ "title": "Производительность", "enable-motion": "Включить визуальные эффекты и анимации", "enable-shadows": "Включить тени", - "enable-backdrop-effects": "Включить эффекты размытия фона меню, всплывающих окон и панелей" + "enable-backdrop-effects": "Включить эффекты размытия фона меню, всплывающих окон и панелей", + "enable-smooth-scroll": "Включить плавную прокрутку", + "app-restart-required": "(для вступления изменений в силу требуется перезапуск приложения)" } } From 28368e6e12a0dd062082888915a90dfdd2d79fbf Mon Sep 17 00:00:00 2001 From: Alberto Rossi Date: Tue, 9 Sep 2025 11:54:27 +0200 Subject: [PATCH 2/2] Translated using Weblate (Italian) Currently translated at 13.1% (207 of 1573 strings) Translation: Trilium Notes/Client Translate-URL: https://hosted.weblate.org/projects/trilium/client/it/ --- apps/client/src/translations/it/translation.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/apps/client/src/translations/it/translation.json b/apps/client/src/translations/it/translation.json index f83602521..08f00c755 100644 --- a/apps/client/src/translations/it/translation.json +++ b/apps/client/src/translations/it/translation.json @@ -63,7 +63,7 @@ "search_for_note_by_its_name": "cerca una nota per nome", "cloned_note_prefix_title": "Le note clonate saranno mostrate nell'albero delle note con il dato prefisso", "prefix_optional": "Prefisso (opzionale)", - "clone_to_selected_note": "Clona sotto la nota selezionata invio", + "clone_to_selected_note": "Clona verso la nota selezionata invio", "no_path_to_clone_to": "Nessun percorso per clonare dentro.", "note_cloned": "La nota \"{{clonedTitle}}\" è stata clonata in \"{{targetTitle}}\"" }, @@ -79,7 +79,7 @@ "ok": "OK", "close": "Chiudi", "delete_notes_preview": "Anteprima di eliminazione delle note", - "delete_all_clones_description": "Elimina anche tutti i cloni (può essere disfatto tramite i cambiamenti recenti)", + "delete_all_clones_description": "Elimina anche tutti i cloni (può essere ripristinato nella sezione cambiamenti recenti)", "erase_notes_description": "L'eliminazione normale (soft) marca le note come eliminate e potranno essere recuperate entro un certo lasso di tempo (dalla finestra dei cambiamenti recenti). Selezionando questa opzione le note si elimineranno immediatamente e non sarà possibile recuperarle.", "erase_notes_warning": "Elimina le note in modo permanente (non potrà essere disfatto), compresi tutti i cloni. Ciò forzerà un nuovo caricamento dell'applicazione.", "cancel": "Annulla", @@ -105,7 +105,10 @@ "format_html": "HTML - raccomandato in quanto mantiene tutti i formati", "format_html_zip": "HTML in archivio ZIP - questo è raccomandato in quanto conserva tutta la formattazione.", "format_markdown": "MArkdown - questo conserva la maggior parte della formattazione.", - "export_type_single": "Solo questa nota, senza le sottostanti" + "export_type_single": "Solo questa nota, senza le sottostanti", + "format_opml": "OPML - formato per scambio informazioni outline. Formattazione, immagini e files non sono inclusi.", + "opml_version_1": "OPML v.1.0 - solo testo semplice", + "opml_version_2": "OPML v2.0 - supporta anche HTML" }, "password_not_set": { "body1": "Le note protette sono crittografate utilizzando una password utente, ma la password non è stata ancora impostata.",