diff --git a/i18n/en.yml b/i18n/en.yml index c97ac5c..79cf4b2 100644 --- a/i18n/en.yml +++ b/i18n/en.yml @@ -75,12 +75,19 @@ en: password: "Enter the the password: " port: "Enter the connection port (optional): " comment: "Enter a comment (optional): " + otp_key: "Enter the otp secret (base32 secret key): " valid: "Item has been added!" clipboard: choice: "What do you want to copy ? [q = quit, p = password, l = login]: " clean: "The clipboard has been cleaned." login: "The login has been copied in clipboard." password: "The password has been copied in clipboard for 30s!" + otp: "The OTP code has been copied for %{time}s!" + help: + name: "Help" + login: "Press to copy the login" + password: "Press

to copy the password" + otp_code: "Press to copy the otp code" delete_key: valid: "Key has been deleted!" delete_item: @@ -129,6 +136,7 @@ en: password: "Enter the the password: " port: "Enter the connection port [%{port}]: " comment: "Enter a comment [%{comment}]: " + otp_key: "Enter the otp secret (base32 secret key): " valid: "Item has been updated!" export: valid: "The export in %{file} is succesfull!" diff --git a/i18n/fr.yml b/i18n/fr.yml index 993a809..caf1e05 100644 --- a/i18n/fr.yml +++ b/i18n/fr.yml @@ -75,12 +75,19 @@ fr: password: "Entrez le mot de passe: " port: "Entrez le port de connexion (optionnel): " comment: "Entrez un commentaire (optionnel): " + otp_key: "Entrez le secret OTP: " valid: "L'élément a bien été ajouté!" clipboard: - choice: "Que voulez-vous copier ? [q = quitter, p = mot de passe, l = identifiant]: " + choice: "Que voulez-vous copier ? : " clean: "Le presse papier a été nettoyé." login: "L'identifiant a été copié dans le presse papier" password: "Le mot de passe a été copié dans le presse papier pour 30s!" + otp: "Le code OTP a été copié dans le presse papier il est valable %{time}s!" + help: + name: "Aide" + login: "Pressez pour copier l'identifiant" + password: "Pressez

pour copier le mot de passe" + otp_code: "Pressez pour copier le code OTP" delete_key: valid: "La clé a bien été supprimée!" delete_item: @@ -129,6 +136,7 @@ fr: password: "Entrez le mot de passe: " port: "Entrez un port de connexion [%{port}]: " comment: "Entrez un commentaire [%{comment}]: " + otp_key: "Entrez le secret OTP: " valid: "L'élément a bien été mis à jour!" export: valid: "L'export dans %{file} est un succès!"