From eb21da50e33265a0b6523f1eb04135366ecb9a68 Mon Sep 17 00:00:00 2001 From: Weblate Date: Sat, 3 May 2025 23:00:39 +0000 Subject: [PATCH] Translated using Weblate (Lithuanian) Currently translated at 15.9% (52 of 326 strings) Translated using Weblate (Ukrainian) Currently translated at 100.0% (326 of 326 strings) Co-authored-by: mondstern Translate-URL: https://translate.sysadminsmedia.com/projects/homebox/frontend/lt/ Translate-URL: https://translate.sysadminsmedia.com/projects/homebox/frontend/uk/ Translation: Homebox/Frontend --- frontend/locales/lt-LT.json | 18 +++++++++++++++++- frontend/locales/uk-UA.json | 1 + 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/frontend/locales/lt-LT.json b/frontend/locales/lt-LT.json index af3a6b2f..3ba31274 100644 --- a/frontend/locales/lt-LT.json +++ b/frontend/locales/lt-LT.json @@ -61,7 +61,23 @@ }, "item": { "create_modal": { - "item_description": "Prekės Aprašymas" + "item_description": "Prekės Aprašymas", + "item_name": "Prekės Pavadinimas", + "item_photo": "Prekės Nuotrauka 📷", + "item_quantity": "Prekės Kiekis", + "title": "Sukurti Elementą", + "upload_photos": "Įkelti Nuotraukas" + }, + "view": { + "selectable": { + "card": "Kortelė", + "items": "Elementas", + "no_items": "Nėra rodomų elementų", + "table": "Lentelė" + }, + "table": { + "page": "Puslapis" + } } } } diff --git a/frontend/locales/uk-UA.json b/frontend/locales/uk-UA.json index 11756c2d..7d9df264 100644 --- a/frontend/locales/uk-UA.json +++ b/frontend/locales/uk-UA.json @@ -66,6 +66,7 @@ "item_description": "Опис елемента", "item_name": "Назва елемента", "item_photo": "Фотографія товару 📷", + "item_quantity": "Кількість товару", "title": "Додати предмет", "upload_photos": "Завантажувати фотографії" },