@adyen/adyen-platform-experience-web 1.3.1 → 1.4.1
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/dist/adyen-platform-experience-web.css +1 -1
- package/dist/{angle-right-reGJ7jfy.cjs → angle-right-DpuNqT0j.cjs} +2 -2
- package/dist/{angle-right-reGJ7jfy.cjs.map → angle-right-DpuNqT0j.cjs.map} +1 -1
- package/dist/{checkmark-DLQ0eQ9B.cjs → checkmark-CC7Mmd_x.cjs} +2 -2
- package/dist/{checkmark-DLQ0eQ9B.cjs.map → checkmark-CC7Mmd_x.cjs.map} +1 -1
- package/dist/{checkmark-circle-fill-daKF6pt4.cjs → checkmark-circle-fill-1IL4ERtO.cjs} +2 -2
- package/dist/{checkmark-circle-fill-daKF6pt4.cjs.map → checkmark-circle-fill-1IL4ERtO.cjs.map} +1 -1
- package/dist/{checkmark-square-fill-B6wYCtwy.cjs → checkmark-square-fill-Bu2jdGU3.cjs} +2 -2
- package/dist/{checkmark-square-fill-B6wYCtwy.cjs.map → checkmark-square-fill-Bu2jdGU3.cjs.map} +1 -1
- package/dist/{chevron-down-DN0sbcES.cjs → chevron-down-BVCFqkLo.cjs} +2 -2
- package/dist/{chevron-down-DN0sbcES.cjs.map → chevron-down-BVCFqkLo.cjs.map} +1 -1
- package/dist/{chevron-left-DQy9RoLd.cjs → chevron-left-DfGEXTbq.cjs} +2 -2
- package/dist/{chevron-left-DQy9RoLd.cjs.map → chevron-left-DfGEXTbq.cjs.map} +1 -1
- package/dist/{chevron-right-C1v8rslw.cjs → chevron-right-DzkYlomK.cjs} +2 -2
- package/dist/{chevron-right-C1v8rslw.cjs.map → chevron-right-DzkYlomK.cjs.map} +1 -1
- package/dist/{chevron-up-DLQHTfYo.cjs → chevron-up-CpmBSOon.cjs} +2 -2
- package/dist/{chevron-up-DLQHTfYo.cjs.map → chevron-up-CpmBSOon.cjs.map} +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/{copy-BAyT_BYn.cjs → copy-DuV1z0-c.cjs} +2 -2
- package/dist/{copy-BAyT_BYn.cjs.map → copy-DuV1z0-c.cjs.map} +1 -1
- package/dist/{cross-8jn1CRBO.cjs → cross-C5L4gQrS.cjs} +2 -2
- package/dist/{cross-8jn1CRBO.cjs.map → cross-C5L4gQrS.cjs.map} +1 -1
- package/dist/{cross-circle-fill-DUcHCmLb.cjs → cross-circle-fill-D6Ir0xDO.cjs} +2 -2
- package/dist/{cross-circle-fill-DUcHCmLb.cjs.map → cross-circle-fill-D6Ir0xDO.cjs.map} +1 -1
- package/dist/da-DK-DHGqGo8Q.cjs +2 -0
- package/dist/da-DK-DHGqGo8Q.cjs.map +1 -0
- package/dist/de-DE-k_BRPv7a.cjs +2 -0
- package/dist/de-DE-k_BRPv7a.cjs.map +1 -0
- package/dist/{download-BwO4dcZi.cjs → download-IwqY_7gX.cjs} +2 -2
- package/dist/{download-BwO4dcZi.cjs.map → download-IwqY_7gX.cjs.map} +1 -1
- package/dist/es/components/external/CapitalOffer/components/CapitalOfferSummary/CapitalOfferSummary.js +5 -5
- package/dist/es/components/external/CapitalOverview/components/AccountDetails/AccountDetail.js +22 -0
- package/dist/es/components/external/CapitalOverview/components/AccountDetails/AccountDetails.js +34 -0
- package/dist/es/components/external/CapitalOverview/components/AccountDetails/utils.js +46 -0
- package/dist/es/components/external/CapitalOverview/components/CapitalOverview/CapitalOverview.js +58 -58
- package/dist/es/components/external/CapitalOverview/components/GrantAdjustmentDetails/GrantAdjustmentDetails.js +34 -0
- package/dist/es/components/external/CapitalOverview/components/GrantAdjustmentDetails/constants.js +7 -0
- package/dist/es/components/external/CapitalOverview/components/GrantItem/GrantItem.js +71 -51
- package/dist/es/components/external/CapitalOverview/components/GrantItem/constants.js +4 -2
- package/dist/es/components/external/CapitalOverview/components/GrantItem/utils.js +17 -10
- package/dist/es/components/external/CapitalOverview/components/GrantList/GrantList.js +24 -23
- package/dist/es/components/external/CapitalOverview/components/GrantList/GrantsDisplay.js +36 -23
- package/dist/es/components/external/CapitalOverview/components/GrantRepaymentDetails/GrantRepaymentDetails.js +54 -0
- package/dist/es/components/external/PayoutDetails/components/PayoutData.js +142 -92
- package/dist/es/components/external/PayoutDetails/components/constants.js +14 -9
- package/dist/es/components/external/PayoutsOverview/components/PayoutsOverview/PayoutsOverview.js +108 -90
- package/dist/es/components/external/PayoutsOverview/components/PayoutsTable/PayoutsTable.js +33 -31
- package/dist/es/components/external/ReportsOverview/components/ReportsOverview/ReportsOverview.js +81 -64
- package/dist/es/components/external/ReportsOverview/components/ReportsTable/ReportsTable.js +69 -75
- package/dist/es/components/external/TransactionDetails/components/TransactionData/TransactionData.js +5 -5
- package/dist/es/components/external/TransactionDetails/components/TransactionData/TransactionDataContent.js +138 -129
- package/dist/es/components/external/TransactionDetails/components/details/TransactionDataProperties.js +72 -42
- package/dist/es/components/external/TransactionDetails/context/details/context.js +46 -38
- package/dist/es/components/external/TransactionsOverview/components/MultiSelectionFilter/MultiSelectionFilter.js +8 -8
- package/dist/es/components/external/TransactionsOverview/components/SummaryItem/SummaryItem.js +19 -19
- package/dist/es/components/external/TransactionsOverview/components/TransactionTotals/TransactionTotals.js +23 -23
- package/dist/es/components/external/TransactionsOverview/components/TransactionsOverview/TransactionsOverview.js +144 -141
- package/dist/es/components/external/TransactionsOverview/components/TransactionsTable/PaymentMethodCell.js +13 -13
- package/dist/es/components/external/TransactionsOverview/components/TransactionsTable/TransactionsTable.js +37 -38
- package/dist/es/components/external/UIElement/UIElement.js +29 -26
- package/dist/es/components/internal/AnchorButton/AnchorButton.js +11 -11
- package/dist/es/components/internal/Button/Button.js +16 -16
- package/dist/es/components/internal/Button/ButtonActions/ButtonActions.js +15 -13
- package/dist/es/components/internal/Button/DownloadButton/DownloadButton.js +27 -27
- package/dist/es/components/internal/Button/constants.js +12 -11
- package/dist/es/components/internal/CopyText/CopyText.js +17 -21
- package/dist/es/components/internal/DataGrid/DataGridCell.js +16 -17
- package/dist/es/components/internal/DataGrid/components/TableCells.js +40 -19
- package/dist/es/components/internal/DataGrid/components/TableHeaderCell.js +12 -13
- package/dist/es/components/internal/DataOverviewDetails/DataOverviewDetails.js +62 -47
- package/dist/es/components/internal/DataOverviewDisplay/DataDetailsModal.js +14 -13
- package/dist/es/components/internal/ErrorMessageDisplay/ErrorMessageDisplay.js +1 -1
- package/dist/es/components/internal/FilterBar/FilterBar.js +20 -20
- package/dist/es/components/internal/FilterBar/filters/BaseFilter/BaseFilter.js +50 -50
- package/dist/es/components/internal/FormFields/Select/BalanceAccountSelector/BalanceAccountSelector.js +23 -21
- package/dist/es/components/internal/FormFields/Select/components/SelectButton.js +42 -42
- package/dist/es/components/internal/FormFields/Select/components/SelectList.js +15 -15
- package/dist/es/components/internal/Icon/Icon.js +1 -0
- package/dist/es/components/internal/Link/Link.js +40 -0
- package/dist/es/components/internal/Modal/Modal.js +18 -18
- package/dist/es/components/internal/Modal/ModalContent/ModalContent.js +13 -13
- package/dist/es/components/internal/StructuredList/StructuredList.js +24 -23
- package/dist/es/components/internal/StructuredList/constants.js +6 -5
- package/dist/es/components/internal/StructuredList/useStructuredListItem.js +9 -7
- package/dist/es/components/internal/Tooltip/Tooltip.js +32 -28
- package/dist/es/components/utils/customData/hasCustomField.js +22 -0
- package/dist/es/components/utils/customData/mergeRecords.js +13 -0
- package/dist/es/core/Context/CoreContext.js +4 -3
- package/dist/es/core/Context/CoreProvider.js +15 -14
- package/dist/es/core/Http/utils.js +1 -1
- package/dist/es/core/Localization/datetime/restamper/constants.js +1 -1
- package/dist/es/core/Localization/datetime/restamper/utils.js +12 -12
- package/dist/es/core/core.js +1 -1
- package/dist/es/external/preact/compat/dist/compat.module.js +18 -17
- package/dist/es/external/preact/dist/preact.module.js +10 -6
- package/dist/es/hooks/useContainerQuery.js +37 -0
- package/dist/es/hooks/useCustomColumnsData.js +24 -21
- package/dist/es/hooks/useResponsiveContainer.js +24 -0
- package/dist/es/hooks/useTableColumns.js +43 -23
- package/dist/es/images/icons/external-link.svg.js +6 -0
- package/dist/es/translations/da-DK.json.js +51 -41
- package/dist/es/translations/de-DE.json.js +63 -53
- package/dist/es/translations/en-US.json.js +39 -29
- package/dist/es/translations/es-ES.json.js +79 -69
- package/dist/es/translations/fi-FI.json.js +59 -49
- package/dist/es/translations/fr-FR.json.js +77 -67
- package/dist/es/translations/it-IT.json.js +55 -45
- package/dist/es/translations/nl-NL.json.js +35 -25
- package/dist/es/translations/no-NO.json.js +43 -33
- package/dist/es/translations/pt-BR.json.js +100 -90
- package/dist/es/translations/sv-SE.json.js +47 -37
- package/dist/es-ES-Cy-9bm8z.cjs +2 -0
- package/dist/es-ES-Cy-9bm8z.cjs.map +1 -0
- package/dist/external-link-r39cGU4L.cjs +2 -0
- package/dist/external-link-r39cGU4L.cjs.map +1 -0
- package/dist/fi-FI-C7ICLuS8.cjs +2 -0
- package/dist/fi-FI-C7ICLuS8.cjs.map +1 -0
- package/dist/{filter-DGCUlKbX.cjs → filter-BGBP3TAU.cjs} +2 -2
- package/dist/{filter-DGCUlKbX.cjs.map → filter-BGBP3TAU.cjs.map} +1 -1
- package/dist/fr-FR-DH8euUOp.cjs +2 -0
- package/dist/fr-FR-DH8euUOp.cjs.map +1 -0
- package/dist/index-BeWwE_B0.cjs +12 -0
- package/dist/index-BeWwE_B0.cjs.map +1 -0
- package/dist/{info-filled-y_-s_7-J.cjs → info-filled-C_zUEZ2b.cjs} +2 -2
- package/dist/{info-filled-y_-s_7-J.cjs.map → info-filled-C_zUEZ2b.cjs.map} +1 -1
- package/dist/it-IT-DsfPVAun.cjs +2 -0
- package/dist/it-IT-DsfPVAun.cjs.map +1 -0
- package/dist/{minus-circle-outline-BombUmpi.cjs → minus-circle-outline-1CJ3DOVB.cjs} +2 -2
- package/dist/{minus-circle-outline-BombUmpi.cjs.map → minus-circle-outline-1CJ3DOVB.cjs.map} +1 -1
- package/dist/nl-NL-DP_t6EpF.cjs +2 -0
- package/dist/nl-NL-DP_t6EpF.cjs.map +1 -0
- package/dist/no-NO-ARsXLWv0.cjs +2 -0
- package/dist/no-NO-ARsXLWv0.cjs.map +1 -0
- package/dist/{plus-circle-outline-2EQEIXAM.cjs → plus-circle-outline-CPQ_oOtQ.cjs} +2 -2
- package/dist/{plus-circle-outline-2EQEIXAM.cjs.map → plus-circle-outline-CPQ_oOtQ.cjs.map} +1 -1
- package/dist/pt-BR-CuTqntp7.cjs +2 -0
- package/dist/pt-BR-CuTqntp7.cjs.map +1 -0
- package/dist/{square-Ds2_OrAo.cjs → square-BmHyYgat.cjs} +2 -2
- package/dist/{square-Ds2_OrAo.cjs.map → square-BmHyYgat.cjs.map} +1 -1
- package/dist/sv-SE-DDAIHLKD.cjs +2 -0
- package/dist/sv-SE-DDAIHLKD.cjs.map +1 -0
- package/dist/types/components/external/CapitalOverview/components/AccountDetails/AccountDetail.d.ts +14 -0
- package/dist/types/components/external/CapitalOverview/components/AccountDetails/AccountDetail.d.ts.map +1 -0
- package/dist/types/components/external/CapitalOverview/components/AccountDetails/AccountDetails.d.ts +5 -0
- package/dist/types/components/external/CapitalOverview/components/AccountDetails/AccountDetails.d.ts.map +1 -0
- package/dist/types/components/external/CapitalOverview/components/AccountDetails/types.d.ts +10 -0
- package/dist/types/components/external/CapitalOverview/components/AccountDetails/types.d.ts.map +1 -0
- package/dist/types/components/external/CapitalOverview/components/AccountDetails/utils.d.ts +5 -0
- package/dist/types/components/external/CapitalOverview/components/AccountDetails/utils.d.ts.map +1 -0
- package/dist/types/components/external/CapitalOverview/components/GrantAdjustmentDetails/GrantAdjustmentDetails.d.ts +10 -0
- package/dist/types/components/external/CapitalOverview/components/GrantAdjustmentDetails/GrantAdjustmentDetails.d.ts.map +1 -0
- package/dist/types/components/external/CapitalOverview/components/GrantAdjustmentDetails/constants.d.ts +5 -0
- package/dist/types/components/external/CapitalOverview/components/GrantAdjustmentDetails/constants.d.ts.map +1 -0
- package/dist/types/components/external/CapitalOverview/components/GrantAdjustmentDetails/types.d.ts +10 -0
- package/dist/types/components/external/CapitalOverview/components/GrantAdjustmentDetails/types.d.ts.map +1 -0
- package/dist/types/components/external/CapitalOverview/components/GrantItem/GrantItem.d.ts.map +1 -1
- package/dist/types/components/external/CapitalOverview/components/GrantItem/constants.d.ts +2 -0
- package/dist/types/components/external/CapitalOverview/components/GrantItem/constants.d.ts.map +1 -1
- package/dist/types/components/external/CapitalOverview/components/GrantItem/types.d.ts +21 -0
- package/dist/types/components/external/CapitalOverview/components/GrantItem/types.d.ts.map +1 -1
- package/dist/types/components/external/CapitalOverview/components/GrantItem/utils.d.ts +2 -19
- package/dist/types/components/external/CapitalOverview/components/GrantItem/utils.d.ts.map +1 -1
- package/dist/types/components/external/CapitalOverview/components/GrantList/GrantList.d.ts.map +1 -1
- package/dist/types/components/external/CapitalOverview/components/GrantList/GrantsDisplay.d.ts.map +1 -1
- package/dist/types/components/external/CapitalOverview/components/GrantList/types.d.ts +2 -1
- package/dist/types/components/external/CapitalOverview/components/GrantList/types.d.ts.map +1 -1
- package/dist/types/components/external/CapitalOverview/components/GrantRepaymentDetails/GrantRepaymentDetails.d.ts +5 -0
- package/dist/types/components/external/CapitalOverview/components/GrantRepaymentDetails/GrantRepaymentDetails.d.ts.map +1 -0
- package/dist/types/components/external/PayoutDetails/PayoutDetails.d.ts +3 -3
- package/dist/types/components/external/PayoutDetails/PayoutDetails.d.ts.map +1 -1
- package/dist/types/components/external/PayoutDetails/components/PayoutData.d.ts +6 -1
- package/dist/types/components/external/PayoutDetails/components/PayoutData.d.ts.map +1 -1
- package/dist/types/components/external/PayoutDetails/components/constants.d.ts +5 -0
- package/dist/types/components/external/PayoutDetails/components/constants.d.ts.map +1 -1
- package/dist/types/components/external/PayoutDetails/types.d.ts +8 -0
- package/dist/types/components/external/PayoutDetails/types.d.ts.map +1 -0
- package/dist/types/components/external/PayoutsOverview/components/PayoutsOverview/PayoutsOverview.d.ts +1 -1
- package/dist/types/components/external/PayoutsOverview/components/PayoutsOverview/PayoutsOverview.d.ts.map +1 -1
- package/dist/types/components/external/PayoutsOverview/components/PayoutsTable/PayoutsTable.d.ts +5 -0
- package/dist/types/components/external/PayoutsOverview/components/PayoutsTable/PayoutsTable.d.ts.map +1 -1
- package/dist/types/components/external/ReportsOverview/components/ReportsOverview/ReportsOverview.d.ts +1 -1
- package/dist/types/components/external/ReportsOverview/components/ReportsOverview/ReportsOverview.d.ts.map +1 -1
- package/dist/types/components/external/ReportsOverview/components/ReportsTable/ReportsTable.d.ts +5 -0
- package/dist/types/components/external/ReportsOverview/components/ReportsTable/ReportsTable.d.ts.map +1 -1
- package/dist/types/components/external/TransactionDetails/TransactionDetails.d.ts +3 -3
- package/dist/types/components/external/TransactionDetails/TransactionDetails.d.ts.map +1 -1
- package/dist/types/components/external/TransactionDetails/components/TransactionData/TransactionData.d.ts +1 -1
- package/dist/types/components/external/TransactionDetails/components/TransactionData/TransactionData.d.ts.map +1 -1
- package/dist/types/components/external/TransactionDetails/components/TransactionData/TransactionDataContent.d.ts +2 -1
- package/dist/types/components/external/TransactionDetails/components/TransactionData/TransactionDataContent.d.ts.map +1 -1
- package/dist/types/components/external/TransactionDetails/components/constants.d.ts +1 -1
- package/dist/types/components/external/TransactionDetails/components/constants.d.ts.map +1 -1
- package/dist/types/components/external/TransactionDetails/components/details/TransactionDataProperties.d.ts.map +1 -1
- package/dist/types/components/external/TransactionDetails/context/details/context.d.ts +1 -1
- package/dist/types/components/external/TransactionDetails/context/details/context.d.ts.map +1 -1
- package/dist/types/components/external/TransactionDetails/context/details/types.d.ts +3 -1
- package/dist/types/components/external/TransactionDetails/context/details/types.d.ts.map +1 -1
- package/dist/types/components/external/TransactionDetails/context/refund/hooks/useRefundAction.d.ts.map +1 -1
- package/dist/types/components/external/TransactionDetails/types.d.ts +15 -3
- package/dist/types/components/external/TransactionDetails/types.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionsOverview/TransactionsOverview.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionsOverview/TransactionsOverview.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionsTable/TransactionsTable.d.ts.map +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionsTable/types.d.ts +1 -1
- package/dist/types/components/external/TransactionsOverview/components/TransactionsTable/types.d.ts.map +1 -1
- package/dist/types/components/external/UIElement/UIElement.d.ts +2 -0
- package/dist/types/components/external/UIElement/UIElement.d.ts.map +1 -1
- package/dist/types/components/internal/Button/Button.d.ts.map +1 -1
- package/dist/types/components/internal/Button/ButtonActions/ButtonActions.d.ts.map +1 -1
- package/dist/types/components/internal/Button/ButtonActions/types.d.ts +1 -0
- package/dist/types/components/internal/Button/ButtonActions/types.d.ts.map +1 -1
- package/dist/types/components/internal/Button/DownloadButton/useDownload.d.ts +16 -0
- package/dist/types/components/internal/Button/DownloadButton/useDownload.d.ts.map +1 -1
- package/dist/types/components/internal/Button/constants.d.ts +1 -0
- package/dist/types/components/internal/Button/constants.d.ts.map +1 -1
- package/dist/types/components/internal/CopyText/CopyText.d.ts +8 -6
- package/dist/types/components/internal/CopyText/CopyText.d.ts.map +1 -1
- package/dist/types/components/internal/DataGrid/components/TableCells.d.ts +3 -2
- package/dist/types/components/internal/DataGrid/components/TableCells.d.ts.map +1 -1
- package/dist/types/components/internal/DataGrid/components/TableHeaderCell.d.ts.map +1 -1
- package/dist/types/components/internal/DataGrid/types.d.ts +1 -4
- package/dist/types/components/internal/DataGrid/types.d.ts.map +1 -1
- package/dist/types/components/internal/DataOverviewDetails/DataOverviewDetails.d.ts.map +1 -1
- package/dist/types/components/internal/DataOverviewDetails/types.d.ts +8 -3
- package/dist/types/components/internal/DataOverviewDetails/types.d.ts.map +1 -1
- package/dist/types/components/internal/DataOverviewDisplay/DataDetailsModal.d.ts +2 -0
- package/dist/types/components/internal/DataOverviewDisplay/DataDetailsModal.d.ts.map +1 -1
- package/dist/types/components/internal/DataOverviewDisplay/DataOverviewHeader/index.d.ts +3 -0
- package/dist/types/components/internal/DataOverviewDisplay/DataOverviewHeader/index.d.ts.map +1 -0
- package/dist/types/components/internal/FilterBar/FilterBar.d.ts +2 -2
- package/dist/types/components/internal/FilterBar/FilterBar.d.ts.map +1 -1
- package/dist/types/components/internal/FilterBar/types.d.ts +1 -1
- package/dist/types/components/internal/FilterBar/types.d.ts.map +1 -1
- package/dist/types/components/internal/FormFields/Select/BalanceAccountSelector/BalanceAccountSelector.d.ts.map +1 -1
- package/dist/types/components/internal/FormFields/Select/components/SelectButton.d.ts.map +1 -1
- package/dist/types/components/internal/Icon/Icon.d.ts +1 -0
- package/dist/types/components/internal/Icon/Icon.d.ts.map +1 -1
- package/dist/types/components/internal/Link/Link.d.ts +6 -0
- package/dist/types/components/internal/Link/Link.d.ts.map +1 -0
- package/dist/types/components/internal/Link/types.d.ts +15 -0
- package/dist/types/components/internal/Link/types.d.ts.map +1 -0
- package/dist/types/components/internal/Modal/ModalContent/ModalContent.d.ts +1 -1
- package/dist/types/components/internal/Modal/ModalContent/ModalContent.d.ts.map +1 -1
- package/dist/types/components/internal/StructuredList/StructuredList.d.ts +1 -1
- package/dist/types/components/internal/StructuredList/StructuredList.d.ts.map +1 -1
- package/dist/types/components/internal/StructuredList/constants.d.ts +1 -0
- package/dist/types/components/internal/StructuredList/constants.d.ts.map +1 -1
- package/dist/types/components/internal/StructuredList/types.d.ts +6 -1
- package/dist/types/components/internal/StructuredList/types.d.ts.map +1 -1
- package/dist/types/components/internal/StructuredList/useStructuredListItem.d.ts +3 -1
- package/dist/types/components/internal/StructuredList/useStructuredListItem.d.ts.map +1 -1
- package/dist/types/components/internal/Tooltip/Tooltip.d.ts.map +1 -1
- package/dist/types/components/types.d.ts +63 -13
- package/dist/types/components/types.d.ts.map +1 -1
- package/dist/types/components/utils/customData/hasCustomField.d.ts +5 -0
- package/dist/types/components/utils/customData/hasCustomField.d.ts.map +1 -0
- package/dist/types/components/utils/customData/mergeRecords.d.ts +5 -0
- package/dist/types/components/utils/customData/mergeRecords.d.ts.map +1 -0
- package/dist/types/core/ConfigContext/context.d.ts +64 -32
- package/dist/types/core/ConfigContext/context.d.ts.map +1 -1
- package/dist/types/core/ConfigContext/session/AuthSession.d.ts +128 -64
- package/dist/types/core/ConfigContext/session/AuthSession.d.ts.map +1 -1
- package/dist/types/core/ConfigContext/session/SetupContext.d.ts +64 -32
- package/dist/types/core/ConfigContext/session/SetupContext.d.ts.map +1 -1
- package/dist/types/core/Context/CoreContext.d.ts.map +1 -1
- package/dist/types/core/Context/CoreProvider.d.ts +1 -1
- package/dist/types/core/Context/CoreProvider.d.ts.map +1 -1
- package/dist/types/core/Context/types.d.ts +2 -0
- package/dist/types/core/Context/types.d.ts.map +1 -1
- package/dist/types/core/Localization/datetime/restamper/constants.d.ts.map +1 -1
- package/dist/types/hooks/useContainerQuery.d.ts +6 -0
- package/dist/types/hooks/useContainerQuery.d.ts.map +1 -0
- package/dist/types/hooks/useCustomColumnsData.d.ts +3 -2
- package/dist/types/hooks/useCustomColumnsData.d.ts.map +1 -1
- package/dist/types/hooks/useResponsiveContainer.d.ts +42 -0
- package/dist/types/hooks/useResponsiveContainer.d.ts.map +1 -0
- package/dist/types/hooks/useTableColumns.d.ts +4 -4
- package/dist/types/hooks/useTableColumns.d.ts.map +1 -1
- package/dist/types/translations/index.d.ts +10 -0
- package/dist/types/translations/index.d.ts.map +1 -1
- package/dist/types/types/api/resources/CapitalResource.d.ts +10 -0
- package/dist/types/types/api/resources/CapitalResource.d.ts.map +1 -1
- package/dist/{warning-CqutbHgk.cjs → warning-eizPFTg-.cjs} +2 -2
- package/dist/{warning-CqutbHgk.cjs.map → warning-eizPFTg-.cjs.map} +1 -1
- package/dist/{warning-filled-DL73IbMz.cjs → warning-filled-CiVuOE_O.cjs} +2 -2
- package/dist/{warning-filled-DL73IbMz.cjs.map → warning-filled-CiVuOE_O.cjs.map} +1 -1
- package/package.json +1 -1
- package/dist/da-DK-UDr4zLEm.cjs +0 -2
- package/dist/da-DK-UDr4zLEm.cjs.map +0 -1
- package/dist/de-DE-CRXo3Lip.cjs +0 -2
- package/dist/de-DE-CRXo3Lip.cjs.map +0 -1
- package/dist/es/components/internal/DataGrid/types.js +0 -4
- package/dist/es/hooks/useMediaQuery.js +0 -14
- package/dist/es/hooks/useResponsiveViewport.js +0 -24
- package/dist/es-ES-DKE_miHr.cjs +0 -2
- package/dist/es-ES-DKE_miHr.cjs.map +0 -1
- package/dist/fi-FI-MQMNSR--.cjs +0 -2
- package/dist/fi-FI-MQMNSR--.cjs.map +0 -1
- package/dist/fr-FR-Bq797--M.cjs +0 -2
- package/dist/fr-FR-Bq797--M.cjs.map +0 -1
- package/dist/index-BU9H-9Gn.cjs +0 -12
- package/dist/index-BU9H-9Gn.cjs.map +0 -1
- package/dist/it-IT-P4aG92g4.cjs +0 -2
- package/dist/it-IT-P4aG92g4.cjs.map +0 -1
- package/dist/nl-NL-CkNmbOjk.cjs +0 -2
- package/dist/nl-NL-CkNmbOjk.cjs.map +0 -1
- package/dist/no-NO-Cb48UzO1.cjs +0 -2
- package/dist/no-NO-Cb48UzO1.cjs.map +0 -1
- package/dist/pt-BR-7QdWAx4z.cjs +0 -2
- package/dist/pt-BR-7QdWAx4z.cjs.map +0 -1
- package/dist/sv-SE-DDU8uUdf.cjs +0 -2
- package/dist/sv-SE-DDU8uUdf.cjs.map +0 -1
- package/dist/types/hooks/useMediaQuery.d.ts +0 -3
- package/dist/types/hooks/useMediaQuery.d.ts.map +0 -1
- package/dist/types/hooks/useResponsiveViewport.d.ts +0 -28
- package/dist/types/hooks/useResponsiveViewport.d.ts.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const t = "Tili", a = "Tilin saldo", e = "Tilin kuvaus", n = "Tilin tunnus", i = "Lisäykset", s = "Korjaukset", o = "Summa", u = "ja", l = "Käytä", r = "Takaisin", c = "Saldotili", k = "Saldotilin tunnus", p = "Varattu", y = "Kirjattu", m = "Luokka", d = "Maksunpalautukset", h = "Sulje", v = "Ota yhteyttä asiakaspalveluun", f = "Pyydä apua ottamalla yhteyttä tukeen.",
|
|
1
|
+
const t = "Tili", a = "Tilin saldo", e = "Tilin kuvaus", n = "Tilin tunnus", i = "Lisäykset", s = "Korjaukset", o = "Summa", u = "ja", l = "Käytä", r = "Takaisin", c = "Saldotili", k = "Saldotilin tunnus", p = "Varattu", y = "Kirjattu", m = "Luokka", d = "Maksunpalautukset", h = "Sulje", v = "Ota yhteyttä asiakaspalveluun", f = "Pyydä apua ottamalla yhteyttä tukeen.", j = "Pyydä apua ottamalla yhteyttä tukeen. Kerro tuelle seuraava virhekoodi: %{requestId}.", T = "Kopioitu", g = "Kopioi", P = "Korjaukset", A = "Valuutta", R = "Päivämäärä", S = "Päivämääräalue", O = "Kuvaus", M = "Hylkää", F = "Lataa", C = "Ladataan", N = "Sähköposti", L = "Entiteettiä ei löytynyt", b = "Maksutapahtumaa ei löydy määritetylle tilinhaltijalle", x = "Palkkiot", w = "Tiedosto", D = "Suodatinpalkki", I = "Alku", V = "Täynnä", W = "Kirjatut varat", E = "Palaa takaisin", K = "Avustus myönnetty", B = "Avustusten takaisinmaksut", Y = "Piilota sisältö", q = "Henkilöllisyystodistus", H = "Puutteellinen kenttä", J = "Käynnissä", U = "Ladataan", _ = "enint.", G = "väh.", X = "Mobiili", z = "Nettomaksu", Q = "Seuraavat maksut", Z = "Ei tietoja", $ = "Negatiivisia lukuja ei sallita", tt = "Maksuja ei löytynyt", at = "Raportteja ei löytynyt", et = "Maksutapahtumia ei löytynyt", nt = "Muu", it = "Sivutettu siirtyminen", st = "Osittain", ot = "Maksutunnus", ut = "Maksutapa", lt = "Maksutiedot", rt = "Maksutiedot luodaan joka päivä keskiyöllä (UTC-aikaa).", ct = "Maksut", kt = "Odottaa", pt = "Tule takaisin myöhemmin.", yt = "Pyydä apua ottamalla yhteyttä tukeen.", mt = "Ota yhteyttä tukeen", dt = "Viitetunnus", ht = "Lataa uudelleen", vt = "Palautukset", ft = "Palautusmaksu", jt = "Emme voineet käsitellä hyvitystä. Yritä uudelleen myöhemmin.", Tt = "Jokin meni pieleen.", gt = "Asiakkaasi saa rahat viimeistään 40 päivän kuluessa. Kun palautus onnistuu, näet luettelossasi uuden maksutapahtuman.", Pt = "Palautus on lähetetty!", At = "Palautettava summa", Rt = "Hyvityksessä voi kestää jopa 40 päivää maksutavasta riippuen. Maksut sisältyvät hintaan.", St = "Palautus %{amount}", Ot = "Palautuksen syy", Mt = "Viite", Ft = "Jäljelle jäävä summa", Ct = "Raportti", Nt = "Raportit luodaan joka päivä keskiyöllä (UTC-aikaa).", Lt = "Raportit", bt = "Nollaa", xt = "Käänteinen", wt = "Jokin meni pieleen.", Dt = "Jotain on mennyt vikaan. Yritä ladata sivu uudelleen tai palata takaisin myöhemmin.", It = "Tila", Vt = "Jäsennetty luettelo", Wt = "Vähennykset", Et = "Samana päivänä suoritettujen maksujen summa", Kt = "Välilehdet", Bt = "Virhekoodi on %{requestId}", Yt = "Tuloksia ei ole", qt = "Pyynnöstä puuttuu pakollisia kenttiä tai se sisältää virheellisiä tietoja.", Ht = "Tapahtui odottamaton virhe", Jt = "Valittu saldotili on virheellinen", Ut = "Aikavyöhyke", _t = "Loppu", Gt = "Sisään yhteensä", Xt = "Ulos yhteensä", zt = "Loppuarvon tulee olla yhtä suuri tai suurempi kuin alkuarvo", Qt = "Maksutapahtuman tiedot", Zt = "Tapahtumat", $t = "Maksutapahtumien yleiskatsaus", ta = "Maksutapahtuman tyyppi", aa = "Siirrot", ea = "Kokeile toista hakua tai nollaa suodattimet, niin yritämme uudelleen.", na = "Yritä ladata sivu uudelleen tai palata takaisin myöhemmin.", ia = "Summa", sa = "Tyyppi", oa = "Arvo", ua = "Maksujen yleiskatsauksen lataaminen ei onnistunut.", la = "Raporttien yleiskatsauksen lataaminen ei onnistunut.", ra = "Maksutapahtumien yleiskatsauksen lataaminen ei onnistunut.", ca = "Saldotiliesi lataaminen ei onnistunut.", ka = "Maksujesi lataaminen ei onnistunut.", pa = "Raporttiesi lataaminen ei onnistunut.", ya = "Maksutapahtumiesi lataaminen ei onnistunut.", ma = {
|
|
2
2
|
account: t,
|
|
3
3
|
accountBalance: a,
|
|
4
4
|
accountDescription: e,
|
|
@@ -19,6 +19,12 @@ const t = "Tili", a = "Tilin saldo", e = "Tilin kuvaus", n = "Tilin tunnus", i =
|
|
|
19
19
|
"calendar.timezone": "Määritetty aikavyöhyke on GMT%{offset} (%{time})",
|
|
20
20
|
"capital.accountIsInactive": "Tilisi ei ole aktiivinen",
|
|
21
21
|
"capital.actionNeeded": "Edellyttää toimia",
|
|
22
|
+
"capital.bankAccountDetails": "Pankkitilin tiedot",
|
|
23
|
+
"capital.bankAccountIban": "IBAN",
|
|
24
|
+
"capital.bankAccountNumber": "Tilinumero",
|
|
25
|
+
"capital.bankCountryOrRegion": "Maa/alue",
|
|
26
|
+
"capital.bankRoutingNumber": "Reititysnumero",
|
|
27
|
+
"capital.bankSortCode": "Lajittelutunnus",
|
|
22
28
|
"capital.businessFinancing": "Yritysrahoitus",
|
|
23
29
|
"capital.businessFinancingOffer": "Yritysrahoitustarjous",
|
|
24
30
|
"capital.businessFinancingSummary": "Yritysrahoituksen yhteenveto",
|
|
@@ -53,6 +59,7 @@ const t = "Tili", a = "Tilin saldo", e = "Tilin kuvaus", n = "Tilin tunnus", i =
|
|
|
53
59
|
"capital.repaid": "Maksettu takaisin",
|
|
54
60
|
"capital.repaidAmount": "Takaisin maksettu summa",
|
|
55
61
|
"capital.repaidFees": "Maksetut palkkiot",
|
|
62
|
+
"capital.repaymentBalanceInfo": "Nykyinen jäljellä oleva summa, mukaan lukien maksut, on %{amount}",
|
|
56
63
|
"capital.repaymentThreshold": "Lyhennyksen raja-arvo",
|
|
57
64
|
"capital.requestedFunds": "Pyydetyt varat",
|
|
58
65
|
"capital.requestFunds": "Pyydä varoja",
|
|
@@ -61,6 +68,9 @@ const t = "Tili", a = "Tilin saldo", e = "Tilin kuvaus", n = "Tilin tunnus", i =
|
|
|
61
68
|
"capital.revoked": "Kumotettu",
|
|
62
69
|
"capital.seeNewOffer": "Näytä uusi tarjous",
|
|
63
70
|
"capital.seeOptions": "Näytä vaihtoehdot",
|
|
71
|
+
"capital.sendRepayment": "Lähetä takaisinmaksu",
|
|
72
|
+
"capital.sendRepaymentNotice": "Lainan ylimääräisen lyhennyksen käsittelyssä ja sen näkymisessä lainatililläsi voi kestää 2–3 arkipäivää.",
|
|
73
|
+
"capital.sendRepaymentSubtitle": "Jos haluat lyhentää lainaa tai maksaa sen pois kokonaan, siirrä rahaa tälle pankkitilille.",
|
|
64
74
|
"capital.signTermsAndConditionsToReceiveFunds": "Saat varat, kun allekirjoitat ehdot.",
|
|
65
75
|
"capital.signTheTermsToReceiveYourFunds": "Saat varat, kun allekirjoitat ehdot",
|
|
66
76
|
"capital.termEnds": "Kausi päättyy: ",
|
|
@@ -94,13 +104,13 @@ const t = "Tili", a = "Tilin saldo", e = "Tilin kuvaus", n = "Tilin tunnus", i =
|
|
|
94
104
|
closeIconLabel: h,
|
|
95
105
|
contactSupport: v,
|
|
96
106
|
contactSupportForHelp: f,
|
|
97
|
-
contactSupportForHelpAndShareErrorCode:
|
|
98
|
-
copied:
|
|
107
|
+
contactSupportForHelpAndShareErrorCode: j,
|
|
108
|
+
copied: T,
|
|
99
109
|
copy: g,
|
|
100
110
|
correction: P,
|
|
101
111
|
currency: A,
|
|
102
|
-
date:
|
|
103
|
-
dateRange:
|
|
112
|
+
date: R,
|
|
113
|
+
dateRange: S,
|
|
104
114
|
default: "Oletus",
|
|
105
115
|
description: O,
|
|
106
116
|
dismiss: M,
|
|
@@ -118,21 +128,21 @@ const t = "Tili", a = "Tilin saldo", e = "Tilin kuvaus", n = "Tilin tunnus", i =
|
|
|
118
128
|
file: w,
|
|
119
129
|
"filter.date.since": "%{date} alkaen",
|
|
120
130
|
"filter.date.until": "%{date} saakka",
|
|
121
|
-
filterBar:
|
|
131
|
+
filterBar: D,
|
|
122
132
|
"filterPlaceholder.category": "Tyyppi",
|
|
123
133
|
"filterPlaceholder.currency": "Valuutta",
|
|
124
134
|
"filterPlaceholder.status": "Tila",
|
|
125
|
-
from:
|
|
126
|
-
full:
|
|
127
|
-
fundsCaptured:
|
|
128
|
-
goBack:
|
|
129
|
-
grantIssued:
|
|
135
|
+
from: I,
|
|
136
|
+
full: V,
|
|
137
|
+
fundsCaptured: W,
|
|
138
|
+
goBack: E,
|
|
139
|
+
grantIssued: K,
|
|
130
140
|
grantRepayment: B,
|
|
131
141
|
hideContent: Y,
|
|
132
142
|
id: q,
|
|
133
143
|
incompleteField: H,
|
|
134
|
-
inProgress:
|
|
135
|
-
loading:
|
|
144
|
+
inProgress: J,
|
|
145
|
+
loading: U,
|
|
136
146
|
max: _,
|
|
137
147
|
min: G,
|
|
138
148
|
mobile: X,
|
|
@@ -187,8 +197,8 @@ const t = "Tili", a = "Tilin saldo", e = "Tilin kuvaus", n = "Tilin tunnus", i =
|
|
|
187
197
|
"refund.returnToRefund": "Palauta hyvitykseen",
|
|
188
198
|
"refund.theRefundIsBeingProcessed": "Palautusta käsitellään parhaillaan.",
|
|
189
199
|
refundAction: ft,
|
|
190
|
-
refundActionErrorSubtitle:
|
|
191
|
-
refundActionErrorTitle:
|
|
200
|
+
refundActionErrorSubtitle: jt,
|
|
201
|
+
refundActionErrorTitle: Tt,
|
|
192
202
|
refundActionSuccessSubtitle: gt,
|
|
193
203
|
refundActionSuccessTitle: Pt,
|
|
194
204
|
refundAmount: At,
|
|
@@ -196,8 +206,8 @@ const t = "Tili", a = "Tilin saldo", e = "Tilin kuvaus", n = "Tilin tunnus", i =
|
|
|
196
206
|
"refundAmount.required": "Syötä hyvityssumma",
|
|
197
207
|
"refunded.full": "Täysin hyvitetty",
|
|
198
208
|
"refunded.partial": "Osittain hyvitetty",
|
|
199
|
-
refundNotice:
|
|
200
|
-
refundPayment:
|
|
209
|
+
refundNotice: Rt,
|
|
210
|
+
refundPayment: St,
|
|
201
211
|
refundReason: Ot,
|
|
202
212
|
"refundReason.duplicate": "Kopio",
|
|
203
213
|
"refundReason.fraudulent": "Vilpillinen",
|
|
@@ -217,18 +227,18 @@ const t = "Tili", a = "Tilin saldo", e = "Tilin kuvaus", n = "Tilin tunnus", i =
|
|
|
217
227
|
"select.filter.placeholder": "Paikkamerkki",
|
|
218
228
|
"select.noOptionsFound": "Mikään vaihtoehto ei vastaa tätä hakua",
|
|
219
229
|
somethingWentWrong: wt,
|
|
220
|
-
somethingWentWrongTryRefreshingOrComeBackLater:
|
|
221
|
-
status:
|
|
222
|
-
structuredList:
|
|
223
|
-
subtractions:
|
|
224
|
-
sumOfSameDayPayouts:
|
|
225
|
-
tabs:
|
|
230
|
+
somethingWentWrongTryRefreshingOrComeBackLater: Dt,
|
|
231
|
+
status: It,
|
|
232
|
+
structuredList: Vt,
|
|
233
|
+
subtractions: Wt,
|
|
234
|
+
sumOfSameDayPayouts: Et,
|
|
235
|
+
tabs: Kt,
|
|
226
236
|
theErrorCodeIs: Bt,
|
|
227
237
|
thereAreNoResults: Yt,
|
|
228
238
|
theRequestIsMissingRequiredFieldsOrContainsInvalidData: qt,
|
|
229
239
|
thereWasAnUnexpectedError: Ht,
|
|
230
|
-
theSelectedBalanceAccountIsIncorrect:
|
|
231
|
-
timezone:
|
|
240
|
+
theSelectedBalanceAccountIsIncorrect: Jt,
|
|
241
|
+
timezone: Ut,
|
|
232
242
|
to: _t,
|
|
233
243
|
"tooltip.ATM": "Pankkiautomaatista nostetut rahat",
|
|
234
244
|
"tooltip.Capital": "Rahat saapuvasta laina-avustuksesta tai lähtevästä lainan takaisinmaksusta",
|
|
@@ -293,13 +303,13 @@ export {
|
|
|
293
303
|
h as closeIconLabel,
|
|
294
304
|
v as contactSupport,
|
|
295
305
|
f as contactSupportForHelp,
|
|
296
|
-
|
|
297
|
-
|
|
306
|
+
j as contactSupportForHelpAndShareErrorCode,
|
|
307
|
+
T as copied,
|
|
298
308
|
g as copy,
|
|
299
309
|
P as correction,
|
|
300
310
|
A as currency,
|
|
301
|
-
|
|
302
|
-
|
|
311
|
+
R as date,
|
|
312
|
+
S as dateRange,
|
|
303
313
|
ma as default,
|
|
304
314
|
O as description,
|
|
305
315
|
M as dismiss,
|
|
@@ -310,18 +320,18 @@ export {
|
|
|
310
320
|
b as entityWasNotFoundDetail,
|
|
311
321
|
x as fee,
|
|
312
322
|
w as file,
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
323
|
+
D as filterBar,
|
|
324
|
+
I as from,
|
|
325
|
+
V as full,
|
|
326
|
+
W as fundsCaptured,
|
|
327
|
+
E as goBack,
|
|
328
|
+
K as grantIssued,
|
|
319
329
|
B as grantRepayment,
|
|
320
330
|
Y as hideContent,
|
|
321
331
|
q as id,
|
|
322
|
-
|
|
332
|
+
J as inProgress,
|
|
323
333
|
H as incompleteField,
|
|
324
|
-
|
|
334
|
+
U as loading,
|
|
325
335
|
_ as max,
|
|
326
336
|
G as min,
|
|
327
337
|
X as mobile,
|
|
@@ -347,13 +357,13 @@ export {
|
|
|
347
357
|
ht as refresh,
|
|
348
358
|
vt as refund,
|
|
349
359
|
ft as refundAction,
|
|
350
|
-
|
|
351
|
-
|
|
360
|
+
jt as refundActionErrorSubtitle,
|
|
361
|
+
Tt as refundActionErrorTitle,
|
|
352
362
|
gt as refundActionSuccessSubtitle,
|
|
353
363
|
Pt as refundActionSuccessTitle,
|
|
354
364
|
At as refundAmount,
|
|
355
|
-
|
|
356
|
-
|
|
365
|
+
Rt as refundNotice,
|
|
366
|
+
St as refundPayment,
|
|
357
367
|
Ot as refundReason,
|
|
358
368
|
Mt as refundReference,
|
|
359
369
|
Ft as remainingAmount,
|
|
@@ -362,18 +372,18 @@ export {
|
|
|
362
372
|
Lt as reportsTitle,
|
|
363
373
|
bt as reset,
|
|
364
374
|
wt as somethingWentWrong,
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
375
|
+
Dt as somethingWentWrongTryRefreshingOrComeBackLater,
|
|
376
|
+
It as status,
|
|
377
|
+
Vt as structuredList,
|
|
378
|
+
Wt as subtractions,
|
|
379
|
+
Et as sumOfSameDayPayouts,
|
|
380
|
+
Kt as tabs,
|
|
371
381
|
Bt as theErrorCodeIs,
|
|
372
382
|
qt as theRequestIsMissingRequiredFieldsOrContainsInvalidData,
|
|
373
|
-
|
|
383
|
+
Jt as theSelectedBalanceAccountIsIncorrect,
|
|
374
384
|
Yt as thereAreNoResults,
|
|
375
385
|
Ht as thereWasAnUnexpectedError,
|
|
376
|
-
|
|
386
|
+
Ut as timezone,
|
|
377
387
|
_t as to,
|
|
378
388
|
zt as toValueShouldBeGreaterThanTheFromValue,
|
|
379
389
|
Gt as totalIncoming,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
const e = "Compte", t = "Solde du compte", n = "Description du compte", a = "ID de compte",
|
|
1
|
+
const e = "Compte", t = "Solde du compte", n = "Description du compte", a = "ID de compte", r = "Additions", o = "Ajustements", s = "Montant", i = "et", u = "Postuler", c = "Précédent", l = "Compte de solde", d = "ID de compte de solde", p = "Réservé", m = "Capturé", f = "Catégorie", v = "Impayés", g = "Fermer", y = "Contactez l'assistance", b = "Contactez l'assistance pour obtenir de l'aide.", h = "Contactez l'assistance pour obtenir de l'aide et partagez le code d'erreur %{requestId}", T = "Copié", R = "Copier", A = "Corrections", C = "Devise", F = "Date", P = "Plage de dates", N = "Description", S = "Ignorer", D = "Télécharger", z = "Téléchargement en cours", L = "E-mail", x = "L'entité n'a pas été trouvée", I = "Transaction introuvable pour le titulaire du compte spécifié", O = "Frais", q = "Fichier", M = "Barre de filtre", V = "De", w = "Total", j = "Fonds capturés", B = "Retour", W = "Subvention accordée", k = "Remboursements de subventions", E = "Masquer le contenu", U = "ID", Y = "Champ incomplet", H = "En cours", _ = "Chargement", G = "max", X = "min.", J = "Mobile", Q = "Reversement net", K = "Reversements suivants", Z = "Pas de données", $ = "Aucun chiffre négatif n'est autorisé", ee = "Aucun reversement trouvé", te = "Aucun rapport trouvé", ne = "Aucune transaction trouvée", ae = "Autre", re = "Navigation paginée", oe = "Partiel", se = "ID de paiement", ie = "Mode de paiement", ue = "Informations pour le reversement", ce = "Les informations sur les reversements sont générées tous les jours à minuit, heure UTC.", le = "Reversements", de = "En attente", pe = "Veuillez revenir plus tard.", me = "Veuillez contacter l'assistance pour obtenir de l'aide.", fe = "Contacter l'assistance", ve = "ID de référence", ge = "Actualiser", ye = "Remboursements", be = "Remboursement de la transaction", he = "Nous n'avons pas pu traiter le remboursement. Réessayez plus tard.", Te = "Une erreur s'est produite.", Re = "Votre client recevra l'argent dans un délai maximal de 40 jours. Lorsque le remboursement aura été effectué, vous verrez une nouvelle transaction de remboursement dans votre liste.", Ae = "Remboursement envoyé !", Ce = "Montant à rembourser", Fe = "Les remboursements peuvent prendre jusqu'à 40 jours selon le mode de paiement. Les frais sont inclus.", Pe = "Rembourser %{amount}", Ne = "Motif du remboursement", Se = "Référence", De = "Montant restant", ze = "Rapport", Le = "Les rapports sont générés tous les jours à minuit, heure UTC.", xe = "rapports", Ie = "Réinitialiser", Oe = "Inverse", qe = "Une erreur s'est produite.", Me = "Un problème est survenu. Réessayez en actualisant la page ou retentez plus tard.", Ve = "Statut", we = "Liste structurée", je = "Soustractions", Be = "Somme des reversements le même jour", We = "Onglets", ke = "Le code d'erreur est %{requestId}", Ee = "Il n'y a pas de résultats", Ue = "Dans la demande, des champs obligatoires sont manquants ou des données ne sont pas valides.", Ye = "Une erreur inattendue s'est produite", He = "Le compte de solde sélectionné est incorrect", _e = "Fuseau horaire", Ge = "À", Xe = "Total entrant", Je = "Total sortant", Qe = "La valeur de À doit être égale ou supérieure à la valeur de De", Ke = "Détails de la transaction", Ze = "Transactions", $e = "Aperçu des transactions", et = "Type de transaction", tt = "Transferts", nt = "Essayez une autre recherche ou réinitialisez vos filtres, et nous réessayerons.", at = "Réessayez en actualisant la page ou retentez plus tard.", rt = "Montant", ot = "Type", st = "Valeur", it = "Nous n'avons pas pu charger l'aperçu des reversements.", ut = "Nous n'avons pas pu charger l'aperçu des rapports.", ct = "Nous n'avons pas pu charger l'aperçu des transactions.", lt = "Nous n'avons pas pu charger vos comptes de solde.", dt = "Nous n'avons pas pu charger vos reversements.", pt = "Nous n'avons pas pu charger vos rapports.", mt = "Nous n'avons pas pu charger vos transactions.", ft = {
|
|
2
2
|
account: e,
|
|
3
3
|
accountBalance: t,
|
|
4
4
|
accountDescription: n,
|
|
5
5
|
accountID: a,
|
|
6
|
-
additions:
|
|
7
|
-
adjustments:
|
|
8
|
-
amount:
|
|
6
|
+
additions: r,
|
|
7
|
+
adjustments: o,
|
|
8
|
+
amount: s,
|
|
9
9
|
and: i,
|
|
10
10
|
apply: u,
|
|
11
11
|
back: c,
|
|
@@ -19,6 +19,12 @@ const e = "Compte", t = "Solde du compte", n = "Description du compte", a = "ID
|
|
|
19
19
|
"calendar.timezone": "Le fuseau horaire est défini sur : GMT%{offset} (%{time})",
|
|
20
20
|
"capital.accountIsInactive": "Votre compte est inactif",
|
|
21
21
|
"capital.actionNeeded": "Action requise",
|
|
22
|
+
"capital.bankAccountDetails": "Informations sur le compte bancaire",
|
|
23
|
+
"capital.bankAccountIban": "IBAN",
|
|
24
|
+
"capital.bankAccountNumber": "Numéro de compte",
|
|
25
|
+
"capital.bankCountryOrRegion": "Pays/région",
|
|
26
|
+
"capital.bankRoutingNumber": "Numéro de routage",
|
|
27
|
+
"capital.bankSortCode": "Code guichet",
|
|
22
28
|
"capital.businessFinancing": "Financement d'entreprise",
|
|
23
29
|
"capital.businessFinancingOffer": "Offre de financement d'entreprise",
|
|
24
30
|
"capital.businessFinancingSummary": "Résumé du financement d'entreprise",
|
|
@@ -53,6 +59,7 @@ const e = "Compte", t = "Solde du compte", n = "Description du compte", a = "ID
|
|
|
53
59
|
"capital.repaid": "Remboursé",
|
|
54
60
|
"capital.repaidAmount": "Montant remboursé",
|
|
55
61
|
"capital.repaidFees": "Frais remboursés",
|
|
62
|
+
"capital.repaymentBalanceInfo": "Il vous reste actuellement %{amount} à payer (frais inclus)",
|
|
56
63
|
"capital.repaymentThreshold": "Seuil de remboursement",
|
|
57
64
|
"capital.requestedFunds": "Fonds demandés",
|
|
58
65
|
"capital.requestFunds": "Demander des fonds",
|
|
@@ -61,6 +68,9 @@ const e = "Compte", t = "Solde du compte", n = "Description du compte", a = "ID
|
|
|
61
68
|
"capital.revoked": "Révoqué",
|
|
62
69
|
"capital.seeNewOffer": "Voir la nouvelle offre",
|
|
63
70
|
"capital.seeOptions": "Voir les options",
|
|
71
|
+
"capital.sendRepayment": "Envoyer le remboursement",
|
|
72
|
+
"capital.sendRepaymentNotice": "Il est possible que le virement bancaire correspondant au remboursement de votre prêt ne soit visible sur votre compte de prêt que 2 à 3 jours ouvrables après.",
|
|
73
|
+
"capital.sendRepaymentSubtitle": "Transférez de l'argent sur ce compte bancaire pour rembourser une partie ou la totalité de votre prêt.",
|
|
64
74
|
"capital.signTermsAndConditionsToReceiveFunds": "Signez les conditions générales pour recevoir les fonds.",
|
|
65
75
|
"capital.signTheTermsToReceiveYourFunds": "Signez les conditions pour recevoir les fonds",
|
|
66
76
|
"capital.termEnds": "Fin de la période : ",
|
|
@@ -93,11 +103,11 @@ const e = "Compte", t = "Solde du compte", n = "Description du compte", a = "ID
|
|
|
93
103
|
chargeback: v,
|
|
94
104
|
closeIconLabel: g,
|
|
95
105
|
contactSupport: y,
|
|
96
|
-
contactSupportForHelp:
|
|
97
|
-
contactSupportForHelpAndShareErrorCode:
|
|
106
|
+
contactSupportForHelp: b,
|
|
107
|
+
contactSupportForHelpAndShareErrorCode: h,
|
|
98
108
|
copied: T,
|
|
99
|
-
copy:
|
|
100
|
-
correction:
|
|
109
|
+
copy: R,
|
|
110
|
+
correction: A,
|
|
101
111
|
currency: C,
|
|
102
112
|
date: F,
|
|
103
113
|
dateRange: P,
|
|
@@ -108,14 +118,14 @@ const e = "Compte", t = "Solde du compte", n = "Description du compte", a = "ID
|
|
|
108
118
|
downloading: z,
|
|
109
119
|
email: L,
|
|
110
120
|
entityWasNotFound: x,
|
|
111
|
-
entityWasNotFoundDetail:
|
|
121
|
+
entityWasNotFoundDetail: I,
|
|
112
122
|
"error.pleaseTryAgainLater": "Veuillez réessayer plus tard.",
|
|
113
123
|
"error.somethingWentWrongWithDownload": "Une erreur s'est produite pendant le téléchargement",
|
|
114
124
|
"expandableCard.collapse": "Réduire",
|
|
115
125
|
"expandableCard.expand": "Développer",
|
|
116
126
|
export: "Exporter",
|
|
117
|
-
fee:
|
|
118
|
-
file:
|
|
127
|
+
fee: O,
|
|
128
|
+
file: q,
|
|
119
129
|
"filter.date.since": "Depuis le %{date}",
|
|
120
130
|
"filter.date.until": "Jusqu'au %{date}",
|
|
121
131
|
filterBar: M,
|
|
@@ -124,11 +134,11 @@ const e = "Compte", t = "Solde du compte", n = "Description du compte", a = "ID
|
|
|
124
134
|
"filterPlaceholder.status": "Statut",
|
|
125
135
|
from: V,
|
|
126
136
|
full: w,
|
|
127
|
-
fundsCaptured:
|
|
128
|
-
goBack:
|
|
129
|
-
grantIssued:
|
|
130
|
-
grantRepayment:
|
|
131
|
-
hideContent:
|
|
137
|
+
fundsCaptured: j,
|
|
138
|
+
goBack: B,
|
|
139
|
+
grantIssued: W,
|
|
140
|
+
grantRepayment: k,
|
|
141
|
+
hideContent: E,
|
|
132
142
|
id: U,
|
|
133
143
|
incompleteField: Y,
|
|
134
144
|
inProgress: H,
|
|
@@ -144,12 +154,12 @@ const e = "Compte", t = "Solde du compte", n = "Description du compte", a = "ID
|
|
|
144
154
|
noReportsFound: te,
|
|
145
155
|
noTransactionsFound: ne,
|
|
146
156
|
other: ae,
|
|
147
|
-
paginatedNavigation:
|
|
157
|
+
paginatedNavigation: re,
|
|
148
158
|
"pagination.nextPage": "Page suivante",
|
|
149
159
|
"pagination.previousPage": "Page précédente",
|
|
150
160
|
"pagination.showing": "Affichage",
|
|
151
|
-
partial:
|
|
152
|
-
paymentId:
|
|
161
|
+
partial: oe,
|
|
162
|
+
paymentId: se,
|
|
153
163
|
paymentMethod: ie,
|
|
154
164
|
payoutDetails: ue,
|
|
155
165
|
payoutsNotice: ce,
|
|
@@ -186,11 +196,11 @@ const e = "Compte", t = "Solde du compte", n = "Description du compte", a = "ID
|
|
|
186
196
|
"refund.refundPspReference": "Référence PSP du remboursement",
|
|
187
197
|
"refund.returnToRefund": "Retour au remboursement",
|
|
188
198
|
"refund.theRefundIsBeingProcessed": "Le remboursement est en cours de traitement.",
|
|
189
|
-
refundAction:
|
|
190
|
-
refundActionErrorSubtitle:
|
|
199
|
+
refundAction: be,
|
|
200
|
+
refundActionErrorSubtitle: he,
|
|
191
201
|
refundActionErrorTitle: Te,
|
|
192
|
-
refundActionSuccessSubtitle:
|
|
193
|
-
refundActionSuccessTitle:
|
|
202
|
+
refundActionSuccessSubtitle: Re,
|
|
203
|
+
refundActionSuccessTitle: Ae,
|
|
194
204
|
refundAmount: Ce,
|
|
195
205
|
"refundAmount.excess": "Vous ne pouvez pas dépasser le montant disponible de %{amount}",
|
|
196
206
|
"refundAmount.required": "Saisissez un montant de remboursement",
|
|
@@ -212,19 +222,19 @@ const e = "Compte", t = "Solde du compte", n = "Description du compte", a = "ID
|
|
|
212
222
|
reportsNotice: Le,
|
|
213
223
|
reportsTitle: xe,
|
|
214
224
|
"reportType.payout": "Versement",
|
|
215
|
-
reset:
|
|
216
|
-
Reversed:
|
|
225
|
+
reset: Ie,
|
|
226
|
+
Reversed: Oe,
|
|
217
227
|
"select.filter.placeholder": "Espace réservé",
|
|
218
228
|
"select.noOptionsFound": "Aucune option ne correspond à cette recherche",
|
|
219
|
-
somethingWentWrong:
|
|
229
|
+
somethingWentWrong: qe,
|
|
220
230
|
somethingWentWrongTryRefreshingOrComeBackLater: Me,
|
|
221
231
|
status: Ve,
|
|
222
232
|
structuredList: we,
|
|
223
|
-
subtractions:
|
|
224
|
-
sumOfSameDayPayouts:
|
|
225
|
-
tabs:
|
|
226
|
-
theErrorCodeIs:
|
|
227
|
-
thereAreNoResults:
|
|
233
|
+
subtractions: je,
|
|
234
|
+
sumOfSameDayPayouts: Be,
|
|
235
|
+
tabs: We,
|
|
236
|
+
theErrorCodeIs: ke,
|
|
237
|
+
thereAreNoResults: Ee,
|
|
228
238
|
theRequestIsMissingRequiredFieldsOrContainsInvalidData: Ue,
|
|
229
239
|
thereWasAnUnexpectedError: Ye,
|
|
230
240
|
theSelectedBalanceAccountIsIncorrect: He,
|
|
@@ -251,7 +261,7 @@ const e = "Compte", t = "Solde du compte", n = "Description du compte", a = "ID
|
|
|
251
261
|
transfer: tt,
|
|
252
262
|
tryDifferentSearchOrResetYourFiltersAndWeWillTryAgain: nt,
|
|
253
263
|
tryRefreshingThePageOrComeBackLater: at,
|
|
254
|
-
txAmount:
|
|
264
|
+
txAmount: rt,
|
|
255
265
|
"txType.ATM": "Distributeur automatique",
|
|
256
266
|
"txType.Capital": "Capital",
|
|
257
267
|
"txType.Chargeback": "Chargeback",
|
|
@@ -261,8 +271,8 @@ const e = "Compte", t = "Solde du compte", n = "Description du compte", a = "ID
|
|
|
261
271
|
"txType.Payment": "Transaction",
|
|
262
272
|
"txType.Refund": "Remboursement",
|
|
263
273
|
"txType.Transfer": "Transfert",
|
|
264
|
-
type:
|
|
265
|
-
value:
|
|
274
|
+
type: ot,
|
|
275
|
+
value: st,
|
|
266
276
|
weCouldNotLoadThePayoutsOverview: it,
|
|
267
277
|
weCouldNotLoadTheReportsOverview: ut,
|
|
268
278
|
weCouldNotLoadTheTransactionsOverview: ct,
|
|
@@ -274,14 +284,14 @@ const e = "Compte", t = "Solde du compte", n = "Description du compte", a = "ID
|
|
|
274
284
|
export {
|
|
275
285
|
p as Booked,
|
|
276
286
|
de as Pending,
|
|
277
|
-
|
|
287
|
+
Oe as Reversed,
|
|
278
288
|
e as account,
|
|
279
289
|
t as accountBalance,
|
|
280
290
|
n as accountDescription,
|
|
281
291
|
a as accountID,
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
292
|
+
r as additions,
|
|
293
|
+
o as adjustments,
|
|
294
|
+
s as amount,
|
|
285
295
|
i as and,
|
|
286
296
|
u as apply,
|
|
287
297
|
c as back,
|
|
@@ -292,11 +302,11 @@ export {
|
|
|
292
302
|
v as chargeback,
|
|
293
303
|
g as closeIconLabel,
|
|
294
304
|
y as contactSupport,
|
|
295
|
-
|
|
296
|
-
|
|
305
|
+
b as contactSupportForHelp,
|
|
306
|
+
h as contactSupportForHelpAndShareErrorCode,
|
|
297
307
|
T as copied,
|
|
298
|
-
|
|
299
|
-
|
|
308
|
+
R as copy,
|
|
309
|
+
A as correction,
|
|
300
310
|
C as currency,
|
|
301
311
|
F as date,
|
|
302
312
|
P as dateRange,
|
|
@@ -307,17 +317,17 @@ export {
|
|
|
307
317
|
z as downloading,
|
|
308
318
|
L as email,
|
|
309
319
|
x as entityWasNotFound,
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
320
|
+
I as entityWasNotFoundDetail,
|
|
321
|
+
O as fee,
|
|
322
|
+
q as file,
|
|
313
323
|
M as filterBar,
|
|
314
324
|
V as from,
|
|
315
325
|
w as full,
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
326
|
+
j as fundsCaptured,
|
|
327
|
+
B as goBack,
|
|
328
|
+
W as grantIssued,
|
|
329
|
+
k as grantRepayment,
|
|
330
|
+
E as hideContent,
|
|
321
331
|
U as id,
|
|
322
332
|
H as inProgress,
|
|
323
333
|
Y as incompleteField,
|
|
@@ -333,9 +343,9 @@ export {
|
|
|
333
343
|
te as noReportsFound,
|
|
334
344
|
ne as noTransactionsFound,
|
|
335
345
|
ae as other,
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
346
|
+
re as paginatedNavigation,
|
|
347
|
+
oe as partial,
|
|
348
|
+
se as paymentId,
|
|
339
349
|
ie as paymentMethod,
|
|
340
350
|
ue as payoutDetails,
|
|
341
351
|
ce as payoutsNotice,
|
|
@@ -346,11 +356,11 @@ export {
|
|
|
346
356
|
ve as referenceID,
|
|
347
357
|
ge as refresh,
|
|
348
358
|
ye as refund,
|
|
349
|
-
|
|
350
|
-
|
|
359
|
+
be as refundAction,
|
|
360
|
+
he as refundActionErrorSubtitle,
|
|
351
361
|
Te as refundActionErrorTitle,
|
|
352
|
-
|
|
353
|
-
|
|
362
|
+
Re as refundActionSuccessSubtitle,
|
|
363
|
+
Ae as refundActionSuccessTitle,
|
|
354
364
|
Ce as refundAmount,
|
|
355
365
|
Fe as refundNotice,
|
|
356
366
|
Pe as refundPayment,
|
|
@@ -360,18 +370,18 @@ export {
|
|
|
360
370
|
ze as report,
|
|
361
371
|
Le as reportsNotice,
|
|
362
372
|
xe as reportsTitle,
|
|
363
|
-
|
|
364
|
-
|
|
373
|
+
Ie as reset,
|
|
374
|
+
qe as somethingWentWrong,
|
|
365
375
|
Me as somethingWentWrongTryRefreshingOrComeBackLater,
|
|
366
376
|
Ve as status,
|
|
367
377
|
we as structuredList,
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
378
|
+
je as subtractions,
|
|
379
|
+
Be as sumOfSameDayPayouts,
|
|
380
|
+
We as tabs,
|
|
381
|
+
ke as theErrorCodeIs,
|
|
372
382
|
Ue as theRequestIsMissingRequiredFieldsOrContainsInvalidData,
|
|
373
383
|
He as theSelectedBalanceAccountIsIncorrect,
|
|
374
|
-
|
|
384
|
+
Ee as thereAreNoResults,
|
|
375
385
|
Ye as thereWasAnUnexpectedError,
|
|
376
386
|
_e as timezone,
|
|
377
387
|
Ge as to,
|
|
@@ -385,9 +395,9 @@ export {
|
|
|
385
395
|
tt as transfer,
|
|
386
396
|
nt as tryDifferentSearchOrResetYourFiltersAndWeWillTryAgain,
|
|
387
397
|
at as tryRefreshingThePageOrComeBackLater,
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
398
|
+
rt as txAmount,
|
|
399
|
+
ot as type,
|
|
400
|
+
st as value,
|
|
391
401
|
it as weCouldNotLoadThePayoutsOverview,
|
|
392
402
|
ut as weCouldNotLoadTheReportsOverview,
|
|
393
403
|
ct as weCouldNotLoadTheTransactionsOverview,
|