mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-13 09:26:52 -04:00
23 lines
862 B
YAML
23 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
|