@abyss-project/commons-front-core 1.0.136 → 1.0.141
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 +30 -2
- package/declaration.d.ts +13 -13
- package/dist/CookieConsentSettings.component-DIIK_rRd.js +2604 -0
- package/dist/assets/index.d.ts +0 -1
- package/dist/assets/logo/index.d.ts +1 -0
- package/dist/components/Avatars/OrganizationAvatar/OrganizationAvatar.component.d.ts +23 -0
- package/dist/components/Avatars/OrganizationAvatar/index.d.ts +2 -0
- package/dist/components/Avatars/ProjectAvatar/ProjectAvatar.component.d.ts +16 -5
- package/dist/components/Avatars/ProjectAvatar/index.d.ts +1 -0
- package/dist/components/Avatars/UserAvatar/UserAvatar.component.d.ts +10 -0
- package/dist/components/Avatars/UserAvatar/constant.d.ts +6 -2
- package/dist/components/Avatars/UserAvatar/index.d.ts +1 -0
- package/dist/components/Avatars/UserAvatarList/UserAvatarList.component.d.ts +18 -0
- package/dist/components/{UserAvatarList → Avatars/UserAvatarList}/index.d.ts +1 -0
- package/dist/components/Avatars/index.d.ts +2 -0
- package/dist/components/Banking/AccountTransactions/AccountTransactionsRow.component.d.ts +2 -4
- package/dist/components/Banking/Inputs/SelectAccountTransactionCategory/SelectAccountTransactionCategory.component.d.ts +2 -4
- package/dist/components/Cards/InternalProjectCard/InternalProjectCard.component.d.ts +36 -0
- package/dist/components/Cards/InternalProjectCard/index.d.ts +2 -0
- package/dist/components/Cards/ProjectCard/ProjectCard.component.d.ts +27 -0
- package/dist/components/Cards/ProjectCard/index.d.ts +2 -0
- package/dist/components/Cards/index.d.ts +2 -0
- package/dist/components/Charts/AbyssBarChart/AbyssBarChart.component.d.ts +21 -0
- package/dist/components/Charts/AbyssBarChart/index.d.ts +1 -0
- package/dist/components/Charts/AbyssCashFlowChart/AbyssCashFlowChart.component.d.ts +14 -0
- package/dist/components/Charts/AbyssCashFlowChart/index.d.ts +1 -0
- package/dist/components/Charts/AbyssLineChart/AbyssLineChart.component.d.ts +27 -0
- package/dist/components/Charts/AbyssLineChart/index.d.ts +1 -0
- package/dist/components/Charts/AbyssPieChart/AbyssPieChart.component.d.ts +18 -0
- package/dist/components/Charts/AbyssPieChart/index.d.ts +1 -0
- package/dist/components/Charts/index.d.ts +4 -0
- package/dist/components/Charts/useNivoTheme.d.ts +65 -0
- package/dist/components/CookieConsent/AbyssCookieConsentProvider.d.ts +12 -0
- package/dist/components/CookieConsent/CookieConsentBanner.component.d.ts +7 -0
- package/dist/components/CookieConsent/CookieConsentSettings.component.d.ts +2 -0
- package/dist/components/CookieConsent/cookie-storage.util.d.ts +15 -0
- package/dist/components/CookieConsent/cookie-storage.util.spec.d.ts +1 -0
- package/dist/components/CookieConsent/index.d.ts +8 -0
- package/dist/components/CookieConsent/reconcile.util.d.ts +12 -0
- package/dist/components/CookieConsent/reconcile.util.spec.d.ts +1 -0
- package/dist/components/CookieConsent/types.d.ts +11 -0
- package/dist/components/CookieConsent/use-cookie-consent.hook.d.ts +15 -0
- package/dist/components/Data/AbyssTable/AbyssTable.component.d.ts +35 -0
- package/dist/components/Data/AbyssTable/index.d.ts +2 -0
- package/dist/components/Data/index.d.ts +1 -0
- package/dist/components/InfoBox/InfoBox.component.d.ts +5 -3
- package/dist/components/Inputs/AbyssMarkdownEditor/AbyssMarkdownEditor.component.d.ts +12 -13
- package/dist/components/Inputs/AbyssNumberField/AbyssNumberField.component.d.ts +16 -0
- package/dist/components/Inputs/AbyssNumberField/index.d.ts +2 -0
- package/dist/components/Inputs/AbyssScopeSwitcher/AbyssScopeSwitcher.component.d.ts +20 -0
- package/dist/components/Inputs/AbyssScopeSwitcher/index.d.ts +2 -0
- package/dist/components/Inputs/AbyssSelectOrganization/AbyssSelectOrganization.component.d.ts +18 -0
- package/dist/components/Inputs/AbyssSelectOrganization/index.d.ts +2 -0
- package/dist/components/Inputs/AbyssSelectProject/AbyssSelectProject.component.d.ts +12 -9
- package/dist/components/Inputs/AbyssSelectProject/index.d.ts +1 -0
- package/dist/components/Inputs/CloudImport/CloudImport.component.d.ts +21 -9
- package/dist/components/Inputs/CloudImport/CloudImportFile.component.d.ts +2 -4
- package/dist/components/Inputs/CloudImport/CloudImportFolder.component.d.ts +2 -4
- package/dist/components/Inputs/CloudSave/CloudSave.component.d.ts +12 -9
- package/dist/components/Inputs/ColorPalette/ColorPalette.component.d.ts +20 -0
- package/dist/components/Inputs/ColorPalette/index.d.ts +1 -0
- package/dist/components/Inputs/ColorPicker/ColorPicker.component.d.ts +19 -0
- package/dist/components/Inputs/ColorPicker/index.d.ts +1 -0
- package/dist/components/Inputs/DatePeriodPicker/DatePeriodPicker.component.d.ts +24 -9
- package/dist/components/Inputs/DatePeriodPicker/index.d.ts +1 -0
- package/dist/components/Inputs/DropZone/DropZone.component.d.ts +11 -10
- package/dist/components/Inputs/PasswordInput/PasswordInput.component.d.ts +2 -5
- package/dist/components/Inputs/ProjectCategoryBadge/ProjectCategoryBadge.component.d.ts +8 -0
- package/dist/components/Inputs/ProjectCategoryBadge/index.d.ts +1 -0
- package/dist/components/Inputs/ProjectLinkSelector/ProjectLinkSelector.component.d.ts +39 -0
- package/dist/components/Inputs/ProjectLinkSelector/index.d.ts +2 -0
- package/dist/components/Inputs/ProjectTagChip/ProjectTagChip.component.d.ts +9 -0
- package/dist/components/Inputs/ProjectTagChip/index.d.ts +1 -0
- package/dist/components/Inputs/index.d.ts +13 -6
- package/dist/components/Invitations/AbyssPendingInvitations.component.d.ts +18 -0
- package/dist/components/Invitations/index.d.ts +2 -0
- package/dist/components/Layouts/AbyssBillingPlan/AbyssBillingPlan.component.d.ts +9 -0
- package/dist/components/Layouts/AbyssBillingPlan/index.d.ts +1 -0
- package/dist/components/Layouts/AbyssDashboardLayout/AbyssDashboardLayout.component.d.ts +13 -0
- package/dist/components/Layouts/AbyssDashboardLayout/index.d.ts +1 -0
- package/dist/components/Layouts/AbyssHeader/AbyssHeader.component.d.ts +14 -0
- package/dist/components/Layouts/AbyssHeader/index.d.ts +1 -0
- package/dist/components/Layouts/AbyssLayoutProvider/AbyssLayoutProvider.component.d.ts +26 -0
- package/dist/components/Layouts/AbyssLayoutProvider/abyss-layout.store.d.ts +27 -0
- package/dist/components/Layouts/AbyssLayoutProvider/index.d.ts +3 -0
- package/dist/components/Layouts/AbyssLoadingScreen/AbyssLoadingScreen.component.d.ts +3 -0
- package/dist/components/Layouts/AbyssLoadingScreen/index.d.ts +1 -0
- package/dist/components/Layouts/AbyssSearchBar/AbyssSearchBar.component.d.ts +8 -0
- package/dist/components/Layouts/AbyssSearchBar/index.d.ts +1 -0
- package/dist/components/Layouts/AbyssSidebar/AbyssSidebar.component.d.ts +35 -0
- package/dist/components/Layouts/AbyssSidebar/AbyssSidebarItem.component.d.ts +9 -0
- package/dist/components/Layouts/AbyssSidebar/index.d.ts +3 -0
- package/dist/components/Layouts/AbyssThemeToggle/AbyssThemeToggle.component.d.ts +7 -0
- package/dist/components/Layouts/AbyssThemeToggle/index.d.ts +1 -0
- package/dist/components/Layouts/DashboardLayout/DashboardLayout.layout.d.ts +3 -5
- package/dist/components/Layouts/DashboardLayout/DashboardLayoutHeader.layout.d.ts +3 -5
- package/dist/components/Layouts/LoadingLayout/LoadingLayout.layout.d.ts +2 -4
- package/dist/components/Layouts/MainLayout/MainLayout.layout.d.ts +2 -4
- package/dist/components/Layouts/index.d.ts +8 -0
- package/dist/components/Modals/AbyssModal/AbyssModal.component.d.ts +9 -9
- package/dist/components/Modals/ConfirmModal/ConfirmModal.d.ts +3 -4
- package/dist/components/Modals/ConfirmModal/index.d.ts +1 -1
- package/dist/components/Modals/ImportFromCloudModal/ImportFromCloudModal.component.d.ts +20 -10
- package/dist/components/Modals/QRCodeModal/QRCodeModal.component.d.ts +2 -4
- package/dist/components/Modals/SaveCloudModal/SaveCloudModal.component.d.ts +12 -10
- package/dist/components/Modals/UserSettingsModal/UserSettings.compat.d.ts +13 -0
- package/dist/components/Modals/UserSettingsModal/UserSettingsModal.component.d.ts +27 -0
- package/dist/components/Modals/UserSettingsModal/index.d.ts +2 -0
- package/dist/components/Modals/index.d.ts +2 -2
- package/dist/components/PdfEditor/PdfEditor.d.ts +3 -0
- package/dist/components/PdfEditor/hooks/use-acro-form-fields.d.ts +2 -0
- package/dist/components/PdfEditor/hooks/use-export.d.ts +7 -0
- package/dist/components/PdfEditor/hooks/use-page-order.d.ts +2 -0
- package/dist/components/PdfEditor/hooks/use-pdf-document.d.ts +11 -0
- package/dist/components/PdfEditor/hooks/use-undo-redo.d.ts +7 -0
- package/dist/components/PdfEditor/hooks/use-uploaded-docs.d.ts +3 -0
- package/dist/components/PdfEditor/index.d.ts +3 -0
- package/dist/components/PdfEditor/operations/apply.d.ts +2 -0
- package/dist/components/PdfEditor/operations/apply.spec.d.ts +1 -0
- package/dist/components/PdfEditor/operations/compute-page-order.d.ts +9 -0
- package/dist/components/PdfEditor/operations/compute-page-order.spec.d.ts +1 -0
- package/dist/components/PdfEditor/operations/pdf-data-url.d.ts +2 -0
- package/dist/components/PdfEditor/operations/reducer.d.ts +3 -0
- package/dist/components/PdfEditor/operations/reducer.spec.d.ts +1 -0
- package/dist/components/PdfEditor/signature/SignatureDrawCanvas.d.ts +10 -0
- package/dist/components/PdfEditor/signature/SignaturePicker.d.ts +13 -0
- package/dist/components/PdfEditor/signature/SignatureSaveButton.d.ts +9 -0
- package/dist/components/PdfEditor/signature/SignatureSavedList.d.ts +10 -0
- package/dist/components/PdfEditor/signature/SignatureUploadDropzone.d.ts +10 -0
- package/dist/components/PdfEditor/tools/DrawTool.d.ts +9 -0
- package/dist/components/PdfEditor/tools/FillFieldsTool.d.ts +8 -0
- package/dist/components/PdfEditor/tools/SignatureTool.d.ts +12 -0
- package/dist/components/PdfEditor/tools/TextTool.d.ts +2 -0
- package/dist/components/PdfEditor/tools/Toolbar.d.ts +18 -0
- package/dist/components/PdfEditor/types.d.ts +217 -0
- package/dist/components/PdfEditor/viewer/InsertPagesButton.d.ts +9 -0
- package/dist/components/PdfEditor/viewer/InsertPagesDialog.d.ts +10 -0
- package/dist/components/PdfEditor/viewer/PageOverlay.d.ts +21 -0
- package/dist/components/PdfEditor/viewer/PageSidebar.d.ts +15 -0
- package/dist/components/PdfEditor/viewer/PageThumbnail.d.ts +17 -0
- package/dist/components/PdfEditor/viewer/PdfCanvas.d.ts +17 -0
- package/dist/components/QuotaReached/QuotaReachedDialog.component.d.ts +5 -0
- package/dist/components/QuotaReached/billing-quota-error.d.ts +4 -0
- package/dist/components/QuotaReached/index.d.ts +6 -0
- package/dist/components/QuotaReached/quota-dialog.store.d.ts +15 -0
- package/dist/components/QuotaReached/quota-service-meta.d.ts +27 -0
- package/dist/components/Support/AbyssServiceSelect.component.d.ts +35 -0
- package/dist/components/Support/SupportActionButtons.component.d.ts +3 -0
- package/dist/components/Support/SupportActivityLog.component.d.ts +3 -0
- package/dist/components/Support/SupportAttachmentsPanel.component.d.ts +3 -0
- package/dist/components/Support/SupportCategoryChip.component.d.ts +9 -0
- package/dist/components/Support/SupportCategoryGroupCards.component.d.ts +3 -0
- package/dist/components/Support/SupportCategorySelect.component.d.ts +19 -0
- package/dist/components/Support/SupportMessageInput.component.d.ts +3 -0
- package/dist/components/Support/SupportMessageThread.component.d.ts +3 -0
- package/dist/components/Support/SupportPriorityChip.component.d.ts +3 -0
- package/dist/components/Support/SupportSidebar.component.d.ts +3 -0
- package/dist/components/Support/SupportStatusBadge.component.d.ts +3 -0
- package/dist/components/Support/SupportTicketCreateForm.component.d.ts +3 -0
- package/dist/components/Support/SupportTicketCreateStepper.component.d.ts +3 -0
- package/dist/components/Support/SupportTicketDetail.component.d.ts +3 -0
- package/dist/components/Support/SupportTicketList.component.d.ts +3 -0
- package/dist/components/Support/SupportTopBar.component.d.ts +3 -0
- package/dist/components/Support/index.d.ts +18 -0
- package/dist/components/Support/types.d.ts +252 -0
- package/dist/components/Utils/AbyssBackground/AbyssBackground.component.d.ts +9 -0
- package/dist/components/Utils/AbyssDrawer/AbyssDrawer.component.d.ts +2 -5
- package/dist/components/Utils/AbyssErrorPage/AbyssErrorBoundary.component.d.ts +10 -0
- package/dist/components/Utils/AbyssErrorPage/AbyssErrorPage.component.d.ts +11 -0
- package/dist/components/Utils/AbyssErrorPage/index.d.ts +3 -0
- package/dist/components/Utils/AbyssHeaderTitle/AbyssHeaderTitle.component.d.ts +3 -5
- package/dist/components/Utils/AbyssLayoutMenu/AbyssLayoutMenu.component.d.ts +33 -24
- package/dist/components/Utils/AbyssLayoutMenu/AbyssMenuItem.component.d.ts +15 -0
- package/dist/components/Utils/AbyssLayoutMenu/index.d.ts +2 -0
- package/dist/components/Utils/AbyssLayoutNotifications/AbyssLayoutNotifications.component.d.ts +25 -12
- package/dist/components/Utils/AbyssLayoutNotifications/AbyssNotifications.component.d.ts +24 -9
- package/dist/components/Utils/AbyssLayoutNotifications/index.d.ts +2 -0
- package/dist/components/Utils/ImportButton/ImportButton.component.d.ts +36 -0
- package/dist/components/Utils/Toast/AbyssToast.component.d.ts +3 -0
- package/dist/components/Utils/Toast/index.d.ts +1 -0
- package/dist/components/Utils/WaterParticles/WaterParticles.component.d.ts +2 -6
- package/dist/components/Utils/index.d.ts +6 -3
- package/dist/components/index.d.ts +10 -8
- package/dist/cookie-consent.d.ts +2 -0
- package/dist/cookie-consent.js +16 -0
- package/dist/hooks/index.d.ts +4 -1
- package/dist/hooks/use-cloud.hook.d.ts +3 -3
- package/dist/hooks/use-public-users.hook.d.ts +13 -0
- package/dist/hooks/use-rich-intl.hook.d.ts +1370 -212
- package/dist/hooks/use-theme-transition.hook.d.ts +4 -0
- package/dist/{index-CjCtN6N9.js → index-0jt8DKLf.js} +11 -11
- package/dist/{index-DsEAU1Su.js → index-B3Y7Rb_Q.js} +1 -1
- package/dist/{index-DrwZbK23.js → index-BLr1fOuq.js} +4 -4
- package/dist/{index-BirsZhiu.js → index-BWj4TKOS.js} +2 -2
- package/dist/{index-Bk2NQz31.js → index-B_fAiFZq.js} +3 -3
- package/dist/{index-DE33bhgE.js → index-Blqg9cwf.js} +3 -3
- package/dist/{index--QxdNiuT.js → index-BrSAVa-Q.js} +2 -2
- package/dist/{index-CzRcWnfQ.js → index-C70H1Rqy.js} +4 -4
- package/dist/{index-Vsp-9vGI.js → index-C9HpxdlC.js} +2 -2
- package/dist/{index-C9V6yx6I.js → index-CDvwJmU3.js} +8 -8
- package/dist/index-CI_ndLtL.js +114828 -0
- package/dist/{index-DufXsxfg.js → index-CQv4ue2W.js} +2 -2
- package/dist/{index-DyrkSLE1.js → index-CRlvyprK.js} +3 -3
- package/dist/{index-BN2zc6Mp.js → index-Cb3RkMZy.js} +2 -2
- package/dist/{index-C7YWMnUi.js → index-CkpUdKTG.js} +3 -3
- package/dist/{index-yhL2fUpe.js → index-CnuCwLCI.js} +2 -2
- package/dist/{index-Cr-guXyg.js → index-CxyWN2Jp.js} +2 -2
- package/dist/{index-CLLYU3Ob.js → index-DQJBss56.js} +2 -2
- package/dist/{index-CyMfYJL8.js → index-jiAI8FrN.js} +4 -4
- package/dist/{index-DdIC_a4G.js → index-prtXdje2.js} +2 -2
- package/dist/{index-D39o_sai.js → index-rNuCv1FV.js} +5 -5
- package/dist/{index-D4xMvqEH.js → index-tz9rZQUM.js} +8 -8
- package/dist/index.d.ts +1 -1
- package/dist/index.js +237 -117
- package/dist/theme/augmentation.d.ts +78 -0
- package/dist/theme/components/buttons.d.ts +35 -0
- package/dist/theme/components/data-display.d.ts +4 -0
- package/dist/theme/components/index.d.ts +2 -0
- package/dist/theme/components/inputs.d.ts +4 -0
- package/dist/theme/components/navigation.d.ts +4 -0
- package/dist/theme/components/surfaces.d.ts +4 -0
- package/dist/theme/create-theme.d.ts +3 -0
- package/dist/theme/index.d.ts +15 -0
- package/dist/theme/palettes/common.d.ts +61 -0
- package/dist/theme/palettes/dark.d.ts +66 -0
- package/dist/theme/palettes/light.d.ts +66 -0
- package/dist/theme/tokens/animations.d.ts +30 -0
- package/dist/theme/tokens/borders.d.ts +11 -0
- package/dist/theme/tokens/colors.d.ts +102 -0
- package/dist/theme/tokens/shadows.d.ts +45 -0
- package/dist/theme/tokens/transitions.d.ts +21 -0
- package/dist/theme/tokens/typography.d.ts +93 -0
- package/dist/translations/en.d.ts +668 -9
- package/dist/translations/fr.d.ts +668 -9
- package/dist/utils/billing.utils.d.ts +7 -0
- package/dist/utils/index.d.ts +5 -0
- package/dist/utils/locale.utils.d.ts +2 -0
- package/dist/utils/share-notification.utils.d.ts +1 -0
- package/dist/utils/space-display-name.utils.d.ts +9 -0
- package/package.json +36 -7
- package/tsconfig.json +35 -37
- package/vite.config.ts +75 -77
- package/vitest.config.ts +14 -0
- package/.eslintrc.cjs +0 -30
- package/dist/components/AllCloudMetrics/AllCloudMetrics.component.d.ts +0 -13
- package/dist/components/AllCloudMetrics/index.d.ts +0 -1
- package/dist/components/FiltersBox/FiltersBox.component.d.ts +0 -8
- package/dist/components/FiltersBox/index.d.ts +0 -1
- package/dist/components/FreepikSearch/FreepikSearch.component.d.ts +0 -9
- package/dist/components/FreepikSearch/index.d.ts +0 -1
- package/dist/components/ImportButton/ImportButton.component.d.ts +0 -29
- package/dist/components/Inputs/Toggle/Toggle.component.d.ts +0 -15
- package/dist/components/Inputs/Toggle/index.d.ts +0 -1
- package/dist/components/Modals/ImportFromCollectionModal/ImportFromCollectionModal.component.d.ts +0 -11
- package/dist/components/Modals/ImportFromCollectionModal/index.d.ts +0 -1
- package/dist/components/Modals/UserSettings/UserSettingsModal.component.d.ts +0 -18
- package/dist/components/Modals/UserSettings/index.d.ts +0 -2
- package/dist/components/UserAvatarList/UserAvatarList.component.d.ts +0 -18
- package/dist/components/Utils/CustomDivider/CustomDivider.component.d.ts +0 -4
- package/dist/components/Utils/CustomDivider/index.d.ts +0 -1
- package/dist/components/Utils/FloatingNavigation/FloatingNavigation.component.d.ts +0 -16
- package/dist/components/Utils/FloatingNavigation/index.d.ts +0 -1
- package/dist/hooks/use-theme.hook.d.ts +0 -1
- package/dist/index-_UVTFDmE.js +0 -122724
- package/dist/stylesheet.d.ts +0 -128
- package/dist/web-Bt2mRnhv.js +0 -18
- /package/dist/{index.css → commons-front-core.css} +0 -0
- /package/dist/components/{ImportButton → Utils/ImportButton}/index.d.ts +0 -0
|
@@ -1,5 +1,278 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
+
'space-display-name': {
|
|
3
|
+
personal: string;
|
|
4
|
+
'perso-in-org': string;
|
|
5
|
+
'org-common': string;
|
|
6
|
+
project: string;
|
|
7
|
+
'subtitle-personal': string;
|
|
8
|
+
'subtitle-perso-in-org': string;
|
|
9
|
+
'subtitle-org-common': string;
|
|
10
|
+
'subtitle-project': string;
|
|
11
|
+
'section-personal': string;
|
|
12
|
+
'section-shared': string;
|
|
13
|
+
'section-organization': string;
|
|
14
|
+
};
|
|
15
|
+
'pdf-editor': {
|
|
16
|
+
toolbar: {
|
|
17
|
+
'change-file': string;
|
|
18
|
+
select: string;
|
|
19
|
+
text: string;
|
|
20
|
+
draw: string;
|
|
21
|
+
signature: string;
|
|
22
|
+
eraser: string;
|
|
23
|
+
'fill-fields': string;
|
|
24
|
+
undo: string;
|
|
25
|
+
redo: string;
|
|
26
|
+
download: string;
|
|
27
|
+
'save-to-cloud': string;
|
|
28
|
+
'quick-sigs': string;
|
|
29
|
+
'quick-texts': string;
|
|
30
|
+
};
|
|
31
|
+
sidebar: {
|
|
32
|
+
pages: string;
|
|
33
|
+
};
|
|
34
|
+
insert: {
|
|
35
|
+
button: string;
|
|
36
|
+
reading: string;
|
|
37
|
+
'from-file': string;
|
|
38
|
+
'from-cloud': string;
|
|
39
|
+
'only-pdf': string;
|
|
40
|
+
};
|
|
41
|
+
'insert-dialog': {
|
|
42
|
+
title: string;
|
|
43
|
+
helper: string;
|
|
44
|
+
'select-all': string;
|
|
45
|
+
'select-none': string;
|
|
46
|
+
'page-label': string;
|
|
47
|
+
confirm: string;
|
|
48
|
+
};
|
|
49
|
+
action: {
|
|
50
|
+
cancel: string;
|
|
51
|
+
};
|
|
52
|
+
error: {
|
|
53
|
+
'load-failed': string;
|
|
54
|
+
'export-failed': string;
|
|
55
|
+
};
|
|
56
|
+
text: {
|
|
57
|
+
hint: string;
|
|
58
|
+
};
|
|
59
|
+
draw: {
|
|
60
|
+
hint: string;
|
|
61
|
+
'stroke-width': string;
|
|
62
|
+
color: string;
|
|
63
|
+
width: string;
|
|
64
|
+
'custom-color': string;
|
|
65
|
+
};
|
|
66
|
+
signature: {
|
|
67
|
+
'placement-hint': string;
|
|
68
|
+
'add-hint': string;
|
|
69
|
+
'add-button': string;
|
|
70
|
+
'apply-all-pages': string;
|
|
71
|
+
'manage-assets': string;
|
|
72
|
+
clear: string;
|
|
73
|
+
'picker-title': string;
|
|
74
|
+
tabs: {
|
|
75
|
+
draw: string;
|
|
76
|
+
upload: string;
|
|
77
|
+
saved: string;
|
|
78
|
+
};
|
|
79
|
+
save: {
|
|
80
|
+
kind: string;
|
|
81
|
+
name: string;
|
|
82
|
+
scope: string;
|
|
83
|
+
'scope-personal': string;
|
|
84
|
+
button: string;
|
|
85
|
+
title: string;
|
|
86
|
+
SIGNATURE: string;
|
|
87
|
+
INITIALS: string;
|
|
88
|
+
STAMP: string;
|
|
89
|
+
error: string;
|
|
90
|
+
};
|
|
91
|
+
saved: {
|
|
92
|
+
'scope-label': string;
|
|
93
|
+
scope: {
|
|
94
|
+
personal: string;
|
|
95
|
+
organization: string;
|
|
96
|
+
};
|
|
97
|
+
group: {
|
|
98
|
+
personal: string;
|
|
99
|
+
organization: string;
|
|
100
|
+
project: string;
|
|
101
|
+
};
|
|
102
|
+
kind: {
|
|
103
|
+
all: string;
|
|
104
|
+
SIGNATURE: string;
|
|
105
|
+
INITIALS: string;
|
|
106
|
+
STAMP: string;
|
|
107
|
+
TEXT_BLOCK: string;
|
|
108
|
+
};
|
|
109
|
+
empty: string;
|
|
110
|
+
};
|
|
111
|
+
upload: {
|
|
112
|
+
hint: string;
|
|
113
|
+
title: string;
|
|
114
|
+
browse: string;
|
|
115
|
+
replace: string;
|
|
116
|
+
reading: string;
|
|
117
|
+
cancel: string;
|
|
118
|
+
'max-size': string;
|
|
119
|
+
error: {
|
|
120
|
+
'invalid-type': string;
|
|
121
|
+
'too-large': string;
|
|
122
|
+
'read-failed': string;
|
|
123
|
+
};
|
|
124
|
+
};
|
|
125
|
+
draw: {
|
|
126
|
+
title: string;
|
|
127
|
+
helper: string;
|
|
128
|
+
'stroke-color': string;
|
|
129
|
+
'stroke-width': string;
|
|
130
|
+
};
|
|
131
|
+
use: string;
|
|
132
|
+
};
|
|
133
|
+
'fill-fields': {
|
|
134
|
+
empty: string;
|
|
135
|
+
detected: string;
|
|
136
|
+
};
|
|
137
|
+
page: {
|
|
138
|
+
inserted: string;
|
|
139
|
+
rotate: string;
|
|
140
|
+
delete: string;
|
|
141
|
+
'confirm-delete': {
|
|
142
|
+
title: string;
|
|
143
|
+
description: string;
|
|
144
|
+
confirm: string;
|
|
145
|
+
};
|
|
146
|
+
};
|
|
147
|
+
};
|
|
148
|
+
'quota-reached': {
|
|
149
|
+
title: string;
|
|
150
|
+
description: string;
|
|
151
|
+
hint: string;
|
|
152
|
+
upgrade: string;
|
|
153
|
+
close: string;
|
|
154
|
+
service: {
|
|
155
|
+
ABYSS_PLATFORM: string;
|
|
156
|
+
ABYSS_STORAGE: string;
|
|
157
|
+
ABYSS_MONITOR: string;
|
|
158
|
+
ABYSS_CLOUD: string;
|
|
159
|
+
ABYSS_CRYPT: string;
|
|
160
|
+
ABYSS_FORM: string;
|
|
161
|
+
ABYSS_TOOLS: string;
|
|
162
|
+
ABYSS_SPOTLIGHT: string;
|
|
163
|
+
ABYSS_TRAINING: string;
|
|
164
|
+
ABYSS_MEMORIES: string;
|
|
165
|
+
};
|
|
166
|
+
metric: {
|
|
167
|
+
PROJECTS_COUNT: string;
|
|
168
|
+
MEMBERS_COUNT: string;
|
|
169
|
+
TEAM_COUNT: string;
|
|
170
|
+
API_KEYS_COUNT: string;
|
|
171
|
+
STORAGE_GB: string;
|
|
172
|
+
FILES_COUNT: string;
|
|
173
|
+
PRESIGNED_URLS: string;
|
|
174
|
+
BANDWIDTH_GB: string;
|
|
175
|
+
LOG_EVENTS: string;
|
|
176
|
+
RETENTION_DAYS: string;
|
|
177
|
+
APPLICATIONS: string;
|
|
178
|
+
CLOUD_INSTANCE_COUNT: string;
|
|
179
|
+
CLOUD_STORAGE_GB: string;
|
|
180
|
+
CLOUD_FILES_COUNT: string;
|
|
181
|
+
CRYPT_MAX_FILE_SIZE_MB: string;
|
|
182
|
+
CRYPT_ENCRYPTIONS_MONTH: string;
|
|
183
|
+
FORMS_COUNT: string;
|
|
184
|
+
FORM_SUBMISSIONS_MONTH: string;
|
|
185
|
+
FORM_ALLOW_DOCUMENTS: string;
|
|
186
|
+
FORM_MAX_DOCUMENT_SIZE_MB: string;
|
|
187
|
+
FORM_MAX_SUBMISSIONS_PER_FORM_DAY: string;
|
|
188
|
+
FORM_DOCUMENTS_STORAGE_GB: string;
|
|
189
|
+
TOOLS_DRAW_COUNT: string;
|
|
190
|
+
TOOLS_BOARD_COUNT: string;
|
|
191
|
+
TOOLS_MEMO_COUNT: string;
|
|
192
|
+
TOOLS_ATLAS_COUNT: string;
|
|
193
|
+
TOOLS_RETROSPECTIVE_COUNT: string;
|
|
194
|
+
TOOLS_SHORT_LINK_COUNT: string;
|
|
195
|
+
TOOLS_SHORTLINK_RESOLUTIONS_MONTH: string;
|
|
196
|
+
MONITOR_WEBHOOK_INVOCATIONS_MONTH: string;
|
|
197
|
+
SPOTLIGHT_PAGES_COUNT: string;
|
|
198
|
+
SPOTLIGHT_PAGE_VIEWS_MONTH: string;
|
|
199
|
+
TRAINING_PROGRAMS_COUNT: string;
|
|
200
|
+
TRAINING_SESSIONS_MONTH: string;
|
|
201
|
+
TRAINING_TEMPLATES_COUNT: string;
|
|
202
|
+
TRAINING_CUSTOM_EXERCISES_COUNT: string;
|
|
203
|
+
MEMORIES_EVENTS_COUNT: string;
|
|
204
|
+
MEMORIES_MEDIA_STORAGE_GB: string;
|
|
205
|
+
};
|
|
206
|
+
};
|
|
207
|
+
'error-page': {
|
|
208
|
+
title: string;
|
|
209
|
+
description: string;
|
|
210
|
+
retry: string;
|
|
211
|
+
'go-home': string;
|
|
212
|
+
'show-details': string;
|
|
213
|
+
'hide-details': string;
|
|
214
|
+
'download-details': string;
|
|
215
|
+
'footer-hint': string;
|
|
216
|
+
report: {
|
|
217
|
+
'comment-placeholder': string;
|
|
218
|
+
send: string;
|
|
219
|
+
sending: string;
|
|
220
|
+
sent: string;
|
|
221
|
+
'error-retry': string;
|
|
222
|
+
};
|
|
223
|
+
};
|
|
224
|
+
cookies: {
|
|
225
|
+
banner: {
|
|
226
|
+
title: string;
|
|
227
|
+
description: string;
|
|
228
|
+
'privacy-link': string;
|
|
229
|
+
};
|
|
230
|
+
action: {
|
|
231
|
+
'accept-all': string;
|
|
232
|
+
'reject-all': string;
|
|
233
|
+
configure: string;
|
|
234
|
+
cancel: string;
|
|
235
|
+
save: string;
|
|
236
|
+
};
|
|
237
|
+
configure: {
|
|
238
|
+
title: string;
|
|
239
|
+
};
|
|
240
|
+
category: {
|
|
241
|
+
essentials: {
|
|
242
|
+
title: string;
|
|
243
|
+
description: string;
|
|
244
|
+
};
|
|
245
|
+
analytics: {
|
|
246
|
+
title: string;
|
|
247
|
+
description: string;
|
|
248
|
+
};
|
|
249
|
+
marketing: {
|
|
250
|
+
title: string;
|
|
251
|
+
description: string;
|
|
252
|
+
};
|
|
253
|
+
};
|
|
254
|
+
};
|
|
255
|
+
commons: {
|
|
256
|
+
menu: {
|
|
257
|
+
account: string;
|
|
258
|
+
settings: string;
|
|
259
|
+
billing: string;
|
|
260
|
+
logout: string;
|
|
261
|
+
};
|
|
262
|
+
scope: {
|
|
263
|
+
personal: string;
|
|
264
|
+
placeholder: string;
|
|
265
|
+
};
|
|
266
|
+
invitation: {
|
|
267
|
+
'invite-message-with-name': string;
|
|
268
|
+
'invite-message': string;
|
|
269
|
+
accept: string;
|
|
270
|
+
decline: string;
|
|
271
|
+
};
|
|
272
|
+
};
|
|
2
273
|
general: {
|
|
274
|
+
error: string;
|
|
275
|
+
retry: string;
|
|
3
276
|
'unknown-error': string;
|
|
4
277
|
'not-implemented-yet': string;
|
|
5
278
|
'session-expired': string;
|
|
@@ -35,6 +308,13 @@ declare const _default: {
|
|
|
35
308
|
'expand-sidebar': string;
|
|
36
309
|
'collapse-sidebar': string;
|
|
37
310
|
'unauthorized-access': string;
|
|
311
|
+
'show-archived': string;
|
|
312
|
+
'hide-archived': string;
|
|
313
|
+
add: string;
|
|
314
|
+
clear: string;
|
|
315
|
+
search: string;
|
|
316
|
+
'theme-light': string;
|
|
317
|
+
'theme-dark': string;
|
|
38
318
|
};
|
|
39
319
|
'file-importation': {
|
|
40
320
|
'cloud-usage-metrics': {
|
|
@@ -42,14 +322,6 @@ declare const _default: {
|
|
|
42
322
|
'count-files': string;
|
|
43
323
|
'pending-share': string;
|
|
44
324
|
};
|
|
45
|
-
'import-external': {
|
|
46
|
-
'import-button': string;
|
|
47
|
-
'open-modal-button': string;
|
|
48
|
-
modal: {
|
|
49
|
-
title: string;
|
|
50
|
-
placeholder: string;
|
|
51
|
-
};
|
|
52
|
-
};
|
|
53
325
|
'import-cloud': {
|
|
54
326
|
'open-modal-button': string;
|
|
55
327
|
modal: {
|
|
@@ -58,9 +330,20 @@ declare const _default: {
|
|
|
58
330
|
'service-not-enabled': string;
|
|
59
331
|
'service-not-enabled-description': string;
|
|
60
332
|
'enable-service-button': string;
|
|
333
|
+
'service-unreachable': string;
|
|
334
|
+
retry: string;
|
|
61
335
|
'no-cloud-available': string;
|
|
62
336
|
'too-big-filtered-file': string;
|
|
63
337
|
'import-button': string;
|
|
338
|
+
'space-label': string;
|
|
339
|
+
'space-placeholder': string;
|
|
340
|
+
'empty-cloud': string;
|
|
341
|
+
'section-personal': string;
|
|
342
|
+
'section-organization': string;
|
|
343
|
+
'section-shared': string;
|
|
344
|
+
'files-selected': string;
|
|
345
|
+
'open-in-cloud': string;
|
|
346
|
+
refresh: string;
|
|
64
347
|
'create-cloud': {
|
|
65
348
|
title: string;
|
|
66
349
|
fields: {
|
|
@@ -85,7 +368,6 @@ declare const _default: {
|
|
|
85
368
|
'import-file-button': string;
|
|
86
369
|
'import-url-button': string;
|
|
87
370
|
'import-cloud-button': string;
|
|
88
|
-
'import-collection-button': string;
|
|
89
371
|
'import-url-label': string;
|
|
90
372
|
'max-size': string;
|
|
91
373
|
'max-size-2': string;
|
|
@@ -118,6 +400,18 @@ declare const _default: {
|
|
|
118
400
|
'select-application': string;
|
|
119
401
|
'no-selected': string;
|
|
120
402
|
'no-selected-application': string;
|
|
403
|
+
selector: {
|
|
404
|
+
'organization-label': string;
|
|
405
|
+
'project-label': string;
|
|
406
|
+
'application-label': string;
|
|
407
|
+
'organization-placeholder': string;
|
|
408
|
+
'project-placeholder': string;
|
|
409
|
+
'application-placeholder': string;
|
|
410
|
+
'no-organization': string;
|
|
411
|
+
'no-project': string;
|
|
412
|
+
'no-application': string;
|
|
413
|
+
shared: string;
|
|
414
|
+
};
|
|
121
415
|
};
|
|
122
416
|
spotlight: {
|
|
123
417
|
category: {
|
|
@@ -288,14 +582,32 @@ declare const _default: {
|
|
|
288
582
|
'from-start-month': string;
|
|
289
583
|
'from-start-year': string;
|
|
290
584
|
};
|
|
585
|
+
'select-start-date': string;
|
|
586
|
+
'select-end-date': string;
|
|
587
|
+
custom: string;
|
|
588
|
+
presets: {
|
|
589
|
+
'7d': string;
|
|
590
|
+
'30d': string;
|
|
591
|
+
'90d': string;
|
|
592
|
+
month: string;
|
|
593
|
+
year: string;
|
|
594
|
+
};
|
|
291
595
|
};
|
|
292
596
|
};
|
|
293
597
|
};
|
|
598
|
+
date: {
|
|
599
|
+
preset: {
|
|
600
|
+
today: string;
|
|
601
|
+
'this-week': string;
|
|
602
|
+
'this-month': string;
|
|
603
|
+
};
|
|
604
|
+
};
|
|
294
605
|
modal: {
|
|
295
606
|
confirm: string;
|
|
296
607
|
save: string;
|
|
297
608
|
create: string;
|
|
298
609
|
cancel: string;
|
|
610
|
+
close: string;
|
|
299
611
|
'confirm-modal': {
|
|
300
612
|
title: string;
|
|
301
613
|
};
|
|
@@ -316,6 +628,7 @@ declare const _default: {
|
|
|
316
628
|
};
|
|
317
629
|
'no-notification': string;
|
|
318
630
|
'see-all-button': string;
|
|
631
|
+
preferences: string;
|
|
319
632
|
actions: {
|
|
320
633
|
open: string;
|
|
321
634
|
see: string;
|
|
@@ -325,6 +638,47 @@ declare const _default: {
|
|
|
325
638
|
disable: string;
|
|
326
639
|
'update-error': string;
|
|
327
640
|
};
|
|
641
|
+
'content-shared': {
|
|
642
|
+
title: string;
|
|
643
|
+
body: string;
|
|
644
|
+
};
|
|
645
|
+
'invitation-org-member': {
|
|
646
|
+
title: string;
|
|
647
|
+
body: string;
|
|
648
|
+
};
|
|
649
|
+
'invitation-project-access': {
|
|
650
|
+
title: string;
|
|
651
|
+
body: string;
|
|
652
|
+
};
|
|
653
|
+
'invitation-content-share': {
|
|
654
|
+
title: string;
|
|
655
|
+
body: string;
|
|
656
|
+
};
|
|
657
|
+
};
|
|
658
|
+
'content-share': {
|
|
659
|
+
label: {
|
|
660
|
+
draw: string;
|
|
661
|
+
board: string;
|
|
662
|
+
memo: string;
|
|
663
|
+
atlas: string;
|
|
664
|
+
retrospective: string;
|
|
665
|
+
'short-link': string;
|
|
666
|
+
space: string;
|
|
667
|
+
folder: string;
|
|
668
|
+
file: string;
|
|
669
|
+
'cloud-folder': string;
|
|
670
|
+
'cloud-gallery': string;
|
|
671
|
+
form: string;
|
|
672
|
+
'spotlight-project': string;
|
|
673
|
+
event: string;
|
|
674
|
+
report: string;
|
|
675
|
+
banking: string;
|
|
676
|
+
asset: string;
|
|
677
|
+
'wrapped-report': string;
|
|
678
|
+
'daily-digest': string;
|
|
679
|
+
'analytics-snapshot': string;
|
|
680
|
+
content: string;
|
|
681
|
+
};
|
|
328
682
|
};
|
|
329
683
|
'no-subscription': string;
|
|
330
684
|
'user-settings': {
|
|
@@ -348,11 +702,316 @@ declare const _default: {
|
|
|
348
702
|
'delete-account-button': string;
|
|
349
703
|
};
|
|
350
704
|
};
|
|
705
|
+
tags: {
|
|
706
|
+
'manage-title': string;
|
|
707
|
+
'new-tag': string;
|
|
708
|
+
'name-placeholder': string;
|
|
709
|
+
'your-tags': string;
|
|
710
|
+
'no-tags': string;
|
|
711
|
+
'create-success': string;
|
|
712
|
+
'update-success': string;
|
|
713
|
+
'delete-success': string;
|
|
714
|
+
'confirm-delete': {
|
|
715
|
+
title: string;
|
|
716
|
+
description: string;
|
|
717
|
+
};
|
|
718
|
+
filter: string;
|
|
719
|
+
'filter-by-tags': string;
|
|
720
|
+
manage: string;
|
|
721
|
+
usage: string;
|
|
722
|
+
'usage-count': string;
|
|
723
|
+
'no-usage': string;
|
|
724
|
+
'custom-color': string;
|
|
725
|
+
'select-tags': string;
|
|
726
|
+
};
|
|
727
|
+
billing: {
|
|
728
|
+
'current-plan': string;
|
|
729
|
+
tier: {
|
|
730
|
+
FREEMIUM: string;
|
|
731
|
+
DEFAULT: string;
|
|
732
|
+
CUSTOM: string;
|
|
733
|
+
SYSTEM: string;
|
|
734
|
+
};
|
|
735
|
+
'account-type': {
|
|
736
|
+
USER: string;
|
|
737
|
+
ORGANIZATION: string;
|
|
738
|
+
};
|
|
739
|
+
service: {
|
|
740
|
+
ABYSS_PLATFORM: string;
|
|
741
|
+
ABYSS_MONITOR: string;
|
|
742
|
+
ABYSS_STORAGE: string;
|
|
743
|
+
ABYSS_CLOUD: string;
|
|
744
|
+
ABYSS_CRYPT: string;
|
|
745
|
+
ABYSS_FORM: string;
|
|
746
|
+
};
|
|
747
|
+
metric: {
|
|
748
|
+
PROJECTS_COUNT: string;
|
|
749
|
+
MEMBERS_COUNT: string;
|
|
750
|
+
TEAM_COUNT: string;
|
|
751
|
+
API_KEYS_COUNT: string;
|
|
752
|
+
LOG_EVENTS: string;
|
|
753
|
+
APPLICATIONS: string;
|
|
754
|
+
RETENTION_DAYS: string;
|
|
755
|
+
STORAGE_GB: string;
|
|
756
|
+
FILES_COUNT: string;
|
|
757
|
+
PRESIGNED_URLS: string;
|
|
758
|
+
BANDWIDTH_GB: string;
|
|
759
|
+
CLOUD_INSTANCE_COUNT: string;
|
|
760
|
+
CLOUD_STORAGE_GB: string;
|
|
761
|
+
};
|
|
762
|
+
'account-status': {
|
|
763
|
+
ACTIVE: string;
|
|
764
|
+
CANCELLED: string;
|
|
765
|
+
};
|
|
766
|
+
'invoice-status': {
|
|
767
|
+
PAID: string;
|
|
768
|
+
OPEN: string;
|
|
769
|
+
DRAFT: string;
|
|
770
|
+
VOID: string;
|
|
771
|
+
UNCOLLECTIBLE: string;
|
|
772
|
+
};
|
|
773
|
+
'invoice-type': {
|
|
774
|
+
MONTHLY_BILLING: string;
|
|
775
|
+
EUR_TOPUP: string;
|
|
776
|
+
PLAN_UPGRADE: string;
|
|
777
|
+
};
|
|
778
|
+
'credit-transaction-type': {
|
|
779
|
+
OVERAGE_DEDUCTION: string;
|
|
780
|
+
ADMIN_ADJUSTMENT: string;
|
|
781
|
+
GIFT_CODE: string;
|
|
782
|
+
BONUS_SPONSOR: string;
|
|
783
|
+
BONUS_SPONSORED: string;
|
|
784
|
+
INVOICE_PAYMENT: string;
|
|
785
|
+
};
|
|
786
|
+
'eur-transaction-type': {
|
|
787
|
+
STRIPE_PURCHASE: string;
|
|
788
|
+
INVOICE_DEDUCTION: string;
|
|
789
|
+
ADMIN_ADJUSTMENT: string;
|
|
790
|
+
};
|
|
791
|
+
plan: {
|
|
792
|
+
freemium: {
|
|
793
|
+
name: string;
|
|
794
|
+
description: string;
|
|
795
|
+
};
|
|
796
|
+
starter: {
|
|
797
|
+
name: string;
|
|
798
|
+
description: string;
|
|
799
|
+
};
|
|
800
|
+
pro: {
|
|
801
|
+
name: string;
|
|
802
|
+
description: string;
|
|
803
|
+
};
|
|
804
|
+
internal: {
|
|
805
|
+
name: string;
|
|
806
|
+
description: string;
|
|
807
|
+
};
|
|
808
|
+
};
|
|
809
|
+
'plan-feature': {
|
|
810
|
+
PROJECTS_COUNT: string;
|
|
811
|
+
MEMBERS_COUNT: string;
|
|
812
|
+
STORAGE_GB: string;
|
|
813
|
+
LOG_EVENTS: string;
|
|
814
|
+
APPLICATIONS: string;
|
|
815
|
+
CLOUD_INSTANCE_COUNT: string;
|
|
816
|
+
RETENTION_DAYS: string;
|
|
817
|
+
};
|
|
818
|
+
};
|
|
351
819
|
'abyss-banking': {
|
|
352
820
|
transactions: {
|
|
353
821
|
'placeholder-category': string;
|
|
354
822
|
'open-button-tooltip': string;
|
|
355
823
|
};
|
|
356
824
|
};
|
|
825
|
+
support: {
|
|
826
|
+
status: {
|
|
827
|
+
OPEN: string;
|
|
828
|
+
IN_PROGRESS: string;
|
|
829
|
+
WAITING: string;
|
|
830
|
+
ESCALATED: string;
|
|
831
|
+
RESOLVED: string;
|
|
832
|
+
CLOSED: string;
|
|
833
|
+
ARCHIVED: string;
|
|
834
|
+
};
|
|
835
|
+
priority: {
|
|
836
|
+
NORMAL: string;
|
|
837
|
+
HIGH: string;
|
|
838
|
+
CRITICAL: string;
|
|
839
|
+
};
|
|
840
|
+
'category-group': {
|
|
841
|
+
TECHNICAL: string;
|
|
842
|
+
ACCOUNT: string;
|
|
843
|
+
BILLING: string;
|
|
844
|
+
DEVELOPER: string;
|
|
845
|
+
SUGGESTION: string;
|
|
846
|
+
OTHER: string;
|
|
847
|
+
};
|
|
848
|
+
category: {
|
|
849
|
+
BUG_UI: string;
|
|
850
|
+
BUG_PERFORMANCE: string;
|
|
851
|
+
BUG_DATA: string;
|
|
852
|
+
BUG_OTHER: string;
|
|
853
|
+
ACCOUNT_ACCESS: string;
|
|
854
|
+
ACCOUNT_DELETE: string;
|
|
855
|
+
ACCOUNT_SECURITY: string;
|
|
856
|
+
BILLING_PAYMENT: string;
|
|
857
|
+
BILLING_INVOICE: string;
|
|
858
|
+
BILLING_CUSTOM_PLAN: string;
|
|
859
|
+
BILLING_REFUND: string;
|
|
860
|
+
API_INTEGRATION: string;
|
|
861
|
+
API_DOCUMENTATION: string;
|
|
862
|
+
API_KEY: string;
|
|
863
|
+
FEATURE_REQUEST: string;
|
|
864
|
+
OTHER: string;
|
|
865
|
+
};
|
|
866
|
+
list: {
|
|
867
|
+
title: string;
|
|
868
|
+
empty: string;
|
|
869
|
+
'empty-desc': string;
|
|
870
|
+
'new-ticket': string;
|
|
871
|
+
'filter-search': string;
|
|
872
|
+
'filter-status': string;
|
|
873
|
+
'filter-category': string;
|
|
874
|
+
'clear-all': string;
|
|
875
|
+
};
|
|
876
|
+
create: {
|
|
877
|
+
title: string;
|
|
878
|
+
'field-title': string;
|
|
879
|
+
'field-title-placeholder': string;
|
|
880
|
+
'field-description': string;
|
|
881
|
+
'field-description-placeholder': string;
|
|
882
|
+
'field-category': string;
|
|
883
|
+
'field-priority': string;
|
|
884
|
+
'field-service': string;
|
|
885
|
+
'field-priority-reason': string;
|
|
886
|
+
'field-priority-reason-placeholder': string;
|
|
887
|
+
'priority-reason-required': string;
|
|
888
|
+
submit: string;
|
|
889
|
+
back: string;
|
|
890
|
+
cancel: string;
|
|
891
|
+
};
|
|
892
|
+
detail: {
|
|
893
|
+
description: string;
|
|
894
|
+
'no-messages': string;
|
|
895
|
+
'messages-title': string;
|
|
896
|
+
'messages-count': string;
|
|
897
|
+
'new-messages': string;
|
|
898
|
+
'send-placeholder': string;
|
|
899
|
+
send: string;
|
|
900
|
+
'admin-note': string;
|
|
901
|
+
'admin-note-placeholder': string;
|
|
902
|
+
'closed-banner': string;
|
|
903
|
+
'resolved-banner': string;
|
|
904
|
+
'admin-note-toggle': string;
|
|
905
|
+
'attachments-toggle': string;
|
|
906
|
+
edit: string;
|
|
907
|
+
delete: string;
|
|
908
|
+
'confirm-delete': string;
|
|
909
|
+
terminalMessage: string;
|
|
910
|
+
addTag: string;
|
|
911
|
+
tags: string;
|
|
912
|
+
};
|
|
913
|
+
sidebar: {
|
|
914
|
+
status: string;
|
|
915
|
+
category: string;
|
|
916
|
+
service: string;
|
|
917
|
+
priority: string;
|
|
918
|
+
'requested-priority': string;
|
|
919
|
+
'assigned-to': string;
|
|
920
|
+
'created-by': string;
|
|
921
|
+
'created-at': string;
|
|
922
|
+
'updated-at': string;
|
|
923
|
+
'resolved-at': string;
|
|
924
|
+
'closed-at': string;
|
|
925
|
+
requester: string;
|
|
926
|
+
unassigned: string;
|
|
927
|
+
resolve: string;
|
|
928
|
+
close: string;
|
|
929
|
+
reopen: string;
|
|
930
|
+
'resolve-reason': string;
|
|
931
|
+
'resolve-confirm-desc': string;
|
|
932
|
+
'close-reason': string;
|
|
933
|
+
'close-confirm-desc': string;
|
|
934
|
+
tags: string;
|
|
935
|
+
'no-tags': string;
|
|
936
|
+
organization: string;
|
|
937
|
+
project: string;
|
|
938
|
+
'assign-to-me': string;
|
|
939
|
+
'archived-at': string;
|
|
940
|
+
activity: string;
|
|
941
|
+
'activity-action': {
|
|
942
|
+
CREATED: string;
|
|
943
|
+
UPDATED: string;
|
|
944
|
+
ASSIGNED: string;
|
|
945
|
+
UNASSIGNED: string;
|
|
946
|
+
PRIORITY_CHANGED: string;
|
|
947
|
+
CATEGORY_CHANGED: string;
|
|
948
|
+
RESOLVED: string;
|
|
949
|
+
REOPENED: string;
|
|
950
|
+
CLOSED: string;
|
|
951
|
+
ESCALATED: string;
|
|
952
|
+
PUT_ON_HOLD: string;
|
|
953
|
+
RESUMED: string;
|
|
954
|
+
ARCHIVED: string;
|
|
955
|
+
TAG_ADDED: string;
|
|
956
|
+
TAG_REMOVED: string;
|
|
957
|
+
MESSAGE_SENT: string;
|
|
958
|
+
};
|
|
959
|
+
};
|
|
960
|
+
action: {
|
|
961
|
+
TAKE_OVER: string;
|
|
962
|
+
CLOSE: string;
|
|
963
|
+
RESOLVE: string;
|
|
964
|
+
REOPEN: string;
|
|
965
|
+
ESCALATE: string;
|
|
966
|
+
PUT_ON_HOLD: string;
|
|
967
|
+
RESUME: string;
|
|
968
|
+
ARCHIVE: string;
|
|
969
|
+
'CLOSE-confirm': string;
|
|
970
|
+
'ARCHIVE-confirm': string;
|
|
971
|
+
'reason-placeholder': string;
|
|
972
|
+
};
|
|
973
|
+
attachments: {
|
|
974
|
+
title: string;
|
|
975
|
+
upload: string;
|
|
976
|
+
'max-reached': string;
|
|
977
|
+
delete: string;
|
|
978
|
+
'delete-confirm': string;
|
|
979
|
+
uploading: string;
|
|
980
|
+
'upload-hint': string;
|
|
981
|
+
};
|
|
982
|
+
stepper: {
|
|
983
|
+
categoryGroup: {
|
|
984
|
+
bug: string;
|
|
985
|
+
technical: string;
|
|
986
|
+
feature: string;
|
|
987
|
+
account: string;
|
|
988
|
+
other: string;
|
|
989
|
+
};
|
|
990
|
+
selectSubCategory: string;
|
|
991
|
+
step: {
|
|
992
|
+
forWho: string;
|
|
993
|
+
category: string;
|
|
994
|
+
details: string;
|
|
995
|
+
priority: string;
|
|
996
|
+
};
|
|
997
|
+
next: string;
|
|
998
|
+
dragAndDrop: string;
|
|
999
|
+
};
|
|
1000
|
+
service: {
|
|
1001
|
+
ABYSS: string;
|
|
1002
|
+
ABYSS_CLOUD: string;
|
|
1003
|
+
ABYSS_CRYPT: string;
|
|
1004
|
+
ABYSS_STORAGE: string;
|
|
1005
|
+
ABYSS_MONITOR: string;
|
|
1006
|
+
ABYSS_MEMORIES: string;
|
|
1007
|
+
ABYSS_BANKING: string;
|
|
1008
|
+
ABYSS_SPOTLIGHT: string;
|
|
1009
|
+
ABYSS_FORM: string;
|
|
1010
|
+
ABYSS_TRAINING: string;
|
|
1011
|
+
ABYSS_CONSOLE: string;
|
|
1012
|
+
ABYSS_GAME_ODYSSEY: string;
|
|
1013
|
+
ABYSS_TOOLS: string;
|
|
1014
|
+
};
|
|
1015
|
+
};
|
|
357
1016
|
};
|
|
358
1017
|
export default _default;
|