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 <mondstern@monocles.de>
Translate-URL: https://translate.sysadminsmedia.com/projects/homebox/frontend/lt/
Translate-URL: https://translate.sysadminsmedia.com/projects/homebox/frontend/uk/
Translation: Homebox/Frontend
This commit is contained in:
Weblate
2025-05-03 23:00:39 +00:00
parent 606a92b5d5
commit eb21da50e3
2 changed files with 18 additions and 1 deletions

View File

@@ -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"
}
}
}
}

View File

@@ -66,6 +66,7 @@
"item_description": "Опис елемента",
"item_name": "Назва елемента",
"item_photo": "Фотографія товару 📷",
"item_quantity": "Кількість товару",
"title": "Додати предмет",
"upload_photos": "Завантажувати фотографії"
},