generated from boboko/starter
contact page, legal pages and category page
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
return [
|
||||
|
||||
'nav' => [
|
||||
'home' => 'Αρχική',
|
||||
'products' => 'Προϊόντα',
|
||||
'contact' => 'Επικοινωνία',
|
||||
],
|
||||
@@ -15,4 +16,29 @@
|
||||
// Laravel pluralization: {0} zero|{1} one|[2,*] many. :count is replaced automatically.
|
||||
'customer_reviews' => '{0} Καμία αξιολόγηση πελάτη|{1} :count αξιολόγηση πελάτη|[2,*] :count αξιολογήσεις πελατών',
|
||||
|
||||
'shop' => [
|
||||
// Laravel pluralization keyed on the total result count.
|
||||
'showing_results' => '{0} Δεν βρέθηκαν προϊόντα|{1} Εμφάνιση :first–:last από :total αποτέλεσμα|[2,*] Εμφάνιση :first–:last από :total αποτελέσματα',
|
||||
'no_products' => 'Δεν βρέθηκαν προϊόντα σε αυτή την κατηγορία.',
|
||||
'search_label' => 'Αναζήτηση προϊόντων',
|
||||
'search_placeholder' => 'Αναζήτησε προϊόντα…',
|
||||
'filter_price' => 'Φίλτρο τιμής',
|
||||
'apply' => 'Εφαρμογή',
|
||||
'availability' => 'Διαθεσιμότητα',
|
||||
'in_stock_only' => 'Μόνο διαθέσιμα προϊόντα',
|
||||
'sort_label' => 'Ταξινόμηση προϊόντων',
|
||||
'sort_default' => 'Προεπιλεγμένη ταξινόμηση',
|
||||
'sort_popularity' => 'Δημοφιλή',
|
||||
'sort_price_asc' => 'Τιμή: Αύξουσα',
|
||||
'sort_price_desc' => 'Τιμή: Φθίνουσα',
|
||||
'sort_newest' => 'Νεότερα',
|
||||
],
|
||||
|
||||
'pagination' => [
|
||||
'nav_label' => 'Σελιδοποίηση',
|
||||
'page' => 'Σελίδα :page',
|
||||
'next' => 'Επόμενη σελίδα',
|
||||
'previous' => 'Προηγούμενη σελίδα',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
return [
|
||||
|
||||
'nav' => [
|
||||
'home' => 'Home',
|
||||
'products' => 'Products',
|
||||
'contact' => 'Contact',
|
||||
],
|
||||
@@ -15,4 +16,29 @@
|
||||
// Laravel pluralization: {0} zero|{1} one|[2,*] many. :count is replaced automatically.
|
||||
'customer_reviews' => '{0} No customer reviews|{1} :count customer review|[2,*] :count customer reviews',
|
||||
|
||||
'shop' => [
|
||||
// Laravel pluralization keyed on the total result count.
|
||||
'showing_results' => '{0} No products found|{1} Showing :first–:last of :total result|[2,*] Showing :first–:last of :total results',
|
||||
'no_products' => 'No products found in this category.',
|
||||
'search_label' => 'Search products',
|
||||
'search_placeholder' => 'Search products…',
|
||||
'filter_price' => 'Filter by price',
|
||||
'apply' => 'Apply',
|
||||
'availability' => 'Availability',
|
||||
'in_stock_only' => 'In-stock products only',
|
||||
'sort_label' => 'Sort products',
|
||||
'sort_default' => 'Default sorting',
|
||||
'sort_popularity' => 'Popularity',
|
||||
'sort_price_asc' => 'Price: Low to High',
|
||||
'sort_price_desc' => 'Price: High to Low',
|
||||
'sort_newest' => 'Newest',
|
||||
],
|
||||
|
||||
'pagination' => [
|
||||
'nav_label' => 'Pagination',
|
||||
'page' => 'Page :page',
|
||||
'next' => 'Next page',
|
||||
'previous' => 'Previous page',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user