Skip to content

Commit 94d6e62

Browse files
authored
Merge pull request #24 from woosignal/master
v5.6.0 - updates
2 parents c7d5cf9 + a8fc75f commit 94d6e62

File tree

115 files changed

+3513
-1456
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+3513
-1456
lines changed

LabelStoreMax/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [5.6.0] - 2022-01-03
2+
3+
* Fix bug with banner in Mello theme
4+
* Support new languages - Dutch (nl) and Turkish (tr)
5+
* Refactor as per dart analysis
6+
* Ability to add coupons
7+
* Wishlist
8+
* New theme "Compo"
9+
* Analysis options added
10+
* Code cleanup
11+
* Pubspec.yaml dependency updates
12+
113
## [5.5.2] - 2021-12-18
214

315
* Fix continuous loading on categories screen

LabelStoreMax/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 2-Clause License
22

3-
Copyright (c) 2021, WooSignal Ltd
3+
Copyright (c) 2022, WooSignal Ltd
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

LabelStoreMax/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# WooCommerce App: Label StoreMax
66

7-
### Label StoreMax - v5.5.2
7+
### Label StoreMax - v5.6.0
88

99

1010
[Official WooSignal WooCommerce App](https://woosignal.com)
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# This file configures the static analysis results for your project (errors,
2+
# warnings, and lints).
3+
#
4+
# This enables the 'recommended' set of lints from `package:lints`.
5+
# This set helps identify many issues that may lead to problems when running
6+
# or consuming Dart code, and enforces writing Dart using a single, idiomatic
7+
# style and format.
8+
#
9+
# If you want a smaller set of lints you can change this to specify
10+
# 'package:lints/core.yaml'. These are just the most critical lints
11+
# (the recommended set includes the core lints).
12+
# The core lints are also what is used by pub.dev for scoring packages.
13+
14+
include: package:lints/recommended.yaml
15+
16+
# Uncomment the following section to specify additional rules.
17+
18+
# linter:
19+
# rules:
20+
# - camel_case_types
21+
22+
# analyzer:
23+
# exclude:
24+
# - path/to/excluded/files/**
25+
26+
# For more information about the core and recommended set of lints, see
27+
# https://dart.dev/go/core-lints
28+
29+
# For additional information about configuring this file, see
30+
# https://dart.dev/guides/language/analysis-options

LabelStoreMax/lang/de.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,5 +191,24 @@
191191
"Please enter a valid shipping email": "Bitte geben Sie eine gültige Versand-E-Mail ein",
192192
"Free postage": "Portofrei",
193193
"PROCESSING": "WIRD BEARBEITET",
194-
"Social": "Sozial"
194+
"Social": "Sozial",
195+
"Please enter coupon to redeem": "Bitte Coupon zum Einlösen eingeben",
196+
"Coupon": "Coupon",
197+
"Apply": "Sich bewerben",
198+
"Apply Coupon": "Gutschein anwenden",
199+
"Added to checkout": "Zur Kasse hinzugefügt",
200+
"Redeem Coupon": "Gutschein einlösen",
201+
"Add coupon code": "Gutscheincode hinzufügen",
202+
"Coupon not found": "Gutschein nicht gefunden",
203+
"Sorry, this coupon can not be used with your cart": "Dieser Gutschein kann leider nicht mit Ihrem Warenkorb verwendet werden",
204+
"You cannot redeem this coupon": "Sie können diesen Gutschein nicht einlösen",
205+
"This coupon has expired": "Dieser Gutschein ist abgelaufen",
206+
"Usage limit has been reached": "Nutzungslimit wurde erreicht",
207+
"View All": "Alle ansehen",
208+
"Wishlist": "Wunschzettel",
209+
"No items found": "Keine Elemente gefunden",
210+
"This product has been removed from your wishlist": "Dieses Produkt wurde von Ihrer Wunschliste entfernt",
211+
"This product has been added to your wishlist": "Dieses Produkt wurde Ihrer Wunschliste hinzugefügt",
212+
"Spend a minimum of minimumAmount to redeem": "Verbringen Sie mindestens {{minimumAmount}} einlösen",
213+
"Spend less than maximumAmount to redeem": "Geben Sie weniger aus als {{maximumAmount}} einlösen"
195214
}

LabelStoreMax/lang/en.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,5 +191,24 @@
191191
"Please enter a valid shipping email": "Please enter a valid shipping email",
192192
"Free postage": "Free postage",
193193
"PROCESSING": "PROCESSING",
194-
"Social": "Social"
194+
"Social": "Social",
195+
"Please enter coupon to redeem": "Please enter coupon to redeem",
196+
"Coupon": "Coupon",
197+
"Apply": "Apply",
198+
"Apply Coupon": "Apply Coupon",
199+
"Spend a minimum of minimumAmount to redeem": "Spend a minimum of {{minimumAmount}} to redeem",
200+
"Spend less than maximumAmount to redeem": "Spend less than {{maximumAmount}} to redeem",
201+
"Added to checkout": "Added to checkout",
202+
"Redeem Coupon": "Redeem Coupon",
203+
"Add coupon code": "Add coupon code",
204+
"Coupon not found": "Coupon not found",
205+
"Sorry, this coupon can not be used with your cart": "Sorry, this coupon can not be used with your cart",
206+
"You cannot redeem this coupon": "You cannot redeem this coupon",
207+
"This coupon has expired": "This coupon has expired",
208+
"Usage limit has been reached": "Usage limit has been reached",
209+
"View All": "View All",
210+
"Wishlist": "Wishlist",
211+
"No items found": "No items found",
212+
"This product has been removed from your wishlist": "This product has been removed from your wishlist",
213+
"This product has been added to your wishlist": "This product has been added to your wishlist"
195214
}

LabelStoreMax/lang/es.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,5 +191,24 @@
191191
"Please enter a valid shipping email": "Ingrese un correo electrónico de envío válido",
192192
"Free postage": "Gastos de envío gratis",
193193
"PROCESSING": "PROCESANDO",
194-
"Social": "Social"
194+
"Social": "Social",
195+
"Please enter coupon to redeem": "Ingrese el cupón para canjear",
196+
"Coupon": "Cupón",
197+
"Apply": "Solicitar",
198+
"Apply Coupon": "Aplicar cupón",
199+
"Added to checkout": "Agregado al pago",
200+
"Redeem Coupon": "Canjear cupón",
201+
"Add coupon code": "Agregar código de cupón",
202+
"Coupon not found": "Cupón no encontrado",
203+
"Sorry, this coupon can not be used with your cart": "Lo sentimos, este cupón no se puede utilizar con su carrito",
204+
"You cannot redeem this coupon": "No puedes canjear este cupón",
205+
"This coupon has expired": "Este cupón ha caducado",
206+
"Usage limit has been reached": "Se alcanzó el límite de uso",
207+
"View All": "Ver todo",
208+
"Wishlist": "Lista de deseos",
209+
"No items found": "No se encontraron artículos",
210+
"This product has been removed from your wishlist": "Este producto ha sido eliminado de tu lista de deseos.",
211+
"This product has been added to your wishlist": "Este producto ha sido añadido a su lista de deseos",
212+
"Spend a minimum of minimumAmount to redeem": "Gasta un mínimo de {{minimumAmount}} para redimir",
213+
"Spend less than maximumAmount to redeem": "Gasta menos de {{maximumAmount}} para redimir"
195214
}

LabelStoreMax/lang/fr.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,5 +191,24 @@
191191
"Please enter a valid shipping email": "Veuillez saisir un e-mail de livraison valide",
192192
"Free postage": "Sans frais de port",
193193
"PROCESSING": "EN TRAITEMENT",
194-
"Social": "Social"
194+
"Social": "Social",
195+
"Please enter coupon to redeem": "Veuillez entrer le coupon pour l'utiliser",
196+
"Coupon": "Coupon",
197+
"Apply": "Appliquer",
198+
"Apply Coupon": "Appliquer Coupon",
199+
"Added to checkout": "Ajouté à la caisse",
200+
"Redeem Coupon": "Échanger le coupon",
201+
"Add coupon code": "Ajouter un code promo",
202+
"Coupon not found": "Coupon introuvable",
203+
"Sorry, this coupon can not be used with your cart": "Désolé, ce coupon ne peut pas être utilisé avec votre panier",
204+
"You cannot redeem this coupon": "Vous ne pouvez pas utiliser ce coupon",
205+
"This coupon has expired": "Ce coupon a expiré",
206+
"Usage limit has been reached": "La limite d'utilisation a été atteinte",
207+
"View All": "Voir tout",
208+
"Wishlist": "Liste de souhaits",
209+
"No items found": "Aucun élément trouvé",
210+
"This product has been removed from your wishlist": "Ce produit a été supprimé de votre liste de souhaits",
211+
"This product has been added to your wishlist": "Ce produit a été ajouté à votre liste de souhaits",
212+
"Spend a minimum of minimumAmount to redeem": "Dépensez un minimum de {{minimumAmount}} de racheter",
213+
"Spend less than maximumAmount to redeem": "Dépensez moins de {{maximumAmount}} de racheter"
195214
}

LabelStoreMax/lang/hi.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,5 +191,24 @@
191191
"Please enter a valid shipping email": "krpaya ek maany shiping eemel darj karen",
192192
"Free postage": "mupht daak",
193193
"PROCESSING": "prasanskaran",
194-
"Social": "saamaajik"
194+
"Social": "saamaajik",
195+
"Please enter coupon to redeem": "rideem karane ke lie krpaya koopan darj karen",
196+
"Coupon": "koopan",
197+
"Apply": "laagoo karana",
198+
"Apply Coupon": "koopan laagoo karen",
199+
"Added to checkout": "chekaut mein joda gaya",
200+
"Redeem Coupon": "koopan rideem karaen",
201+
"Add coupon code": "koopan kod joden",
202+
"Coupon not found": "koopan nahin mila",
203+
"Sorry, this coupon can not be used with your cart": "kshama karen, is koopan ka upayog aapake kaart ke saath nahin kiya ja sakata",
204+
"You cannot redeem this coupon": "aap is koopan ko rideem nahin kar sakate",
205+
"This coupon has expired": "yah koopan samaapt ho gaya hai",
206+
"Usage limit has been reached": "upayog kee seema pooree ho chukee hai",
207+
"View All": "sabhee ko dekhen",
208+
"Wishlist": "ichchha-soochee",
209+
"No items found": "kuchh nahin mila",
210+
"This product has been removed from your wishlist": "yah utpaad aapakee ichchha soochee se hata diya gaya hai",
211+
"This product has been added to your wishlist": "is utpaad ko aapakee vish - list mein jod diya gaya hai",
212+
"Spend a minimum of minimumAmount to redeem": "kam se kam kharch karen {{minimumAmount}} ke evaj mein lena",
213+
"Spend less than maximumAmount to redeem": "se kam kharch karen {{maximumAmount}} ke evaj mein lena"
195214
}

LabelStoreMax/lang/it.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,5 +191,24 @@
191191
"Please enter a valid shipping email": "Si prega di inserire un'e-mail di spedizione valida",
192192
"Free postage": "Spedizione gratuita",
193193
"PROCESSING": "IN LAVORAZIONE",
194-
"Social": "Sociale"
194+
"Social": "Sociale",
195+
"Please enter coupon to redeem": "Inserisci il coupon per riscattare",
196+
"Coupon": "Buono",
197+
"Apply": "Applicare",
198+
"Apply Coupon": "Applicare il coupon",
199+
"Added to checkout": "Aggiunto al checkout",
200+
"Redeem Coupon": "Utilizza il coupon",
201+
"Add coupon code": "Aggiungi il codice coupon",
202+
"Coupon not found": "Coupon non trovato",
203+
"Sorry, this coupon can not be used with your cart": "Spiacenti, questo coupon non può essere utilizzato con il carrello",
204+
"You cannot redeem this coupon": "Non puoi riscattare questo coupon",
205+
"This coupon has expired": "Questo coupon è scaduto",
206+
"Usage limit has been reached": "È stato raggiunto il limite di utilizzo",
207+
"View All": "Mostra tutto",
208+
"Wishlist": "Lista dei desideri",
209+
"No items found": "Nessun articolo trovato",
210+
"This product has been removed from your wishlist": "Questo prodotto è stato rimosso dalla tua lista dei desideri",
211+
"This product has been added to your wishlist": "Questo prodotto è stato aggiunto alla tua lista dei desideri",
212+
"Spend a minimum of minimumAmount to redeem": "Spendi un minimo di {{minimumAmount}} riscattare",
213+
"Spend less than maximumAmount to redeem": "Spendi meno di {{maximumAmount}} riscattare"
195214
}

0 commit comments

Comments
 (0)