From 5adba35963638075a80b6aed78faab394ae575e8 Mon Sep 17 00:00:00 2001 From: Open Food Facts Bot <119524357+openfoodfacts-bot@users.noreply.github.com> Date: Sat, 16 Nov 2024 05:14:37 +0100 Subject: [PATCH] New translations app_en.arb (Lithuanian) --- packages/smooth_app/lib/l10n/app_lt.arb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/smooth_app/lib/l10n/app_lt.arb b/packages/smooth_app/lib/l10n/app_lt.arb index 569a5e46bd0..9655a9baa07 100644 --- a/packages/smooth_app/lib/l10n/app_lt.arb +++ b/packages/smooth_app/lib/l10n/app_lt.arb @@ -829,20 +829,20 @@ } } }, - "product_tags_title": "Product Tags", + "product_tags_title": "Produktų žymės", "@product_tags_title": { "description": "The title for showing product tags, aka folksonomy data" }, - "no_product_tags_found_message": "No tags found. Tags can be used to better group similar products. Tap to add.", + "no_product_tags_found_message": "Nerasta jokių žymių. Žymes galima naudoti panašies produktams geriau sugrupuoti. Bakstelėkite, kad pridėtumėte.", "@no_product_tags_found_message": { "description": "Message to show if there are no product tags found" }, - "add_tag": "Add Tag", - "edit_tag": "Edit Tag", - "remove_tag": "Remove Tag", - "tag_key": "Key", + "add_tag": "Pridėti žymę", + "edit_tag": "Redaguoti žymę", + "remove_tag": "Šalinti žymę", + "tag_key": "Raktas", "tag_value": "Vertė", - "invalid_key_format": "Invalid key format. Must be lowercase and no spaces.", + "invalid_key_format": "Neteisingas rakto formatas. Turi būti mažosios raidės ir be tarpų.", "@invalid_key_format": { "description": "Message to show if the key value for a new product tag is invalid. This logic is identical to whats being validated in the folksonomy api" },