From e93b929ffc56657a7f8da81d12b11d4ee75377c9 Mon Sep 17 00:00:00 2001 From: Excalidraw Bot <77840495+excalibot@users.noreply.github.com> Date: Mon, 20 Oct 2025 20:18:40 +0200 Subject: [PATCH] New translations en.json (Lithuanian) --- packages/excalidraw/locales/lt-LT.json | 45 ++++++++++++++++++++++---- 1 file changed, 38 insertions(+), 7 deletions(-) diff --git a/packages/excalidraw/locales/lt-LT.json b/packages/excalidraw/locales/lt-LT.json index 8a6454ee90..aa9f39f71d 100644 --- a/packages/excalidraw/locales/lt-LT.json +++ b/packages/excalidraw/locales/lt-LT.json @@ -141,6 +141,10 @@ "edit": "", "editArrow": "" }, + "polygon": { + "breakPolygon": "", + "convertToPolygon": "" + }, "elementLock": { "lock": "Užrakinti", "unlock": "Atrakinti", @@ -165,7 +169,9 @@ "unCroppedDimension": "", "copyElementLink": "", "linkToElement": "", - "wrapSelectionInFrame": "" + "wrapSelectionInFrame": "", + "tab": "", + "shapeSwitch": "" }, "elementLink": { "title": "", @@ -175,14 +181,22 @@ "library": { "noItems": "", "hint_emptyLibrary": "", - "hint_emptyPrivateLibrary": "" + "hint_emptyPrivateLibrary": "", + "search": { + "inputPlaceholder": "", + "heading": "", + "noResults": "", + "clearSearch": "" + } }, "search": { "title": "", "noMatch": "", "singleResult": "", "multipleResults": "", - "placeholder": "" + "placeholder": "", + "frames": "", + "texts": "" }, "buttons": { "clearReset": "", @@ -216,10 +230,11 @@ "objectsSnapMode": "", "exitZenMode": "Išeiti iš „Zen“ režimo", "cancel": "Atšaukti", + "saveLibNames": "", "clear": "Išvalyti", "remove": "Pašalinti", "embed": "", - "publishLibrary": "Paskelbti", + "publishLibrary": "", "submit": "Pateikti", "confirm": "Patvirtinti", "embeddableInteractionButton": "" @@ -245,7 +260,8 @@ "resetLibrary": "Tai išvalys tavo biblioteką. Ar tikrai to nori?", "removeItemsFromsLibrary": "Ištrinti {{count}} elementą/-us iš bibliotekos?", "invalidEncryptionKey": "Šifravimo raktas turi būti iš 22 simbolių. Redagavimas gyvai yra išjungtas.", - "collabOfflineWarning": "" + "collabOfflineWarning": "", + "localStorageQuotaExceeded": "" }, "errors": { "unsupportedFileType": "Nepalaikomas failo tipas.", @@ -276,6 +292,7 @@ }, "toolBar": { "selection": "Žymėjimas", + "lasso": "", "image": "Įkelti paveiksliuką", "rectangle": "Stačiakampis", "diamond": "Deimantas", @@ -295,7 +312,8 @@ "laser": "", "hand": "", "extraTools": "", - "mermaidToExcalidraw": "" + "mermaidToExcalidraw": "", + "convertElementType": "" }, "element": { "rectangle": "", @@ -334,9 +352,9 @@ "resizeImage": "", "rotate": "", "lineEditor_info": "", + "lineEditor_line_info": "", "lineEditor_pointSelected": "", "lineEditor_nothingSelected": "", - "placeImage": "", "publishLibrary": "", "bindTextToElement": "", "createFlowchart": "", @@ -550,6 +568,7 @@ } }, "colorPicker": { + "color": "", "mostUsedCustomColors": "", "colors": "", "shades": "", @@ -629,5 +648,17 @@ }, "itemNotAvailable": "", "shortcutHint": "" + }, + "keys": { + "ctrl": "", + "option": "", + "cmd": "", + "alt": "", + "escape": "", + "enter": "", + "shift": "", + "spacebar": "", + "delete": "", + "mmb": "" } }