Restock detection - Added extra out-of-stock phrases for DE (#2442)

pull/2455/head
Max Michels 4 months ago committed by GitHub
parent 13be4623db
commit 13e343f9da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -39,7 +39,9 @@ function isItemInStock() {
'message if back in stock', 'message if back in stock',
'nachricht bei', 'nachricht bei',
'nicht auf lager', 'nicht auf lager',
'nicht lagernd',
'nicht lieferbar', 'nicht lieferbar',
'nicht vorrätig',
'nicht zur verfügung', 'nicht zur verfügung',
'nie znaleziono produktów', 'nie znaleziono produktów',
'niet beschikbaar', 'niet beschikbaar',
@ -68,6 +70,8 @@ function isItemInStock() {
'tickets unavailable', 'tickets unavailable',
'tijdelijk uitverkocht', 'tijdelijk uitverkocht',
'unavailable tickets', 'unavailable tickets',
'vergriffen',
'vorbestellen',
'vorbestellung ist bald möglich', 'vorbestellung ist bald möglich',
'we couldn\'t find any products that match', 'we couldn\'t find any products that match',
'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.',
@ -75,6 +79,8 @@ function isItemInStock() {
'we were not able to find a match', 'we were not able to find a match',
'when this arrives in stock', 'when this arrives in stock',
'zur zeit nicht an lager', 'zur zeit nicht an lager',
'zur zeit nicht lieferbar',
'zur zeit nicht verfügbar',
'品切れ', '品切れ',
'已售', '已售',
'已售完', '已售完',

Loading…
Cancel
Save