@brightchain/brightchain-lib 0.10.0 → 0.12.0
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/package.json +3 -3
- package/src/lib/blockPaddingTransform.d.ts.map +1 -1
- package/src/lib/blockPaddingTransform.js +3 -1
- package/src/lib/blockPaddingTransform.js.map +1 -1
- package/src/lib/blocks/cblBase.d.ts.map +1 -1
- package/src/lib/blocks/cblBase.js +2 -2
- package/src/lib/blocks/cblBase.js.map +1 -1
- package/src/lib/blocks/encrypted.d.ts.map +1 -1
- package/src/lib/blocks/encrypted.js.map +1 -1
- package/src/lib/blocks/encryptedBlockCreator.d.ts.map +1 -1
- package/src/lib/blocks/encryptedBlockCreator.js +3 -1
- package/src/lib/blocks/encryptedBlockCreator.js.map +1 -1
- package/src/lib/blocks/extendedCbl.d.ts +5 -44
- package/src/lib/blocks/extendedCbl.d.ts.map +1 -1
- package/src/lib/blocks/extendedCbl.js +7 -130
- package/src/lib/blocks/extendedCbl.js.map +1 -1
- package/src/lib/blocks/handle.d.ts.map +1 -1
- package/src/lib/blocks/handle.js +5 -4
- package/src/lib/blocks/handle.js.map +1 -1
- package/src/lib/blocks/handleTuple.d.ts.map +1 -1
- package/src/lib/blocks/handleTuple.js +14 -2
- package/src/lib/blocks/handleTuple.js.map +1 -1
- package/src/lib/blocks/parity.d.ts.map +1 -1
- package/src/lib/blocks/parity.js +3 -1
- package/src/lib/blocks/parity.js.map +1 -1
- package/src/lib/blocks/random.d.ts.map +1 -1
- package/src/lib/blocks/random.js +4 -2
- package/src/lib/blocks/random.js.map +1 -1
- package/src/lib/blocks/rawData.d.ts.map +1 -1
- package/src/lib/blocks/rawData.js +4 -2
- package/src/lib/blocks/rawData.js.map +1 -1
- package/src/lib/browserConfig.d.ts.map +1 -1
- package/src/lib/browserConfig.js +5 -3
- package/src/lib/browserConfig.js.map +1 -1
- package/src/lib/browserKeyring.d.ts.map +1 -1
- package/src/lib/browserKeyring.js +3 -1
- package/src/lib/browserKeyring.js.map +1 -1
- package/src/lib/bufferUtils.d.ts.map +1 -1
- package/src/lib/bufferUtils.js +3 -1
- package/src/lib/bufferUtils.js.map +1 -1
- package/src/lib/cblStream.d.ts.map +1 -1
- package/src/lib/cblStream.js +3 -1
- package/src/lib/cblStream.js.map +1 -1
- package/src/lib/cpus/instructionFactory.d.ts.map +1 -1
- package/src/lib/cpus/instructionFactory.js +17 -12
- package/src/lib/cpus/instructionFactory.js.map +1 -1
- package/src/lib/cpus/riscvCpu.d.ts.map +1 -1
- package/src/lib/cpus/riscvCpu.js +6 -4
- package/src/lib/cpus/riscvCpu.js.map +1 -1
- package/src/lib/currencyCode.d.ts.map +1 -1
- package/src/lib/currencyCode.js +3 -1
- package/src/lib/currencyCode.js.map +1 -1
- package/src/lib/debug/HanselGretelBreadCrumbTrail.d.ts.map +1 -1
- package/src/lib/debug/HanselGretelBreadCrumbTrail.js +3 -1
- package/src/lib/debug/HanselGretelBreadCrumbTrail.js.map +1 -1
- package/src/lib/documents/base/document.d.ts.map +1 -1
- package/src/lib/documents/base/document.js +9 -7
- package/src/lib/documents/base/document.js.map +1 -1
- package/src/lib/documents/member/baseMemberDocument.d.ts.map +1 -1
- package/src/lib/documents/member/baseMemberDocument.js +4 -2
- package/src/lib/documents/member/baseMemberDocument.js.map +1 -1
- package/src/lib/documents/member/memberDocument.d.ts.map +1 -1
- package/src/lib/documents/member/memberDocument.js +6 -3
- package/src/lib/documents/member/memberDocument.js.map +1 -1
- package/src/lib/documents/member/memberProfileDocument.d.ts.map +1 -1
- package/src/lib/documents/member/memberProfileDocument.js +3 -1
- package/src/lib/documents/member/memberProfileDocument.js.map +1 -1
- package/src/lib/documents/quorumDocument.d.ts.map +1 -1
- package/src/lib/documents/quorumDocument.js +6 -4
- package/src/lib/documents/quorumDocument.js.map +1 -1
- package/src/lib/energyAccount.d.ts.map +1 -1
- package/src/lib/energyAccount.js +10 -2
- package/src/lib/energyAccount.js.map +1 -1
- package/src/lib/enumeration-translations/blockSize.d.ts.map +1 -1
- package/src/lib/enumeration-translations/blockSize.js +63 -0
- package/src/lib/enumeration-translations/blockSize.js.map +1 -1
- package/src/lib/enumeration-translations/blockType.d.ts.map +1 -1
- package/src/lib/enumeration-translations/blockType.js +105 -0
- package/src/lib/enumeration-translations/blockType.js.map +1 -1
- package/src/lib/enumeration-translations/memberType.d.ts.map +1 -1
- package/src/lib/enumeration-translations/memberType.js +42 -0
- package/src/lib/enumeration-translations/memberType.js.map +1 -1
- package/src/lib/enumeration-translations/quorumDataRecordAction.d.ts.map +1 -1
- package/src/lib/enumeration-translations/quorumDataRecordAction.js +49 -0
- package/src/lib/enumeration-translations/quorumDataRecordAction.js.map +1 -1
- package/src/lib/enumeration-translations/security-event-severity.d.ts +5 -0
- package/src/lib/enumeration-translations/security-event-severity.d.ts.map +1 -0
- package/src/lib/enumeration-translations/security-event-severity.js +58 -0
- package/src/lib/enumeration-translations/security-event-severity.js.map +1 -0
- package/src/lib/enumeration-translations/security-event-type.d.ts +5 -0
- package/src/lib/enumeration-translations/security-event-type.d.ts.map +1 -0
- package/src/lib/enumeration-translations/security-event-type.js +210 -0
- package/src/lib/enumeration-translations/security-event-type.js.map +1 -0
- package/src/lib/enumerations/blockSize.d.ts +2 -2
- package/src/lib/enumerations/blockSize.d.ts.map +1 -1
- package/src/lib/enumerations/blockSize.js +14 -14
- package/src/lib/enumerations/blockSize.js.map +1 -1
- package/src/lib/enumerations/brightChainStrings.d.ts +538 -397
- package/src/lib/enumerations/brightChainStrings.d.ts.map +1 -1
- package/src/lib/enumerations/brightChainStrings.js +616 -409
- package/src/lib/enumerations/brightChainStrings.js.map +1 -1
- package/src/lib/enumerations/cblErrorType.d.ts +3 -1
- package/src/lib/enumerations/cblErrorType.d.ts.map +1 -1
- package/src/lib/enumerations/cblErrorType.js +2 -0
- package/src/lib/enumerations/cblErrorType.js.map +1 -1
- package/src/lib/enumerations/votingDerivationErrorType.d.ts +2 -2
- package/src/lib/enumerations/votingDerivationErrorType.d.ts.map +1 -1
- package/src/lib/enumerations/votingDerivationErrorType.js +10 -10
- package/src/lib/enumerations/votingDerivationErrorType.js.map +1 -1
- package/src/lib/errors/block/blockAccess.d.ts +2 -2
- package/src/lib/errors/block/blockAccess.d.ts.map +1 -1
- package/src/lib/errors/block/blockAccess.js +7 -7
- package/src/lib/errors/block/blockAccess.js.map +1 -1
- package/src/lib/errors/block/blockCapacity.d.ts +2 -2
- package/src/lib/errors/block/blockCapacity.d.ts.map +1 -1
- package/src/lib/errors/block/blockCapacity.js +7 -7
- package/src/lib/errors/block/blockCapacity.js.map +1 -1
- package/src/lib/errors/block/blockError.d.ts +2 -2
- package/src/lib/errors/block/blockError.d.ts.map +1 -1
- package/src/lib/errors/block/blockError.js +15 -15
- package/src/lib/errors/block/blockError.js.map +1 -1
- package/src/lib/errors/block/blockMetadata.d.ts +2 -2
- package/src/lib/errors/block/blockMetadata.d.ts.map +1 -1
- package/src/lib/errors/block/blockMetadata.js +7 -7
- package/src/lib/errors/block/blockMetadata.js.map +1 -1
- package/src/lib/errors/block/blockValidation.d.ts +2 -2
- package/src/lib/errors/block/blockValidation.d.ts.map +1 -1
- package/src/lib/errors/block/blockValidation.js +43 -41
- package/src/lib/errors/block/blockValidation.js.map +1 -1
- package/src/lib/errors/block/cannotDecrypt.js +1 -1
- package/src/lib/errors/block/cannotDecrypt.js.map +1 -1
- package/src/lib/errors/block/cannotEncrypt.js +1 -1
- package/src/lib/errors/block/cannotEncrypt.js.map +1 -1
- package/src/lib/errors/blockServiceError.d.ts +2 -2
- package/src/lib/errors/blockServiceError.d.ts.map +1 -1
- package/src/lib/errors/blockServiceError.js +14 -14
- package/src/lib/errors/blockServiceError.js.map +1 -1
- package/src/lib/errors/bufferError.js +1 -1
- package/src/lib/errors/bufferError.js.map +1 -1
- package/src/lib/errors/cblError.d.ts +2 -2
- package/src/lib/errors/cblError.d.ts.map +1 -1
- package/src/lib/errors/cblError.js +38 -36
- package/src/lib/errors/cblError.js.map +1 -1
- package/src/lib/errors/checksumMismatch.js +1 -1
- package/src/lib/errors/checksumMismatch.js.map +1 -1
- package/src/lib/errors/disposed.js +2 -2
- package/src/lib/errors/disposed.js.map +1 -1
- package/src/lib/errors/document.d.ts +2 -2
- package/src/lib/errors/document.d.ts.map +1 -1
- package/src/lib/errors/document.js +4 -4
- package/src/lib/errors/document.js.map +1 -1
- package/src/lib/errors/eciesError.d.ts +4 -3
- package/src/lib/errors/eciesError.d.ts.map +1 -1
- package/src/lib/errors/eciesError.js +20 -19
- package/src/lib/errors/eciesError.js.map +1 -1
- package/src/lib/errors/enhancedValidationError.d.ts +3 -1
- package/src/lib/errors/enhancedValidationError.d.ts.map +1 -1
- package/src/lib/errors/enhancedValidationError.js +6 -2
- package/src/lib/errors/enhancedValidationError.js.map +1 -1
- package/src/lib/errors/extendedCblError.d.ts +2 -2
- package/src/lib/errors/extendedCblError.d.ts.map +1 -1
- package/src/lib/errors/extendedCblError.js +24 -24
- package/src/lib/errors/extendedCblError.js.map +1 -1
- package/src/lib/errors/failedToHydrate.js +1 -1
- package/src/lib/errors/failedToHydrate.js.map +1 -1
- package/src/lib/errors/failedToSerialize.d.ts.map +1 -1
- package/src/lib/errors/failedToSerialize.js +1 -1
- package/src/lib/errors/failedToSerialize.js.map +1 -1
- package/src/lib/errors/fecError.d.ts +5 -4
- package/src/lib/errors/fecError.d.ts.map +1 -1
- package/src/lib/errors/fecError.js +21 -20
- package/src/lib/errors/fecError.js.map +1 -1
- package/src/lib/errors/handleTupleError.d.ts +2 -2
- package/src/lib/errors/handleTupleError.d.ts.map +1 -1
- package/src/lib/errors/handleTupleError.js +4 -4
- package/src/lib/errors/handleTupleError.js.map +1 -1
- package/src/lib/errors/invalidBlockSize.js +1 -1
- package/src/lib/errors/invalidBlockSize.js.map +1 -1
- package/src/lib/errors/invalidBlockSizeLength.js +1 -1
- package/src/lib/errors/invalidBlockSizeLength.js.map +1 -1
- package/src/lib/errors/invalidCredentials.js +1 -1
- package/src/lib/errors/invalidCredentials.js.map +1 -1
- package/src/lib/errors/invalidIDFormat.js +1 -1
- package/src/lib/errors/invalidIDFormat.js.map +1 -1
- package/src/lib/errors/invalidSessionID.js +1 -1
- package/src/lib/errors/invalidSessionID.js.map +1 -1
- package/src/lib/errors/invalidTupleCount.js +1 -1
- package/src/lib/errors/invalidTupleCount.js.map +1 -1
- package/src/lib/errors/isolatedKeyError.d.ts +2 -2
- package/src/lib/errors/isolatedKeyError.d.ts.map +1 -1
- package/src/lib/errors/isolatedKeyError.js +6 -6
- package/src/lib/errors/isolatedKeyError.js.map +1 -1
- package/src/lib/errors/memberError.d.ts +4 -2
- package/src/lib/errors/memberError.d.ts.map +1 -1
- package/src/lib/errors/memberError.js +28 -26
- package/src/lib/errors/memberError.js.map +1 -1
- package/src/lib/errors/memoryTupleError.d.ts +2 -2
- package/src/lib/errors/memoryTupleError.d.ts.map +1 -1
- package/src/lib/errors/memoryTupleError.js +6 -6
- package/src/lib/errors/memoryTupleError.js.map +1 -1
- package/src/lib/errors/metadataMismatch.js +1 -1
- package/src/lib/errors/metadataMismatch.js.map +1 -1
- package/src/lib/errors/multiEncryptedError.d.ts +2 -2
- package/src/lib/errors/multiEncryptedError.d.ts.map +1 -1
- package/src/lib/errors/multiEncryptedError.js +10 -10
- package/src/lib/errors/multiEncryptedError.js.map +1 -1
- package/src/lib/errors/notImplemented.js +1 -1
- package/src/lib/errors/notImplemented.js.map +1 -1
- package/src/lib/errors/quorumError.d.ts +2 -2
- package/src/lib/errors/quorumError.d.ts.map +1 -1
- package/src/lib/errors/quorumError.js +7 -7
- package/src/lib/errors/quorumError.js.map +1 -1
- package/src/lib/errors/sealingError.d.ts +2 -2
- package/src/lib/errors/sealingError.d.ts.map +1 -1
- package/src/lib/errors/sealingError.js +8 -8
- package/src/lib/errors/sealingError.js.map +1 -1
- package/src/lib/errors/secureStorage.d.ts +4 -3
- package/src/lib/errors/secureStorage.d.ts.map +1 -1
- package/src/lib/errors/secureStorage.js +4 -4
- package/src/lib/errors/secureStorage.js.map +1 -1
- package/src/lib/errors/storeError.d.ts +2 -2
- package/src/lib/errors/storeError.d.ts.map +1 -1
- package/src/lib/errors/storeError.js +19 -19
- package/src/lib/errors/storeError.js.map +1 -1
- package/src/lib/errors/streamError.d.ts +2 -2
- package/src/lib/errors/streamError.d.ts.map +1 -1
- package/src/lib/errors/streamError.js +7 -7
- package/src/lib/errors/streamError.js.map +1 -1
- package/src/lib/errors/symmetricError.d.ts +4 -3
- package/src/lib/errors/symmetricError.d.ts.map +1 -1
- package/src/lib/errors/symmetricError.js +3 -3
- package/src/lib/errors/symmetricError.js.map +1 -1
- package/src/lib/errors/systemKeyringError.d.ts +2 -2
- package/src/lib/errors/systemKeyringError.d.ts.map +1 -1
- package/src/lib/errors/systemKeyringError.js +3 -3
- package/src/lib/errors/systemKeyringError.js.map +1 -1
- package/src/lib/errors/translatableBrightChainError.d.ts +8 -0
- package/src/lib/errors/translatableBrightChainError.d.ts.map +1 -0
- package/src/lib/errors/translatableBrightChainError.js +16 -0
- package/src/lib/errors/translatableBrightChainError.js.map +1 -0
- package/src/lib/errors/tupleError.d.ts +2 -2
- package/src/lib/errors/tupleError.d.ts.map +1 -1
- package/src/lib/errors/tupleError.js +12 -12
- package/src/lib/errors/tupleError.js.map +1 -1
- package/src/lib/errors/typedError.d.ts +2 -2
- package/src/lib/errors/typedError.d.ts.map +1 -1
- package/src/lib/errors/typedWithReasonError.d.ts +3 -3
- package/src/lib/errors/typedWithReasonError.d.ts.map +1 -1
- package/src/lib/errors/typedWithReasonError.js +7 -3
- package/src/lib/errors/typedWithReasonError.js.map +1 -1
- package/src/lib/errors/userNotFound.js +1 -1
- package/src/lib/errors/userNotFound.js.map +1 -1
- package/src/lib/errors/whitenedError.d.ts +2 -2
- package/src/lib/errors/whitenedError.d.ts.map +1 -1
- package/src/lib/errors/whitenedError.js +4 -4
- package/src/lib/errors/whitenedError.js.map +1 -1
- package/src/lib/i18n/index.d.ts +22 -22
- package/src/lib/i18n/index.d.ts.map +1 -1
- package/src/lib/i18n/index.js +135 -39
- package/src/lib/i18n/index.js.map +1 -1
- package/src/lib/i18n/strings/englishUK.d.ts +4 -0
- package/src/lib/i18n/strings/englishUK.d.ts.map +1 -0
- package/src/lib/i18n/strings/englishUK.js +20 -0
- package/src/lib/i18n/strings/englishUK.js.map +1 -0
- package/src/lib/i18n/strings/englishUs.d.ts +5 -0
- package/src/lib/i18n/strings/englishUs.d.ts.map +1 -0
- package/src/lib/i18n/strings/englishUs.js +617 -0
- package/src/lib/i18n/strings/englishUs.js.map +1 -0
- package/src/lib/i18n/strings/french.d.ts +4 -0
- package/src/lib/i18n/strings/french.d.ts.map +1 -0
- package/src/lib/i18n/strings/french.js +606 -0
- package/src/lib/i18n/strings/french.js.map +1 -0
- package/src/lib/i18n/strings/german.d.ts +4 -0
- package/src/lib/i18n/strings/german.d.ts.map +1 -0
- package/src/lib/i18n/strings/german.js +606 -0
- package/src/lib/i18n/strings/german.js.map +1 -0
- package/src/lib/i18n/strings/index.d.ts +9 -0
- package/src/lib/i18n/strings/index.d.ts.map +1 -0
- package/src/lib/i18n/strings/index.js +12 -0
- package/src/lib/i18n/strings/index.js.map +1 -0
- package/src/lib/i18n/strings/japanese.d.ts +4 -0
- package/src/lib/i18n/strings/japanese.d.ts.map +1 -0
- package/src/lib/i18n/strings/japanese.js +567 -0
- package/src/lib/i18n/strings/japanese.js.map +1 -0
- package/src/lib/i18n/strings/mandarin.d.ts +4 -0
- package/src/lib/i18n/strings/mandarin.d.ts.map +1 -0
- package/src/lib/i18n/strings/mandarin.js +606 -0
- package/src/lib/i18n/strings/mandarin.js.map +1 -0
- package/src/lib/i18n/strings/spanish.d.ts +4 -0
- package/src/lib/i18n/strings/spanish.d.ts.map +1 -0
- package/src/lib/i18n/strings/spanish.js +606 -0
- package/src/lib/i18n/strings/spanish.js.map +1 -0
- package/src/lib/i18n/strings/ukrainian.d.ts +4 -0
- package/src/lib/i18n/strings/ukrainian.d.ts.map +1 -0
- package/src/lib/i18n/strings/ukrainian.js +606 -0
- package/src/lib/i18n/strings/ukrainian.js.map +1 -0
- package/src/lib/index.d.ts +1 -5
- package/src/lib/index.d.ts.map +1 -1
- package/src/lib/index.js +0 -4
- package/src/lib/index.js.map +1 -1
- package/src/lib/init.d.ts.map +1 -1
- package/src/lib/init.js +6 -5
- package/src/lib/init.js.map +1 -1
- package/src/lib/interfaces/availability/locationRecord.d.ts.map +1 -1
- package/src/lib/interfaces/availability/locationRecord.js +26 -21
- package/src/lib/interfaces/availability/locationRecord.js.map +1 -1
- package/src/lib/interfaces/blocks/ephemeral.d.ts.map +1 -1
- package/src/lib/interfaces/walletSeed.d.ts +1 -1
- package/src/lib/interfaces/walletSeed.d.ts.map +1 -1
- package/src/lib/isolatedKeyModInverse.d.ts.map +1 -1
- package/src/lib/isolatedKeyModInverse.js +3 -1
- package/src/lib/isolatedKeyModInverse.js.map +1 -1
- package/src/lib/logging/blockLogger.d.ts.map +1 -1
- package/src/lib/logging/blockLogger.js +8 -3
- package/src/lib/logging/blockLogger.js.map +1 -1
- package/src/lib/primeTupleGeneratorStream.d.ts.map +1 -1
- package/src/lib/primeTupleGeneratorStream.js +7 -3
- package/src/lib/primeTupleGeneratorStream.js.map +1 -1
- package/src/lib/quorumDataRecord.d.ts.map +1 -1
- package/src/lib/quorumDataRecord.js +7 -5
- package/src/lib/quorumDataRecord.js.map +1 -1
- package/src/lib/schemas/member/memberSchema.d.ts.map +1 -1
- package/src/lib/schemas/member/memberSchema.js +11 -9
- package/src/lib/schemas/member/memberSchema.js.map +1 -1
- package/src/lib/schemas/messaging/messageMetadataSchema.d.ts.map +1 -1
- package/src/lib/schemas/messaging/messageMetadataSchema.js +8 -6
- package/src/lib/schemas/messaging/messageMetadataSchema.js.map +1 -1
- package/src/lib/schemas/network/networkDocumentSchema.js +5 -5
- package/src/lib/schemas/network/networkDocumentSchema.js.map +1 -1
- package/src/lib/schemas/quorumDocument.d.ts.map +1 -1
- package/src/lib/schemas/quorumDocument.js +7 -5
- package/src/lib/schemas/quorumDocument.js.map +1 -1
- package/src/lib/secureHeapStorage.d.ts.map +1 -1
- package/src/lib/secureHeapStorage.js +3 -1
- package/src/lib/secureHeapStorage.js.map +1 -1
- package/src/lib/security/dosProtectionValidator.d.ts.map +1 -1
- package/src/lib/security/dosProtectionValidator.js +17 -4
- package/src/lib/security/dosProtectionValidator.js.map +1 -1
- package/src/lib/security/rateLimiter.d.ts.map +1 -1
- package/src/lib/security/rateLimiter.js +3 -1
- package/src/lib/security/rateLimiter.js.map +1 -1
- package/src/lib/security/securityAuditLogger.d.ts.map +1 -1
- package/src/lib/security/securityAuditLogger.js +18 -6
- package/src/lib/security/securityAuditLogger.js.map +1 -1
- package/src/lib/services/blockFormatService.d.ts.map +1 -1
- package/src/lib/services/blockFormatService.js +11 -6
- package/src/lib/services/blockFormatService.js.map +1 -1
- package/src/lib/services/blockService.d.ts.map +1 -1
- package/src/lib/services/blockService.js +5 -3
- package/src/lib/services/blockService.js.map +1 -1
- package/src/lib/services/cblService.d.ts.map +1 -1
- package/src/lib/services/cblService.js +35 -21
- package/src/lib/services/cblService.js.map +1 -1
- package/src/lib/services/fec.service.d.ts.map +1 -1
- package/src/lib/services/fec.service.js +14 -4
- package/src/lib/services/fec.service.js.map +1 -1
- package/src/lib/services/globalServiceProvider.d.ts.map +1 -1
- package/src/lib/services/globalServiceProvider.js +5 -4
- package/src/lib/services/globalServiceProvider.js.map +1 -1
- package/src/lib/services/member/memberCblService.d.ts.map +1 -1
- package/src/lib/services/member/memberCblService.js +3 -1
- package/src/lib/services/member/memberCblService.js.map +1 -1
- package/src/lib/services/memberStore.d.ts.map +1 -1
- package/src/lib/services/memberStore.js +3 -1
- package/src/lib/services/memberStore.js.map +1 -1
- package/src/lib/services/messaging/deliveryTimeoutService.d.ts.map +1 -1
- package/src/lib/services/messaging/deliveryTimeoutService.js +6 -1
- package/src/lib/services/messaging/deliveryTimeoutService.js.map +1 -1
- package/src/lib/services/messaging/messageCBLService.d.ts.map +1 -1
- package/src/lib/services/messaging/messageCBLService.js +19 -7
- package/src/lib/services/messaging/messageCBLService.js.map +1 -1
- package/src/lib/services/messaging/messageEncryptionService.d.ts.map +1 -1
- package/src/lib/services/messaging/messageEncryptionService.js +16 -5
- package/src/lib/services/messaging/messageEncryptionService.js.map +1 -1
- package/src/lib/services/messaging/messageLogger.d.ts.map +1 -1
- package/src/lib/services/messaging/messageLogger.js +7 -5
- package/src/lib/services/messaging/messageLogger.js.map +1 -1
- package/src/lib/services/messaging/messageRouter.d.ts.map +1 -1
- package/src/lib/services/messaging/messageRouter.js +13 -5
- package/src/lib/services/messaging/messageRouter.js.map +1 -1
- package/src/lib/services/sealing.service.d.ts +8 -0
- package/src/lib/services/sealing.service.d.ts.map +1 -1
- package/src/lib/services/sealing.service.js +8 -0
- package/src/lib/services/sealing.service.js.map +1 -1
- package/src/lib/services/service.provider.d.ts.map +1 -1
- package/src/lib/services/service.provider.js +3 -1
- package/src/lib/services/service.provider.js.map +1 -1
- package/src/lib/services/serviceLocator.d.ts +1 -1
- package/src/lib/services/serviceLocator.d.ts.map +1 -1
- package/src/lib/services/serviceLocator.js +4 -2
- package/src/lib/services/serviceLocator.js.map +1 -1
- package/src/lib/services/tupleStorageService.d.ts.map +1 -1
- package/src/lib/services/tupleStorageService.js +6 -4
- package/src/lib/services/tupleStorageService.js.map +1 -1
- package/src/lib/services/xor.d.ts.map +1 -1
- package/src/lib/services/xor.js +10 -4
- package/src/lib/services/xor.js.map +1 -1
- package/src/lib/simpleBrightChain.d.ts.map +1 -1
- package/src/lib/simpleBrightChain.js +3 -1
- package/src/lib/simpleBrightChain.js.map +1 -1
- package/src/lib/stores/blockStoreAdapter.d.ts.map +1 -1
- package/src/lib/stores/blockStoreAdapter.js +3 -1
- package/src/lib/stores/blockStoreAdapter.js.map +1 -1
- package/src/lib/stores/memoryBlockStore.d.ts.map +1 -1
- package/src/lib/stores/memoryBlockStore.js +26 -18
- package/src/lib/stores/memoryBlockStore.js.map +1 -1
- package/src/lib/test/testMembers.d.ts.map +1 -1
- package/src/lib/test/testMembers.js +5 -3
- package/src/lib/test/testMembers.js.map +1 -1
- package/src/lib/types/checksum.d.ts.map +1 -1
- package/src/lib/types/checksum.js +11 -3
- package/src/lib/types/checksum.js.map +1 -1
- package/src/lib/utils/constantTime.d.ts +10 -2
- package/src/lib/utils/constantTime.d.ts.map +1 -1
- package/src/lib/utils/constantTime.js +24 -17
- package/src/lib/utils/constantTime.js.map +1 -1
- package/src/lib/utils/constantTimeXor.d.ts.map +1 -1
- package/src/lib/utils/constantTimeXor.js +13 -3
- package/src/lib/utils/constantTimeXor.js.map +1 -1
- package/src/lib/utils/dateUtils.d.ts.map +1 -1
- package/src/lib/utils/dateUtils.js +15 -5
- package/src/lib/utils/dateUtils.js.map +1 -1
- package/src/lib/utils/typeGuards.d.ts.map +1 -1
- package/src/lib/utils/typeGuards.js +26 -21
- package/src/lib/utils/typeGuards.js.map +1 -1
- package/src/lib/utils/validator.d.ts.map +1 -1
- package/src/lib/utils/validator.js +22 -8
- package/src/lib/utils/validator.js.map +1 -1
- package/src/lib/utils/xorUtils.d.ts.map +1 -1
- package/src/lib/utils/xorUtils.js +13 -3
- package/src/lib/utils/xorUtils.js.map +1 -1
- package/src/lib/strings/englishUs.d.ts +0 -4
- package/src/lib/strings/englishUs.d.ts.map +0 -1
- package/src/lib/strings/englishUs.js +0 -427
- package/src/lib/strings/englishUs.js.map +0 -1
- package/src/lib/strings/index.d.ts +0 -2
- package/src/lib/strings/index.d.ts.map +0 -1
- package/src/lib/strings/index.js +0 -5
- package/src/lib/strings/index.js.map +0 -1
- package/src/lib/strings.d.ts +0 -3
- package/src/lib/strings.d.ts.map +0 -1
- package/src/lib/strings.js +0 -8
- package/src/lib/strings.js.map +0 -1
|
@@ -0,0 +1,606 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FrenchStrings = void 0;
|
|
4
|
+
const brightChainStrings_1 = require("../../enumerations/brightChainStrings");
|
|
5
|
+
exports.FrenchStrings = {
|
|
6
|
+
// UI Strings
|
|
7
|
+
[brightChainStrings_1.BrightChainStrings.Common_BlockSize]: 'Taille de bloc',
|
|
8
|
+
[brightChainStrings_1.BrightChainStrings.Common_AtIndexTemplate]: "{OPERATION} à l'index {INDEX}",
|
|
9
|
+
[brightChainStrings_1.BrightChainStrings.ChangePassword_Success]: 'Mot de passe modifié avec succès.',
|
|
10
|
+
[brightChainStrings_1.BrightChainStrings.Common_Site]: 'BrightChain',
|
|
11
|
+
[brightChainStrings_1.BrightChainStrings.ForgotPassword_Title]: 'Mot de passe oublié',
|
|
12
|
+
[brightChainStrings_1.BrightChainStrings.Register_Button]: "S'inscrire",
|
|
13
|
+
[brightChainStrings_1.BrightChainStrings.Register_Error]: "Une erreur s'est produite lors de l'inscription.",
|
|
14
|
+
[brightChainStrings_1.BrightChainStrings.Register_Success]: 'Inscription réussie.',
|
|
15
|
+
// Block Handle Errors
|
|
16
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockHandle_BlockConstructorMustBeValid]: 'blockConstructor doit être une fonction constructeur valide',
|
|
17
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockHandle_BlockSizeRequired]: 'blockSize est requis',
|
|
18
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockHandle_DataMustBeUint8Array]: 'data doit être un Uint8Array',
|
|
19
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockHandle_ChecksumMustBeChecksum]: 'checksum doit être un Checksum',
|
|
20
|
+
// Block Handle Tuple Errors
|
|
21
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockHandleTuple_FailedToLoadBlockTemplate]: 'Impossible de charger le bloc {CHECKSUM} : {ERROR}',
|
|
22
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockHandleTuple_FailedToStoreXorResultTemplate]: 'Échec du stockage du résultat XOR : {ERROR}',
|
|
23
|
+
// Block Access Errors
|
|
24
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockAccess_Template]: "Impossible d'accéder au bloc : {REASON}",
|
|
25
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockAccessError_BlockAlreadyExists]: 'Le fichier bloc existe déjà',
|
|
26
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockAccessError_BlockIsNotPersistable]: "Le bloc n'est pas persistable",
|
|
27
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockAccessError_BlockIsNotReadable]: "Le bloc n'est pas lisible",
|
|
28
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockAccessError_BlockFileNotFoundTemplate]: 'Fichier bloc non trouvé : {FILE}',
|
|
29
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockAccess_CBLCannotBeEncrypted]: 'Le bloc CBL ne peut pas être chiffré',
|
|
30
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockAccessError_CreatorMustBeProvided]: 'Le créateur doit être fourni pour la validation de la signature',
|
|
31
|
+
[brightChainStrings_1.BrightChainStrings.Error_Block_CannotBeDecrypted]: 'Le bloc ne peut pas être déchiffré',
|
|
32
|
+
[brightChainStrings_1.BrightChainStrings.Error_Block_CannotBeEncrypted]: 'Le bloc ne peut pas être chiffré',
|
|
33
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockCapacity_Template]: 'Capacité du bloc dépassée. Taille du bloc : ({BLOCK_SIZE}), Données : ({DATA_SIZE})',
|
|
34
|
+
// Block Metadata Errors
|
|
35
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockMetadata_Template]: 'Erreur de métadonnées du bloc : {REASON}',
|
|
36
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockMetadataError_CreatorIdMismatch]: "Incompatibilité de l'ID du créateur",
|
|
37
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockMetadataError_CreatorRequired]: 'Le créateur est requis',
|
|
38
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockMetadataError_EncryptorRequired]: "L'encrypteur est requis",
|
|
39
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockMetadataError_InvalidBlockMetadata]: 'Métadonnées de bloc invalides',
|
|
40
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockMetadataError_InvalidBlockMetadataTemplate]: 'Métadonnées de bloc invalides : {REASON}',
|
|
41
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockMetadataError_MetadataRequired]: 'Les métadonnées sont requises',
|
|
42
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockMetadataError_MissingRequiredMetadata]: 'Champs de métadonnées requis manquants',
|
|
43
|
+
// Block Capacity Errors
|
|
44
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockCapacity_InvalidBlockSize]: 'Taille de bloc invalide',
|
|
45
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockCapacity_InvalidBlockType]: 'Type de bloc invalide',
|
|
46
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockCapacity_CapacityExceeded]: 'Capacité dépassée',
|
|
47
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockCapacity_InvalidFileName]: 'Nom de fichier invalide',
|
|
48
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockCapacity_InvalidMimetype]: 'Type MIME invalide',
|
|
49
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockCapacity_InvalidRecipientCount]: 'Nombre de destinataires invalide',
|
|
50
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockCapacity_InvalidExtendedCblData]: 'Données CBL étendues invalides',
|
|
51
|
+
// Block Validation Errors
|
|
52
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockValidationError_Template]: 'La validation du bloc a échoué : {REASON}',
|
|
53
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockValidationError_ActualDataLengthUnknown]: 'La longueur réelle des données est inconnue',
|
|
54
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockValidationError_AddressCountExceedsCapacity]: "Le nombre d'adresses dépasse la capacité du bloc",
|
|
55
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockValidationError_BlockDataNotBuffer]: 'Block.data doit être un tampon',
|
|
56
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockValidationError_BlockSizeNegative]: 'La taille du bloc doit être un nombre positif',
|
|
57
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockValidationError_CreatorIDMismatch]: "Incompatibilité de l'ID du créateur",
|
|
58
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockValidationError_DataBufferIsTruncated]: 'Le tampon de données est tronqué',
|
|
59
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockValidationError_DataCannotBeEmpty]: 'Les données ne peuvent pas être vides',
|
|
60
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockValidationError_DataLengthExceedsCapacity]: 'La longueur des données dépasse la capacité du bloc',
|
|
61
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockValidationError_DataLengthTooShort]: "Données trop courtes pour contenir l'en-tête de chiffrement",
|
|
62
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockValidationError_DataLengthTooShortForCBLHeader]: "Données trop courtes pour l'en-tête CBL",
|
|
63
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockValidationError_DataLengthTooShortForEncryptedCBL]: 'Données trop courtes pour le CBL chiffré',
|
|
64
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockValidationError_EphemeralBlockOnlySupportsBufferData]: 'EphemeralBlock ne prend en charge que les données Buffer',
|
|
65
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockValidationError_FutureCreationDate]: 'La date de création du bloc ne peut pas être dans le futur',
|
|
66
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockValidationError_InvalidAddressLengthTemplate]: "Longueur d'adresse invalide à l'index {INDEX} : {LENGTH}, attendu : {EXPECTED_LENGTH}",
|
|
67
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockValidationError_InvalidAuthTagLength]: "Longueur de balise d'authentification invalide",
|
|
68
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockValidationError_InvalidBlockTypeTemplate]: 'Type de bloc invalide : {TYPE}',
|
|
69
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockValidationError_InvalidCBLAddressCount]: "Le nombre d'adresses CBL doit être un multiple de TupleSize",
|
|
70
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockValidationError_InvalidCBLDataLength]: 'Longueur de données CBL invalide',
|
|
71
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockValidationError_InvalidDateCreated]: 'Date de création invalide',
|
|
72
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockValidationError_InvalidEncryptionHeaderLength]: "Longueur de l'en-tête de chiffrement invalide",
|
|
73
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockValidationError_InvalidEphemeralPublicKeyLength]: 'Longueur de clé publique éphémère invalide',
|
|
74
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockValidationError_InvalidIVLength]: 'Longueur IV invalide',
|
|
75
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockValidationError_InvalidSignature]: 'Signature invalide fournie',
|
|
76
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockValidationError_InvalidRecipientIds]: 'Identifiants de destinataires invalides',
|
|
77
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockValidationError_InvalidTupleSizeTemplate]: 'La taille du tuple doit être comprise entre {TUPLE_MIN_SIZE} et {TUPLE_MAX_SIZE}',
|
|
78
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockValidationError_MethodMustBeImplementedByDerivedClass]: 'La méthode doit être implémentée par la classe dérivée',
|
|
79
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockValidationError_NoChecksum]: "Aucune somme de contrôle n'a été fournie",
|
|
80
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockValidationError_OriginalDataLengthNegative]: 'La longueur des données originales ne peut pas être négative',
|
|
81
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockValidationError_InvalidEncryptionType]: 'Type de chiffrement invalide',
|
|
82
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockValidationError_InvalidRecipientCount]: 'Nombre de destinataires invalide',
|
|
83
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockValidationError_InvalidRecipientKeys]: 'Clés de destinataires invalides',
|
|
84
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockValidationError_EncryptionRecipientNotFoundInRecipients]: 'Destinataire de chiffrement non trouvé dans les destinataires',
|
|
85
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockValidationError_EncryptionRecipientHasNoPrivateKey]: "Le destinataire de chiffrement n'a pas de clé privée",
|
|
86
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockValidationError_InvalidCreator]: 'Créateur invalide',
|
|
87
|
+
[brightChainStrings_1.BrightChainStrings.Error_BufferError_InvalidBufferTypeTemplate]: 'Type de tampon invalide. Attendu Buffer, obtenu : {TYPE}',
|
|
88
|
+
[brightChainStrings_1.BrightChainStrings.Error_Checksum_MismatchTemplate]: 'Incompatibilité de somme de contrôle : attendu {EXPECTED}, obtenu {CHECKSUM}',
|
|
89
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockSize_InvalidTemplate]: 'Taille de bloc invalide : {BLOCK_SIZE}',
|
|
90
|
+
[brightChainStrings_1.BrightChainStrings.Error_Credentials_Invalid]: "Informations d'identification invalides.",
|
|
91
|
+
// Isolated Key Errors
|
|
92
|
+
[brightChainStrings_1.BrightChainStrings.Error_IsolatedKeyError_InvalidPublicKey]: 'Clé publique invalide : doit être une clé isolée',
|
|
93
|
+
[brightChainStrings_1.BrightChainStrings.Error_IsolatedKeyError_InvalidKeyId]: "Violation de l'isolation des clés : ID de clé invalide",
|
|
94
|
+
[brightChainStrings_1.BrightChainStrings.Error_IsolatedKeyError_InvalidKeyFormat]: 'Format de clé invalide',
|
|
95
|
+
[brightChainStrings_1.BrightChainStrings.Error_IsolatedKeyError_InvalidKeyLength]: 'Longueur de clé invalide',
|
|
96
|
+
[brightChainStrings_1.BrightChainStrings.Error_IsolatedKeyError_InvalidKeyType]: 'Type de clé invalide',
|
|
97
|
+
[brightChainStrings_1.BrightChainStrings.Error_IsolatedKeyError_KeyIsolationViolation]: "Violation de l'isolation des clés : textes chiffrés provenant de différentes instances de clés",
|
|
98
|
+
// Block Service Errors
|
|
99
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockServiceError_BlockWhitenerCountMismatch]: 'Le nombre de blocs et de blanchisseurs doit être identique',
|
|
100
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockServiceError_EmptyBlocksArray]: 'Le tableau de blocs ne doit pas être vide',
|
|
101
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockServiceError_BlockSizeMismatch]: 'Tous les blocs doivent avoir la même taille de bloc',
|
|
102
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockServiceError_NoWhitenersProvided]: 'Aucun blanchisseur fourni',
|
|
103
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockServiceError_AlreadyInitialized]: 'Le sous-système BlockService est déjà initialisé',
|
|
104
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockServiceError_Uninitialized]: "Le sous-système BlockService n'est pas initialisé",
|
|
105
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockServiceError_BlockAlreadyExistsTemplate]: 'Le bloc existe déjà : {ID}',
|
|
106
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockServiceError_RecipientRequiredForEncryption]: 'Un destinataire est requis pour le chiffrement',
|
|
107
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockServiceError_CannotDetermineFileLength]: 'Impossible de déterminer la longueur du fichier',
|
|
108
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockServiceError_CannotDetermineBlockSize]: 'Impossible de déterminer la taille du bloc',
|
|
109
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockServiceError_CannotDetermineFileName]: 'Impossible de déterminer le nom du fichier',
|
|
110
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockServiceError_CannotDetermineMimeType]: 'Impossible de déterminer le type MIME',
|
|
111
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockServiceError_FilePathNotProvided]: 'Chemin du fichier non fourni',
|
|
112
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockServiceError_UnableToDetermineBlockSize]: 'Impossible de déterminer la taille du bloc',
|
|
113
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockServiceError_InvalidBlockData]: 'Données de bloc invalides',
|
|
114
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockServiceError_InvalidBlockType]: 'Type de bloc invalide',
|
|
115
|
+
// Quorum Errors
|
|
116
|
+
[brightChainStrings_1.BrightChainStrings.Error_QuorumError_InvalidQuorumId]: 'ID de quorum invalide',
|
|
117
|
+
[brightChainStrings_1.BrightChainStrings.Error_QuorumError_DocumentNotFound]: 'Document non trouvé',
|
|
118
|
+
[brightChainStrings_1.BrightChainStrings.Error_QuorumError_UnableToRestoreDocument]: 'Impossible de restaurer le document',
|
|
119
|
+
[brightChainStrings_1.BrightChainStrings.Error_QuorumError_NotImplemented]: 'Non implémenté',
|
|
120
|
+
[brightChainStrings_1.BrightChainStrings.Error_QuorumError_Uninitialized]: "Le sous-système Quorum n'est pas initialisé",
|
|
121
|
+
[brightChainStrings_1.BrightChainStrings.Error_QuorumError_MemberNotFound]: 'Membre non trouvé',
|
|
122
|
+
[brightChainStrings_1.BrightChainStrings.Error_QuorumError_NotEnoughMembers]: "Pas assez de membres pour l'opération de quorum",
|
|
123
|
+
// System Keyring Errors
|
|
124
|
+
[brightChainStrings_1.BrightChainStrings.Error_SystemKeyringError_KeyNotFoundTemplate]: 'Clé {KEY} non trouvée',
|
|
125
|
+
[brightChainStrings_1.BrightChainStrings.Error_SystemKeyringError_RateLimitExceeded]: 'Limite de débit dépassée',
|
|
126
|
+
// FEC Errors
|
|
127
|
+
[brightChainStrings_1.BrightChainStrings.Error_FecError_InputBlockRequired]: "Le bloc d'entrée est requis",
|
|
128
|
+
[brightChainStrings_1.BrightChainStrings.Error_FecError_DamagedBlockRequired]: 'Le bloc endommagé est requis',
|
|
129
|
+
[brightChainStrings_1.BrightChainStrings.Error_FecError_ParityBlocksRequired]: 'Les blocs de parité sont requis',
|
|
130
|
+
[brightChainStrings_1.BrightChainStrings.Error_FecError_InvalidParityBlockSizeTemplate]: 'Taille de bloc de parité invalide : attendu {EXPECTED_SIZE}, obtenu {ACTUAL_SIZE}',
|
|
131
|
+
[brightChainStrings_1.BrightChainStrings.Error_FecError_InvalidRecoveredBlockSizeTemplate]: 'Taille de bloc récupéré invalide : attendu {EXPECTED_SIZE}, obtenu {ACTUAL_SIZE}',
|
|
132
|
+
[brightChainStrings_1.BrightChainStrings.Error_FecError_InputDataMustBeBuffer]: "Les données d'entrée doivent être un Buffer",
|
|
133
|
+
[brightChainStrings_1.BrightChainStrings.Error_FecError_BlockSizeMismatch]: 'Les tailles de bloc doivent correspondre',
|
|
134
|
+
[brightChainStrings_1.BrightChainStrings.Error_FecError_DamagedBlockDataMustBeBuffer]: 'Les données du bloc endommagé doivent être un Buffer',
|
|
135
|
+
[brightChainStrings_1.BrightChainStrings.Error_FecError_ParityBlockDataMustBeBuffer]: 'Les données du bloc de parité doivent être un Buffer',
|
|
136
|
+
// ECIES Errors
|
|
137
|
+
[brightChainStrings_1.BrightChainStrings.Error_EciesError_InvalidBlockType]: "Type de bloc invalide pour l'opération ECIES",
|
|
138
|
+
// Voting Derivation Errors
|
|
139
|
+
[brightChainStrings_1.BrightChainStrings.Error_VotingDerivationError_FailedToGeneratePrime]: 'Échec de la génération du nombre premier après le nombre maximum de tentatives',
|
|
140
|
+
[brightChainStrings_1.BrightChainStrings.Error_VotingDerivationError_IdenticalPrimes]: 'Nombres premiers identiques générés',
|
|
141
|
+
[brightChainStrings_1.BrightChainStrings.Error_VotingDerivationError_KeyPairTooSmallTemplate]: 'Paire de clés générée trop petite : {ACTUAL_BITS} bits < {REQUIRED_BITS} bits',
|
|
142
|
+
[brightChainStrings_1.BrightChainStrings.Error_VotingDerivationError_KeyPairValidationFailed]: 'La validation de la paire de clés a échoué',
|
|
143
|
+
[brightChainStrings_1.BrightChainStrings.Error_VotingDerivationError_ModularInverseDoesNotExist]: "L'inverse modulaire multiplicatif n'existe pas",
|
|
144
|
+
[brightChainStrings_1.BrightChainStrings.Error_VotingDerivationError_PrivateKeyMustBeBuffer]: 'La clé privée doit être un Buffer',
|
|
145
|
+
[brightChainStrings_1.BrightChainStrings.Error_VotingDerivationError_PublicKeyMustBeBuffer]: 'La clé publique doit être un Buffer',
|
|
146
|
+
[brightChainStrings_1.BrightChainStrings.Error_VotingDerivationError_InvalidPublicKeyFormat]: 'Format de clé publique invalide',
|
|
147
|
+
[brightChainStrings_1.BrightChainStrings.Error_VotingDerivationError_InvalidEcdhKeyPair]: 'Paire de clés ECDH invalide',
|
|
148
|
+
[brightChainStrings_1.BrightChainStrings.Error_VotingDerivationError_FailedToDeriveVotingKeysTemplate]: 'Échec de la dérivation des clés de vote : {ERROR}',
|
|
149
|
+
// Voting Errors
|
|
150
|
+
[brightChainStrings_1.BrightChainStrings.Error_VotingError_InvalidKeyPairPublicKeyNotIsolated]: 'Paire de clés invalide : la clé publique doit être isolée',
|
|
151
|
+
[brightChainStrings_1.BrightChainStrings.Error_VotingError_InvalidKeyPairPrivateKeyNotIsolated]: 'Paire de clés invalide : la clé privée doit être isolée',
|
|
152
|
+
[brightChainStrings_1.BrightChainStrings.Error_VotingError_InvalidPublicKeyNotIsolated]: 'Clé publique invalide : doit être une clé isolée',
|
|
153
|
+
[brightChainStrings_1.BrightChainStrings.Error_VotingError_InvalidPublicKeyBufferTooShort]: 'Tampon de clé publique invalide : trop court',
|
|
154
|
+
[brightChainStrings_1.BrightChainStrings.Error_VotingError_InvalidPublicKeyBufferWrongMagic]: 'Tampon de clé publique invalide : magic incorrect',
|
|
155
|
+
[brightChainStrings_1.BrightChainStrings.Error_VotingError_UnsupportedPublicKeyVersion]: 'Version de clé publique non prise en charge',
|
|
156
|
+
[brightChainStrings_1.BrightChainStrings.Error_VotingError_InvalidPublicKeyBufferIncompleteN]: 'Tampon de clé publique invalide : valeur n incomplète',
|
|
157
|
+
[brightChainStrings_1.BrightChainStrings.Error_VotingError_InvalidPublicKeyBufferFailedToParseNTemplate]: "Tampon de clé publique invalide : échec de l'analyse de n : {ERROR}",
|
|
158
|
+
[brightChainStrings_1.BrightChainStrings.Error_VotingError_InvalidPublicKeyIdMismatch]: "Clé publique invalide : incompatibilité de l'ID de clé",
|
|
159
|
+
[brightChainStrings_1.BrightChainStrings.Error_VotingError_ModularInverseDoesNotExist]: "L'inverse modulaire multiplicatif n'existe pas",
|
|
160
|
+
[brightChainStrings_1.BrightChainStrings.Error_VotingError_PrivateKeyMustBeBuffer]: 'La clé privée doit être un Buffer',
|
|
161
|
+
[brightChainStrings_1.BrightChainStrings.Error_VotingError_PublicKeyMustBeBuffer]: 'La clé publique doit être un Buffer',
|
|
162
|
+
[brightChainStrings_1.BrightChainStrings.Error_VotingError_InvalidPublicKeyFormat]: 'Format de clé publique invalide',
|
|
163
|
+
[brightChainStrings_1.BrightChainStrings.Error_VotingError_InvalidEcdhKeyPair]: 'Paire de clés ECDH invalide',
|
|
164
|
+
[brightChainStrings_1.BrightChainStrings.Error_VotingError_FailedToDeriveVotingKeysTemplate]: 'Échec de la dérivation des clés de vote : {ERROR}',
|
|
165
|
+
[brightChainStrings_1.BrightChainStrings.Error_VotingError_FailedToGeneratePrime]: 'Échec de la génération du nombre premier après le nombre maximum de tentatives',
|
|
166
|
+
[brightChainStrings_1.BrightChainStrings.Error_VotingError_IdenticalPrimes]: 'Nombres premiers identiques générés',
|
|
167
|
+
[brightChainStrings_1.BrightChainStrings.Error_VotingError_KeyPairTooSmallTemplate]: 'Paire de clés générée trop petite : {ACTUAL_BITS} bits < {REQUIRED_BITS} bits',
|
|
168
|
+
[brightChainStrings_1.BrightChainStrings.Error_VotingError_KeyPairValidationFailed]: 'La validation de la paire de clés a échoué',
|
|
169
|
+
[brightChainStrings_1.BrightChainStrings.Error_VotingError_InvalidVotingKey]: 'Clé de vote invalide',
|
|
170
|
+
[brightChainStrings_1.BrightChainStrings.Error_VotingError_InvalidKeyPair]: 'Paire de clés invalide',
|
|
171
|
+
[brightChainStrings_1.BrightChainStrings.Error_VotingError_InvalidPublicKey]: 'Clé publique invalide',
|
|
172
|
+
[brightChainStrings_1.BrightChainStrings.Error_VotingError_InvalidPrivateKey]: 'Clé privée invalide',
|
|
173
|
+
[brightChainStrings_1.BrightChainStrings.Error_VotingError_InvalidEncryptedKey]: 'Clé chiffrée invalide',
|
|
174
|
+
[brightChainStrings_1.BrightChainStrings.Error_VotingError_InvalidPrivateKeyBufferTooShort]: 'Tampon de clé privée invalide : trop court',
|
|
175
|
+
[brightChainStrings_1.BrightChainStrings.Error_VotingError_InvalidPrivateKeyBufferWrongMagic]: 'Tampon de clé privée invalide : magic incorrect',
|
|
176
|
+
[brightChainStrings_1.BrightChainStrings.Error_VotingError_UnsupportedPrivateKeyVersion]: 'Version de clé privée non prise en charge',
|
|
177
|
+
[brightChainStrings_1.BrightChainStrings.Error_VotingError_InvalidPrivateKeyBufferIncompleteLambda]: 'Tampon de clé privée invalide : lambda incomplet',
|
|
178
|
+
[brightChainStrings_1.BrightChainStrings.Error_VotingError_InvalidPrivateKeyBufferIncompleteMuLength]: 'Tampon de clé privée invalide : longueur mu incomplète',
|
|
179
|
+
[brightChainStrings_1.BrightChainStrings.Error_VotingError_InvalidPrivateKeyBufferIncompleteMu]: 'Tampon de clé privée invalide : mu incomplet',
|
|
180
|
+
[brightChainStrings_1.BrightChainStrings.Error_VotingError_InvalidPrivateKeyBufferFailedToParse]: "Tampon de clé privée invalide : échec de l'analyse",
|
|
181
|
+
[brightChainStrings_1.BrightChainStrings.Error_VotingError_InvalidPrivateKeyBufferFailedToCreate]: 'Tampon de clé privée invalide : échec de la création',
|
|
182
|
+
// Store Errors
|
|
183
|
+
[brightChainStrings_1.BrightChainStrings.Error_StoreError_InvalidBlockMetadataTemplate]: 'Métadonnées de bloc invalides : {ERROR}',
|
|
184
|
+
[brightChainStrings_1.BrightChainStrings.Error_StoreError_KeyNotFoundTemplate]: 'Clé non trouvée : {KEY}',
|
|
185
|
+
[brightChainStrings_1.BrightChainStrings.Error_StoreError_StorePathRequired]: 'Le chemin de stockage est requis',
|
|
186
|
+
[brightChainStrings_1.BrightChainStrings.Error_StoreError_StorePathNotFound]: 'Chemin de stockage non trouvé',
|
|
187
|
+
[brightChainStrings_1.BrightChainStrings.Error_StoreError_BlockSizeRequired]: 'La taille du bloc est requise',
|
|
188
|
+
[brightChainStrings_1.BrightChainStrings.Error_StoreError_BlockIdRequired]: "L'ID du bloc est requis",
|
|
189
|
+
[brightChainStrings_1.BrightChainStrings.Error_StoreError_InvalidBlockIdTooShort]: 'ID de bloc invalide : trop court',
|
|
190
|
+
[brightChainStrings_1.BrightChainStrings.Error_StoreError_BlockFileSizeMismatch]: 'Incompatibilité de taille de fichier bloc',
|
|
191
|
+
[brightChainStrings_1.BrightChainStrings.Error_StoreError_BlockValidationFailed]: 'La validation du bloc a échoué',
|
|
192
|
+
[brightChainStrings_1.BrightChainStrings.Error_StoreError_BlockPathAlreadyExistsTemplate]: 'Le chemin du bloc {PATH} existe déjà',
|
|
193
|
+
[brightChainStrings_1.BrightChainStrings.Error_StoreError_BlockAlreadyExists]: 'Le bloc existe déjà',
|
|
194
|
+
[brightChainStrings_1.BrightChainStrings.Error_StoreError_NoBlocksProvided]: 'Aucun bloc fourni',
|
|
195
|
+
[brightChainStrings_1.BrightChainStrings.Error_StoreError_CannotStoreEphemeralData]: 'Impossible de stocker des données structurées éphémères',
|
|
196
|
+
[brightChainStrings_1.BrightChainStrings.Error_StoreError_BlockIdMismatchTemplate]: "La clé {KEY} ne correspond pas à l'ID du bloc {BLOCK_ID}",
|
|
197
|
+
[brightChainStrings_1.BrightChainStrings.Error_StoreError_BlockSizeMismatch]: 'La taille du bloc ne correspond pas à la taille du bloc du magasin',
|
|
198
|
+
[brightChainStrings_1.BrightChainStrings.Error_StoreError_BlockDirectoryCreationFailedTemplate]: 'Échec de la création du répertoire de bloc : {ERROR}',
|
|
199
|
+
[brightChainStrings_1.BrightChainStrings.Error_StoreError_BlockDeletionFailedTemplate]: 'Échec de la suppression du bloc : {ERROR}',
|
|
200
|
+
[brightChainStrings_1.BrightChainStrings.Error_StoreError_NotImplemented]: 'Opération non implémentée',
|
|
201
|
+
[brightChainStrings_1.BrightChainStrings.Error_StoreError_InsufficientRandomBlocksTemplate]: 'Blocs aléatoires insuffisants disponibles : demandé {REQUESTED}, disponible {AVAILABLE}',
|
|
202
|
+
// Sealing Errors
|
|
203
|
+
[brightChainStrings_1.BrightChainStrings.Error_SealingError_MissingPrivateKeys]: "Tous les membres n'ont pas leurs clés privées chargées",
|
|
204
|
+
[brightChainStrings_1.BrightChainStrings.Error_SealingError_MemberNotFound]: 'Membre non trouvé',
|
|
205
|
+
[brightChainStrings_1.BrightChainStrings.Error_SealingError_TooManyMembersToUnlock]: 'Trop de membres pour déverrouiller le document',
|
|
206
|
+
[brightChainStrings_1.BrightChainStrings.Error_SealingError_NotEnoughMembersToUnlock]: 'Pas assez de membres pour déverrouiller le document',
|
|
207
|
+
[brightChainStrings_1.BrightChainStrings.Error_SealingError_EncryptedShareNotFound]: 'Part chiffrée non trouvée',
|
|
208
|
+
[brightChainStrings_1.BrightChainStrings.Error_SealingError_InvalidBitRange]: 'Les bits doivent être compris entre 3 et 20',
|
|
209
|
+
[brightChainStrings_1.BrightChainStrings.Error_SealingError_InvalidMemberArray]: 'amongstMembers doit être un tableau de Member',
|
|
210
|
+
[brightChainStrings_1.BrightChainStrings.Error_SealingError_FailedToSealTemplate]: 'Échec du scellement du document : {ERROR}',
|
|
211
|
+
// CBL Errors
|
|
212
|
+
[brightChainStrings_1.BrightChainStrings.Error_CblError_BlockNotReadable]: 'Le bloc ne peut pas être lu',
|
|
213
|
+
[brightChainStrings_1.BrightChainStrings.Error_CblError_CblRequired]: 'CBL est requis',
|
|
214
|
+
[brightChainStrings_1.BrightChainStrings.Error_CblError_WhitenedBlockFunctionRequired]: 'La fonction getWhitenedBlock est requise',
|
|
215
|
+
[brightChainStrings_1.BrightChainStrings.Error_CblError_FailedToLoadBlock]: 'Échec du chargement du bloc',
|
|
216
|
+
[brightChainStrings_1.BrightChainStrings.Error_CblError_ExpectedEncryptedDataBlock]: 'Bloc de données chiffré attendu',
|
|
217
|
+
[brightChainStrings_1.BrightChainStrings.Error_CblError_ExpectedOwnedDataBlock]: 'Bloc de données propriétaire attendu',
|
|
218
|
+
[brightChainStrings_1.BrightChainStrings.Error_CblError_InvalidStructure]: 'Structure CBL invalide',
|
|
219
|
+
[brightChainStrings_1.BrightChainStrings.Error_CblError_CreatorUndefined]: 'Le créateur ne peut pas être undefined',
|
|
220
|
+
[brightChainStrings_1.BrightChainStrings.Error_CblError_CreatorRequiredForSignature]: 'Le créateur est requis pour la validation de la signature',
|
|
221
|
+
[brightChainStrings_1.BrightChainStrings.Error_CblError_InvalidCreatorId]: 'ID de créateur invalide',
|
|
222
|
+
[brightChainStrings_1.BrightChainStrings.Error_CblError_FileNameRequired]: 'Le nom de fichier est requis',
|
|
223
|
+
[brightChainStrings_1.BrightChainStrings.Error_CblError_FileNameEmpty]: 'Le nom de fichier ne peut pas être vide',
|
|
224
|
+
[brightChainStrings_1.BrightChainStrings.Error_CblError_FileNameWhitespace]: 'Le nom de fichier ne peut pas commencer ou se terminer par des espaces',
|
|
225
|
+
[brightChainStrings_1.BrightChainStrings.Error_CblError_FileNameInvalidChar]: 'Le nom de fichier contient un caractère invalide',
|
|
226
|
+
[brightChainStrings_1.BrightChainStrings.Error_CblError_FileNameControlChars]: 'Le nom de fichier contient des caractères de contrôle',
|
|
227
|
+
[brightChainStrings_1.BrightChainStrings.Error_CblError_FileNamePathTraversal]: 'Le nom de fichier ne peut pas contenir de traversée de chemin',
|
|
228
|
+
[brightChainStrings_1.BrightChainStrings.Error_CblError_MimeTypeRequired]: 'Le type MIME est requis',
|
|
229
|
+
[brightChainStrings_1.BrightChainStrings.Error_CblError_MimeTypeEmpty]: 'Le type MIME ne peut pas être vide',
|
|
230
|
+
[brightChainStrings_1.BrightChainStrings.Error_CblError_MimeTypeWhitespace]: 'Le type MIME ne peut pas commencer ou se terminer par des espaces',
|
|
231
|
+
[brightChainStrings_1.BrightChainStrings.Error_CblError_MimeTypeLowercase]: 'Le type MIME doit être en minuscules',
|
|
232
|
+
[brightChainStrings_1.BrightChainStrings.Error_CblError_MimeTypeInvalidFormat]: 'Format de type MIME invalide',
|
|
233
|
+
[brightChainStrings_1.BrightChainStrings.Error_CblError_InvalidBlockSize]: 'Taille de bloc invalide',
|
|
234
|
+
[brightChainStrings_1.BrightChainStrings.Error_CblError_MetadataSizeExceeded]: 'La taille des métadonnées dépasse la taille maximale autorisée',
|
|
235
|
+
[brightChainStrings_1.BrightChainStrings.Error_CblError_MetadataSizeNegative]: 'La taille totale des métadonnées ne peut pas être négative',
|
|
236
|
+
[brightChainStrings_1.BrightChainStrings.Error_CblError_InvalidMetadataBuffer]: 'Tampon de métadonnées invalide',
|
|
237
|
+
[brightChainStrings_1.BrightChainStrings.Error_CblError_CreationFailedTemplate]: 'Échec de la création du bloc CBL : {ERROR}',
|
|
238
|
+
[brightChainStrings_1.BrightChainStrings.Error_CblError_InsufficientCapacityTemplate]: 'La taille du bloc ({BLOCK_SIZE}) est trop petite pour contenir les données CBL ({DATA_SIZE})',
|
|
239
|
+
[brightChainStrings_1.BrightChainStrings.Error_CblError_NotExtendedCbl]: "N'est pas un CBL étendu",
|
|
240
|
+
[brightChainStrings_1.BrightChainStrings.Error_CblError_InvalidSignature]: 'Signature CBL invalide',
|
|
241
|
+
[brightChainStrings_1.BrightChainStrings.Error_CblError_CreatorIdMismatch]: "Incompatibilité de l'ID du créateur",
|
|
242
|
+
[brightChainStrings_1.BrightChainStrings.Error_CblError_FileSizeTooLarge]: 'Taille de fichier trop grande',
|
|
243
|
+
[brightChainStrings_1.BrightChainStrings.Error_CblError_FileSizeTooLargeForNode]: 'Taille de fichier supérieure au maximum autorisé pour le nœud actuel',
|
|
244
|
+
[brightChainStrings_1.BrightChainStrings.Error_CblError_InvalidTupleSize]: 'Taille de tuple invalide',
|
|
245
|
+
[brightChainStrings_1.BrightChainStrings.Error_CblError_FileNameTooLong]: 'Nom de fichier trop long',
|
|
246
|
+
[brightChainStrings_1.BrightChainStrings.Error_CblError_MimeTypeTooLong]: 'Type MIME trop long',
|
|
247
|
+
[brightChainStrings_1.BrightChainStrings.Error_CblError_AddressCountExceedsCapacity]: "Le nombre d'adresses dépasse la capacité du bloc",
|
|
248
|
+
[brightChainStrings_1.BrightChainStrings.Error_CblError_CblEncrypted]: 'CBL est chiffré. Déchiffrez avant utilisation.',
|
|
249
|
+
[brightChainStrings_1.BrightChainStrings.Error_CblError_UserRequiredForDecryption]: "L'utilisateur est requis pour le déchiffrement",
|
|
250
|
+
[brightChainStrings_1.BrightChainStrings.Error_CblError_NotASuperCbl]: "N'est pas un super CBL",
|
|
251
|
+
[brightChainStrings_1.BrightChainStrings.Error_CblError_FailedToExtractCreatorId]: "Échec de l'extraction des octets d'ID du créateur à partir de l'en-tête CBL",
|
|
252
|
+
[brightChainStrings_1.BrightChainStrings.Error_CblError_FailedToExtractProvidedCreatorId]: "Échec de l'extraction des octets d'ID du membre à partir du créateur fourni",
|
|
253
|
+
// Multi-Encrypted Errors
|
|
254
|
+
[brightChainStrings_1.BrightChainStrings.Error_MultiEncryptedError_InvalidEphemeralPublicKeyLength]: 'Longueur de clé publique éphémère invalide',
|
|
255
|
+
[brightChainStrings_1.BrightChainStrings.Error_MultiEncryptedError_DataLengthExceedsCapacity]: 'La longueur des données dépasse la capacité du bloc',
|
|
256
|
+
[brightChainStrings_1.BrightChainStrings.Error_MultiEncryptedError_BlockNotReadable]: 'Le bloc ne peut pas être lu',
|
|
257
|
+
[brightChainStrings_1.BrightChainStrings.Error_MultiEncryptedError_DataTooShort]: "Données trop courtes pour contenir l'en-tête de chiffrement",
|
|
258
|
+
[brightChainStrings_1.BrightChainStrings.Error_MultiEncryptedError_CreatorMustBeMember]: 'Le créateur doit être un Member',
|
|
259
|
+
[brightChainStrings_1.BrightChainStrings.Error_MultiEncryptedError_InvalidIVLength]: 'Longueur IV invalide',
|
|
260
|
+
[brightChainStrings_1.BrightChainStrings.Error_MultiEncryptedError_InvalidAuthTagLength]: "Longueur de balise d'authentification invalide",
|
|
261
|
+
[brightChainStrings_1.BrightChainStrings.Error_MultiEncryptedError_ChecksumMismatch]: 'Incompatibilité de somme de contrôle',
|
|
262
|
+
[brightChainStrings_1.BrightChainStrings.Error_MultiEncryptedError_RecipientMismatch]: "La liste des destinataires ne correspond pas au nombre de destinataires de l'en-tête",
|
|
263
|
+
[brightChainStrings_1.BrightChainStrings.Error_MultiEncryptedError_RecipientsAlreadyLoaded]: 'Les destinataires sont déjà chargés',
|
|
264
|
+
// Block Errors
|
|
265
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockError_CreatorRequired]: 'Le créateur est requis',
|
|
266
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockError_DataLengthExceedsCapacity]: 'La longueur des données dépasse la capacité du bloc',
|
|
267
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockError_DataRequired]: 'Les données sont requises',
|
|
268
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockError_ActualDataLengthExceedsDataLength]: 'La longueur réelle des données ne peut pas dépasser la longueur des données',
|
|
269
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockError_ActualDataLengthNegative]: 'La longueur réelle des données doit être positive',
|
|
270
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockError_CreatorRequiredForEncryption]: 'Le créateur est requis pour le chiffrement',
|
|
271
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockError_UnexpectedEncryptedBlockType]: 'Type de bloc chiffré inattendu',
|
|
272
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockError_CannotEncrypt]: 'Le bloc ne peut pas être chiffré',
|
|
273
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockError_CannotDecrypt]: 'Le bloc ne peut pas être déchiffré',
|
|
274
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockError_CreatorPrivateKeyRequired]: 'La clé privée du créateur est requise',
|
|
275
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockError_InvalidMultiEncryptionRecipientCount]: 'Nombre de destinataires de multi-chiffrement invalide',
|
|
276
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockError_InvalidNewBlockType]: 'Nouveau type de bloc invalide',
|
|
277
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockError_UnexpectedEphemeralBlockType]: 'Type de bloc éphémère inattendu',
|
|
278
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockError_RecipientRequired]: 'Destinataire requis',
|
|
279
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockError_RecipientKeyRequired]: 'Clé privée du destinataire requise',
|
|
280
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockError_DataLengthMustMatchBlockSize]: 'La longueur des données doit correspondre à la taille du bloc',
|
|
281
|
+
// Whitened Errors
|
|
282
|
+
[brightChainStrings_1.BrightChainStrings.Error_WhitenedError_BlockNotReadable]: 'Le bloc ne peut pas être lu',
|
|
283
|
+
[brightChainStrings_1.BrightChainStrings.Error_WhitenedError_BlockSizeMismatch]: 'Les tailles de bloc doivent correspondre',
|
|
284
|
+
[brightChainStrings_1.BrightChainStrings.Error_WhitenedError_DataLengthMismatch]: 'Les longueurs des données et des données aléatoires doivent correspondre',
|
|
285
|
+
[brightChainStrings_1.BrightChainStrings.Error_WhitenedError_InvalidBlockSize]: 'Taille de bloc invalide',
|
|
286
|
+
// Tuple Errors
|
|
287
|
+
[brightChainStrings_1.BrightChainStrings.Error_TupleError_InvalidTupleSize]: 'Taille de tuple invalide',
|
|
288
|
+
[brightChainStrings_1.BrightChainStrings.Error_TupleError_BlockSizeMismatch]: 'Tous les blocs du tuple doivent avoir la même taille',
|
|
289
|
+
[brightChainStrings_1.BrightChainStrings.Error_TupleError_NoBlocksToXor]: 'Aucun bloc à XOR',
|
|
290
|
+
[brightChainStrings_1.BrightChainStrings.Error_TupleError_InvalidBlockCount]: 'Nombre de blocs invalide pour le tuple',
|
|
291
|
+
[brightChainStrings_1.BrightChainStrings.Error_TupleError_InvalidBlockType]: 'Type de bloc invalide',
|
|
292
|
+
[brightChainStrings_1.BrightChainStrings.Error_TupleError_InvalidSourceLength]: 'La longueur source doit être positive',
|
|
293
|
+
[brightChainStrings_1.BrightChainStrings.Error_TupleError_RandomBlockGenerationFailed]: 'Échec de la génération du bloc aléatoire',
|
|
294
|
+
[brightChainStrings_1.BrightChainStrings.Error_TupleError_WhiteningBlockGenerationFailed]: 'Échec de la génération du bloc de blanchiment',
|
|
295
|
+
[brightChainStrings_1.BrightChainStrings.Error_TupleError_MissingParameters]: 'Tous les paramètres sont requis',
|
|
296
|
+
[brightChainStrings_1.BrightChainStrings.Error_TupleError_XorOperationFailedTemplate]: 'Échec du XOR des blocs : {ERROR}',
|
|
297
|
+
[brightChainStrings_1.BrightChainStrings.Error_TupleError_DataStreamProcessingFailedTemplate]: 'Échec du traitement du flux de données : {ERROR}',
|
|
298
|
+
[brightChainStrings_1.BrightChainStrings.Error_TupleError_EncryptedDataStreamProcessingFailedTemplate]: 'Échec du traitement du flux de données chiffré : {ERROR}',
|
|
299
|
+
// Memory Tuple Errors
|
|
300
|
+
[brightChainStrings_1.BrightChainStrings.Error_MemoryTupleError_InvalidTupleSizeTemplate]: 'Le tuple doit avoir {TUPLE_SIZE} blocs',
|
|
301
|
+
[brightChainStrings_1.BrightChainStrings.Error_MemoryTupleError_BlockSizeMismatch]: 'Tous les blocs du tuple doivent avoir la même taille',
|
|
302
|
+
[brightChainStrings_1.BrightChainStrings.Error_MemoryTupleError_NoBlocksToXor]: 'Aucun bloc à XOR',
|
|
303
|
+
[brightChainStrings_1.BrightChainStrings.Error_MemoryTupleError_InvalidBlockCount]: 'Nombre de blocs invalide pour le tuple',
|
|
304
|
+
[brightChainStrings_1.BrightChainStrings.Error_MemoryTupleError_ExpectedBlockIdsTemplate]: '{TUPLE_SIZE} IDs de bloc attendus',
|
|
305
|
+
[brightChainStrings_1.BrightChainStrings.Error_MemoryTupleError_ExpectedBlocksTemplate]: '{TUPLE_SIZE} blocs attendus',
|
|
306
|
+
// Handle Tuple Errors
|
|
307
|
+
[brightChainStrings_1.BrightChainStrings.Error_HandleTupleError_InvalidTupleSizeTemplate]: 'Taille de tuple invalide ({TUPLE_SIZE})',
|
|
308
|
+
[brightChainStrings_1.BrightChainStrings.Error_HandleTupleError_BlockSizeMismatch]: 'Tous les blocs du tuple doivent avoir la même taille',
|
|
309
|
+
[brightChainStrings_1.BrightChainStrings.Error_HandleTupleError_NoBlocksToXor]: 'Aucun bloc à XOR',
|
|
310
|
+
[brightChainStrings_1.BrightChainStrings.Error_HandleTupleError_BlockSizesMustMatch]: 'Les tailles de bloc doivent correspondre',
|
|
311
|
+
// Stream Errors
|
|
312
|
+
[brightChainStrings_1.BrightChainStrings.Error_StreamError_BlockSizeRequired]: 'La taille du bloc est requise',
|
|
313
|
+
[brightChainStrings_1.BrightChainStrings.Error_StreamError_WhitenedBlockSourceRequired]: 'La source de bloc blanchi est requise',
|
|
314
|
+
[brightChainStrings_1.BrightChainStrings.Error_StreamError_RandomBlockSourceRequired]: 'La source de bloc aléatoire est requise',
|
|
315
|
+
[brightChainStrings_1.BrightChainStrings.Error_StreamError_InputMustBeBuffer]: "L'entrée doit être un tampon",
|
|
316
|
+
[brightChainStrings_1.BrightChainStrings.Error_StreamError_FailedToGetRandomBlock]: "Échec de l'obtention du bloc aléatoire",
|
|
317
|
+
[brightChainStrings_1.BrightChainStrings.Error_StreamError_FailedToGetWhiteningBlock]: "Échec de l'obtention du bloc de blanchiment/aléatoire",
|
|
318
|
+
[brightChainStrings_1.BrightChainStrings.Error_StreamError_IncompleteEncryptedBlock]: 'Bloc chiffré incomplet',
|
|
319
|
+
// Member Errors
|
|
320
|
+
[brightChainStrings_1.BrightChainStrings.Error_MemberError_InsufficientRandomBlocks]: 'Blocs aléatoires insuffisants.',
|
|
321
|
+
[brightChainStrings_1.BrightChainStrings.Error_MemberError_FailedToCreateMemberBlocks]: 'Échec de la création des blocs de membre.',
|
|
322
|
+
[brightChainStrings_1.BrightChainStrings.Error_MemberError_InvalidMemberBlocks]: 'Blocs de membre invalides.',
|
|
323
|
+
[brightChainStrings_1.BrightChainStrings.Error_MemberError_PrivateKeyRequiredToDeriveVotingKeyPair]: 'Clé privée requise pour dériver la paire de clés de vote.',
|
|
324
|
+
// General Errors
|
|
325
|
+
[brightChainStrings_1.BrightChainStrings.Error_Hydration_FailedToHydrateTemplate]: "Échec de l'hydratation : {ERROR}",
|
|
326
|
+
[brightChainStrings_1.BrightChainStrings.Error_Serialization_FailedToSerializeTemplate]: 'Échec de la sérialisation : {ERROR}',
|
|
327
|
+
[brightChainStrings_1.BrightChainStrings.Error_Checksum_Invalid]: 'Somme de contrôle invalide.',
|
|
328
|
+
[brightChainStrings_1.BrightChainStrings.Error_Creator_Invalid]: 'Créateur invalide.',
|
|
329
|
+
[brightChainStrings_1.BrightChainStrings.Error_ID_InvalidFormat]: "Format d'ID invalide.",
|
|
330
|
+
[brightChainStrings_1.BrightChainStrings.Error_TupleCount_InvalidTemplate]: 'Nombre de tuples invalide ({TUPLE_COUNT}), doit être compris entre {TUPLE_MIN_SIZE} et {TUPLE_MAX_SIZE}',
|
|
331
|
+
[brightChainStrings_1.BrightChainStrings.Error_References_Invalid]: 'Références invalides.',
|
|
332
|
+
[brightChainStrings_1.BrightChainStrings.Error_SessionID_Invalid]: 'ID de session invalide.',
|
|
333
|
+
[brightChainStrings_1.BrightChainStrings.Error_Signature_Invalid]: 'Signature invalide.',
|
|
334
|
+
[brightChainStrings_1.BrightChainStrings.Error_Metadata_Mismatch]: 'Incompatibilité de métadonnées.',
|
|
335
|
+
[brightChainStrings_1.BrightChainStrings.Error_Token_Expired]: 'Jeton expiré.',
|
|
336
|
+
[brightChainStrings_1.BrightChainStrings.Error_Token_Invalid]: 'Jeton invalide.',
|
|
337
|
+
[brightChainStrings_1.BrightChainStrings.Error_Unexpected_Error]: "Une erreur inattendue s'est produite.",
|
|
338
|
+
[brightChainStrings_1.BrightChainStrings.Error_User_NotFound]: 'Utilisateur non trouvé.',
|
|
339
|
+
[brightChainStrings_1.BrightChainStrings.Error_Validation_Error]: 'Erreur de validation.',
|
|
340
|
+
[brightChainStrings_1.BrightChainStrings.Error_Capacity_Insufficient]: 'Capacité insuffisante.',
|
|
341
|
+
[brightChainStrings_1.BrightChainStrings.Error_Implementation_NotImplemented]: 'Non implémenté.',
|
|
342
|
+
// Block Sizes
|
|
343
|
+
[brightChainStrings_1.BrightChainStrings.BlockSize_Unknown]: 'Inconnu',
|
|
344
|
+
[brightChainStrings_1.BrightChainStrings.BlockSize_Message]: 'Message',
|
|
345
|
+
[brightChainStrings_1.BrightChainStrings.BlockSize_Tiny]: 'Minuscule',
|
|
346
|
+
[brightChainStrings_1.BrightChainStrings.BlockSize_Small]: 'Petit',
|
|
347
|
+
[brightChainStrings_1.BrightChainStrings.BlockSize_Medium]: 'Moyen',
|
|
348
|
+
[brightChainStrings_1.BrightChainStrings.BlockSize_Large]: 'Grand',
|
|
349
|
+
[brightChainStrings_1.BrightChainStrings.BlockSize_Huge]: 'Énorme',
|
|
350
|
+
// Document Errors
|
|
351
|
+
[brightChainStrings_1.BrightChainStrings.Error_DocumentError_InvalidValueTemplate]: 'Valeur invalide pour {KEY}',
|
|
352
|
+
[brightChainStrings_1.BrightChainStrings.Error_DocumentError_FieldRequiredTemplate]: 'Le champ {KEY} est requis.',
|
|
353
|
+
[brightChainStrings_1.BrightChainStrings.Error_DocumentError_AlreadyInitialized]: 'Le sous-système de document est déjà initialisé',
|
|
354
|
+
[brightChainStrings_1.BrightChainStrings.Error_DocumentError_Uninitialized]: "Le sous-système de document n'est pas initialisé",
|
|
355
|
+
// XOR Service Errors
|
|
356
|
+
[brightChainStrings_1.BrightChainStrings.Error_Xor_LengthMismatchTemplate]: 'XOR nécessite des tableaux de longueur égale : a.length={A_LENGTH}, b.length={B_LENGTH}',
|
|
357
|
+
[brightChainStrings_1.BrightChainStrings.Error_Xor_NoArraysProvided]: 'Au moins un tableau doit être fourni pour XOR',
|
|
358
|
+
[brightChainStrings_1.BrightChainStrings.Error_Xor_ArrayLengthMismatchTemplate]: "Tous les tableaux doivent avoir la même longueur. Attendu : {EXPECTED_LENGTH}, obtenu : {ACTUAL_LENGTH} à l'index {INDEX}",
|
|
359
|
+
[brightChainStrings_1.BrightChainStrings.Error_Xor_CryptoApiNotAvailable]: "L'API Crypto n'est pas disponible dans cet environnement",
|
|
360
|
+
// Tuple Storage Service Errors
|
|
361
|
+
[brightChainStrings_1.BrightChainStrings.Error_TupleStorage_DataExceedsBlockSizeTemplate]: 'La taille des données ({DATA_SIZE}) dépasse la taille du bloc ({BLOCK_SIZE})',
|
|
362
|
+
[brightChainStrings_1.BrightChainStrings.Error_TupleStorage_InvalidMagnetProtocol]: 'Protocole magnet invalide. "magnet:" attendu',
|
|
363
|
+
[brightChainStrings_1.BrightChainStrings.Error_TupleStorage_InvalidMagnetType]: 'Type de magnet invalide. "brightchain" attendu',
|
|
364
|
+
[brightChainStrings_1.BrightChainStrings.Error_TupleStorage_MissingMagnetParameters]: 'Paramètres magnet requis manquants',
|
|
365
|
+
// Location Record Errors
|
|
366
|
+
[brightChainStrings_1.BrightChainStrings.Error_LocationRecord_NodeIdRequired]: "L'identifiant du nœud est requis",
|
|
367
|
+
[brightChainStrings_1.BrightChainStrings.Error_LocationRecord_LastSeenRequired]: "L'horodatage de la dernière vue est requis",
|
|
368
|
+
[brightChainStrings_1.BrightChainStrings.Error_LocationRecord_IsAuthoritativeRequired]: 'Le drapeau isAuthoritative est requis',
|
|
369
|
+
[brightChainStrings_1.BrightChainStrings.Error_LocationRecord_InvalidLastSeenDate]: 'Date de dernière vue invalide',
|
|
370
|
+
[brightChainStrings_1.BrightChainStrings.Error_LocationRecord_InvalidLatencyMs]: 'La latence doit être un nombre non négatif',
|
|
371
|
+
// Metadata Errors
|
|
372
|
+
[brightChainStrings_1.BrightChainStrings.Error_Metadata_BlockIdRequired]: "L'identifiant du bloc est requis",
|
|
373
|
+
[brightChainStrings_1.BrightChainStrings.Error_Metadata_CreatedAtRequired]: "L'horodatage de création est requis",
|
|
374
|
+
[brightChainStrings_1.BrightChainStrings.Error_Metadata_LastAccessedAtRequired]: "L'horodatage du dernier accès est requis",
|
|
375
|
+
[brightChainStrings_1.BrightChainStrings.Error_Metadata_LocationUpdatedAtRequired]: "L'horodatage de mise à jour de l'emplacement est requis",
|
|
376
|
+
[brightChainStrings_1.BrightChainStrings.Error_Metadata_InvalidCreatedAtDate]: 'Date de création invalide',
|
|
377
|
+
[brightChainStrings_1.BrightChainStrings.Error_Metadata_InvalidLastAccessedAtDate]: 'Date du dernier accès invalide',
|
|
378
|
+
[brightChainStrings_1.BrightChainStrings.Error_Metadata_InvalidLocationUpdatedAtDate]: "Date de mise à jour de l'emplacement invalide",
|
|
379
|
+
[brightChainStrings_1.BrightChainStrings.Error_Metadata_InvalidExpiresAtDate]: "Date d'expiration invalide",
|
|
380
|
+
[brightChainStrings_1.BrightChainStrings.Error_Metadata_InvalidAvailabilityStateTemplate]: 'État de disponibilité invalide : {STATE}',
|
|
381
|
+
[brightChainStrings_1.BrightChainStrings.Error_Metadata_LocationRecordsMustBeArray]: "Les enregistrements d'emplacement doivent être un tableau",
|
|
382
|
+
[brightChainStrings_1.BrightChainStrings.Error_Metadata_InvalidLocationRecordTemplate]: "Enregistrement d'emplacement invalide à l'index {INDEX}",
|
|
383
|
+
[brightChainStrings_1.BrightChainStrings.Error_Metadata_InvalidAccessCount]: "Le nombre d'accès doit être un nombre non négatif",
|
|
384
|
+
[brightChainStrings_1.BrightChainStrings.Error_Metadata_InvalidTargetReplicationFactor]: 'Le facteur de réplication cible doit être un nombre positif',
|
|
385
|
+
[brightChainStrings_1.BrightChainStrings.Error_Metadata_InvalidSize]: 'La taille doit être un nombre non négatif',
|
|
386
|
+
[brightChainStrings_1.BrightChainStrings.Error_Metadata_ParityBlockIdsMustBeArray]: 'Les identifiants de blocs de parité doivent être un tableau',
|
|
387
|
+
[brightChainStrings_1.BrightChainStrings.Error_Metadata_ReplicaNodeIdsMustBeArray]: 'Les identifiants de nœuds de réplique doivent être un tableau',
|
|
388
|
+
// Service Provider Errors
|
|
389
|
+
[brightChainStrings_1.BrightChainStrings.Error_ServiceProvider_UseSingletonInstance]: 'Utilisez ServiceProvider.getInstance() au lieu de créer une nouvelle instance',
|
|
390
|
+
[brightChainStrings_1.BrightChainStrings.Error_ServiceProvider_NotInitialized]: "ServiceProvider n'a pas été initialisé",
|
|
391
|
+
[brightChainStrings_1.BrightChainStrings.Error_ServiceLocator_NotSet]: "ServiceLocator n'a pas été défini",
|
|
392
|
+
// Block Service Errors (additional)
|
|
393
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockService_CannotEncrypt]: 'Impossible de chiffrer le bloc',
|
|
394
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockService_BlocksArrayEmpty]: 'Le tableau de blocs ne doit pas être vide',
|
|
395
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockService_BlockSizesMustMatch]: 'Tous les blocs doivent avoir la même taille de bloc',
|
|
396
|
+
// Message Router Errors
|
|
397
|
+
[brightChainStrings_1.BrightChainStrings.Error_MessageRouter_MessageNotFoundTemplate]: 'Message introuvable : {MESSAGE_ID}',
|
|
398
|
+
// Browser Config Errors
|
|
399
|
+
[brightChainStrings_1.BrightChainStrings.Error_BrowserConfig_NotImplementedTemplate]: "La méthode {METHOD} n'est pas implémentée dans l'environnement du navigateur",
|
|
400
|
+
// Debug Errors
|
|
401
|
+
[brightChainStrings_1.BrightChainStrings.Error_Debug_UnsupportedFormat]: 'Format non pris en charge pour la sortie de débogage',
|
|
402
|
+
// Secure Heap Storage Errors
|
|
403
|
+
[brightChainStrings_1.BrightChainStrings.Error_SecureHeap_KeyNotFound]: 'Clé introuvable dans le stockage de tas sécurisé',
|
|
404
|
+
// I18n Errors
|
|
405
|
+
[brightChainStrings_1.BrightChainStrings.Error_I18n_KeyConflictObjectTemplate]: 'Conflit de clé détecté : {KEY} existe déjà dans {OBJECT}',
|
|
406
|
+
[brightChainStrings_1.BrightChainStrings.Error_I18n_KeyConflictValueTemplate]: 'Conflit de clé détecté : {KEY} a une valeur conflictuelle {VALUE}',
|
|
407
|
+
[brightChainStrings_1.BrightChainStrings.Error_I18n_StringsNotFoundTemplate]: 'Chaînes introuvables pour la langue : {LANGUAGE}',
|
|
408
|
+
// Document Errors (additional)
|
|
409
|
+
[brightChainStrings_1.BrightChainStrings.Error_Document_CreatorRequiredForSaving]: 'Le créateur est requis pour enregistrer le document',
|
|
410
|
+
[brightChainStrings_1.BrightChainStrings.Error_Document_CreatorRequiredForEncrypting]: 'Le créateur est requis pour chiffrer le document',
|
|
411
|
+
[brightChainStrings_1.BrightChainStrings.Error_Document_NoEncryptedData]: 'Aucune donnée chiffrée disponible',
|
|
412
|
+
[brightChainStrings_1.BrightChainStrings.Error_Document_FieldShouldBeArrayTemplate]: 'Le champ {FIELD} doit être un tableau',
|
|
413
|
+
[brightChainStrings_1.BrightChainStrings.Error_Document_InvalidArrayValueTemplate]: "Valeur de tableau invalide à l'index {INDEX} dans le champ {FIELD}",
|
|
414
|
+
[brightChainStrings_1.BrightChainStrings.Error_Document_FieldRequiredTemplate]: 'Le champ {FIELD} est requis',
|
|
415
|
+
[brightChainStrings_1.BrightChainStrings.Error_Document_FieldInvalidTemplate]: 'Le champ {FIELD} est invalide',
|
|
416
|
+
[brightChainStrings_1.BrightChainStrings.Error_Document_InvalidValueTemplate]: 'Valeur invalide pour le champ {FIELD}',
|
|
417
|
+
[brightChainStrings_1.BrightChainStrings.Error_MemberDocument_PublicCblIdNotSet]: "L'identifiant CBL public n'a pas été défini",
|
|
418
|
+
[brightChainStrings_1.BrightChainStrings.Error_MemberDocument_PrivateCblIdNotSet]: "L'identifiant CBL privé n'a pas été défini",
|
|
419
|
+
[brightChainStrings_1.BrightChainStrings.Error_BaseMemberDocument_PublicCblIdNotSet]: "L'identifiant CBL public du document de membre de base n'a pas été défini",
|
|
420
|
+
[brightChainStrings_1.BrightChainStrings.Error_BaseMemberDocument_PrivateCblIdNotSet]: "L'identifiant CBL privé du document de membre de base n'a pas été défini",
|
|
421
|
+
[brightChainStrings_1.BrightChainStrings.Error_Document_InvalidValueInArrayTemplate]: 'Valeur invalide dans le tableau pour {KEY}',
|
|
422
|
+
[brightChainStrings_1.BrightChainStrings.Error_Document_FieldIsRequiredTemplate]: 'Le champ {FIELD} est requis',
|
|
423
|
+
[brightChainStrings_1.BrightChainStrings.Error_Document_FieldIsInvalidTemplate]: 'Le champ {FIELD} est invalide',
|
|
424
|
+
// SimpleBrightChain Errors
|
|
425
|
+
[brightChainStrings_1.BrightChainStrings.Error_SimpleBrightChain_BlockNotFoundTemplate]: 'Bloc non trouvé : {BLOCK_ID}',
|
|
426
|
+
// Currency Code Errors
|
|
427
|
+
[brightChainStrings_1.BrightChainStrings.Error_CurrencyCode_Invalid]: 'Code de devise invalide',
|
|
428
|
+
// Console Output Warnings
|
|
429
|
+
[brightChainStrings_1.BrightChainStrings.Warning_BufferUtils_InvalidBase64String]: 'Chaîne base64 invalide fournie',
|
|
430
|
+
[brightChainStrings_1.BrightChainStrings.Warning_Keyring_FailedToLoad]: 'Échec du chargement du trousseau depuis le stockage',
|
|
431
|
+
[brightChainStrings_1.BrightChainStrings.Warning_I18n_TranslationFailedTemplate]: 'Échec de la traduction pour la clé {KEY}',
|
|
432
|
+
// Console Output Errors
|
|
433
|
+
[brightChainStrings_1.BrightChainStrings.Error_MemberStore_RollbackFailed]: "Échec de l'annulation de la transaction du magasin de membres",
|
|
434
|
+
[brightChainStrings_1.BrightChainStrings.Error_MemberCblService_CreateMemberCblFailed]: 'Échec de la création du CBL de membre',
|
|
435
|
+
[brightChainStrings_1.BrightChainStrings.Error_DeliveryTimeout_HandleTimeoutFailedTemplate]: 'Échec de la gestion du délai de livraison : {ERROR}',
|
|
436
|
+
// Validator Errors
|
|
437
|
+
[brightChainStrings_1.BrightChainStrings.Error_Validator_InvalidBlockSizeTemplate]: 'Taille de bloc invalide : {BLOCK_SIZE}. Les tailles valides sont : {BLOCK_SIZES}',
|
|
438
|
+
[brightChainStrings_1.BrightChainStrings.Error_Validator_InvalidBlockTypeTemplate]: 'Type de bloc invalide : {BLOCK_TYPE}. Les types valides sont : {BLOCK_TYPES}',
|
|
439
|
+
[brightChainStrings_1.BrightChainStrings.Error_Validator_InvalidEncryptionTypeTemplate]: 'Type de chiffrement invalide : {ENCRYPTION_TYPE}. Les types valides sont : {ENCRYPTION_TYPES}',
|
|
440
|
+
[brightChainStrings_1.BrightChainStrings.Error_Validator_RecipientCountMustBeAtLeastOne]: 'Le nombre de destinataires doit être au moins 1 pour le chiffrement multi-destinataires',
|
|
441
|
+
[brightChainStrings_1.BrightChainStrings.Error_Validator_RecipientCountMaximumTemplate]: 'Le nombre de destinataires ne peut pas dépasser {MAXIMUM}',
|
|
442
|
+
[brightChainStrings_1.BrightChainStrings.Error_Validator_FieldRequiredTemplate]: '{FIELD} est requis',
|
|
443
|
+
[brightChainStrings_1.BrightChainStrings.Error_Validator_FieldCannotBeEmptyTemplate]: '{FIELD} ne peut pas être vide',
|
|
444
|
+
// Miscellaneous Block Errors
|
|
445
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockError_BlockSizesMustMatch]: 'Les tailles de bloc doivent correspondre',
|
|
446
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockError_DataCannotBeNullOrUndefined]: 'Les données ne peuvent pas être null ou undefined',
|
|
447
|
+
[brightChainStrings_1.BrightChainStrings.Error_BlockError_DataLengthExceedsBlockSizeTemplate]: 'La longueur des données ({LENGTH}) dépasse la taille du bloc ({BLOCK_SIZE})',
|
|
448
|
+
// CPU Errors
|
|
449
|
+
[brightChainStrings_1.BrightChainStrings.Error_CPU_DuplicateOpcodeErrorTemplate]: "Opcode 0x{OPCODE} en double dans le jeu d'instructions {INSTRUCTION_SET}",
|
|
450
|
+
[brightChainStrings_1.BrightChainStrings.Error_CPU_NotImplementedTemplate]: "{INSTRUCTION} n'est pas implémenté",
|
|
451
|
+
[brightChainStrings_1.BrightChainStrings.Error_CPU_InvalidReadSizeTemplate]: 'Taille de lecture invalide : {SIZE}',
|
|
452
|
+
[brightChainStrings_1.BrightChainStrings.Error_CPU_StackOverflow]: 'Débordement de pile',
|
|
453
|
+
[brightChainStrings_1.BrightChainStrings.Error_CPU_StackUnderflow]: 'Sous-débordement de pile',
|
|
454
|
+
// Member CBL Errors
|
|
455
|
+
[brightChainStrings_1.BrightChainStrings.Error_MemberCBL_PublicCBLIdNotSet]: 'ID CBL public non défini',
|
|
456
|
+
[brightChainStrings_1.BrightChainStrings.Error_MemberCBL_PrivateCBLIdNotSet]: 'ID CBL privé non défini',
|
|
457
|
+
// Member Document Errors
|
|
458
|
+
[brightChainStrings_1.BrightChainStrings.Error_MemberDocument_Hint]: 'Utilisez MemberDocument.create() au lieu de new MemberDocument()',
|
|
459
|
+
// Member Profile Document Errors
|
|
460
|
+
[brightChainStrings_1.BrightChainStrings.Error_MemberProfileDocument_Hint]: 'Utilisez MemberProfileDocument.create() au lieu de new MemberProfileDocument()',
|
|
461
|
+
// Quorum Document Errors
|
|
462
|
+
[brightChainStrings_1.BrightChainStrings.Error_QuorumDocument_CreatorMustBeSetBeforeSaving]: "Le créateur doit être défini avant l'enregistrement",
|
|
463
|
+
[brightChainStrings_1.BrightChainStrings.Error_QuorumDocument_CreatorMustBeSetBeforeEncrypting]: 'Le créateur doit être défini avant le chiffrement',
|
|
464
|
+
[brightChainStrings_1.BrightChainStrings.Error_QuorumDocument_DocumentHasNoEncryptedData]: "Le document n'a pas de données chiffrées",
|
|
465
|
+
[brightChainStrings_1.BrightChainStrings.Error_QuorumDocument_InvalidEncryptedDataFormat]: 'Format de données chiffrées invalide',
|
|
466
|
+
[brightChainStrings_1.BrightChainStrings.Error_QuorumDocument_InvalidMemberIdsFormat]: 'Format des identifiants de membres invalide',
|
|
467
|
+
[brightChainStrings_1.BrightChainStrings.Error_QuorumDocument_InvalidSignatureFormat]: 'Format de signature invalide',
|
|
468
|
+
[brightChainStrings_1.BrightChainStrings.Error_QuorumDocument_InvalidCreatorIdFormat]: "Format d'identifiant du créateur invalide",
|
|
469
|
+
[brightChainStrings_1.BrightChainStrings.Error_QuorumDocument_InvalidChecksumFormat]: 'Format de somme de contrôle invalide',
|
|
470
|
+
// Block Logger
|
|
471
|
+
[brightChainStrings_1.BrightChainStrings.BlockLogger_Redacted]: 'MASQUÉ',
|
|
472
|
+
// Member Schema Errors
|
|
473
|
+
[brightChainStrings_1.BrightChainStrings.Error_MemberSchema_InvalidIdFormat]: "Format d'identifiant invalide",
|
|
474
|
+
[brightChainStrings_1.BrightChainStrings.Error_MemberSchema_InvalidPublicKeyFormat]: 'Format de clé publique invalide',
|
|
475
|
+
[brightChainStrings_1.BrightChainStrings.Error_MemberSchema_InvalidVotingPublicKeyFormat]: 'Format de clé publique de vote invalide',
|
|
476
|
+
[brightChainStrings_1.BrightChainStrings.Error_MemberSchema_InvalidEmailFormat]: "Format d'adresse e-mail invalide",
|
|
477
|
+
[brightChainStrings_1.BrightChainStrings.Error_MemberSchema_InvalidRecoveryDataFormat]: 'Format de données de récupération invalide',
|
|
478
|
+
[brightChainStrings_1.BrightChainStrings.Error_MemberSchema_InvalidTrustedPeersFormat]: 'Format de pairs de confiance invalide',
|
|
479
|
+
[brightChainStrings_1.BrightChainStrings.Error_MemberSchema_InvalidBlockedPeersFormat]: 'Format de pairs bloqués invalide',
|
|
480
|
+
[brightChainStrings_1.BrightChainStrings.Error_MemberSchema_InvalidActivityLogFormat]: "Format du journal d'activité invalide",
|
|
481
|
+
// Message Metadata Schema Errors
|
|
482
|
+
[brightChainStrings_1.BrightChainStrings.Error_MessageMetadataSchema_InvalidRecipientsFormat]: 'Format des destinataires invalide',
|
|
483
|
+
[brightChainStrings_1.BrightChainStrings.Error_MessageMetadataSchema_InvalidPriorityFormat]: 'Format de priorité invalide',
|
|
484
|
+
[brightChainStrings_1.BrightChainStrings.Error_MessageMetadataSchema_InvalidDeliveryStatusFormat]: 'Format du statut de livraison invalide',
|
|
485
|
+
[brightChainStrings_1.BrightChainStrings.Error_MessageMetadataSchema_InvalidAcknowledgementsFormat]: 'Format des accusés de réception invalide',
|
|
486
|
+
[brightChainStrings_1.BrightChainStrings.Error_MessageMetadataSchema_InvalidCBLBlockIDsFormat]: 'Format des identifiants de blocs CBL invalide',
|
|
487
|
+
// Security
|
|
488
|
+
[brightChainStrings_1.BrightChainStrings.Security_DOS_InputSizeExceedsLimitErrorTemplate]: "La taille d'entrée {SIZE} dépasse la limite {MAX_SIZE} pour {OPERATION}",
|
|
489
|
+
[brightChainStrings_1.BrightChainStrings.Security_DOS_OperationExceededTimeLimitErrorTemplate]: "L'opération {OPERATION} a dépassé le délai de {MAX_TIME} ms",
|
|
490
|
+
[brightChainStrings_1.BrightChainStrings.Security_RateLimiter_RateLimitExceededErrorTemplate]: 'Limite de débit dépassée pour {OPERATION}',
|
|
491
|
+
[brightChainStrings_1.BrightChainStrings.Security_AuditLogger_SignatureValidationResultTemplate]: 'Validation de signature {RESULT}',
|
|
492
|
+
[brightChainStrings_1.BrightChainStrings.Security_AuditLogger_Failure]: 'Échec',
|
|
493
|
+
[brightChainStrings_1.BrightChainStrings.Security_AuditLogger_Success]: 'Succès',
|
|
494
|
+
[brightChainStrings_1.BrightChainStrings.Security_AuditLogger_BlockCreated]: 'Bloc créé',
|
|
495
|
+
[brightChainStrings_1.BrightChainStrings.Security_AuditLogger_EncryptionPerformed]: 'Chiffrement effectué',
|
|
496
|
+
[brightChainStrings_1.BrightChainStrings.Security_AuditLogger_DecryptionResultTemplate]: 'Déchiffrement {RESULT}',
|
|
497
|
+
[brightChainStrings_1.BrightChainStrings.Security_AuditLogger_AccessDeniedTemplate]: 'Accès refusé à {RESOURCE}',
|
|
498
|
+
[brightChainStrings_1.BrightChainStrings.Security_AuditLogger_Security]: 'Sécurité',
|
|
499
|
+
// Delivery Timeout
|
|
500
|
+
[brightChainStrings_1.BrightChainStrings.DeliveryTimeout_FailedToHandleTimeoutTemplate]: 'Échec de la gestion du délai pour {MESSAGE_ID}:{RECIPIENT_ID}',
|
|
501
|
+
// Message CBL Service
|
|
502
|
+
[brightChainStrings_1.BrightChainStrings.MessageCBLService_MessageSizeExceedsMaximumTemplate]: 'La taille du message {SIZE} dépasse le maximum {MAX_SIZE}',
|
|
503
|
+
[brightChainStrings_1.BrightChainStrings.MessageCBLService_FailedToCreateMessageAfterRetries]: 'Échec de la création du message après plusieurs tentatives',
|
|
504
|
+
[brightChainStrings_1.BrightChainStrings.MessageCBLService_FailedToRetrieveMessageTemplate]: 'Échec de la récupération du message {MESSAGE_ID}',
|
|
505
|
+
[brightChainStrings_1.BrightChainStrings.MessageCBLService_MessageTypeIsRequired]: 'Le type de message est requis',
|
|
506
|
+
[brightChainStrings_1.BrightChainStrings.MessageCBLService_SenderIDIsRequired]: "L'identifiant de l'expéditeur est requis",
|
|
507
|
+
[brightChainStrings_1.BrightChainStrings.MessageCBLService_RecipientCountExceedsMaximumTemplate]: 'Le nombre de destinataires {COUNT} dépasse le maximum {MAXIMUM}',
|
|
508
|
+
// Message Encryption Service
|
|
509
|
+
[brightChainStrings_1.BrightChainStrings.MessageEncryptionService_NoRecipientPublicKeysProvided]: 'Aucune clé publique de destinataire fournie',
|
|
510
|
+
[brightChainStrings_1.BrightChainStrings.MessageEncryptionService_FailedToEncryptTemplate]: 'Échec du chiffrement pour le destinataire {RECIPIENT_ID} : {ERROR}',
|
|
511
|
+
[brightChainStrings_1.BrightChainStrings.MessageEncryptionService_BroadcastEncryptionFailedTemplate]: 'Échec du chiffrement de diffusion : {TEMPLATE}',
|
|
512
|
+
[brightChainStrings_1.BrightChainStrings.MessageEncryptionService_DecryptionFailedTemplate]: 'Échec du déchiffrement : {ERROR}',
|
|
513
|
+
[brightChainStrings_1.BrightChainStrings.MessageEncryptionService_KeyDecryptionFailedTemplate]: 'Échec du déchiffrement de la clé : {ERROR}',
|
|
514
|
+
// Message Logger
|
|
515
|
+
[brightChainStrings_1.BrightChainStrings.MessageLogger_MessageCreated]: 'Message créé',
|
|
516
|
+
[brightChainStrings_1.BrightChainStrings.MessageLogger_RoutingDecision]: 'Décision de routage',
|
|
517
|
+
[brightChainStrings_1.BrightChainStrings.MessageLogger_DeliveryFailure]: 'Échec de livraison',
|
|
518
|
+
[brightChainStrings_1.BrightChainStrings.MessageLogger_EncryptionFailure]: 'Échec de chiffrement',
|
|
519
|
+
[brightChainStrings_1.BrightChainStrings.MessageLogger_SlowQueryDetected]: 'Requête lente détectée',
|
|
520
|
+
// Message Router
|
|
521
|
+
[brightChainStrings_1.BrightChainStrings.MessageRouter_RoutingTimeout]: 'Délai de routage dépassé',
|
|
522
|
+
[brightChainStrings_1.BrightChainStrings.MessageRouter_FailedToRouteToAnyRecipient]: "Impossible d'acheminer le message vers un destinataire",
|
|
523
|
+
[brightChainStrings_1.BrightChainStrings.MessageRouter_ForwardingLoopDetected]: 'Boucle de transfert détectée',
|
|
524
|
+
// Block Format Service
|
|
525
|
+
[brightChainStrings_1.BrightChainStrings.BlockFormatService_DataTooShort]: "Données trop courtes pour l'en-tête de bloc structuré (minimum 4 octets requis)",
|
|
526
|
+
[brightChainStrings_1.BrightChainStrings.BlockFormatService_InvalidStructuredBlockFormatTemplate]: 'Type de bloc structuré invalide : 0x{TYPE}',
|
|
527
|
+
[brightChainStrings_1.BrightChainStrings.BlockFormatService_CannotDetermineHeaderSize]: "Impossible de déterminer la taille de l'en-tête - les données peuvent être tronquées",
|
|
528
|
+
[brightChainStrings_1.BrightChainStrings.BlockFormatService_Crc8MismatchTemplate]: "Incohérence CRC8 - l'en-tête peut être corrompu (attendu 0x{EXPECTED}, obtenu 0x{CHECKSUM})",
|
|
529
|
+
[brightChainStrings_1.BrightChainStrings.BlockFormatService_DataAppearsEncrypted]: "Les données semblent être chiffrées ECIES - déchiffrez avant l'analyse",
|
|
530
|
+
[brightChainStrings_1.BrightChainStrings.BlockFormatService_UnknownBlockFormat]: 'Format de bloc inconnu - préfixe magique 0xBC manquant (peut être des données brutes)',
|
|
531
|
+
// CBL Service
|
|
532
|
+
[brightChainStrings_1.BrightChainStrings.CBLService_NotAMessageCBL]: "Ce n'est pas un CBL de message",
|
|
533
|
+
[brightChainStrings_1.BrightChainStrings.CBLService_CreatorIDByteLengthMismatchTemplate]: "Incohérence de longueur d'octets de l'ID créateur : obtenu {LENGTH}, attendu {EXPECTED}",
|
|
534
|
+
[brightChainStrings_1.BrightChainStrings.CBLService_CreatorIDProviderReturnedBytesLengthMismatchTemplate]: "Le fournisseur d'ID créateur a retourné {LENGTH} octets, attendu {EXPECTED}",
|
|
535
|
+
[brightChainStrings_1.BrightChainStrings.CBLService_SignatureLengthMismatchTemplate]: 'Incohérence de longueur de signature : obtenu {LENGTH}, attendu {EXPECTED}',
|
|
536
|
+
[brightChainStrings_1.BrightChainStrings.CBLService_DataAppearsRaw]: 'Les données semblent être des données brutes sans en-tête structuré',
|
|
537
|
+
[brightChainStrings_1.BrightChainStrings.CBLService_InvalidBlockFormat]: 'Format de bloc invalide',
|
|
538
|
+
[brightChainStrings_1.BrightChainStrings.CBLService_SubCBLCountChecksumMismatchTemplate]: 'SubCblCount ({COUNT}) ne correspond pas à la longueur de subCblChecksums ({EXPECTED})',
|
|
539
|
+
[brightChainStrings_1.BrightChainStrings.CBLService_InvalidDepthTemplate]: 'La profondeur doit être comprise entre 1 et 65535, reçu {DEPTH}',
|
|
540
|
+
[brightChainStrings_1.BrightChainStrings.CBLService_ExpectedSuperCBLTemplate]: 'SuperCBL attendu (type de bloc 0x03), type de bloc reçu 0x{TYPE}',
|
|
541
|
+
// Global Service Provider
|
|
542
|
+
[brightChainStrings_1.BrightChainStrings.GlobalServiceProvider_NotInitialized]: "Fournisseur de services non initialisé. Appelez d'abord ServiceProvider.getInstance().",
|
|
543
|
+
// Block Store Adapter
|
|
544
|
+
[brightChainStrings_1.BrightChainStrings.BlockStoreAdapter_DataLengthExceedsBlockSizeTemplate]: 'La longueur des données ({LENGTH}) dépasse la taille du bloc ({BLOCK_SIZE})',
|
|
545
|
+
// Memory Block Store
|
|
546
|
+
[brightChainStrings_1.BrightChainStrings.MemoryBlockStore_FECServiceUnavailable]: "Le service FEC n'est pas disponible",
|
|
547
|
+
[brightChainStrings_1.BrightChainStrings.MemoryBlockStore_FECServiceUnavailableInThisEnvironment]: "Le service FEC n'est pas disponible dans cet environnement",
|
|
548
|
+
[brightChainStrings_1.BrightChainStrings.MemoryBlockStore_NoParityDataAvailable]: 'Aucune donnée de parité disponible pour la récupération',
|
|
549
|
+
[brightChainStrings_1.BrightChainStrings.MemoryBlockStore_BlockMetadataNotFound]: 'Métadonnées du bloc non trouvées',
|
|
550
|
+
[brightChainStrings_1.BrightChainStrings.MemoryBlockStore_RecoveryFailedInsufficientParityData]: 'Échec de la récupération - données de parité insuffisantes',
|
|
551
|
+
[brightChainStrings_1.BrightChainStrings.MemoryBlockStore_UnknownRecoveryError]: 'Erreur de récupération inconnue',
|
|
552
|
+
[brightChainStrings_1.BrightChainStrings.MemoryBlockStore_CBLDataCannotBeEmpty]: 'Les données CBL ne peuvent pas être vides',
|
|
553
|
+
[brightChainStrings_1.BrightChainStrings.MemoryBlockStore_CBLDataTooLargeTemplate]: 'Données CBL trop volumineuses : la taille rembourrée ({LENGTH}) dépasse la taille du bloc ({BLOCK_SIZE}). Utilisez une taille de bloc plus grande ou un CBL plus petit.',
|
|
554
|
+
[brightChainStrings_1.BrightChainStrings.MemoryBlockStore_Block1NotFound]: 'Bloc 1 non trouvé et la récupération a échoué',
|
|
555
|
+
[brightChainStrings_1.BrightChainStrings.MemoryBlockStore_Block2NotFound]: 'Bloc 2 non trouvé et la récupération a échoué',
|
|
556
|
+
[brightChainStrings_1.BrightChainStrings.MemoryBlockStore_InvalidMagnetURL]: 'URL magnet invalide : doit commencer par "magnet:?"',
|
|
557
|
+
[brightChainStrings_1.BrightChainStrings.MemoryBlockStore_InvalidMagnetURLXT]: 'URL magnet invalide : le paramètre xt doit être "urn:brightchain:cbl"',
|
|
558
|
+
[brightChainStrings_1.BrightChainStrings.MemoryBlockStore_InvalidMagnetURLMissingTemplate]: 'URL magnet invalide : paramètre {PARAMETER} manquant',
|
|
559
|
+
[brightChainStrings_1.BrightChainStrings.MemoryBlockStore_InvalidMagnetURL_InvalidBlockSize]: 'URL magnet invalide : taille de bloc invalide',
|
|
560
|
+
// Checksum
|
|
561
|
+
[brightChainStrings_1.BrightChainStrings.Checksum_InvalidTemplate]: 'La somme de contrôle doit être de {EXPECTED} octets, reçu {LENGTH} octets',
|
|
562
|
+
[brightChainStrings_1.BrightChainStrings.Checksum_InvalidHexString]: 'Chaîne hexadécimale invalide : contient des caractères non hexadécimaux',
|
|
563
|
+
[brightChainStrings_1.BrightChainStrings.Checksum_InvalidHexStringTemplate]: 'Longueur de chaîne hexadécimale invalide : attendu {EXPECTED} caractères, reçu {LENGTH}',
|
|
564
|
+
[brightChainStrings_1.BrightChainStrings.Error_XorLengthMismatchTemplate]: 'XOR nécessite des tableaux de même longueur{CONTEXT} : a.length={A_LENGTH}, b.length={B_LENGTH}',
|
|
565
|
+
[brightChainStrings_1.BrightChainStrings.Error_XorAtLeastOneArrayRequired]: 'Au moins un tableau doit être fourni pour XOR',
|
|
566
|
+
[brightChainStrings_1.BrightChainStrings.Error_InvalidUnixTimestampTemplate]: 'Horodatage Unix invalide : {TIMESTAMP}',
|
|
567
|
+
[brightChainStrings_1.BrightChainStrings.Error_InvalidDateStringTemplate]: 'Chaîne de date invalide : "{VALUE}". Format ISO 8601 attendu (ex. "2024-01-23T10:30:00Z") ou horodatage Unix.',
|
|
568
|
+
[brightChainStrings_1.BrightChainStrings.Error_InvalidDateValueTypeTemplate]: 'Type de valeur de date invalide : {TYPE}. Chaîne ou nombre attendu.',
|
|
569
|
+
[brightChainStrings_1.BrightChainStrings.Error_InvalidDateObjectTemplate]: 'Objet de date invalide : instance Date attendue, reçu {OBJECT_STRING}',
|
|
570
|
+
[brightChainStrings_1.BrightChainStrings.Error_InvalidDateNaN]: "Date invalide : l'objet de date contient un horodatage NaN",
|
|
571
|
+
[brightChainStrings_1.BrightChainStrings.Error_JsonValidationErrorTemplate]: 'Échec de la validation JSON pour le champ {FIELD} : {REASON}',
|
|
572
|
+
[brightChainStrings_1.BrightChainStrings.Error_JsonValidationError_MustBeNonNull]: 'doit être un objet non nul',
|
|
573
|
+
[brightChainStrings_1.BrightChainStrings.Error_JsonValidationError_FieldRequired]: 'le champ est requis',
|
|
574
|
+
[brightChainStrings_1.BrightChainStrings.Error_JsonValidationError_MustBeValidBlockSize]: "doit être une valeur d'énumération BlockSize valide",
|
|
575
|
+
[brightChainStrings_1.BrightChainStrings.Error_JsonValidationError_MustBeValidBlockType]: "doit être une valeur d'énumération BlockType valide",
|
|
576
|
+
[brightChainStrings_1.BrightChainStrings.Error_JsonValidationError_MustBeValidBlockDataType]: "doit être une valeur d'énumération BlockDataType valide",
|
|
577
|
+
[brightChainStrings_1.BrightChainStrings.Error_JsonValidationError_MustBeNumber]: 'doit être un nombre',
|
|
578
|
+
[brightChainStrings_1.BrightChainStrings.Error_JsonValidationError_MustBeNonNegative]: 'doit être non négatif',
|
|
579
|
+
[brightChainStrings_1.BrightChainStrings.Error_JsonValidationError_MustBeInteger]: 'doit être un entier',
|
|
580
|
+
[brightChainStrings_1.BrightChainStrings.Error_JsonValidationError_MustBeISO8601DateStringOrUnixTimestamp]: 'doit être une chaîne ISO 8601 valide ou un horodatage Unix',
|
|
581
|
+
[brightChainStrings_1.BrightChainStrings.Error_JsonValidationError_MustBeString]: 'doit être une chaîne de caractères',
|
|
582
|
+
[brightChainStrings_1.BrightChainStrings.Error_JsonValidationError_MustNotBeEmpty]: 'ne doit pas être vide',
|
|
583
|
+
[brightChainStrings_1.BrightChainStrings.Error_JsonValidationError_JSONParsingFailed]: "échec de l'analyse JSON",
|
|
584
|
+
[brightChainStrings_1.BrightChainStrings.Error_JsonValidationError_ValidationFailed]: 'échec de la validation',
|
|
585
|
+
[brightChainStrings_1.BrightChainStrings.XorUtils_BlockSizeMustBePositiveTemplate]: 'La taille du bloc doit être positive : {BLOCK_SIZE}',
|
|
586
|
+
[brightChainStrings_1.BrightChainStrings.XorUtils_InvalidPaddedDataTemplate]: 'Données rembourrées invalides : trop courtes ({LENGTH} octets, au moins {REQUIRED} requis)',
|
|
587
|
+
[brightChainStrings_1.BrightChainStrings.XorUtils_InvalidLengthPrefixTemplate]: 'Préfixe de longueur invalide : indique {LENGTH} octets mais seulement {AVAILABLE} disponibles',
|
|
588
|
+
[brightChainStrings_1.BrightChainStrings.BlockPaddingTransform_MustBeArray]: "L'entrée doit être un Uint8Array, TypedArray ou ArrayBuffer",
|
|
589
|
+
[brightChainStrings_1.BrightChainStrings.CblStream_UnknownErrorReadingData]: 'Erreur inconnue lors de la lecture des données',
|
|
590
|
+
[brightChainStrings_1.BrightChainStrings.CurrencyCode_InvalidCurrencyCode]: 'Code de devise invalide',
|
|
591
|
+
[brightChainStrings_1.BrightChainStrings.EnergyAccount_InsufficientBalanceTemplate]: 'Solde insuffisant : besoin de {AMOUNT}J, disponible {AVAILABLE_BALANCE}J',
|
|
592
|
+
[brightChainStrings_1.BrightChainStrings.Init_BrowserCompatibleConfiguration]: 'Configuration BrightChain compatible navigateur avec GuidV4Provider',
|
|
593
|
+
[brightChainStrings_1.BrightChainStrings.Init_NotInitialized]: "Bibliothèque BrightChain non initialisée. Appelez initializeBrightChain() d'abord.",
|
|
594
|
+
[brightChainStrings_1.BrightChainStrings.ModInverse_MultiplicativeInverseDoesNotExist]: "L'inverse multiplicatif modulaire n'existe pas",
|
|
595
|
+
[brightChainStrings_1.BrightChainStrings.PrimeTupleGeneratorStream_UnknownErrorInTransform]: 'Erreur inconnue dans la transformation',
|
|
596
|
+
[brightChainStrings_1.BrightChainStrings.PrimeTupleGeneratorStream_UnknownErrorInMakeTuple]: 'Erreur inconnue dans makeTuple',
|
|
597
|
+
[brightChainStrings_1.BrightChainStrings.PrimeTupleGeneratorStream_UnknownErrorInFlush]: 'Erreur inconnue dans flush',
|
|
598
|
+
[brightChainStrings_1.BrightChainStrings.QuorumDataRecord_MustShareWithAtLeastTwoMembers]: 'Doit être partagé avec au moins 2 membres',
|
|
599
|
+
[brightChainStrings_1.BrightChainStrings.QuorumDataRecord_SharesRequiredExceedsMembers]: 'Le nombre de parts requises dépasse le nombre de membres',
|
|
600
|
+
[brightChainStrings_1.BrightChainStrings.QuorumDataRecord_SharesRequiredMustBeAtLeastTwo]: "Le nombre de parts requises doit être d'au moins 2",
|
|
601
|
+
[brightChainStrings_1.BrightChainStrings.QuorumDataRecord_InvalidChecksum]: 'Somme de contrôle invalide',
|
|
602
|
+
[brightChainStrings_1.BrightChainStrings.SimpleBrowserStore_BlockNotFoundTemplate]: 'Bloc introuvable : {ID}',
|
|
603
|
+
[brightChainStrings_1.BrightChainStrings.EncryptedBlockCreator_NoCreatorRegisteredTemplate]: 'Aucun créateur enregistré pour le type de bloc {TYPE}',
|
|
604
|
+
[brightChainStrings_1.BrightChainStrings.TestMember_MemberNotFoundTemplate]: 'Membre {KEY} introuvable',
|
|
605
|
+
};
|
|
606
|
+
//# sourceMappingURL=french.js.map
|