Restock detect - bumping texts for restock detection

pull/1781/head
dgtlmoon 1 year ago
parent c52eb512e8
commit 5cccccb0b6

@ -5,14 +5,19 @@ function isItemInStock() {
'agotado', 'agotado',
'artikel zurzeit vergriffen', 'artikel zurzeit vergriffen',
'as soon as stock is available', 'as soon as stock is available',
'ausverkauft', // sold out
'available for back order', 'available for back order',
'back-order or out of stock',
'backordered', 'backordered',
'benachrichtigt mich', // notify me
'brak na stanie', 'brak na stanie',
'brak w magazynie', 'brak w magazynie',
'coming soon', 'coming soon',
'currently have any tickets for this', 'currently have any tickets for this',
'currently unavailable', 'currently unavailable',
'dostępne wkrótce',
'en rupture de stock', 'en rupture de stock',
'ist derzeit nicht auf lager',
'item is no longer available', 'item is no longer available',
'message if back in stock', 'message if back in stock',
'nachricht bei', 'nachricht bei',
@ -37,6 +42,7 @@ function isItemInStock() {
'unavailable tickets', 'unavailable tickets',
'we do not currently have an estimate of when this product will be back in stock.', 'we do not currently have an estimate of when this product will be back in stock.',
'zur zeit nicht an lager', 'zur zeit nicht an lager',
'已售完',
]; ];

Loading…
Cancel
Save