mirror of
https://github.com/nishiki/manage-password.git
synced 2024-11-23 13:57:52 +00:00
fix missing and error translation
This commit is contained in:
parent
f15b4e47bf
commit
57d1a700c6
2 changed files with 3 additions and 3 deletions
|
@ -72,7 +72,7 @@ en:
|
|||
title: "Setup a new config file"
|
||||
lang: "Choose your language (en, fr, ...): "
|
||||
gpg_key: "Enter the GPG key: "
|
||||
share_gpg_key: "Enter the GPG keys with who you want to share the passwords: "
|
||||
share_gpg_keys: "Enter the GPG keys with who you want to share the passwords: "
|
||||
gpg_file: "Enter the path to encrypt file [default=%{home}/.mpw.gpg]: "
|
||||
timeout: "Enter the timeout (in seconde) to GPG password [default=60]: "
|
||||
sync_type: "Synchronization type (mpw, ssh, ftp, or nil): "
|
||||
|
|
|
@ -53,7 +53,7 @@ fr:
|
|||
title: "Ajout d'un nouvel élément"
|
||||
name: "Entrez le nom: "
|
||||
group: "Entrez le groupe (optionnel): "
|
||||
server: "Entrez the hostname or ip: "
|
||||
server: "Entrez le nom de domaine ou l'ip: "
|
||||
protocol: "Entrez le protocole de connexion (ssh, http, other): "
|
||||
login: "Entrez l'identifiant de connexion: "
|
||||
password: "Entrez le mot de passe: "
|
||||
|
@ -72,7 +72,7 @@ fr:
|
|||
title: "Création d'un nouveau fichier de configuration"
|
||||
lang: "Choisissez votre langue (en, fr, ...) [défaut=%{lang}]: "
|
||||
gpg_key: "Entrez la clé GPG: "
|
||||
share_gpg_key: "Entrez les clés GPG avec qui vous voulez partager les mots de passe: "
|
||||
share_gpg_keys: "Entrez les clés GPG avec qui vous voulez partager les mots de passe: "
|
||||
gpg_file: "Entrez le chemin du fichier qui sera chiffré [défaut=%{home}/.mpw.gpg]: "
|
||||
timeout: "Entrez le temps (en seconde) du mot de passe GPG [défaut=60]: "
|
||||
sync_type: "Type de synchronisation (mpw, ssh, ftp, or nil): "
|
||||
|
|
Loading…
Reference in a new issue