diff --git a/lang/da.json b/lang/da.json index 2da69335d8..c84d96cdc7 100644 --- a/lang/da.json +++ b/lang/da.json @@ -836,7 +836,7 @@ }, "card_default_image_alt": "Billede kommer snart", "featured_promotions": { - "more_offers": "flere tilbud" + "more_offers": "{count, plural, ét {flere tilbud} other {flere tilbud}}" } }, "invoice": { diff --git a/lang/de.json b/lang/de.json index 5c97589fb4..b39084066d 100644 --- a/lang/de.json +++ b/lang/de.json @@ -836,7 +836,7 @@ }, "card_default_image_alt": "Bild in Kürze verfügbar", "featured_promotions": { - "more_offers": "weitere Angebote" + "more_offers": "{count, plural, ein {weiteres Angebot} other {weitere Angebote}}" } }, "invoice": { diff --git a/lang/es-419.json b/lang/es-419.json index 5cea73c6bd..e998600d6c 100644 --- a/lang/es-419.json +++ b/lang/es-419.json @@ -836,7 +836,7 @@ }, "card_default_image_alt": "La imagen estará disponible próximamente", "featured_promotions": { - "more_offers": "más ofertas" + "more_offers": "{count, plural, una {más posibilidades} other {más posibilidades}}" } }, "invoice": { diff --git a/lang/es-AR.json b/lang/es-AR.json index 5cea73c6bd..e998600d6c 100644 --- a/lang/es-AR.json +++ b/lang/es-AR.json @@ -836,7 +836,7 @@ }, "card_default_image_alt": "La imagen estará disponible próximamente", "featured_promotions": { - "more_offers": "más ofertas" + "more_offers": "{count, plural, una {más posibilidades} other {más posibilidades}}" } }, "invoice": { diff --git a/lang/es-CL.json b/lang/es-CL.json index 5cea73c6bd..e998600d6c 100644 --- a/lang/es-CL.json +++ b/lang/es-CL.json @@ -836,7 +836,7 @@ }, "card_default_image_alt": "La imagen estará disponible próximamente", "featured_promotions": { - "more_offers": "más ofertas" + "more_offers": "{count, plural, una {más posibilidades} other {más posibilidades}}" } }, "invoice": { diff --git a/lang/es-CO.json b/lang/es-CO.json index 5cea73c6bd..e998600d6c 100644 --- a/lang/es-CO.json +++ b/lang/es-CO.json @@ -836,7 +836,7 @@ }, "card_default_image_alt": "La imagen estará disponible próximamente", "featured_promotions": { - "more_offers": "más ofertas" + "more_offers": "{count, plural, una {más posibilidades} other {más posibilidades}}" } }, "invoice": { diff --git a/lang/es-LA.json b/lang/es-LA.json index 5cea73c6bd..e998600d6c 100644 --- a/lang/es-LA.json +++ b/lang/es-LA.json @@ -836,7 +836,7 @@ }, "card_default_image_alt": "La imagen estará disponible próximamente", "featured_promotions": { - "more_offers": "más ofertas" + "more_offers": "{count, plural, una {más posibilidades} other {más posibilidades}}" } }, "invoice": { diff --git a/lang/es-MX.json b/lang/es-MX.json index 5cea73c6bd..e998600d6c 100644 --- a/lang/es-MX.json +++ b/lang/es-MX.json @@ -836,7 +836,7 @@ }, "card_default_image_alt": "La imagen estará disponible próximamente", "featured_promotions": { - "more_offers": "más ofertas" + "more_offers": "{count, plural, una {más posibilidades} other {más posibilidades}}" } }, "invoice": { diff --git a/lang/es-PE.json b/lang/es-PE.json index 5cea73c6bd..e998600d6c 100644 --- a/lang/es-PE.json +++ b/lang/es-PE.json @@ -836,7 +836,7 @@ }, "card_default_image_alt": "La imagen estará disponible próximamente", "featured_promotions": { - "more_offers": "más ofertas" + "more_offers": "{count, plural, una {más posibilidades} other {más posibilidades}}" } }, "invoice": { diff --git a/lang/es.json b/lang/es.json index 30cd40b83c..892b5e7b16 100644 --- a/lang/es.json +++ b/lang/es.json @@ -836,7 +836,7 @@ }, "card_default_image_alt": "Imagen próximamente", "featured_promotions": { - "more_offers": "más ofertas" + "more_offers": "{count, plural, una {oferta más} other {más ofertas}}" } }, "invoice": { diff --git a/lang/fr.json b/lang/fr.json index cd261c3ff6..33ac45bf0d 100644 --- a/lang/fr.json +++ b/lang/fr.json @@ -836,7 +836,7 @@ }, "card_default_image_alt": "Image disponible bientôt", "featured_promotions": { - "more_offers": "plus d'offres" + "more_offers": "{count, plural, une {more offer} other {more offers}}" } }, "invoice": { diff --git a/lang/it.json b/lang/it.json index c264b9fac8..4c6f4a0bbb 100644 --- a/lang/it.json +++ b/lang/it.json @@ -836,7 +836,7 @@ }, "card_default_image_alt": "Immagine disponibile a breve", "featured_promotions": { - "more_offers": "ulteriori offerte" + "more_offers": "{count, plural, one {ulteriore offerta} other {ulteriori offerte}}" } }, "invoice": { diff --git a/lang/ja.json b/lang/ja.json index 12cafef7ed..e70b27b293 100644 --- a/lang/ja.json +++ b/lang/ja.json @@ -836,7 +836,7 @@ }, "card_default_image_alt": "画像は近日公開予定", "featured_promotions": { - "more_offers": "その他のオファー" + "more_offers": "{count, plural、オファーが他} other { 件}}" } }, "invoice": { diff --git a/lang/nl.json b/lang/nl.json index e6ae2a05a8..d23f46fea6 100644 --- a/lang/nl.json +++ b/lang/nl.json @@ -836,7 +836,7 @@ }, "card_default_image_alt": "Afbeelding binnenkort beschikbaar", "featured_promotions": { - "more_offers": "meer aanbiedingen" + "more_offers": "Nog {count, plural, one {aanbieding} other {aanbiedingen}}" } }, "invoice": { diff --git a/lang/no.json b/lang/no.json index 86900ca6bc..fb72afa2ea 100644 --- a/lang/no.json +++ b/lang/no.json @@ -836,7 +836,7 @@ }, "card_default_image_alt": "Bilde kommer snart", "featured_promotions": { - "more_offers": "flere tilbud" + "more_offers": "{count, plural, ett {flere tilbud} other {flere tilbud}}" } }, "invoice": { diff --git a/lang/pl.json b/lang/pl.json index 89512bcfde..3944258b88 100644 --- a/lang/pl.json +++ b/lang/pl.json @@ -836,7 +836,7 @@ }, "card_default_image_alt": "Obrazek już wkrótce", "featured_promotions": { - "more_offers": "more offers" + "more_offers": "{count, plural, one {more offer} other {more offers}}" } }, "invoice": { diff --git a/lang/pt-BR.json b/lang/pt-BR.json index 7be8382267..a3f65867fa 100644 --- a/lang/pt-BR.json +++ b/lang/pt-BR.json @@ -836,7 +836,7 @@ }, "card_default_image_alt": "Imagem em breve", "featured_promotions": { - "more_offers": "more offers" + "more_offers": "{count, plural, one {more offer} other {more offers}}" } }, "invoice": { diff --git a/lang/pt.json b/lang/pt.json index 7be8382267..a3f65867fa 100644 --- a/lang/pt.json +++ b/lang/pt.json @@ -836,7 +836,7 @@ }, "card_default_image_alt": "Imagem em breve", "featured_promotions": { - "more_offers": "more offers" + "more_offers": "{count, plural, one {more offer} other {more offers}}" } }, "invoice": { diff --git a/lang/sv.json b/lang/sv.json index 5546d43801..3a291ae8d4 100644 --- a/lang/sv.json +++ b/lang/sv.json @@ -836,7 +836,7 @@ }, "card_default_image_alt": "Bilden kommer snart", "featured_promotions": { - "more_offers": "fler erbjudanden" + "more_offers": "{count, plural, ett {erbjudande till} other {erbjudanden till}}" } }, "invoice": {