@abyss-project/main 1.0.9 → 1.0.11
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.
- package/README.md +1 -1
- package/dist/api/application.admin.api.d.ts +8 -8
- package/dist/api/application.admin.api.js +35 -35
- package/dist/api/application.api.d.ts +7 -7
- package/dist/api/application.api.js +31 -31
- package/dist/api/auth.api.d.ts +10 -10
- package/dist/api/auth.api.js +57 -57
- package/dist/api/billing.api.d.ts +4 -4
- package/dist/api/billing.api.js +16 -16
- package/dist/api/gift-code.admin.api.d.ts +8 -8
- package/dist/api/gift-code.admin.api.js +34 -34
- package/dist/api/gift-code.api.d.ts +4 -4
- package/dist/api/gift-code.api.js +20 -20
- package/dist/api/index.d.ts +23 -23
- package/dist/api/index.js +39 -39
- package/dist/api/metrics.admin.api.d.ts +4 -4
- package/dist/api/metrics.admin.api.js +16 -16
- package/dist/api/monitor.api.d.ts +2 -2
- package/dist/api/monitor.api.js +8 -8
- package/dist/api/newsletter.admin.api.d.ts +6 -6
- package/dist/api/newsletter.admin.api.js +25 -25
- package/dist/api/project-access.admin.api.d.ts +13 -13
- package/dist/api/project-access.admin.api.js +52 -52
- package/dist/api/project-access.api.d.ts +14 -14
- package/dist/api/project-access.api.js +59 -59
- package/dist/api/project.admin.api.d.ts +7 -7
- package/dist/api/project.admin.api.js +34 -34
- package/dist/api/project.api.d.ts +14 -14
- package/dist/api/project.api.js +62 -62
- package/dist/api/user-credit-purchase.admin.api.d.ts +7 -7
- package/dist/api/user-credit-purchase.admin.api.js +28 -28
- package/dist/api/user-credit-purchase.api.d.ts +3 -3
- package/dist/api/user-credit-purchase.api.js +14 -14
- package/dist/api/user-notification.admin.api.d.ts +5 -5
- package/dist/api/user-notification.admin.api.js +20 -20
- package/dist/api/user-notification.api.d.ts +4 -4
- package/dist/api/user-notification.api.js +18 -18
- package/dist/api/user-ticket.admin.api.d.ts +11 -11
- package/dist/api/user-ticket.admin.api.js +49 -49
- package/dist/api/user-ticket.api.d.ts +10 -10
- package/dist/api/user-ticket.api.js +45 -45
- package/dist/api/user-transaction.admin.api.d.ts +5 -5
- package/dist/api/user-transaction.admin.api.js +20 -20
- package/dist/api/user-transaction.api.d.ts +3 -3
- package/dist/api/user-transaction.api.js +14 -14
- package/dist/api/user.admin.api.d.ts +11 -11
- package/dist/api/user.admin.api.js +46 -46
- package/dist/api/user.api.d.ts +19 -19
- package/dist/api/user.api.js +84 -84
- package/dist/front/index.d.ts +1 -1
- package/dist/front/index.js +17 -17
- package/dist/front/redirection.d.ts +2 -2
- package/dist/front/redirection.js +5 -5
- package/dist/index.d.ts +21 -21
- package/dist/index.js +91 -89
- package/dist/translate/en.translate.d.ts +182 -182
- package/dist/translate/en.translate.js +186 -186
- package/dist/translate/fr.translate.d.ts +182 -182
- package/dist/translate/fr.translate.js +186 -186
- package/dist/translate/index.d.ts +2 -2
- package/dist/translate/index.js +18 -18
- package/dist/types/enum/abyss-service.enum.d.ts +12 -11
- package/dist/types/enum/abyss-service.enum.js +16 -15
- package/dist/types/enum/api-error.enum.d.ts +39 -39
- package/dist/types/enum/api-error.enum.js +44 -44
- package/dist/types/enum/billing-product.enum.d.ts +8 -8
- package/dist/types/enum/billing-product.enum.js +12 -12
- package/dist/types/enum/gift-code-type.enum.d.ts +3 -3
- package/dist/types/enum/gift-code-type.enum.js +7 -7
- package/dist/types/enum/index.d.ts +18 -18
- package/dist/types/enum/index.js +34 -34
- package/dist/types/enum/newsletter-type.enum.d.ts +4 -4
- package/dist/types/enum/newsletter-type.enum.js +8 -8
- package/dist/types/enum/oauth-account-type.enum.d.ts +3 -3
- package/dist/types/enum/oauth-account-type.enum.js +7 -7
- package/dist/types/enum/project-access-permission.enum.d.ts +13 -13
- package/dist/types/enum/project-access-permission.enum.js +17 -17
- package/dist/types/enum/project-application-access-permission.enum.d.ts +38 -38
- package/dist/types/enum/project-application-access-permission.enum.js +42 -42
- package/dist/types/enum/subscription-level.enum.d.ts +55 -55
- package/dist/types/enum/subscription-level.enum.js +128 -128
- package/dist/types/enum/token-type.enum.d.ts +5 -5
- package/dist/types/enum/token-type.enum.js +9 -9
- package/dist/types/enum/user-credit-purchase-currency.enum.d.ts +5 -5
- package/dist/types/enum/user-credit-purchase-currency.enum.js +9 -9
- package/dist/types/enum/user-credit-purchase-payment-method.enum.d.ts +3 -3
- package/dist/types/enum/user-credit-purchase-payment-method.enum.js +7 -7
- package/dist/types/enum/user-credit-purchase-platform.enum.d.ts +8 -8
- package/dist/types/enum/user-credit-purchase-platform.enum.js +12 -12
- package/dist/types/enum/user-language.enum.d.ts +4 -4
- package/dist/types/enum/user-language.enum.js +8 -8
- package/dist/types/enum/user-notification-content-type.enum.d.ts +286 -286
- package/dist/types/enum/user-notification-content-type.enum.js +51 -51
- package/dist/types/enum/user-notification-type.enum.d.ts +6 -6
- package/dist/types/enum/user-notification-type.enum.js +10 -10
- package/dist/types/enum/user-ticket-category.enum.d.ts +9 -9
- package/dist/types/enum/user-ticket-category.enum.js +13 -13
- package/dist/types/enum/user-transaction-type.enum.d.ts +14 -14
- package/dist/types/enum/user-transaction-type.enum.js +18 -18
- package/dist/types/index.d.ts +9 -9
- package/dist/types/index.js +21 -21
- package/dist/types/interface/api/index.d.ts +48 -48
- package/dist/types/interface/api/index.js +64 -64
- package/dist/types/interface/api/requests/application.admin.request.d.ts +36 -36
- package/dist/types/interface/api/requests/application.admin.request.js +2 -2
- package/dist/types/interface/api/requests/application.request.d.ts +34 -34
- package/dist/types/interface/api/requests/application.request.js +2 -2
- package/dist/types/interface/api/requests/auth.request.d.ts +40 -40
- package/dist/types/interface/api/requests/auth.request.js +2 -2
- package/dist/types/interface/api/requests/billing.request.d.ts +9 -9
- package/dist/types/interface/api/requests/billing.request.js +2 -2
- package/dist/types/interface/api/requests/gift-code.admin.request.d.ts +53 -53
- package/dist/types/interface/api/requests/gift-code.admin.request.js +2 -2
- package/dist/types/interface/api/requests/gift-code.request.d.ts +12 -12
- package/dist/types/interface/api/requests/gift-code.request.js +2 -2
- package/dist/types/interface/api/requests/newsletter.admin.request.d.ts +21 -21
- package/dist/types/interface/api/requests/newsletter.admin.request.js +2 -2
- package/dist/types/interface/api/requests/project-access.admin.request.d.ts +80 -80
- package/dist/types/interface/api/requests/project-access.admin.request.js +2 -2
- package/dist/types/interface/api/requests/project-access.request.d.ts +78 -78
- package/dist/types/interface/api/requests/project-access.request.js +2 -2
- package/dist/types/interface/api/requests/project.admin.request.d.ts +32 -32
- package/dist/types/interface/api/requests/project.admin.request.js +2 -2
- package/dist/types/interface/api/requests/project.request.d.ts +60 -60
- package/dist/types/interface/api/requests/project.request.js +2 -2
- package/dist/types/interface/api/requests/user-credit-purchase.admin.request.d.ts +43 -43
- package/dist/types/interface/api/requests/user-credit-purchase.admin.request.js +2 -2
- package/dist/types/interface/api/requests/user-credit-purchase.request.d.ts +10 -10
- package/dist/types/interface/api/requests/user-credit-purchase.request.js +2 -2
- package/dist/types/interface/api/requests/user-notification.admin.request.d.ts +27 -27
- package/dist/types/interface/api/requests/user-notification.admin.request.js +2 -2
- package/dist/types/interface/api/requests/user-notification.request.d.ts +14 -14
- package/dist/types/interface/api/requests/user-notification.request.js +2 -2
- package/dist/types/interface/api/requests/user-ticket.admin.request.d.ts +61 -61
- package/dist/types/interface/api/requests/user-ticket.admin.request.js +2 -2
- package/dist/types/interface/api/requests/user-ticket.request.d.ts +50 -50
- package/dist/types/interface/api/requests/user-ticket.request.js +2 -2
- package/dist/types/interface/api/requests/user-transaction.admin.request.d.ts +31 -31
- package/dist/types/interface/api/requests/user-transaction.admin.request.js +2 -2
- package/dist/types/interface/api/requests/user-transaction.request.d.ts +8 -8
- package/dist/types/interface/api/requests/user-transaction.request.js +2 -2
- package/dist/types/interface/api/requests/user.admin.request.d.ts +53 -53
- package/dist/types/interface/api/requests/user.admin.request.js +2 -2
- package/dist/types/interface/api/requests/user.request.d.ts +85 -85
- package/dist/types/interface/api/requests/user.request.js +2 -2
- package/dist/types/interface/api/responses/application.admin.response.d.ts +28 -28
- package/dist/types/interface/api/responses/application.admin.response.js +2 -2
- package/dist/types/interface/api/responses/application.response.d.ts +25 -25
- package/dist/types/interface/api/responses/application.response.js +2 -2
- package/dist/types/interface/api/responses/auth.response.d.ts +42 -42
- package/dist/types/interface/api/responses/auth.response.js +2 -2
- package/dist/types/interface/api/responses/billing.response.d.ts +18 -18
- package/dist/types/interface/api/responses/billing.response.js +2 -2
- package/dist/types/interface/api/responses/gift-code.admin.response.d.ts +25 -25
- package/dist/types/interface/api/responses/gift-code.admin.response.js +2 -2
- package/dist/types/interface/api/responses/gift-code.response.d.ts +12 -12
- package/dist/types/interface/api/responses/gift-code.response.js +2 -2
- package/dist/types/interface/api/responses/metrics.admin.response.d.ts +40 -40
- package/dist/types/interface/api/responses/metrics.admin.response.js +2 -2
- package/dist/types/interface/api/responses/monitor.response.d.ts +7 -7
- package/dist/types/interface/api/responses/monitor.response.js +2 -2
- package/dist/types/interface/api/responses/newsletter.admin.response.d.ts +17 -17
- package/dist/types/interface/api/responses/newsletter.admin.response.js +2 -2
- package/dist/types/interface/api/responses/project-access.admin.response.d.ts +51 -51
- package/dist/types/interface/api/responses/project-access.admin.response.js +2 -2
- package/dist/types/interface/api/responses/project-access.response.d.ts +49 -49
- package/dist/types/interface/api/responses/project-access.response.js +2 -2
- package/dist/types/interface/api/responses/project.admin.response.d.ts +54 -54
- package/dist/types/interface/api/responses/project.admin.response.js +2 -2
- package/dist/types/interface/api/responses/project.response.d.ts +94 -94
- package/dist/types/interface/api/responses/project.response.js +2 -2
- package/dist/types/interface/api/responses/user-credit-purchase.admin.response.d.ts +22 -22
- package/dist/types/interface/api/responses/user-credit-purchase.admin.response.js +2 -2
- package/dist/types/interface/api/responses/user-credit-purchase.response.d.ts +8 -8
- package/dist/types/interface/api/responses/user-credit-purchase.response.js +2 -2
- package/dist/types/interface/api/responses/user-notification.admin.response.d.ts +19 -19
- package/dist/types/interface/api/responses/user-notification.admin.response.js +2 -2
- package/dist/types/interface/api/responses/user-notification.response.d.ts +13 -13
- package/dist/types/interface/api/responses/user-notification.response.js +2 -2
- package/dist/types/interface/api/responses/user-ticket.admin.response.d.ts +38 -38
- package/dist/types/interface/api/responses/user-ticket.admin.response.js +2 -2
- package/dist/types/interface/api/responses/user-ticket.response.d.ts +34 -34
- package/dist/types/interface/api/responses/user-ticket.response.js +2 -2
- package/dist/types/interface/api/responses/user-transaction.admin.response.d.ts +13 -13
- package/dist/types/interface/api/responses/user-transaction.admin.response.js +2 -2
- package/dist/types/interface/api/responses/user-transaction.response.d.ts +11 -11
- package/dist/types/interface/api/responses/user-transaction.response.js +2 -2
- package/dist/types/interface/api/responses/user.admin.response.d.ts +45 -45
- package/dist/types/interface/api/responses/user.admin.response.js +2 -2
- package/dist/types/interface/api/responses/user.response.d.ts +85 -85
- package/dist/types/interface/api/responses/user.response.js +2 -2
- package/dist/types/interface/api/type-message/api-error.d.ts +8 -8
- package/dist/types/interface/api/type-message/api-error.js +2 -2
- package/dist/types/interface/api/type-message/base-order.d.ts +4 -4
- package/dist/types/interface/api/type-message/base-order.js +2 -2
- package/dist/types/interface/api/type-message/base-paginate.d.ts +10 -10
- package/dist/types/interface/api/type-message/base-paginate.js +2 -2
- package/dist/types/interface/api/type-message/response.d.ts +5 -5
- package/dist/types/interface/api/type-message/response.js +2 -2
- package/dist/types/interface/index.d.ts +21 -21
- package/dist/types/interface/index.js +37 -37
- package/dist/types/interface/models/application.model.d.ts +14 -14
- package/dist/types/interface/models/application.model.js +2 -2
- package/dist/types/interface/models/gift-code-activation.model.d.ts +13 -13
- package/dist/types/interface/models/gift-code-activation.model.js +2 -2
- package/dist/types/interface/models/gift-code.model.d.ts +18 -18
- package/dist/types/interface/models/gift-code.model.js +2 -2
- package/dist/types/interface/models/newsletter-history.model.d.ts +8 -8
- package/dist/types/interface/models/newsletter-history.model.js +2 -2
- package/dist/types/interface/models/newsletter-member.model.d.ts +7 -7
- package/dist/types/interface/models/newsletter-member.model.js +2 -2
- package/dist/types/interface/models/oauth-account.model.d.ts +17 -17
- package/dist/types/interface/models/oauth-account.model.js +2 -2
- package/dist/types/interface/models/project-access.model.d.ts +19 -19
- package/dist/types/interface/models/project-access.model.js +2 -2
- package/dist/types/interface/models/project-application-access.model.d.ts +13 -13
- package/dist/types/interface/models/project-application-access.model.js +2 -2
- package/dist/types/interface/models/project-authentication-session.model.d.ts +10 -10
- package/dist/types/interface/models/project-authentication-session.model.js +2 -2
- package/dist/types/interface/models/project-authentication.model.d.ts +10 -10
- package/dist/types/interface/models/project-authentication.model.js +2 -2
- package/dist/types/interface/models/project.model.d.ts +20 -20
- package/dist/types/interface/models/project.model.js +2 -2
- package/dist/types/interface/models/subscription.model.d.ts +16 -16
- package/dist/types/interface/models/subscription.model.js +2 -2
- package/dist/types/interface/models/token-history.model.d.ts +44 -44
- package/dist/types/interface/models/token-history.model.js +2 -2
- package/dist/types/interface/models/user-credit-purchase.model.d.ts +22 -22
- package/dist/types/interface/models/user-credit-purchase.model.js +2 -2
- package/dist/types/interface/models/user-notification.model.d.ts +14 -14
- package/dist/types/interface/models/user-notification.model.js +2 -2
- package/dist/types/interface/models/user-ticket-message-attachment.model.d.ts +14 -14
- package/dist/types/interface/models/user-ticket-message-attachment.model.js +2 -2
- package/dist/types/interface/models/user-ticket-message.model.d.ts +14 -14
- package/dist/types/interface/models/user-ticket-message.model.js +2 -2
- package/dist/types/interface/models/user-ticket.model.d.ts +15 -15
- package/dist/types/interface/models/user-ticket.model.js +2 -2
- package/dist/types/interface/models/user-transaction.model.d.ts +19 -19
- package/dist/types/interface/models/user-transaction.model.js +2 -2
- package/dist/types/interface/models/user.model.d.ts +34 -34
- package/dist/types/interface/models/user.model.js +2 -2
- package/dist/types/models/index.d.ts +1 -1
- package/dist/types/models/index.js +17 -17
- package/dist/types/models/transfer.model.d.ts +36 -36
- package/dist/types/models/transfer.model.js +73 -73
- package/dist/types/session.d.ts +26 -26
- package/dist/types/session.js +2 -2
- package/dist/types/utils/billing.util.d.ts +2 -2
- package/dist/types/utils/billing.util.js +33 -33
- package/dist/types/utils/convert-query.util.d.ts +2 -2
- package/dist/types/utils/convert-query.util.js +2 -2
- package/dist/types/utils/index.d.ts +6 -6
- package/dist/types/utils/index.js +21 -21
- package/dist/types/utils/notifications.type-util.d.ts +8 -8
- package/dist/types/utils/notifications.type-util.js +2 -2
- package/dist/types/utils/overwrite.util.d.ts +9 -9
- package/dist/types/utils/overwrite.util.js +2 -2
- package/dist/types/utils/require-one.util.d.ts +6 -6
- package/dist/types/utils/require-one.util.js +2 -2
- package/dist/utils/array.utils.d.ts +1 -1
- package/dist/utils/array.utils.js +7 -7
- package/dist/utils/byte.utils.d.ts +2 -2
- package/dist/utils/byte.utils.js +71 -71
- package/dist/utils/duration.utils.d.ts +1 -1
- package/dist/utils/duration.utils.js +10 -10
- package/dist/utils/enum-to-array.utils.d.ts +2 -2
- package/dist/utils/enum-to-array.utils.js +14 -14
- package/dist/utils/error.utils.d.ts +15 -15
- package/dist/utils/error.utils.js +24 -24
- package/dist/utils/import.utils.d.ts +1 -1
- package/dist/utils/import.utils.js +7 -7
- package/dist/utils/index.d.ts +9 -9
- package/dist/utils/index.js +25 -25
- package/dist/utils/is-valid-object.utils.d.ts +1 -1
- package/dist/utils/is-valid-object.utils.js +12 -12
- package/dist/utils/notification.utils.d.ts +3 -3
- package/dist/utils/notification.utils.js +11 -11
- package/dist/utils/sleep.utils.d.ts +1 -1
- package/dist/utils/sleep.utils.js +9 -9
- package/dist/utils/subscription.utils.d.ts +6 -6
- package/dist/utils/subscription.utils.js +41 -41
- package/package.json +5 -5
- package/tsconfig.json +105 -105
|
@@ -1,186 +1,186 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.enTranslation = void 0;
|
|
4
|
-
const types_1 = require("../types");
|
|
5
|
-
exports.enTranslation = {
|
|
6
|
-
notifications: {
|
|
7
|
-
[types_1.AbyssService.ABYSS]: {
|
|
8
|
-
[types_1.UserNotificationContentType.USER_CREDIT_PURCHASE]: {
|
|
9
|
-
title: 'Purchase of credit',
|
|
10
|
-
content: 'Your account has been credited with {amount} credits',
|
|
11
|
-
},
|
|
12
|
-
[types_1.UserNotificationContentType.USER_TICKET_RESPONSE]: {
|
|
13
|
-
title: 'Ticket response',
|
|
14
|
-
content: 'You have received a response to your ticket "{ticketTitle}"',
|
|
15
|
-
},
|
|
16
|
-
[types_1.UserNotificationContentType.INVITE_USER_PROJECT]: {
|
|
17
|
-
title: 'New project invitation',
|
|
18
|
-
content: '{alias} invited you to join the project "{projectName}"',
|
|
19
|
-
},
|
|
20
|
-
[types_1.UserNotificationContentType.PROJECT_SET_OWNERSHIP]: {
|
|
21
|
-
title: 'Project transfer',
|
|
22
|
-
content: '{alias} has made you the owner of project {projectName}',
|
|
23
|
-
},
|
|
24
|
-
[types_1.UserNotificationContentType.USER_SUBSCRIPTION_NO_FUNDS_AUTO_RENEW_DISABLED]: {
|
|
25
|
-
title: 'Abyss subscription auto-renewal failed',
|
|
26
|
-
content: 'Your {level} subscription will expire on {endDate} ({missingCredit} missing credits).',
|
|
27
|
-
},
|
|
28
|
-
[types_1.UserNotificationContentType.USER_SUBSCRIPTION_AUTO_RENEW_DISABLED]: {
|
|
29
|
-
title: 'Disabling automatic Abyss subscription renewal',
|
|
30
|
-
content: 'Automatic renewal of your {level} subscription has been turned off and will expire on {endDate}.',
|
|
31
|
-
},
|
|
32
|
-
[types_1.UserNotificationContentType.USER_SUBSCRIPTION_AUTO_RENEW_ENABLED]: {
|
|
33
|
-
title: 'Activation of automatic renewal of Abyss subscription',
|
|
34
|
-
content: 'Automatic renewal of your {level} subscription has been enabled. It will be automatically renewed before {endDate}.',
|
|
35
|
-
},
|
|
36
|
-
[types_1.UserNotificationContentType.USER_SUBSCRIPTION_EXPIRATION]: {
|
|
37
|
-
title: 'Your {level} subscription expires on {endDate}',
|
|
38
|
-
content: 'It will automatically renew on {renewDate} and you will be charged {creditPrice} credits.',
|
|
39
|
-
},
|
|
40
|
-
[types_1.UserNotificationContentType.USER_SUBSCRIPTION_EXPIRATION_WITHOUT_AUTO_RENEW]: {
|
|
41
|
-
title: 'Your {level} subscription expires on {endDate}',
|
|
42
|
-
content: 'You have not configured automatic renewal. You can now renew the subscription manually.',
|
|
43
|
-
},
|
|
44
|
-
[types_1.UserNotificationContentType.USER_SUBSCRIPTION_RENEW_SUCCESS]: {
|
|
45
|
-
title: 'Renewing your {level} subscription',
|
|
46
|
-
content: 'Your {level} subscription was renewed on {renewDate} and will expire on {newEndDate}. You have been charged {renewCreditPrice} credits.',
|
|
47
|
-
},
|
|
48
|
-
[types_1.UserNotificationContentType.USER_SUBSCRIPTION_AUTO_RENEW_SUCCESS]: {
|
|
49
|
-
title: 'Automatic renewal of your {level} subscription',
|
|
50
|
-
content: 'Your {level} subscription was automatically renewed on {renewDate} and will expire on {newEndDate}. You have been automatically charged {renewCreditPrice} credits.',
|
|
51
|
-
},
|
|
52
|
-
[types_1.UserNotificationContentType.USER_SUBSCRIPTION_CREATE]: {
|
|
53
|
-
title: 'New Subscription {level}',
|
|
54
|
-
content: 'A new subscription {level} has been added to your account. You have been charged {creditPrice} credits. It will be automatically renewed.',
|
|
55
|
-
},
|
|
56
|
-
[types_1.UserNotificationContentType.USER_SUBSCRIPTION_CREATE_WITHOUT_AUTO_RENEW]: {
|
|
57
|
-
title: 'New Subscription {level}',
|
|
58
|
-
content: 'A new subscription {level} has been added to your account. You have been charged {creditPrice} credits. It will not be automatically renewed.',
|
|
59
|
-
},
|
|
60
|
-
[types_1.UserNotificationContentType.PROJECT_SUBSCRIPTION_NO_FUNDS_AUTO_RENEW_DISABLED]: {
|
|
61
|
-
title: 'Project subscription auto-renewal failed',
|
|
62
|
-
content: 'Subscription {level} of project {projectName} will expire on {endDate} ({missingCredit} credits missing).',
|
|
63
|
-
},
|
|
64
|
-
[types_1.UserNotificationContentType.PROJECT_SUBSCRIPTION_AUTO_RENEW_DISABLED]: {
|
|
65
|
-
title: 'Disabling project subscription auto-renewal',
|
|
66
|
-
content: 'Auto-renewal of {level} subscription for project {projectName} has been disabled and will expire on {endDate}',
|
|
67
|
-
},
|
|
68
|
-
[types_1.UserNotificationContentType.PROJECT_SUBSCRIPTION_AUTO_RENEW_ENABLED]: {
|
|
69
|
-
title: 'Enabling automatic project subscription renewal',
|
|
70
|
-
content: 'Automatic renewal of {level} subscription for project {projectName} has been enabled. It will be automatically renewed before {endDate}',
|
|
71
|
-
},
|
|
72
|
-
[types_1.UserNotificationContentType.PROJECT_SUBSCRIPTION_EXPIRATION]: {
|
|
73
|
-
title: 'Subscription {level} of project {projectName} expires on {endDate}',
|
|
74
|
-
content: 'It will be automatically renewed on {renewDate} and it will be debited for {creditPrice} credits.',
|
|
75
|
-
},
|
|
76
|
-
[types_1.UserNotificationContentType.PROJECT_SUBSCRIPTION_EXPIRATION_WITHOUT_AUTO_RENEW]: {
|
|
77
|
-
title: 'Subscription {level} of project {projectName} expires on {endDate}',
|
|
78
|
-
content: 'You have not configured automatic renewal. You can now renew the subscription manually.',
|
|
79
|
-
},
|
|
80
|
-
[types_1.UserNotificationContentType.PROJECT_SUBSCRIPTION_RENEW_SUCCESS]: {
|
|
81
|
-
title: 'Renewal of {level} subscription of project {projectName}',
|
|
82
|
-
content: 'The {level} subscription for project {projectName} was successfully renewed on {renewDate} and will expire on {newEndDate}. User {usernameRenew} has been charged {renewCreditPrice} credits.',
|
|
83
|
-
},
|
|
84
|
-
[types_1.UserNotificationContentType.PROJECT_SUBSCRIPTION_AUTO_RENEW_SUCCESS]: {
|
|
85
|
-
title: 'Automatic renewal of {level} subscription of project {projectName}',
|
|
86
|
-
content: 'The {level} subscription of the {projectName} project was automatically renewed on {renewDate} and will expire on {newEndDate}. The owner was automatically debited for {renewCreditPrice} credits.',
|
|
87
|
-
},
|
|
88
|
-
[types_1.UserNotificationContentType.PROJECT_SUBSCRIPTION_CREATE]: {
|
|
89
|
-
title: 'New subscription {level} for project {projectName}',
|
|
90
|
-
content: 'A new subscription {level} has been added to project {projectName}. User {usernameRenew} has been charged {creditPrice} credits. It will be automatically renewed.',
|
|
91
|
-
},
|
|
92
|
-
[types_1.UserNotificationContentType.PROJECT_SUBSCRIPTION_CREATE_WITHOUT_AUTO_RENEW]: {
|
|
93
|
-
title: 'New subscription {level} for project {projectName}',
|
|
94
|
-
content: 'A new subscription {level} has been added to project {projectName}. User {usernameRenew} has been charged {creditPrice} credits. It will not be automatically renewed.',
|
|
95
|
-
},
|
|
96
|
-
},
|
|
97
|
-
[types_1.AbyssService.ABYSS_CLOUD]: {
|
|
98
|
-
[types_1.UserNotificationContentType.CREATE_CLOUD_SHARE]: {
|
|
99
|
-
title: 'New cloud access',
|
|
100
|
-
content: '{alias} shared his Cloud "{cloudName}" with you',
|
|
101
|
-
},
|
|
102
|
-
[types_1.UserNotificationContentType.DELETE_CLOUD_SHARE]: {
|
|
103
|
-
title: 'Cloud access removed',
|
|
104
|
-
content: '{alias} deleted the share to his Cloud "{cloudName}"',
|
|
105
|
-
},
|
|
106
|
-
[types_1.UserNotificationContentType.CREATE_CLOUD]: {
|
|
107
|
-
title: 'New cloud',
|
|
108
|
-
content: 'You have created a new Cloud "{cloudName}"',
|
|
109
|
-
},
|
|
110
|
-
[types_1.UserNotificationContentType.DELETE_CLOUD]: {
|
|
111
|
-
title: 'Cloud deleted',
|
|
112
|
-
content: 'You have deleted your Cloud "{cloudName}"',
|
|
113
|
-
},
|
|
114
|
-
[types_1.UserNotificationContentType.ADMIN_CREATE_CLOUD]: {
|
|
115
|
-
title: 'New cloud',
|
|
116
|
-
content: 'An administrator has created a new Cloud "{cloudName}"',
|
|
117
|
-
},
|
|
118
|
-
[types_1.UserNotificationContentType.ADMIN_DELETE_CLOUD]: {
|
|
119
|
-
title: 'Cloud deleted',
|
|
120
|
-
content: 'An administrator has deleted the Cloud "{cloudName}"',
|
|
121
|
-
},
|
|
122
|
-
[types_1.UserNotificationContentType.JOIN_CLOUD_SHARE]: {
|
|
123
|
-
title: 'Cloud Share',
|
|
124
|
-
content: `User {alias} has joined the Cloud "{cloudName}"`,
|
|
125
|
-
},
|
|
126
|
-
[types_1.UserNotificationContentType.DECLINE_CLOUD_SHARE]: {
|
|
127
|
-
title: 'Cloud Share',
|
|
128
|
-
content: `User {alias} declined cloud invite "{cloudName}"`,
|
|
129
|
-
},
|
|
130
|
-
[types_1.UserNotificationContentType.LEAVE_CLOUD_SHARE]: {
|
|
131
|
-
title: 'Cloud Share',
|
|
132
|
-
content: `User {alias} left cloud "{cloudName}"`,
|
|
133
|
-
},
|
|
134
|
-
},
|
|
135
|
-
[types_1.AbyssService.ABYSS_STORAGE]: {
|
|
136
|
-
[types_1.UserNotificationContentType.WEBHOOK_UNDELIVERABLE]: {
|
|
137
|
-
title: 'Webhook Failed',
|
|
138
|
-
content: 'An error occurred on Webhook "{applicationWebhookName}" ({totalFailureInRow} consecutive failure)',
|
|
139
|
-
},
|
|
140
|
-
[types_1.UserNotificationContentType.WEBHOOK_UNDELIVERABLE_DISABLE]: {
|
|
141
|
-
title: 'Disabling Webhook',
|
|
142
|
-
content: 'Webhook {applicationWebhookName} has been disabled due to multiple errors',
|
|
143
|
-
},
|
|
144
|
-
},
|
|
145
|
-
[types_1.AbyssService.ABYSS_MONITOR]: {
|
|
146
|
-
[types_1.UserNotificationContentType.CRON_TASK_FAILED]: {
|
|
147
|
-
title: 'Scheduled task failure',
|
|
148
|
-
content: 'An error occurred on scheduled task "{applicationCronTaskName}" ({totalFailureInRow} consecutive failure)',
|
|
149
|
-
},
|
|
150
|
-
[types_1.UserNotificationContentType.CRON_TASK_DISABLED]: {
|
|
151
|
-
title: 'Scheduled task deactivation',
|
|
152
|
-
content: 'Task {applicationCronTaskName} has been disabled due to multiple errors',
|
|
153
|
-
},
|
|
154
|
-
},
|
|
155
|
-
[types_1.AbyssService.ABYSS_MEMORIES]: {
|
|
156
|
-
[types_1.UserNotificationContentType.INVITE_EVENT]: {
|
|
157
|
-
title: 'New event invitation',
|
|
158
|
-
content: '{user} invited you to join event {eventName}',
|
|
159
|
-
},
|
|
160
|
-
[types_1.UserNotificationContentType.CHANGE_OWNER_EVENT]: {
|
|
161
|
-
title: 'Event transfer',
|
|
162
|
-
content: '{user} transferred ownership of event {eventName} to you',
|
|
163
|
-
},
|
|
164
|
-
[types_1.UserNotificationContentType.CREATE_POLL_EVENT]: {
|
|
165
|
-
title: 'New survey',
|
|
166
|
-
content: '{user} created a new poll in {eventName}',
|
|
167
|
-
},
|
|
168
|
-
},
|
|
169
|
-
[types_1.AbyssService.ABYSS_BANKING]: {
|
|
170
|
-
[types_1.UserNotificationContentType.BANK_CONNECTION_SUCCESS]: {
|
|
171
|
-
title: 'Bank connection successful',
|
|
172
|
-
content: `The connection with the bank "{bankName}" is operational!`,
|
|
173
|
-
},
|
|
174
|
-
[types_1.UserNotificationContentType.BANK_CONNECTION_EXPIRE]: {
|
|
175
|
-
title: 'Bank connection expired',
|
|
176
|
-
content: `The connection with bank "{bankName}" has expired!`,
|
|
177
|
-
},
|
|
178
|
-
},
|
|
179
|
-
[types_1.AbyssService.ABYSS_SPOTLIGHT]: {
|
|
180
|
-
[types_1.UserNotificationContentType.SPOTLIGHT_PROJECT_NEW_POST]: {
|
|
181
|
-
title: 'New post',
|
|
182
|
-
content: 'A new post has been published in the project "{projectName}"',
|
|
183
|
-
},
|
|
184
|
-
},
|
|
185
|
-
},
|
|
186
|
-
};
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.enTranslation = void 0;
|
|
4
|
+
const types_1 = require("../types");
|
|
5
|
+
exports.enTranslation = {
|
|
6
|
+
notifications: {
|
|
7
|
+
[types_1.AbyssService.ABYSS]: {
|
|
8
|
+
[types_1.UserNotificationContentType.USER_CREDIT_PURCHASE]: {
|
|
9
|
+
title: 'Purchase of credit',
|
|
10
|
+
content: 'Your account has been credited with {amount} credits',
|
|
11
|
+
},
|
|
12
|
+
[types_1.UserNotificationContentType.USER_TICKET_RESPONSE]: {
|
|
13
|
+
title: 'Ticket response',
|
|
14
|
+
content: 'You have received a response to your ticket "{ticketTitle}"',
|
|
15
|
+
},
|
|
16
|
+
[types_1.UserNotificationContentType.INVITE_USER_PROJECT]: {
|
|
17
|
+
title: 'New project invitation',
|
|
18
|
+
content: '{alias} invited you to join the project "{projectName}"',
|
|
19
|
+
},
|
|
20
|
+
[types_1.UserNotificationContentType.PROJECT_SET_OWNERSHIP]: {
|
|
21
|
+
title: 'Project transfer',
|
|
22
|
+
content: '{alias} has made you the owner of project {projectName}',
|
|
23
|
+
},
|
|
24
|
+
[types_1.UserNotificationContentType.USER_SUBSCRIPTION_NO_FUNDS_AUTO_RENEW_DISABLED]: {
|
|
25
|
+
title: 'Abyss subscription auto-renewal failed',
|
|
26
|
+
content: 'Your {level} subscription will expire on {endDate} ({missingCredit} missing credits).',
|
|
27
|
+
},
|
|
28
|
+
[types_1.UserNotificationContentType.USER_SUBSCRIPTION_AUTO_RENEW_DISABLED]: {
|
|
29
|
+
title: 'Disabling automatic Abyss subscription renewal',
|
|
30
|
+
content: 'Automatic renewal of your {level} subscription has been turned off and will expire on {endDate}.',
|
|
31
|
+
},
|
|
32
|
+
[types_1.UserNotificationContentType.USER_SUBSCRIPTION_AUTO_RENEW_ENABLED]: {
|
|
33
|
+
title: 'Activation of automatic renewal of Abyss subscription',
|
|
34
|
+
content: 'Automatic renewal of your {level} subscription has been enabled. It will be automatically renewed before {endDate}.',
|
|
35
|
+
},
|
|
36
|
+
[types_1.UserNotificationContentType.USER_SUBSCRIPTION_EXPIRATION]: {
|
|
37
|
+
title: 'Your {level} subscription expires on {endDate}',
|
|
38
|
+
content: 'It will automatically renew on {renewDate} and you will be charged {creditPrice} credits.',
|
|
39
|
+
},
|
|
40
|
+
[types_1.UserNotificationContentType.USER_SUBSCRIPTION_EXPIRATION_WITHOUT_AUTO_RENEW]: {
|
|
41
|
+
title: 'Your {level} subscription expires on {endDate}',
|
|
42
|
+
content: 'You have not configured automatic renewal. You can now renew the subscription manually.',
|
|
43
|
+
},
|
|
44
|
+
[types_1.UserNotificationContentType.USER_SUBSCRIPTION_RENEW_SUCCESS]: {
|
|
45
|
+
title: 'Renewing your {level} subscription',
|
|
46
|
+
content: 'Your {level} subscription was renewed on {renewDate} and will expire on {newEndDate}. You have been charged {renewCreditPrice} credits.',
|
|
47
|
+
},
|
|
48
|
+
[types_1.UserNotificationContentType.USER_SUBSCRIPTION_AUTO_RENEW_SUCCESS]: {
|
|
49
|
+
title: 'Automatic renewal of your {level} subscription',
|
|
50
|
+
content: 'Your {level} subscription was automatically renewed on {renewDate} and will expire on {newEndDate}. You have been automatically charged {renewCreditPrice} credits.',
|
|
51
|
+
},
|
|
52
|
+
[types_1.UserNotificationContentType.USER_SUBSCRIPTION_CREATE]: {
|
|
53
|
+
title: 'New Subscription {level}',
|
|
54
|
+
content: 'A new subscription {level} has been added to your account. You have been charged {creditPrice} credits. It will be automatically renewed.',
|
|
55
|
+
},
|
|
56
|
+
[types_1.UserNotificationContentType.USER_SUBSCRIPTION_CREATE_WITHOUT_AUTO_RENEW]: {
|
|
57
|
+
title: 'New Subscription {level}',
|
|
58
|
+
content: 'A new subscription {level} has been added to your account. You have been charged {creditPrice} credits. It will not be automatically renewed.',
|
|
59
|
+
},
|
|
60
|
+
[types_1.UserNotificationContentType.PROJECT_SUBSCRIPTION_NO_FUNDS_AUTO_RENEW_DISABLED]: {
|
|
61
|
+
title: 'Project subscription auto-renewal failed',
|
|
62
|
+
content: 'Subscription {level} of project {projectName} will expire on {endDate} ({missingCredit} credits missing).',
|
|
63
|
+
},
|
|
64
|
+
[types_1.UserNotificationContentType.PROJECT_SUBSCRIPTION_AUTO_RENEW_DISABLED]: {
|
|
65
|
+
title: 'Disabling project subscription auto-renewal',
|
|
66
|
+
content: 'Auto-renewal of {level} subscription for project {projectName} has been disabled and will expire on {endDate}',
|
|
67
|
+
},
|
|
68
|
+
[types_1.UserNotificationContentType.PROJECT_SUBSCRIPTION_AUTO_RENEW_ENABLED]: {
|
|
69
|
+
title: 'Enabling automatic project subscription renewal',
|
|
70
|
+
content: 'Automatic renewal of {level} subscription for project {projectName} has been enabled. It will be automatically renewed before {endDate}',
|
|
71
|
+
},
|
|
72
|
+
[types_1.UserNotificationContentType.PROJECT_SUBSCRIPTION_EXPIRATION]: {
|
|
73
|
+
title: 'Subscription {level} of project {projectName} expires on {endDate}',
|
|
74
|
+
content: 'It will be automatically renewed on {renewDate} and it will be debited for {creditPrice} credits.',
|
|
75
|
+
},
|
|
76
|
+
[types_1.UserNotificationContentType.PROJECT_SUBSCRIPTION_EXPIRATION_WITHOUT_AUTO_RENEW]: {
|
|
77
|
+
title: 'Subscription {level} of project {projectName} expires on {endDate}',
|
|
78
|
+
content: 'You have not configured automatic renewal. You can now renew the subscription manually.',
|
|
79
|
+
},
|
|
80
|
+
[types_1.UserNotificationContentType.PROJECT_SUBSCRIPTION_RENEW_SUCCESS]: {
|
|
81
|
+
title: 'Renewal of {level} subscription of project {projectName}',
|
|
82
|
+
content: 'The {level} subscription for project {projectName} was successfully renewed on {renewDate} and will expire on {newEndDate}. User {usernameRenew} has been charged {renewCreditPrice} credits.',
|
|
83
|
+
},
|
|
84
|
+
[types_1.UserNotificationContentType.PROJECT_SUBSCRIPTION_AUTO_RENEW_SUCCESS]: {
|
|
85
|
+
title: 'Automatic renewal of {level} subscription of project {projectName}',
|
|
86
|
+
content: 'The {level} subscription of the {projectName} project was automatically renewed on {renewDate} and will expire on {newEndDate}. The owner was automatically debited for {renewCreditPrice} credits.',
|
|
87
|
+
},
|
|
88
|
+
[types_1.UserNotificationContentType.PROJECT_SUBSCRIPTION_CREATE]: {
|
|
89
|
+
title: 'New subscription {level} for project {projectName}',
|
|
90
|
+
content: 'A new subscription {level} has been added to project {projectName}. User {usernameRenew} has been charged {creditPrice} credits. It will be automatically renewed.',
|
|
91
|
+
},
|
|
92
|
+
[types_1.UserNotificationContentType.PROJECT_SUBSCRIPTION_CREATE_WITHOUT_AUTO_RENEW]: {
|
|
93
|
+
title: 'New subscription {level} for project {projectName}',
|
|
94
|
+
content: 'A new subscription {level} has been added to project {projectName}. User {usernameRenew} has been charged {creditPrice} credits. It will not be automatically renewed.',
|
|
95
|
+
},
|
|
96
|
+
},
|
|
97
|
+
[types_1.AbyssService.ABYSS_CLOUD]: {
|
|
98
|
+
[types_1.UserNotificationContentType.CREATE_CLOUD_SHARE]: {
|
|
99
|
+
title: 'New cloud access',
|
|
100
|
+
content: '{alias} shared his Cloud "{cloudName}" with you',
|
|
101
|
+
},
|
|
102
|
+
[types_1.UserNotificationContentType.DELETE_CLOUD_SHARE]: {
|
|
103
|
+
title: 'Cloud access removed',
|
|
104
|
+
content: '{alias} deleted the share to his Cloud "{cloudName}"',
|
|
105
|
+
},
|
|
106
|
+
[types_1.UserNotificationContentType.CREATE_CLOUD]: {
|
|
107
|
+
title: 'New cloud',
|
|
108
|
+
content: 'You have created a new Cloud "{cloudName}"',
|
|
109
|
+
},
|
|
110
|
+
[types_1.UserNotificationContentType.DELETE_CLOUD]: {
|
|
111
|
+
title: 'Cloud deleted',
|
|
112
|
+
content: 'You have deleted your Cloud "{cloudName}"',
|
|
113
|
+
},
|
|
114
|
+
[types_1.UserNotificationContentType.ADMIN_CREATE_CLOUD]: {
|
|
115
|
+
title: 'New cloud',
|
|
116
|
+
content: 'An administrator has created a new Cloud "{cloudName}"',
|
|
117
|
+
},
|
|
118
|
+
[types_1.UserNotificationContentType.ADMIN_DELETE_CLOUD]: {
|
|
119
|
+
title: 'Cloud deleted',
|
|
120
|
+
content: 'An administrator has deleted the Cloud "{cloudName}"',
|
|
121
|
+
},
|
|
122
|
+
[types_1.UserNotificationContentType.JOIN_CLOUD_SHARE]: {
|
|
123
|
+
title: 'Cloud Share',
|
|
124
|
+
content: `User {alias} has joined the Cloud "{cloudName}"`,
|
|
125
|
+
},
|
|
126
|
+
[types_1.UserNotificationContentType.DECLINE_CLOUD_SHARE]: {
|
|
127
|
+
title: 'Cloud Share',
|
|
128
|
+
content: `User {alias} declined cloud invite "{cloudName}"`,
|
|
129
|
+
},
|
|
130
|
+
[types_1.UserNotificationContentType.LEAVE_CLOUD_SHARE]: {
|
|
131
|
+
title: 'Cloud Share',
|
|
132
|
+
content: `User {alias} left cloud "{cloudName}"`,
|
|
133
|
+
},
|
|
134
|
+
},
|
|
135
|
+
[types_1.AbyssService.ABYSS_STORAGE]: {
|
|
136
|
+
[types_1.UserNotificationContentType.WEBHOOK_UNDELIVERABLE]: {
|
|
137
|
+
title: 'Webhook Failed',
|
|
138
|
+
content: 'An error occurred on Webhook "{applicationWebhookName}" ({totalFailureInRow} consecutive failure)',
|
|
139
|
+
},
|
|
140
|
+
[types_1.UserNotificationContentType.WEBHOOK_UNDELIVERABLE_DISABLE]: {
|
|
141
|
+
title: 'Disabling Webhook',
|
|
142
|
+
content: 'Webhook {applicationWebhookName} has been disabled due to multiple errors',
|
|
143
|
+
},
|
|
144
|
+
},
|
|
145
|
+
[types_1.AbyssService.ABYSS_MONITOR]: {
|
|
146
|
+
[types_1.UserNotificationContentType.CRON_TASK_FAILED]: {
|
|
147
|
+
title: 'Scheduled task failure',
|
|
148
|
+
content: 'An error occurred on scheduled task "{applicationCronTaskName}" ({totalFailureInRow} consecutive failure)',
|
|
149
|
+
},
|
|
150
|
+
[types_1.UserNotificationContentType.CRON_TASK_DISABLED]: {
|
|
151
|
+
title: 'Scheduled task deactivation',
|
|
152
|
+
content: 'Task {applicationCronTaskName} has been disabled due to multiple errors',
|
|
153
|
+
},
|
|
154
|
+
},
|
|
155
|
+
[types_1.AbyssService.ABYSS_MEMORIES]: {
|
|
156
|
+
[types_1.UserNotificationContentType.INVITE_EVENT]: {
|
|
157
|
+
title: 'New event invitation',
|
|
158
|
+
content: '{user} invited you to join event {eventName}',
|
|
159
|
+
},
|
|
160
|
+
[types_1.UserNotificationContentType.CHANGE_OWNER_EVENT]: {
|
|
161
|
+
title: 'Event transfer',
|
|
162
|
+
content: '{user} transferred ownership of event {eventName} to you',
|
|
163
|
+
},
|
|
164
|
+
[types_1.UserNotificationContentType.CREATE_POLL_EVENT]: {
|
|
165
|
+
title: 'New survey',
|
|
166
|
+
content: '{user} created a new poll in {eventName}',
|
|
167
|
+
},
|
|
168
|
+
},
|
|
169
|
+
[types_1.AbyssService.ABYSS_BANKING]: {
|
|
170
|
+
[types_1.UserNotificationContentType.BANK_CONNECTION_SUCCESS]: {
|
|
171
|
+
title: 'Bank connection successful',
|
|
172
|
+
content: `The connection with the bank "{bankName}" is operational!`,
|
|
173
|
+
},
|
|
174
|
+
[types_1.UserNotificationContentType.BANK_CONNECTION_EXPIRE]: {
|
|
175
|
+
title: 'Bank connection expired',
|
|
176
|
+
content: `The connection with bank "{bankName}" has expired!`,
|
|
177
|
+
},
|
|
178
|
+
},
|
|
179
|
+
[types_1.AbyssService.ABYSS_SPOTLIGHT]: {
|
|
180
|
+
[types_1.UserNotificationContentType.SPOTLIGHT_PROJECT_NEW_POST]: {
|
|
181
|
+
title: 'New post',
|
|
182
|
+
content: 'A new post has been published in the project "{projectName}"',
|
|
183
|
+
},
|
|
184
|
+
},
|
|
185
|
+
},
|
|
186
|
+
};
|