1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2024-11-23 13:57:52 +00:00

add translate for otp

This commit is contained in:
nishiki 2016-08-02 21:59:22 +02:00
parent 8bcbffec66
commit cd0dd2d0aa
2 changed files with 17 additions and 1 deletions

View file

@ -75,12 +75,19 @@ en:
password: "Enter the the password: " password: "Enter the the password: "
port: "Enter the connection port (optional): " port: "Enter the connection port (optional): "
comment: "Enter a comment (optional): " comment: "Enter a comment (optional): "
otp_key: "Enter the otp secret (base32 secret key): "
valid: "Item has been added!" valid: "Item has been added!"
clipboard: clipboard:
choice: "What do you want to copy ? [q = quit, p = password, l = login]: " choice: "What do you want to copy ? [q = quit, p = password, l = login]: "
clean: "The clipboard has been cleaned." clean: "The clipboard has been cleaned."
login: "The login has been copied in clipboard." login: "The login has been copied in clipboard."
password: "The password has been copied in clipboard for 30s!" 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 <l> to copy the login"
password: "Press <p> to copy the password"
otp_code: "Press <o> to copy the otp code"
delete_key: delete_key:
valid: "Key has been deleted!" valid: "Key has been deleted!"
delete_item: delete_item:
@ -129,6 +136,7 @@ en:
password: "Enter the the password: " password: "Enter the the password: "
port: "Enter the connection port [%{port}]: " port: "Enter the connection port [%{port}]: "
comment: "Enter a comment [%{comment}]: " comment: "Enter a comment [%{comment}]: "
otp_key: "Enter the otp secret (base32 secret key): "
valid: "Item has been updated!" valid: "Item has been updated!"
export: export:
valid: "The export in %{file} is succesfull!" valid: "The export in %{file} is succesfull!"

View file

@ -75,12 +75,19 @@ fr:
password: "Entrez le mot de passe: " password: "Entrez le mot de passe: "
port: "Entrez le port de connexion (optionnel): " port: "Entrez le port de connexion (optionnel): "
comment: "Entrez un commentaire (optionnel): " comment: "Entrez un commentaire (optionnel): "
otp_key: "Entrez le secret OTP: "
valid: "L'élément a bien été ajouté!" valid: "L'élément a bien été ajouté!"
clipboard: 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é." clean: "Le presse papier a été nettoyé."
login: "L'identifiant a été copié dans le presse papier" login: "L'identifiant a été copié dans le presse papier"
password: "Le mot de passe a été copié dans le presse papier pour 30s!" 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 <l> pour copier l'identifiant"
password: "Pressez <p> pour copier le mot de passe"
otp_code: "Pressez <o> pour copier le code OTP"
delete_key: delete_key:
valid: "La clé a bien été supprimée!" valid: "La clé a bien été supprimée!"
delete_item: delete_item:
@ -129,6 +136,7 @@ fr:
password: "Entrez le mot de passe: " password: "Entrez le mot de passe: "
port: "Entrez un port de connexion [%{port}]: " port: "Entrez un port de connexion [%{port}]: "
comment: "Entrez un commentaire [%{comment}]: " comment: "Entrez un commentaire [%{comment}]: "
otp_key: "Entrez le secret OTP: "
valid: "L'élément a bien été mis à jour!" valid: "L'élément a bien été mis à jour!"
export: export:
valid: "L'export dans %{file} est un succès!" valid: "L'export dans %{file} est un succès!"