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

Loading…
Cancel
Save