From 9c73908560b9bd3f0aae5db656cd16e0c093ee89 Mon Sep 17 00:00:00 2001 From: Jiri Novacek Date: Thu, 25 Sep 2025 08:12:33 +0200 Subject: [PATCH] Translated using Weblate (Czech) Currently translated at 5.2% (20 of 381 strings) Translation: Trilium Notes/Server Translate-URL: https://hosted.weblate.org/projects/trilium/server/cs/ --- apps/server/src/assets/translations/cs/server.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/apps/server/src/assets/translations/cs/server.json b/apps/server/src/assets/translations/cs/server.json index bb74146c5..72710a16e 100644 --- a/apps/server/src/assets/translations/cs/server.json +++ b/apps/server/src/assets/translations/cs/server.json @@ -10,6 +10,15 @@ "expand-subtree": "Rozbalit podstrom aktivní poznámky", "collapse-tree": "Sbalit celý strom poznámek", "collapse-subtree": "Sbalí podstrom aktivní poznámky", - "sort-child-notes": "Seřadit podřízené poznámky" + "sort-child-notes": "Seřadit podřízené poznámky", + "creating-and-moving-notes": "Vytváření a přesouvání poznámek", + "create-note-after": "Vytvořit poznámku za aktivní poznámkou", + "create-note-into": "Vytvořit poznámku jako potomka aktivní poznámky", + "create-note-into-inbox": "Vytvořit poznámku v inboxu (pokud je definován) nebo denní poznámku", + "delete-note": "Smazat poznámku", + "move-note-up": "Posunout poznámku nahoru", + "move-note-down": "Posunout poznámku dolů", + "move-note-up-in-hierarchy": "Přesunout poznámku o úroveň výše", + "move-note-down-in-hierarchy": "Přesunout poznámku ve struktuře níže" } }