Skip to content

Commit

Permalink
Merge pull request #18463 from wireapp/v/rc-2024-12-09
Browse files Browse the repository at this point in the history
chore: RC 2024-12-09
  • Loading branch information
V-Gira authored Dec 10, 2024
2 parents abb41d2 + 29a8a70 commit 06182cb
Show file tree
Hide file tree
Showing 74 changed files with 437 additions and 279 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@mediapipe/tasks-vision": "0.10.18",
"@wireapp/avs": "9.10.16",
"@wireapp/commons": "5.4.0",
"@wireapp/core": "46.8.0",
"@wireapp/core": "46.13.0",
"@wireapp/react-ui-kit": "9.28.0",
"@wireapp/store-engine-dexie": "2.1.15",
"@wireapp/telemetry": "0.1.3",
Expand Down Expand Up @@ -202,7 +202,8 @@
"test:server": "cd server && yarn test",
"test:types": "tsc --project tsconfig.build.json --noEmit && cd server && tsc --noEmit",
"translate:extract": "i18next-scanner 'src/{page,script}/**/*.{js,html,htm}'",
"translate:merge": "formatjs extract --format './bin/translations_extract_formatter.js' --out-file './src/i18n/en-US.json'"
"translate:merge": "formatjs extract --format './bin/translations_extract_formatter.js' --out-file './src/i18n/en-US.json'",
"translate:generate-types": "node ./bin/transalations_generate_types.js"
},
"resolutions": {
"libsodium": "0.7.10",
Expand Down
8 changes: 4 additions & 4 deletions src/i18n/ar-SA.json
Original file line number Diff line number Diff line change
Expand Up @@ -1061,9 +1061,9 @@
"modalConversationOptionsToggleServiceMessage": "Could not change services state.",
"modalConversationRemoveAction": "Remove",
"modalConversationRemoveCloseBtn": "Close window 'Remove'",
"modalConversationRemoveGroupAction": "Remove",
"modalConversationRemoveGroupHeadline": "Remove group conversation?",
"modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.",
"modalConversationRemoveGroupAction": "Delete for Me",
"modalConversationRemoveGroupHeadline": "Delete {conversation} group for me?",
"modalConversationRemoveGroupMessage": "You won’t be able to access the group and its content. There is no option to restore it.",
"modalConversationRemoveGuestsHeadline": "Disable guest access?",
"modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.",
"modalConversationRemoveGuestsOrServicesAction": "Disable",
Expand Down Expand Up @@ -1508,7 +1508,7 @@
"teamCreationSuccessListItem1": "Invite your first team members, and start working together",
"teamCreationSuccessListItem2": "Customize your team settings",
"teamCreationSuccessListTitle": "Go to Team Management to:",
"teamCreationSuccessSubTitle": "You’re now the owner of the team ({teamName}).",
"teamCreationSuccessSubTitle": "You’re now the owner of the team {teamName}.",
"teamCreationSuccessTitle": "Congratulations {name}!",
"teamCreationTitle": "Create your team",
"teamName.headline": "سمِّ فريقك",
Expand Down
8 changes: 4 additions & 4 deletions src/i18n/bn-BD.json
Original file line number Diff line number Diff line change
Expand Up @@ -1061,9 +1061,9 @@
"modalConversationOptionsToggleServiceMessage": "Could not change services state.",
"modalConversationRemoveAction": "Remove",
"modalConversationRemoveCloseBtn": "Close window 'Remove'",
"modalConversationRemoveGroupAction": "Remove",
"modalConversationRemoveGroupHeadline": "Remove group conversation?",
"modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.",
"modalConversationRemoveGroupAction": "Delete for Me",
"modalConversationRemoveGroupHeadline": "Delete {conversation} group for me?",
"modalConversationRemoveGroupMessage": "You won’t be able to access the group and its content. There is no option to restore it.",
"modalConversationRemoveGuestsHeadline": "Disable guest access?",
"modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.",
"modalConversationRemoveGuestsOrServicesAction": "Disable",
Expand Down Expand Up @@ -1508,7 +1508,7 @@
"teamCreationSuccessListItem1": "Invite your first team members, and start working together",
"teamCreationSuccessListItem2": "Customize your team settings",
"teamCreationSuccessListTitle": "Go to Team Management to:",
"teamCreationSuccessSubTitle": "You’re now the owner of the team ({teamName}).",
"teamCreationSuccessSubTitle": "You’re now the owner of the team {teamName}.",
"teamCreationSuccessTitle": "Congratulations {name}!",
"teamCreationTitle": "Create your team",
"teamName.headline": "Name your team",
Expand Down
8 changes: 4 additions & 4 deletions src/i18n/ca-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -1061,9 +1061,9 @@
"modalConversationOptionsToggleServiceMessage": "Could not change services state.",
"modalConversationRemoveAction": "Remove",
"modalConversationRemoveCloseBtn": "Close window 'Remove'",
"modalConversationRemoveGroupAction": "Remove",
"modalConversationRemoveGroupHeadline": "Remove group conversation?",
"modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.",
"modalConversationRemoveGroupAction": "Delete for Me",
"modalConversationRemoveGroupHeadline": "Delete {conversation} group for me?",
"modalConversationRemoveGroupMessage": "You won’t be able to access the group and its content. There is no option to restore it.",
"modalConversationRemoveGuestsHeadline": "Disable guest access?",
"modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.",
"modalConversationRemoveGuestsOrServicesAction": "Disable",
Expand Down Expand Up @@ -1508,7 +1508,7 @@
"teamCreationSuccessListItem1": "Invite your first team members, and start working together",
"teamCreationSuccessListItem2": "Customize your team settings",
"teamCreationSuccessListTitle": "Go to Team Management to:",
"teamCreationSuccessSubTitle": "You’re now the owner of the team ({teamName}).",
"teamCreationSuccessSubTitle": "You’re now the owner of the team {teamName}.",
"teamCreationSuccessTitle": "Congratulations {name}!",
"teamCreationTitle": "Create your team",
"teamName.headline": "Name your team",
Expand Down
8 changes: 4 additions & 4 deletions src/i18n/cs-CZ.json
Original file line number Diff line number Diff line change
Expand Up @@ -1061,9 +1061,9 @@
"modalConversationOptionsToggleServiceMessage": "Could not change services state.",
"modalConversationRemoveAction": "Remove",
"modalConversationRemoveCloseBtn": "Close window 'Remove'",
"modalConversationRemoveGroupAction": "Remove",
"modalConversationRemoveGroupHeadline": "Remove group conversation?",
"modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.",
"modalConversationRemoveGroupAction": "Delete for Me",
"modalConversationRemoveGroupHeadline": "Delete {conversation} group for me?",
"modalConversationRemoveGroupMessage": "You won’t be able to access the group and its content. There is no option to restore it.",
"modalConversationRemoveGuestsHeadline": "Disable guest access?",
"modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.",
"modalConversationRemoveGuestsOrServicesAction": "Disable",
Expand Down Expand Up @@ -1508,7 +1508,7 @@
"teamCreationSuccessListItem1": "Invite your first team members, and start working together",
"teamCreationSuccessListItem2": "Customize your team settings",
"teamCreationSuccessListTitle": "Go to Team Management to:",
"teamCreationSuccessSubTitle": "You’re now the owner of the team ({teamName}).",
"teamCreationSuccessSubTitle": "You’re now the owner of the team {teamName}.",
"teamCreationSuccessTitle": "Congratulations {name}!",
"teamCreationTitle": "Create your team",
"teamName.headline": "Name your team",
Expand Down
8 changes: 4 additions & 4 deletions src/i18n/da-DK.json
Original file line number Diff line number Diff line change
Expand Up @@ -1061,9 +1061,9 @@
"modalConversationOptionsToggleServiceMessage": "Could not change services state.",
"modalConversationRemoveAction": "Remove",
"modalConversationRemoveCloseBtn": "Close window 'Remove'",
"modalConversationRemoveGroupAction": "Remove",
"modalConversationRemoveGroupHeadline": "Remove group conversation?",
"modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.",
"modalConversationRemoveGroupAction": "Delete for Me",
"modalConversationRemoveGroupHeadline": "Delete {conversation} group for me?",
"modalConversationRemoveGroupMessage": "You won’t be able to access the group and its content. There is no option to restore it.",
"modalConversationRemoveGuestsHeadline": "Disable guest access?",
"modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.",
"modalConversationRemoveGuestsOrServicesAction": "Disable",
Expand Down Expand Up @@ -1508,7 +1508,7 @@
"teamCreationSuccessListItem1": "Invite your first team members, and start working together",
"teamCreationSuccessListItem2": "Customize your team settings",
"teamCreationSuccessListTitle": "Go to Team Management to:",
"teamCreationSuccessSubTitle": "You’re now the owner of the team ({teamName}).",
"teamCreationSuccessSubTitle": "You’re now the owner of the team {teamName}.",
"teamCreationSuccessTitle": "Congratulations {name}!",
"teamCreationTitle": "Create your team",
"teamName.headline": "Name your team",
Expand Down
18 changes: 11 additions & 7 deletions src/i18n/de-DE.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"AppLockDisableCancel": "Cancel",
"AppLockDisableCancel": "Abbrechen",
"AppLockDisableInfo": "Sie müssen Wire nicht mehr mit Ihrem Kennwort entsperren.",
"AppLockDisableTurnOff": "Ausschalten",
"ApplockDisableHeadline": "App-Sperre ausschalten?",
Expand Down Expand Up @@ -764,7 +764,7 @@
"guestOptionsInfoHeader": "Andere per Link einladen",
"guestOptionsInfoModalAction": "Link erstellen",
"guestOptionsInfoModalCancel": "Abbrechen",
"guestOptionsInfoModalFormLabel": "Guest link password",
"guestOptionsInfoModalFormLabel": "Gäste-Link Passwort",
"guestOptionsInfoModalTitle": "Passwortgesicherten Link erstellen",
"guestOptionsInfoModalTitleBoldSubTitle": "Sie können das Passwort später nicht ändern. Denken Sie daran, es zu kopieren und zu speichern.",
"guestOptionsInfoModalTitleSubTitle": "Personen, die über den Gäste-Link an der Unterhaltung teilnehmen möchten, müssen zuerst dieses Passwort eingeben.",
Expand All @@ -776,7 +776,7 @@
"guestOptionsPasswordCopyToClipboard": "Passwort kopieren",
"guestOptionsPasswordCopyToClipboardSuccess": "Passwort kopiert",
"guestOptionsPasswordForceToCopy": "Sie müssen das Passwort kopieren, damit Sie es speichern und an die Personen weitergeben können, die Sie einladen möchten.",
"guestOptionsPasswordRadioLabel": "Guest link password",
"guestOptionsPasswordRadioLabel": "Gäste-Link Passwort",
"guestOptionsPasswordRadioOptionNotSecured": "Nicht passwortgesichert",
"guestOptionsPasswordRadioOptionSecured": "Passwortgesichert",
"guestOptionsRevokeLink": "Link widerrufen",
Expand Down Expand Up @@ -906,7 +906,7 @@
"modalAccountCreateMessage": "Wenn Sie ein Benutzerkonto erstellen, verlieren Sie den Gesprächsverlauf dieses Gästebereichs.",
"modalAccountDeletionAction": "Löschen",
"modalAccountDeletionHeadline": "Benutzerkonto löschen",
"modalAccountDeletionMessage": "We will send you an email. Follow the link to delete your account permanently.",
"modalAccountDeletionMessage": "Wir senden Ihnen eine E-Mail. Folgen Sie dem Link, um Ihr Benutzerkonto endgültig zu löschen.",
"modalAccountLeaveGuestRoomAction": "Verlassen",
"modalAccountLeaveGuestRoomHeadline": "Gästebereich verlassen?",
"modalAccountLeaveGuestRoomMessage": "Der Gesprächsverlauf wird gelöscht. Um ihn zu behalten, erstellen Sie beim nächsten Mal ein Benutzerkonto.",
Expand Down Expand Up @@ -1061,9 +1061,9 @@
"modalConversationOptionsToggleServiceMessage": "Status der Dienste konnte nicht geändert werden.",
"modalConversationRemoveAction": "Entfernen",
"modalConversationRemoveCloseBtn": "Fenster 'Entfernen' schließen",
"modalConversationRemoveGroupAction": "Remove",
"modalConversationRemoveGroupHeadline": "Remove group conversation?",
"modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.",
"modalConversationRemoveGroupAction": "Delete for Me",
"modalConversationRemoveGroupHeadline": "Delete {conversation} group for me?",
"modalConversationRemoveGroupMessage": "You won’t be able to access the group and its content. There is no option to restore it.",
"modalConversationRemoveGuestsHeadline": "Gastzugang deaktivieren?",
"modalConversationRemoveGuestsMessage": "Aktuelle Gäste werden aus der Unterhaltung entfernt. Neue Gäste können nicht hinzugefügt werden.",
"modalConversationRemoveGuestsOrServicesAction": "Deaktivieren",
Expand Down Expand Up @@ -1610,6 +1610,10 @@
"videoCallOverlayViewModeLabel": "View mode",
"videoCallOverlayViewModeSpeakers": "Nur aktive Sprecher anzeigen",
"videoCallParticipantConnecting": "Verbinden…",
"videoCallParticipantRaisedHandRaiseDuration": "Hand seit {duration} gehoben",
"videoCallParticipantRaisedSelfHandUp": "You have raised your hand up",
"videoCallParticipantRaisedSortByTime": "Die erste Person auf der Liste hob zuerst die Hand.",
"videoCallParticipantRaisedTheirHandUp": "{name} has raised their hand up",
"videoCallPaused": "Video wurde angehalten",
"videoCallScreenShareEndConfirm": "End screen share",
"videoCallScreenShareEndConfirmDescription": "If you minimize the window, your screen share will end.",
Expand Down
8 changes: 4 additions & 4 deletions src/i18n/el-GR.json
Original file line number Diff line number Diff line change
Expand Up @@ -1061,9 +1061,9 @@
"modalConversationOptionsToggleServiceMessage": "Could not change services state.",
"modalConversationRemoveAction": "Remove",
"modalConversationRemoveCloseBtn": "Close window 'Remove'",
"modalConversationRemoveGroupAction": "Remove",
"modalConversationRemoveGroupHeadline": "Remove group conversation?",
"modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.",
"modalConversationRemoveGroupAction": "Delete for Me",
"modalConversationRemoveGroupHeadline": "Delete {conversation} group for me?",
"modalConversationRemoveGroupMessage": "You won’t be able to access the group and its content. There is no option to restore it.",
"modalConversationRemoveGuestsHeadline": "Disable guest access?",
"modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.",
"modalConversationRemoveGuestsOrServicesAction": "Disable",
Expand Down Expand Up @@ -1508,7 +1508,7 @@
"teamCreationSuccessListItem1": "Invite your first team members, and start working together",
"teamCreationSuccessListItem2": "Customize your team settings",
"teamCreationSuccessListTitle": "Go to Team Management to:",
"teamCreationSuccessSubTitle": "You’re now the owner of the team ({teamName}).",
"teamCreationSuccessSubTitle": "You’re now the owner of the team {teamName}.",
"teamCreationSuccessTitle": "Congratulations {name}!",
"teamCreationTitle": "Create your team",
"teamName.headline": "Name your team",
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -1508,7 +1508,7 @@
"teamCreationSuccessListItem1": "Invite your first team members, and start working together",
"teamCreationSuccessListItem2": "Customize your team settings",
"teamCreationSuccessListTitle": "Go to Team Management to:",
"teamCreationSuccessSubTitle": "You’re now the owner of the team ({teamName}).",
"teamCreationSuccessSubTitle": "You’re now the owner of the team {teamName}.",
"teamCreationSuccessTitle": "Congratulations {name}!",
"teamCreationTitle": "Create your team",
"teamName.headline": "Name your team",
Expand Down
8 changes: 4 additions & 4 deletions src/i18n/es-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -1061,9 +1061,9 @@
"modalConversationOptionsToggleServiceMessage": "Could not change services state.",
"modalConversationRemoveAction": "Remove",
"modalConversationRemoveCloseBtn": "Close window 'Remove'",
"modalConversationRemoveGroupAction": "Remove",
"modalConversationRemoveGroupHeadline": "Remove group conversation?",
"modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.",
"modalConversationRemoveGroupAction": "Delete for Me",
"modalConversationRemoveGroupHeadline": "Delete {conversation} group for me?",
"modalConversationRemoveGroupMessage": "You won’t be able to access the group and its content. There is no option to restore it.",
"modalConversationRemoveGuestsHeadline": "Disable guest access?",
"modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.",
"modalConversationRemoveGuestsOrServicesAction": "Disable",
Expand Down Expand Up @@ -1508,7 +1508,7 @@
"teamCreationSuccessListItem1": "Invite your first team members, and start working together",
"teamCreationSuccessListItem2": "Customize your team settings",
"teamCreationSuccessListTitle": "Go to Team Management to:",
"teamCreationSuccessSubTitle": "You’re now the owner of the team ({teamName}).",
"teamCreationSuccessSubTitle": "You’re now the owner of the team {teamName}.",
"teamCreationSuccessTitle": "Congratulations {name}!",
"teamCreationTitle": "Create your team",
"teamName.headline": "Dé un nombre al equipo",
Expand Down
8 changes: 4 additions & 4 deletions src/i18n/et-EE.json
Original file line number Diff line number Diff line change
Expand Up @@ -1061,9 +1061,9 @@
"modalConversationOptionsToggleServiceMessage": "Could not change services state.",
"modalConversationRemoveAction": "Remove",
"modalConversationRemoveCloseBtn": "Close window 'Remove'",
"modalConversationRemoveGroupAction": "Remove",
"modalConversationRemoveGroupHeadline": "Remove group conversation?",
"modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.",
"modalConversationRemoveGroupAction": "Delete for Me",
"modalConversationRemoveGroupHeadline": "Delete {conversation} group for me?",
"modalConversationRemoveGroupMessage": "You won’t be able to access the group and its content. There is no option to restore it.",
"modalConversationRemoveGuestsHeadline": "Disable guest access?",
"modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.",
"modalConversationRemoveGuestsOrServicesAction": "Disable",
Expand Down Expand Up @@ -1508,7 +1508,7 @@
"teamCreationSuccessListItem1": "Invite your first team members, and start working together",
"teamCreationSuccessListItem2": "Customize your team settings",
"teamCreationSuccessListTitle": "Go to Team Management to:",
"teamCreationSuccessSubTitle": "You’re now the owner of the team ({teamName}).",
"teamCreationSuccessSubTitle": "You’re now the owner of the team {teamName}.",
"teamCreationSuccessTitle": "Congratulations {name}!",
"teamCreationTitle": "Create your team",
"teamName.headline": "Nimeta oma meeskond",
Expand Down
8 changes: 4 additions & 4 deletions src/i18n/fa-IR.json
Original file line number Diff line number Diff line change
Expand Up @@ -1061,9 +1061,9 @@
"modalConversationOptionsToggleServiceMessage": "Could not change services state.",
"modalConversationRemoveAction": "Remove",
"modalConversationRemoveCloseBtn": "Close window 'Remove'",
"modalConversationRemoveGroupAction": "Remove",
"modalConversationRemoveGroupHeadline": "Remove group conversation?",
"modalConversationRemoveGroupMessage": "This will delete the group on this device. There is no option to restore the content.",
"modalConversationRemoveGroupAction": "Delete for Me",
"modalConversationRemoveGroupHeadline": "Delete {conversation} group for me?",
"modalConversationRemoveGroupMessage": "You won’t be able to access the group and its content. There is no option to restore it.",
"modalConversationRemoveGuestsHeadline": "Disable guest access?",
"modalConversationRemoveGuestsMessage": "Current guests will be removed from the conversation. New guests will not be allowed.",
"modalConversationRemoveGuestsOrServicesAction": "Disable",
Expand Down Expand Up @@ -1508,7 +1508,7 @@
"teamCreationSuccessListItem1": "Invite your first team members, and start working together",
"teamCreationSuccessListItem2": "Customize your team settings",
"teamCreationSuccessListTitle": "Go to Team Management to:",
"teamCreationSuccessSubTitle": "You’re now the owner of the team ({teamName}).",
"teamCreationSuccessSubTitle": "You’re now the owner of the team {teamName}.",
"teamCreationSuccessTitle": "Congratulations {name}!",
"teamCreationTitle": "Create your team",
"teamName.headline": "Name your team",
Expand Down
Loading

0 comments on commit 06182cb

Please sign in to comment.