mirror of
https://github.com/nishiki/manage-password.git
synced 2024-11-26 23:33:03 +00:00
add translate
This commit is contained in:
parent
c76c2db2be
commit
52c1554e90
4 changed files with 10 additions and 0 deletions
|
@ -66,6 +66,10 @@ en:
|
|||
gpg_key: "Enter the GPG key: "
|
||||
gpg_file: "Enter the path to encrypt file [default=%{home}/.mpw.gpg]: "
|
||||
timeout: "Enter the timeout (in seconde) to GPG password [default=60]: "
|
||||
sync_host: "Synchronization server: "
|
||||
sync_port: "Port of the synchronization server: "
|
||||
sync_pwd: "Password for the synchronization: "
|
||||
sync_suffix: "Suffix for the synchronization (optionnal): "
|
||||
valid: "The config file has been created!"
|
||||
update:
|
||||
title: "Update an item"
|
||||
|
|
|
@ -66,6 +66,10 @@ fr:
|
|||
gpg_key: "Entrez la clé GPG: "
|
||||
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_host: "Serveur de synchronisation: "
|
||||
sync_port: "Port du serveur de synchronisation: "
|
||||
sync_pwd: "Mot de passe pour la synchronisation: "
|
||||
sync_suffix: "Suffix pour la synchronisation (optionnel): "
|
||||
valid: "Le fichier de configuration a bien été créé!"
|
||||
update:
|
||||
title: "Mis à jour d'un élément"
|
||||
|
|
|
@ -17,6 +17,7 @@ en:
|
|||
port: "Port listen: "
|
||||
data_dir: "Data directory: "
|
||||
timeout: "Timeout to second: "
|
||||
log_file: "Log file path: "
|
||||
not_valid: "ERROR: Impossible to write the configuration file!"
|
||||
formats:
|
||||
default: ! '%Y-%m-%d'
|
||||
|
|
|
@ -16,6 +16,7 @@ fr:
|
|||
host: "IP d'écoute: "
|
||||
port: "Port d'écoute: "
|
||||
data_dir: "Répertoire des données: "
|
||||
log_file: "Chemin du ficier de log: "
|
||||
timeout: "Timeout en seconde: "
|
||||
not_valid: "ERREUR: Impossible d'écire le fichier de configuration!"
|
||||
formats:
|
||||
|
|
Loading…
Reference in a new issue