dugway 1.1.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. checksums.yaml +4 -4
  2. data/.bundle/config +2 -0
  3. data/.gitignore +1 -0
  4. data/lib/dugway/application.rb +5 -3
  5. data/lib/dugway/assets/big_cartel_logo.svg +4 -0
  6. data/lib/dugway/cli/build.rb +7 -1
  7. data/lib/dugway/cli/server.rb +2 -2
  8. data/lib/dugway/cli/templates/source/settings.json +8 -0
  9. data/lib/dugway/cli/validate.rb +9 -2
  10. data/lib/dugway/controller.rb +5 -1
  11. data/lib/dugway/liquid/drops/account_drop.rb +4 -0
  12. data/lib/dugway/liquid/drops/features_drop.rb +144 -0
  13. data/lib/dugway/liquid/drops/theme_drop.rb +23 -0
  14. data/lib/dugway/liquid/drops/translations_drop.rb +122 -0
  15. data/lib/dugway/liquifier.rb +44 -8
  16. data/lib/dugway/store.rb +7 -2
  17. data/lib/dugway/theme.rb +107 -10
  18. data/lib/dugway/version.rb +1 -1
  19. data/lib/dugway.rb +31 -1
  20. data/locales/storefront.de.yml +79 -0
  21. data/locales/storefront.en-CA.yml +79 -0
  22. data/locales/storefront.en-GB.yml +79 -0
  23. data/locales/storefront.en-US.yml +79 -0
  24. data/locales/storefront.es-ES.yml +79 -0
  25. data/locales/storefront.es-MX.yml +79 -0
  26. data/locales/storefront.fr-CA.yml +79 -0
  27. data/locales/storefront.fr-FR.yml +79 -0
  28. data/locales/storefront.id.yml +79 -0
  29. data/locales/storefront.it.yml +79 -0
  30. data/locales/storefront.ja.yml +79 -0
  31. data/locales/storefront.ko.yml +79 -0
  32. data/locales/storefront.nl.yml +79 -0
  33. data/locales/storefront.pl.yml +79 -0
  34. data/locales/storefront.pt-BR.yml +79 -0
  35. data/locales/storefront.pt-PT.yml +79 -0
  36. data/locales/storefront.ro.yml +79 -0
  37. data/locales/storefront.sv.yml +79 -0
  38. data/locales/storefront.tr.yml +79 -0
  39. data/locales/storefront.zh-CN.yml +79 -0
  40. data/locales/storefront.zh-TW.yml +79 -0
  41. data/log/dugway.log +1 -0
  42. data/spec/features/page_rendering_spec.rb +4 -4
  43. data/spec/fixtures/theme/layout.html +2 -0
  44. data/spec/fixtures/theme/settings.json +6 -0
  45. data/spec/spec_helper.rb +4 -0
  46. data/spec/units/dugway/liquid/drops/features_drop_spec.rb +182 -0
  47. data/spec/units/dugway/liquid/drops/theme_drop_spec.rb +45 -0
  48. data/spec/units/dugway/liquid/drops/translations_drop_spec.rb +292 -0
  49. data/spec/units/dugway/store_spec.rb +37 -0
  50. data/spec/units/dugway/theme_spec.rb +297 -1
  51. metadata +32 -2
@@ -0,0 +1,79 @@
1
+ en-GB:
2
+ storefront:
3
+ navigation:
4
+ all: "All"
5
+ all_products: "All products"
6
+ back_to_site: "Back to site"
7
+ cart: "Basket"
8
+ categories: "Categories"
9
+ contact: "Contact"
10
+ home: "Home"
11
+ item: "item"
12
+ items: "items"
13
+ more: "More"
14
+ next: "Next"
15
+ newest: "Newest"
16
+ pages: "Pages"
17
+ previous: "Previous"
18
+ products: "Products"
19
+ quick_view: "Quick view"
20
+ search: "Search"
21
+ shop: "Shop"
22
+ social: "Follow us"
23
+ subscribe: "Subscribe"
24
+ top_selling: "Top-selling"
25
+ view: "View"
26
+ view_all: "View all"
27
+ # "Sort By" translations are used in very few themes, and are not exposed in theme settings for sellers to configure
28
+ sort_by: Sort by
29
+ sort_by_featured: Featured
30
+ sort_by_on_sale: On Sale
31
+ sort_by_top_selling: Top Selling
32
+ sort_by_alphabetically_a_to_z: Alphabetically (A to Z)
33
+ sort_by_alphabetically_z_to_a: Alphabetically (Z to A)
34
+ sort_by_date_new_to_old: Date (New to Old)
35
+ sort_by_date_old_to_new: Date (Old to New)
36
+ sort_by_price_low_to_high: Price (Low to High)
37
+ sort_by_price_high_to_low: Price (High to Low)
38
+ home:
39
+ all_products: "All products"
40
+ featured: "Featured"
41
+ featured_categories: "Featured categories"
42
+ featured_products: "Featured products"
43
+ featured_video: ""
44
+ products:
45
+ add_to_cart: "Add to basket"
46
+ adding: "Adding..." # Used in few themes, intentionally not exposed in theme settings
47
+ added: "Added!" # Used in few themes, intentionally not exposed in theme settings
48
+ almost_sold_out: "Only a few left!"
49
+ coming_soon: "Coming soon"
50
+ description: "Description"
51
+ in_stock: "in stock"
52
+ inventory: "Stock"
53
+ low_inventory: "Limited quantities available"
54
+ no_products: "No products found"
55
+ on_sale: "On offer"
56
+ related_products: "You might also like"
57
+ reset: "Reset"
58
+ search_results: "Search results"
59
+ select: "Select"
60
+ select_variant: "Select option"
61
+ sold_out: "Sold out"
62
+ cart:
63
+ checkout: "Checkout"
64
+ continue_shopping: "Continue shopping"
65
+ empty_cart: "Your basket is empty"
66
+ quantity_abbreviated: "Qty"
67
+ quantity: "Quantity"
68
+ remove: "Remove"
69
+ share_this_cart: "Share this basket"
70
+ share_this_cart_link_copy_success: "Link copied!"
71
+ subtotal: "Subtotal"
72
+ view_cart: "View basket"
73
+ contact:
74
+ email: "Email"
75
+ form_success: "Thanks! Your message has been sent and we'll get back to you soon."
76
+ message: "Message"
77
+ name: "Name"
78
+ send_button: "Send message"
79
+ subject: "Subject"
@@ -0,0 +1,79 @@
1
+ en-US:
2
+ storefront:
3
+ navigation:
4
+ all: "All"
5
+ all_products: "All products"
6
+ back_to_site: "Back to site"
7
+ cart: "Cart"
8
+ categories: "Categories"
9
+ contact: "Contact"
10
+ home: "Home"
11
+ item: "item"
12
+ items: "items"
13
+ more: "More"
14
+ next: "Next"
15
+ newest: "Newest"
16
+ pages: "Pages"
17
+ previous: "Previous"
18
+ products: "Products"
19
+ quick_view: "Quick view"
20
+ search: "Search"
21
+ shop: "Shop"
22
+ social: "Follow us"
23
+ subscribe: "Subscribe"
24
+ top_selling: "Top-selling"
25
+ view: "View"
26
+ view_all: "View all"
27
+ # "Sort By" translations are used in very few themes, and are not exposed in theme settings for sellers to configure
28
+ sort_by: Sort by
29
+ sort_by_featured: Featured
30
+ sort_by_on_sale: On Sale
31
+ sort_by_top_selling: Top Selling
32
+ sort_by_alphabetically_a_to_z: Alphabetically (A to Z)
33
+ sort_by_alphabetically_z_to_a: Alphabetically (Z to A)
34
+ sort_by_date_new_to_old: Date (New to Old)
35
+ sort_by_date_old_to_new: Date (Old to New)
36
+ sort_by_price_low_to_high: Price (Low to High)
37
+ sort_by_price_high_to_low: Price (High to Low)
38
+ home:
39
+ all_products: "All products"
40
+ featured: "Featured"
41
+ featured_categories: "Featured categories"
42
+ featured_products: "Featured products"
43
+ featured_video: ""
44
+ products:
45
+ add_to_cart: "Add to cart"
46
+ adding: "Adding..." # Used in few themes, intentionally not exposed in theme settings
47
+ added: "Added!" # Used in few themes, intentionally not exposed in theme settings
48
+ almost_sold_out: "Only a few left!"
49
+ coming_soon: "Coming soon"
50
+ description: "Description"
51
+ in_stock: "in stock"
52
+ inventory: "Inventory"
53
+ low_inventory: "Limited quantities available"
54
+ no_products: "No products found"
55
+ on_sale: "On sale"
56
+ related_products: "You might also like"
57
+ reset: "Reset"
58
+ search_results: "Search results"
59
+ select: "Select"
60
+ select_variant: "Select option"
61
+ sold_out: "Sold out"
62
+ cart:
63
+ checkout: "Checkout"
64
+ continue_shopping: "Continue shopping"
65
+ empty_cart: "Your cart is empty"
66
+ quantity_abbreviated: "Qty"
67
+ quantity: "Quantity"
68
+ remove: "Remove"
69
+ share_this_cart: "Share this cart"
70
+ share_this_cart_link_copy_success: "Link copied!"
71
+ subtotal: "Subtotal"
72
+ view_cart: "View cart"
73
+ contact:
74
+ email: "Email"
75
+ form_success: "Thanks! Your message has been sent and we'll get back to you soon."
76
+ message: "Message"
77
+ name: "Name"
78
+ send_button: "Send message"
79
+ subject: "Subject"
@@ -0,0 +1,79 @@
1
+ es-ES:
2
+ storefront:
3
+ navigation:
4
+ all: "Todo"
5
+ all_products: "Todos los productos"
6
+ back_to_site: "Volver al sitio"
7
+ cart: "Carrito"
8
+ categories: "Categorías"
9
+ contact: "Contáctanos"
10
+ home: "Inicio"
11
+ item: "artículo"
12
+ items: "artículos"
13
+ more: "Más"
14
+ next: "Siguiente"
15
+ newest: "Novedades"
16
+ pages: "Páginas"
17
+ previous: "Anterior"
18
+ products: "Productos"
19
+ quick_view: "Vista rápida"
20
+ search: "Buscar"
21
+ shop: "Tienda"
22
+ social: "Síguenos"
23
+ subscribe: "Suscribirse"
24
+ top_selling: "Más vendidos"
25
+ view: "Ver"
26
+ view_all: "Ver todo"
27
+ # "Sort By" translations are used in very few themes, and are not exposed in theme settings for sellers to configure
28
+ sort_by: Ordenar por
29
+ sort_by_featured: Destacados
30
+ sort_by_on_sale: En oferta
31
+ sort_by_top_selling: Más vendidos
32
+ sort_by_alphabetically_a_to_z: Alfabético (A a Z)
33
+ sort_by_alphabetically_z_to_a: Alfabético (Z a A)
34
+ sort_by_date_new_to_old: Fecha (más reciente)
35
+ sort_by_date_old_to_new: Fecha (más antiguo)
36
+ sort_by_price_low_to_high: Precio (menor a mayor)
37
+ sort_by_price_high_to_low: Precio (mayor a menor)
38
+ home:
39
+ all_products: "Todos los productos"
40
+ featured: "Destacado"
41
+ featured_categories: "Categorías destacadas"
42
+ featured_products: "Productos destacados"
43
+ featured_video: ""
44
+ products:
45
+ add_to_cart: "Añadir"
46
+ added: "¡Añadido!" # Used in few themes, intentionally not exposed in theme settings
47
+ adding: "Añadiendo..." # Used in few themes, intentionally not exposed in theme settings
48
+ almost_sold_out: "¡Quedan pocos!"
49
+ coming_soon: "Próximamente"
50
+ in_stock: "en stock"
51
+ description: "Descripción"
52
+ inventory: "Existencias"
53
+ low_inventory: "Cantidades limitadas"
54
+ no_products: "No se encuentran productos"
55
+ on_sale: "En oferta"
56
+ related_products: "Te podría gustar"
57
+ reset: "Restablecer"
58
+ search_results: "Resultados de búsqueda"
59
+ select: "Selecciona"
60
+ select_variant: "Seleccionar opción"
61
+ sold_out: "Agotado"
62
+ cart:
63
+ checkout: "Comprar"
64
+ continue_shopping: "Continuar comprando"
65
+ empty_cart: "Tu carrito está vacío"
66
+ quantity_abbreviated: "Cant."
67
+ quantity: "Cantidad"
68
+ remove: "Eliminar"
69
+ share_this_cart: "Compartir este carrito"
70
+ share_this_cart_link_copy_success: "¡Enlace copiado!"
71
+ subtotal: "Subtotal"
72
+ view_cart: "Ver carrito"
73
+ contact:
74
+ email: "Correo electrónico"
75
+ form_success: "¡Gracias! Tu mensaje ha sido enviado y te responderemos pronto."
76
+ message: "Mensaje"
77
+ name: "Nombre"
78
+ send_button: "Enviar mensaje"
79
+ subject: "Asunto"
@@ -0,0 +1,79 @@
1
+ es-MX:
2
+ storefront:
3
+ navigation:
4
+ all: "Todo"
5
+ all_products: "Todos los productos"
6
+ back_to_site: "Volver al sitio"
7
+ cart: "Carrito"
8
+ categories: "Categorías"
9
+ contact: "Contáctanos"
10
+ home: "Inicio"
11
+ item: "artículo"
12
+ items: "artículos"
13
+ more: "Más"
14
+ next: "Siguiente"
15
+ newest: "Lo más nuevo"
16
+ pages: "Páginas"
17
+ previous: "Anterior"
18
+ products: "Productos"
19
+ quick_view: "Vista rápida"
20
+ search: "Buscar"
21
+ shop: "Tienda"
22
+ social: "Síguenos"
23
+ subscribe: "Suscribirse"
24
+ top_selling: "Más vendidos"
25
+ view: "Ver"
26
+ view_all: "Ver todo"
27
+ # "Sort By" translations are used in very few themes, and are not exposed in theme settings for sellers to configure
28
+ sort_by: Ordenar por
29
+ sort_by_featured: Destacados
30
+ sort_by_on_sale: En rebaja
31
+ sort_by_top_selling: Más vendidos
32
+ sort_by_alphabetically_a_to_z: Alfabético (A a Z)
33
+ sort_by_alphabetically_z_to_a: Alfabético (Z a A)
34
+ sort_by_date_new_to_old: Fecha (más reciente)
35
+ sort_by_date_old_to_new: Fecha (más antiguo)
36
+ sort_by_price_low_to_high: Precio (menor a mayor)
37
+ sort_by_price_high_to_low: Precio (mayor a menor)
38
+ home:
39
+ all_products: "Todos los productos"
40
+ featured: "Destacado"
41
+ featured_categories: "Categorías destacadas"
42
+ featured_products: "Productos destacados"
43
+ featured_video: ""
44
+ products:
45
+ add_to_cart: "Agregar"
46
+ added: "¡Agregado!" # Used in few themes, intentionally not exposed in theme settings
47
+ adding: "Agregando..." # Used in few themes, intentionally not exposed in theme settings
48
+ almost_sold_out: "¡Quedan pocos!"
49
+ coming_soon: "Próximamente"
50
+ description: "Descripción"
51
+ in_stock: "disponible"
52
+ inventory: "Inventario"
53
+ low_inventory: "Cantidades limitadas"
54
+ no_products: "No se encuentran productos"
55
+ on_sale: "En oferta"
56
+ related_products: "Te podría gustar"
57
+ reset: "Restablecer"
58
+ search_results: "Resultados de búsqueda"
59
+ select: "Selecciona"
60
+ select_variant: "Seleccionar opción"
61
+ sold_out: "Agotado"
62
+ cart:
63
+ checkout: "Pagar"
64
+ continue_shopping: "Continuar comprando"
65
+ empty_cart: "Tu carrito está vacío"
66
+ quantity_abbreviated: "Cant."
67
+ quantity: "Cantidad"
68
+ remove: "Eliminar"
69
+ share_this_cart: "Compartir este carrito"
70
+ share_this_cart_link_copy_success: "¡Enlace copiado!"
71
+ subtotal: "Subtotal"
72
+ view_cart: "Ver carrito"
73
+ contact:
74
+ email: "Correo electrónico"
75
+ form_success: "¡Gracias! Tu mensaje ha sido enviado y te responderemos pronto."
76
+ message: "Mensaje"
77
+ name: "Nombre"
78
+ send_button: "Enviar mensaje"
79
+ subject: "Asunto"
@@ -0,0 +1,79 @@
1
+ fr-CA:
2
+ storefront:
3
+ navigation:
4
+ all: "Tous"
5
+ all_products: "Tous les produits"
6
+ back_to_site: "Retour au site"
7
+ cart: "Panier d'achat"
8
+ categories: "Catégories"
9
+ contact: "Contact"
10
+ home: "Accueil"
11
+ item: "article"
12
+ items: "articles"
13
+ more: "Plus"
14
+ next: "Suivant"
15
+ newest: "Plus récents"
16
+ pages: "Pages"
17
+ previous: "Précédent"
18
+ products: "Produits"
19
+ quick_view: "Aperçu rapide"
20
+ search: "Rechercher"
21
+ shop: "Boutique"
22
+ social: "Suivez-nous"
23
+ subscribe: "S’abonner"
24
+ top_selling: "Meilleures ventes"
25
+ view: "Voir"
26
+ view_all: "Voir tout"
27
+ # "Sort By" translations are used in very few themes, and are not exposed in theme settings for sellers to configure
28
+ sort_by: Trier par
29
+ sort_by_featured: En vedette
30
+ sort_by_on_sale: En solde
31
+ sort_by_top_selling: Meilleures ventes
32
+ sort_by_alphabetically_a_to_z: Alphabétique (A à Z)
33
+ sort_by_alphabetically_z_to_a: Alphabétique (Z à A)
34
+ sort_by_date_new_to_old: Date (récent à ancien)
35
+ sort_by_date_old_to_new: Date (ancien à récent)
36
+ sort_by_price_low_to_high: Prix (bas à élevé)
37
+ sort_by_price_high_to_low: Prix (élevé à bas)
38
+ home:
39
+ all_products: "Tous les produits"
40
+ featured: "En vedette"
41
+ featured_categories: "Catégories en vedette"
42
+ featured_products: "Produits en vedette"
43
+ featured_video: ""
44
+ products:
45
+ add_to_cart: "Ajouter au panier"
46
+ added: "Ajouté" # Used in few themes, intentionally not exposed in theme settings
47
+ adding: "Ajout..." # Used in few themes, intentionally not exposed in theme settings
48
+ almost_sold_out: "Presque épuisé!"
49
+ coming_soon: "Bientôt disponible"
50
+ description: "Description"
51
+ in_stock: "en inventaire"
52
+ inventory: "Inventaire"
53
+ low_inventory: "Stock limité"
54
+ no_products: "Aucun produit trouvé"
55
+ on_sale: "En rabais"
56
+ related_products: "Vous aimerez aussi"
57
+ reset: "Réinitialiser"
58
+ search_results: "Résultats de recherche"
59
+ select: "Sélectionner"
60
+ select_variant: "Choisir une option"
61
+ sold_out: "Épuisé"
62
+ cart:
63
+ checkout: "Commander"
64
+ continue_shopping: "Continuer à magasiner"
65
+ empty_cart: "Votre panier est vide"
66
+ quantity_abbreviated: "Qté"
67
+ quantity: "Quantité"
68
+ remove: "Retirer"
69
+ share_this_cart: "Partager ce panier"
70
+ share_this_cart_link_copy_success: "Lien copié !"
71
+ subtotal: "Sous-total"
72
+ view_cart: "Voir le panier"
73
+ contact:
74
+ email: "Courriel"
75
+ form_success: "Merci ! Votre message a été envoyé et nous vous répondrons bientôt."
76
+ message: "Message"
77
+ name: "Nom"
78
+ send_button: "Envoyer le message"
79
+ subject: "Sujet"
@@ -0,0 +1,79 @@
1
+ fr-FR:
2
+ storefront:
3
+ navigation:
4
+ all: "Tous"
5
+ all_products: "Tous les produits"
6
+ back_to_site: "Retour au site"
7
+ cart: "Panier"
8
+ categories: "Catégories"
9
+ contact: "Contact"
10
+ home: "Accueil"
11
+ item: "article"
12
+ items: "articles"
13
+ more: "Plus"
14
+ next: "Suivant"
15
+ newest: "Nouveautés"
16
+ pages: "Pages"
17
+ previous: "Précédent"
18
+ products: "Produits"
19
+ quick_view: "Aperçu rapide"
20
+ search: "Rechercher"
21
+ shop: "Boutique"
22
+ social: "Suivez-nous"
23
+ subscribe: "S’abonner"
24
+ top_selling: "Meilleures ventes"
25
+ view: "Voir"
26
+ view_all: "Voir tout"
27
+ # "Sort By" translations are used in very few themes, and are not exposed in theme settings for sellers to configure
28
+ sort_by: Trier par
29
+ sort_by_featured: En vedette
30
+ sort_by_on_sale: En promotion
31
+ sort_by_top_selling: Meilleures ventes
32
+ sort_by_alphabetically_a_to_z: Alphabétique (A à Z)
33
+ sort_by_alphabetically_z_to_a: Alphabétique (Z à A)
34
+ sort_by_date_new_to_old: Date (récent à ancien)
35
+ sort_by_date_old_to_new: Date (ancien à récent)
36
+ sort_by_price_low_to_high: Prix (croissant)
37
+ sort_by_price_high_to_low: Prix (décroissant)
38
+ home:
39
+ all_products: "Tous les produits"
40
+ featured: "En vedette"
41
+ featured_categories: "Catégories en vedette"
42
+ featured_products: "Produits en vedette"
43
+ featured_video: ""
44
+ products:
45
+ add_to_cart: "Ajouter au panier"
46
+ added: "Ajouté" # Used in few themes, intentionally not exposed in theme settings
47
+ adding: "Ajout..." # Used in few themes, intentionally not exposed in theme settings
48
+ almost_sold_out: "Plus que quelques-uns!"
49
+ coming_soon: "Bientôt disponible"
50
+ description: "Description"
51
+ in_stock: "en stock"
52
+ inventory: "Stock"
53
+ low_inventory: "Quantités limitées disponibles"
54
+ no_products: "Aucun produit trouvé"
55
+ on_sale: "En solde"
56
+ related_products: "Vous aimerez aussi"
57
+ reset: "Réinitialiser"
58
+ search_results: "Résultats de recherche"
59
+ select: "Sélectionner"
60
+ select_variant: "Choisir une option"
61
+ sold_out: "Épuisé"
62
+ cart:
63
+ checkout: "Commander"
64
+ continue_shopping: "Continuer les achats"
65
+ empty_cart: "Votre panier est vide"
66
+ quantity_abbreviated: "Qté"
67
+ quantity: "Quantité"
68
+ remove: "Retirer"
69
+ share_this_cart: "Partager ce panier"
70
+ share_this_cart_link_copy_success: "Lien copié !"
71
+ subtotal: "Sous-total"
72
+ view_cart: "Voir le panier"
73
+ contact:
74
+ email: "E-mail"
75
+ form_success: "Merci ! Votre message a été envoyé et nous vous répondrons bientôt."
76
+ message: "Message"
77
+ name: "Nom"
78
+ send_button: "Envoyer le message"
79
+ subject: "Sujet"
@@ -0,0 +1,79 @@
1
+ id:
2
+ storefront:
3
+ navigation:
4
+ all: "Semua"
5
+ all_products: "Semua produk"
6
+ back_to_site: "Kembali ke situs"
7
+ cart: "Keranjang"
8
+ categories: "Kategori"
9
+ contact: "Kontak"
10
+ home: "Beranda"
11
+ item: "barang"
12
+ items: "barang"
13
+ more: "Lainnya"
14
+ next: "Selanjutnya"
15
+ newest: "Terbaru"
16
+ pages: "Halaman"
17
+ previous: "Sebelumnya"
18
+ products: "Produk"
19
+ quick_view: "Lihat cepat"
20
+ search: "Cari"
21
+ shop: "Toko"
22
+ social: "Ikuti kami"
23
+ subscribe: "Berlangganan"
24
+ top_selling: "Terlaris"
25
+ view: "Lihat"
26
+ view_all: "Lihat semua"
27
+ # "Sort By" translations are used in very few themes, and are not exposed in theme settings for sellers to configure
28
+ sort_by: Urutkan berdasarkan
29
+ sort_by_featured: Unggulan
30
+ sort_by_on_sale: Sedang Diskon
31
+ sort_by_top_selling: Terlaris
32
+ sort_by_alphabetically_a_to_z: Alfabetis (A ke Z)
33
+ sort_by_alphabetically_z_to_a: Alfabetis (Z ke A)
34
+ sort_by_date_new_to_old: Tanggal (Terbaru ke Terlama)
35
+ sort_by_date_old_to_new: Tanggal (Terlama ke Terbaru)
36
+ sort_by_price_low_to_high: Harga (Rendah ke Tinggi)
37
+ sort_by_price_high_to_low: Harga (Tinggi ke Rendah)
38
+ home:
39
+ all_products: "Semua produk"
40
+ featured: "Unggulan"
41
+ featured_categories: "Kategori unggulan"
42
+ featured_products: "Produk unggulan"
43
+ featured_video: ""
44
+ products:
45
+ add_to_cart: "Tambahkan ke keranjang"
46
+ added: "Ditambah" # Used in few themes, intentionally not exposed in theme settings
47
+ adding: "Menambah..." # Used in few themes, intentionally not exposed in theme settings
48
+ almost_sold_out: "Hampir habis!"
49
+ coming_soon: "Segera hadir"
50
+ description: "Deskripsi"
51
+ in_stock: "tersedia"
52
+ inventory: "Stok Barang"
53
+ low_inventory: "Stok terbatas"
54
+ no_products: "Tidak ada produk ditemukan"
55
+ on_sale: "Diskon"
56
+ related_products: "Mungkin Anda suka"
57
+ reset: "Atur ulang"
58
+ search_results: "Hasil pencarian"
59
+ select: "Pilih"
60
+ select_variant: "Pilih varian"
61
+ sold_out: "Habis terjual"
62
+ cart:
63
+ checkout: "Pembayaran"
64
+ continue_shopping: "Lanjutkan belanja"
65
+ empty_cart: "Keranjang Anda kosong"
66
+ quantity_abbreviated: "Jml"
67
+ quantity: "Jumlah"
68
+ remove: "Hapus"
69
+ share_this_cart: "Bagikan keranjang ini"
70
+ share_this_cart_link_copy_success: "Tautan disalin!"
71
+ subtotal: "Subtotal"
72
+ view_cart: "Lihat keranjang"
73
+ contact:
74
+ email: "Email"
75
+ form_success: "Terima kasih! Pesan Anda telah dikirim dan kami akan segera menghubungi Anda."
76
+ message: "Pesan"
77
+ name: "Nama"
78
+ send_button: "Kirim pesan"
79
+ subject: "Subjek"
@@ -0,0 +1,79 @@
1
+ it:
2
+ storefront:
3
+ navigation:
4
+ all: "Tutti"
5
+ all_products: "Tutti i prodotti"
6
+ back_to_site: "Torna al sito"
7
+ cart: "Carrello"
8
+ categories: "Categorie"
9
+ contact: "Contattaci"
10
+ home: "Home"
11
+ item: "articolo"
12
+ items: "articoli"
13
+ more: "Altro"
14
+ next: "Successivo"
15
+ newest: "Novità"
16
+ pages: "Pagine"
17
+ previous: "Precedente"
18
+ products: "Prodotti"
19
+ quick_view: "Anteprima"
20
+ search: "Cerca"
21
+ shop: "Negozio"
22
+ social: "Seguici"
23
+ subscribe: "Abbonati"
24
+ top_selling: "Più venduti"
25
+ view: "Vedi"
26
+ view_all: "Vedi tutto"
27
+ # "Sort By" translations are used in very few themes, and are not exposed in theme settings for sellers to configure
28
+ sort_by: Ordina per
29
+ sort_by_featured: In evidenza
30
+ sort_by_on_sale: In offerta
31
+ sort_by_top_selling: Più venduti
32
+ sort_by_alphabetically_a_to_z: Alfabetico (A-Z)
33
+ sort_by_alphabetically_z_to_a: Alfabetico (Z-A)
34
+ sort_by_date_new_to_old: Data (dal più recente)
35
+ sort_by_date_old_to_new: Data (dal più vecchio)
36
+ sort_by_price_low_to_high: Prezzo (dal più basso)
37
+ sort_by_price_high_to_low: Prezzo (dal più alto)
38
+ home:
39
+ all_products: "Tutti i prodotti"
40
+ featured: "In evidenza"
41
+ featured_categories: "Categorie in evidenza"
42
+ featured_products: "Prodotti in evidenza"
43
+ featured_video: ""
44
+ products:
45
+ add_to_cart: "Aggiungi al carrello"
46
+ added: "Aggiunto!" # Used in few themes, intentionally not exposed in theme settings
47
+ adding: "Aggiunta..." # Used in few themes, intentionally not exposed in theme settings
48
+ almost_sold_out: "Ne restano pochi!"
49
+ coming_soon: "Prossimamente"
50
+ description: "Descrizione"
51
+ in_stock: "disponibile"
52
+ inventory: "Inventario"
53
+ low_inventory: "Quantità limitate"
54
+ no_products: "Nessun prodotto trovato"
55
+ on_sale: "In saldo"
56
+ related_products: "Ti potrebbe piacere"
57
+ reset: "Reimposta"
58
+ search_results: "Risultati di ricerca"
59
+ select: "Seleziona"
60
+ select_variant: "Seleziona opzione"
61
+ sold_out: "Esaurito"
62
+ cart:
63
+ checkout: "Cassa"
64
+ continue_shopping: "Continua lo shopping"
65
+ empty_cart: "Il tuo carrello è vuoto"
66
+ quantity_abbreviated: "Qtà"
67
+ quantity: "Quantità"
68
+ remove: "Rimuovi"
69
+ share_this_cart: "Condividi questo carrello"
70
+ share_this_cart_link_copy_success: "Link copiato!"
71
+ subtotal: "Subtotale"
72
+ view_cart: "Vedi carrello"
73
+ contact:
74
+ email: "Email"
75
+ form_success: "Grazie! Il tuo messaggio è stato inviato e ti risponderemo presto."
76
+ message: "Messaggio"
77
+ name: "Nome"
78
+ send_button: "Invia messaggio"
79
+ subject: "Oggetto"