diff --git a/i18n/dictionaries/da.json b/i18n/dictionaries/da.json index eb0a7b98e..76bed1c9f 100644 --- a/i18n/dictionaries/da.json +++ b/i18n/dictionaries/da.json @@ -536,6 +536,7 @@ "wednesday": "onsdag", "{address}, {city} ∙ {distanceToCityCenterInKm} km to city center": "{address}, {city} ∙ {distanceToCityCenterInKm} km til byens centrum", "{amount, number} left": "{amount, number} tilbage", + "{amount, plural, one {# hotel} other {# hotels}}": "{amount, plural, one {# hotel} other {# hotels}}", "{amount, plural, one {Gift} other {Gifts}} added to your benefits": "{amount, plural, one {Gave} other {Gaver}} tilføjet til dine fordele", "{amount} out of {total}": "{amount} ud af {total}", "{amount} {amount, plural, one {hotel} other {hotels}}": "{amount} {amount, plural, one {hotel} other {hoteller}}", diff --git a/i18n/dictionaries/de.json b/i18n/dictionaries/de.json index 3c16d0a0f..cb314dccb 100644 --- a/i18n/dictionaries/de.json +++ b/i18n/dictionaries/de.json @@ -534,6 +534,7 @@ "wednesday": "mittwoch", "{address}, {city} ∙ {distanceToCityCenterInKm} km to city center": "{address}, {city} ∙ {distanceToCityCenterInKm} km bis zum Stadtzentrum", "{amount, number} left": "{amount, number} übrig", + "{amount, plural, one {# hotel} other {# hotels}}": "{amount, plural, one {# hotel} other {# hotels}}", "{amount, plural, one {Gift} other {Gifts}} added to your benefits": "{amount, plural, one {Geschenk zu Ihren Vorteilen hinzugefügt} other {Geschenke, die zu Ihren Vorteilen hinzugefügt werden}}", "{amount} out of {total}": "{amount} von {total}", "{amount} {amount, plural, one {hotel} other {hotels}}": "{amount} {amount, plural, one {hotel} other {hotels}}", diff --git a/i18n/dictionaries/en.json b/i18n/dictionaries/en.json index 1ee6848f6..c9993f4b4 100644 --- a/i18n/dictionaries/en.json +++ b/i18n/dictionaries/en.json @@ -579,6 +579,7 @@ "wednesday": "wednesday", "{address}, {city} ∙ {distanceToCityCenterInKm} km to city center": "{address}, {city} ∙ {distanceToCityCenterInKm} km to city center", "{amount, number} left": "{amount, number} left", + "{amount, plural, one {# hotel} other {# hotels}}": "{amount, plural, one {# hotel} other {# hotels}}", "{amount, plural, one {Gift} other {Gifts}} added to your benefits": "{amount, plural, one {Gift} other {Gifts}} added to your benefits", "{amount} has been paid": "{amount} has been paid", "{amount} out of {total}": "{amount} out of {total}", diff --git a/i18n/dictionaries/fi.json b/i18n/dictionaries/fi.json index aa8c6b032..7e332f0fd 100644 --- a/i18n/dictionaries/fi.json +++ b/i18n/dictionaries/fi.json @@ -533,6 +533,7 @@ "wednesday": "keskiviikko", "{address}, {city} ∙ {distanceToCityCenterInKm} km to city center": "{address}, {city} ∙ {distanceToCityCenterInKm} km keskustaan", "{amount, number} left": "{amount, number} jäljellä", + "{amount, plural, one {# hotel} other {# hotels}}": "{amount, plural, one {# hotel} other {# hotels}}", "{amount, plural, one {Gift} other {Gifts}} added to your benefits": "{amount, plural, one {Lahja} other {Lahjat}} lisätty etuusi", "{amount} out of {total}": "{amount}/{total}", "{amount} {amount, plural, one {hotel} other {hotels}}": "{amount} {amount, plural, one {hotelli} other {hotellit}}", diff --git a/i18n/dictionaries/no.json b/i18n/dictionaries/no.json index f9959944d..c68254dce 100644 --- a/i18n/dictionaries/no.json +++ b/i18n/dictionaries/no.json @@ -534,6 +534,7 @@ "wednesday": "onsdag", "{address}, {city} ∙ {distanceToCityCenterInKm} km to city center": "{address}, {city} ∙ {distanceToCityCenterInKm} km til sentrum", "{amount, number} left": "{amount, number} igjen", + "{amount, plural, one {# hotel} other {# hotels}}": "{amount, plural, one {# hotel} other {# hotels}}", "{amount, plural, one {Gift} other {Gifts}} added to your benefits": "{amount, plural, one {Gave} other {Gaver}} lagt til fordelene dine", "{amount} out of {total}": "{amount} av {total}", "{amount} {amount, plural, one {hotel} other {hotels}}": "{amount} {amount, plural, one {hotell} other {hoteller}}", diff --git a/i18n/dictionaries/sv.json b/i18n/dictionaries/sv.json index 030e0a556..5467558cc 100644 --- a/i18n/dictionaries/sv.json +++ b/i18n/dictionaries/sv.json @@ -536,6 +536,7 @@ "wednesday": "onsdag", "{address}, {city} ∙ {distanceToCityCenterInKm} km to city center": "{address}, {city} ∙ {distanceToCityCenterInKm} km till stadens centrum", "{amount, number} left": "{amount, number} kvar", + "{amount, plural, one {# hotel} other {# hotels}}": "{amount, plural, one {# hotel} other {# hotels}}", "{amount, plural, one {Gift} other {Gifts}} added to your benefits": "{amount, plural, one {Gåva} other {Gåvor}} läggs till dina förmåner", "{amount} out of {total}": "{amount} av {total}", "{amount} {amount, plural, one {hotel} other {hotels}}": "{amount} {amount, plural, one {hotell} other {hotell}}",