@abyss-project/main 1.0.57 → 1.0.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -175,15 +175,15 @@ exports.enTranslation = {
|
|
|
175
175
|
[types_1.AbyssService.ABYSS_MEMORIES]: {
|
|
176
176
|
[types_1.UserNotificationContentType.INVITE_EVENT]: {
|
|
177
177
|
title: 'New event invitation',
|
|
178
|
-
content: '{
|
|
178
|
+
content: '{alias} invited you to join event {eventName}',
|
|
179
179
|
},
|
|
180
180
|
[types_1.UserNotificationContentType.CHANGE_OWNER_EVENT]: {
|
|
181
181
|
title: 'Event transfer',
|
|
182
|
-
content: '{
|
|
182
|
+
content: '{alias} transferred ownership of event {eventName} to you',
|
|
183
183
|
},
|
|
184
184
|
[types_1.UserNotificationContentType.CREATE_POLL_EVENT]: {
|
|
185
185
|
title: 'New survey',
|
|
186
|
-
content: '{
|
|
186
|
+
content: '{alias} created a new poll in {eventName}',
|
|
187
187
|
},
|
|
188
188
|
},
|
|
189
189
|
[types_1.AbyssService.ABYSS_BANKING]: {
|
|
@@ -175,15 +175,15 @@ exports.frTranslation = {
|
|
|
175
175
|
[types_1.AbyssService.ABYSS_MEMORIES]: {
|
|
176
176
|
[types_1.UserNotificationContentType.INVITE_EVENT]: {
|
|
177
177
|
title: "Nouvel invitation d'événement",
|
|
178
|
-
content: "{
|
|
178
|
+
content: "{alias} vous a invité à rejoindre l'événement {eventName}",
|
|
179
179
|
},
|
|
180
180
|
[types_1.UserNotificationContentType.CHANGE_OWNER_EVENT]: {
|
|
181
181
|
title: "Transfert d'événement",
|
|
182
|
-
content: "{
|
|
182
|
+
content: "{alias} vous a transféré la propriété de l'événement {eventName}",
|
|
183
183
|
},
|
|
184
184
|
[types_1.UserNotificationContentType.CREATE_POLL_EVENT]: {
|
|
185
185
|
title: 'Nouveau sondage',
|
|
186
|
-
content: '{
|
|
186
|
+
content: '{alias} a créé un nouveau sondage dans {eventName}',
|
|
187
187
|
},
|
|
188
188
|
},
|
|
189
189
|
[types_1.AbyssService.ABYSS_BANKING]: {
|