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": "Завантажувати фотографії" },