Skip to content

Commit

Permalink
i18n: Update French Resources for Verify JWT functionality
Browse files Browse the repository at this point in the history
To follow:
- #504

Here is a PR in order to adding/updating the French Resources for `Verify JWT` functionality.
  • Loading branch information
The-Lum committed Jun 27, 2024
1 parent e6c8d3b commit a754726
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,14 @@ DViewJwt.jbCopy.text = Copier
DViewJwt.jbCopy.tooltip = Copier le JWT dans le presse\u2010papiers
DViewJwt.jbCopy.mnemonic = C
DViewJwt.jbOK.text = Valider
DViewJwt.jlPublicKey.text = Clef publique\u00A0:
DViewJwt.jtaPublicKey.tooltip = Clef publique
DViewJwt.Verify.Title = V\u00E9rifier la signature du JWT
DViewJwt.jbVerify.text = V\u00E9rifier
DViewJwt.jbVerify.tooltip = V\u00E9rifier la signature du JWT
DViewJwt.InvalidPublicKey.message = La clef publique est invalide.
DViewJwt.SignatureVerified.message = La signature est valide.
DViewJwt.InvalidSignature.message = La signature est invalide.

DViewKeyPair.ViewCertificateDetails.Title = D\u00E9tails du certificat associ\u00E9
DViewKeyPair.ViewPrivateKeyDetails.Title = D\u00E9tails de la clef priv\u00E9e
Expand Down

0 comments on commit a754726

Please sign in to comment.