mirror of
https://github.com/nishiki/manage-password.git
synced 2024-11-23 05:47:53 +00:00
add translate for otp
This commit is contained in:
parent
8bcbffec66
commit
cd0dd2d0aa
2 changed files with 17 additions and 1 deletions
|
@ -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 <l> to copy the login"
|
||||
password: "Press <p> to copy the password"
|
||||
otp_code: "Press <o> 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!"
|
||||
|
|
10
i18n/fr.yml
10
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 <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:
|
||||
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!"
|
||||
|
|
Loading…
Reference in a new issue