mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-13 01:16:52 -04:00
22 lines
862 B
YAML
22 lines
862 B
YAML
tools:
|
|
iban-validator-and-parser:
|
|
title: IBAN validator and parser
|
|
description: Validate and parse IBAN numbers. Check if IBAN is valid and get the country, BBAN, if it is a QR-IBAN and the IBAN friendly format.
|
|
|
|
inputPlaceholder: Enter an IBAN to check for validity...
|
|
ibanExamples: Valid IBAN examples
|
|
|
|
isIbanValid: Is IBAN valid ?
|
|
IBANErrors: IBAN errors
|
|
isQRIBAN: Is IBAN a QR-IBAN ?
|
|
countryCode: Country code
|
|
BBAN: BBAN
|
|
IBANFriendlyFormat: IBAN friendly format
|
|
noIBANProvided: No IBAN provided
|
|
noIBANCountry: No IBAN country
|
|
wrongBBANLength: Wrong BBAN length
|
|
wrongBBANFormat: Wrong BBAN format
|
|
checksumNotNumber: Checksum is not a number
|
|
wrongIBANChecksum: Wrong IBAN checksum
|
|
wrongAccountBankBranchChecksum: Wrong account bank branch checksum
|
|
QRIBANNotAllowed: QR-IBAN not allowed
|