Merged in feat/lokalise-rebuild (pull request #2993)

Feat/lokalise rebuild

* chore(lokalise): update translation ids

* chore(lokalise): easier to switch between projects

* chore(lokalise): update translation ids

* .

* .

* .

* .

* .

* .

* chore(lokalise): update translation ids

* chore(lokalise): update translation ids

* .

* .

* .

* chore(lokalise): update translation ids

* chore(lokalise): update translation ids

* .

* .

* chore(lokalise): update translation ids

* chore(lokalise): update translation ids

* chore(lokalise): new translations

* merge

* switch to errors for missing id's

* merge

* sync translations


Approved-by: Linus Flood
This commit is contained in:
Joakim Jäderberg
2025-10-22 11:00:03 +00:00
parent bdfe2ab213
commit aafad9781f
499 changed files with 93363 additions and 99164 deletions

View File

@@ -26,6 +26,7 @@ export default async function Footer({ booking, room }: FooterProps) {
<Typography variant="Body/Supporting text (caption)/smRegular">
<dt>
{intl.formatMessage({
id: "common.bookingNumber",
defaultMessage: "Booking number",
})}
</dt>
@@ -39,6 +40,7 @@ export default async function Footer({ booking, room }: FooterProps) {
<Typography variant="Body/Supporting text (caption)/smRegular">
<dt>
{intl.formatMessage({
id: "common.room",
defaultMessage: "Room",
})}
</dt>
@@ -52,6 +54,7 @@ export default async function Footer({ booking, room }: FooterProps) {
<Typography variant="Body/Supporting text (caption)/smRegular">
<dt>
{intl.formatMessage({
id: "myStay.receipt.rate",
defaultMessage: "Rate",
})}
</dt>
@@ -65,6 +68,7 @@ export default async function Footer({ booking, room }: FooterProps) {
<Typography variant="Body/Supporting text (caption)/smRegular">
<dt>
{intl.formatMessage({
id: "common.checkIn",
defaultMessage: "Check-in",
})}
</dt>
@@ -82,6 +86,7 @@ export default async function Footer({ booking, room }: FooterProps) {
<Typography variant="Body/Supporting text (caption)/smRegular">
<dt>
{intl.formatMessage({
id: "common.checkOut",
defaultMessage: "Check-out",
})}
</dt>
@@ -101,6 +106,7 @@ export default async function Footer({ booking, room }: FooterProps) {
<Typography variant="Body/Supporting text (caption)/smRegular">
<dt>
{intl.formatMessage({
id: "myStay.receipt.numberOfNights",
defaultMessage: "Number of nights",
})}
</dt>
@@ -116,6 +122,7 @@ export default async function Footer({ booking, room }: FooterProps) {
<Typography variant="Body/Supporting text (caption)/smRegular">
<dt>
{intl.formatMessage({
id: "myStay.receipt.numberOfGuests",
defaultMessage: "Number of guests",
})}
</dt>
@@ -124,6 +131,7 @@ export default async function Footer({ booking, room }: FooterProps) {
<dd>
{intl.formatMessage(
{
id: "booking.numberOfAdults",
defaultMessage:
"{adults, plural, one {# adult} other {# adults}}",
},
@@ -134,6 +142,7 @@ export default async function Footer({ booking, room }: FooterProps) {
{", "}
{intl.formatMessage(
{
id: "booking.numberOfChildren",
defaultMessage:
"{children, plural, one {# child} other {# children}}",
},
@@ -149,6 +158,7 @@ export default async function Footer({ booking, room }: FooterProps) {
<Typography variant="Body/Supporting text (caption)/smRegular">
<dt>
{intl.formatMessage({
id: "myStay.receipt.bedType",
defaultMessage: "Bed type",
})}
</dt>
@@ -163,6 +173,7 @@ export default async function Footer({ booking, room }: FooterProps) {
<Typography variant="Body/Supporting text (caption)/smRegular">
<dt>
{intl.formatMessage({
id: "booking.roomClassification",
defaultMessage: "Room classification",
})}
</dt>
@@ -170,6 +181,7 @@ export default async function Footer({ booking, room }: FooterProps) {
<Typography variant="Body/Supporting text (caption)/smRegular">
<dd>
{intl.formatMessage({
id: "common.petFriendly",
defaultMessage: "Pet-friendly",
})}
</dd>
@@ -181,6 +193,7 @@ export default async function Footer({ booking, room }: FooterProps) {
<Typography variant="Body/Supporting text (caption)/smRegular">
<dt>
{intl.formatMessage({
id: "common.breakfast",
defaultMessage: "Breakfast",
})}
</dt>
@@ -189,9 +202,11 @@ export default async function Footer({ booking, room }: FooterProps) {
<dd>
{booking.rateDefinition.breakfastIncluded
? intl.formatMessage({
id: "common.included",
defaultMessage: "Included",
})
: intl.formatMessage({
id: "common.notIncluded",
defaultMessage: "Not included",
})}
</dd>