Skip to content

Commit

Permalink
refactor(token, i18n): complete fr translation (#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
CorentinTh committed Nov 14, 2023
1 parent 8f99eb6 commit de1ee69
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/tools/token-generator/locales/fr.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
tools:
token-generator:
title: Générateur de token
description: Génère une chaîne aléatoire avec les caractères que vous voulez, lettres majuscules ou minuscules, chiffres et/ou symboles.

description: >-
Génère une chaîne aléatoire avec les caractères que vous voulez, lettres
majuscules ou minuscules, chiffres et/ou symboles.
uppercase: Majuscules (ABC...)
lowercase: Minuscules (abc...)
numbers: Chiffres (123...)
symbols: Symboles (!-;...)
button:
copy: Copier
refresh: Rafraichir
copied: Le token a été copié
length: Longueur
tokenPlaceholder: Le token...

1 comment on commit de1ee69

@vercel
Copy link

@vercel vercel bot commented on de1ee69 Nov 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.