diff --git a/src/Localization/Services/StorefrontLabels.php b/src/Localization/Services/StorefrontLabels.php index 1fa052d..5d02114 100644 --- a/src/Localization/Services/StorefrontLabels.php +++ b/src/Localization/Services/StorefrontLabels.php @@ -24,6 +24,7 @@ class StorefrontLabels 'nav.account' => ['en' => 'Account', 'el' => 'Λογαριασμός'], 'nav.back' => ['en' => 'Back', 'el' => 'Πίσω'], 'nav.contact' => ['en' => 'Contact', 'el' => 'Επικοινωνία'], + 'nav.close' => ['en' => 'Close', 'el' => 'Κλείσιμο'], 'cart.empty' => ['en' => 'Your cart is empty', 'el' => 'Το καλάθι σας είναι άδειο'], 'cart.checkout' => ['en' => 'Checkout', 'el' => 'Ολοκλήρωση Παραγγελίας'], 'cart.total' => ['en' => 'Total', 'el' => 'Σύνολο'], @@ -67,6 +68,7 @@ class StorefrontLabels 'en' => '{0} No products found|{1} Showing :first–:last of :total result|[2,*] Showing :first–:last of :total results', 'el' => '{0} Δεν βρέθηκαν προϊόντα|{1} Εμφάνιση :first–:last από :total αποτέλεσμα|[2,*] Εμφάνιση :first–:last από :total αποτελέσματα', ], + 'shop.all_products' => ['en' => 'All Products', 'el' => 'Όλα τα Προϊόντα'], 'shop.sort_label' => ['en' => 'Sort products', 'el' => 'Ταξινόμηση προϊόντων'], 'shop.sort_default' => ['en' => 'Default sorting', 'el' => 'Προεπιλεγμένη ταξινόμηση'], 'shop.sort_popularity' => ['en' => 'Popularity', 'el' => 'Δημοφιλή'],