mirror of
https://github.com/nishiki/manage-password.git
synced 2024-11-30 08:53:05 +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_key: "Enter the GPG key: "
|
||||||
gpg_file: "Enter the path to encrypt file [default=%{home}/.mpw.gpg]: "
|
gpg_file: "Enter the path to encrypt file [default=%{home}/.mpw.gpg]: "
|
||||||
timeout: "Enter the timeout (in seconde) to GPG password [default=60]: "
|
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!"
|
valid: "The config file has been created!"
|
||||||
update:
|
update:
|
||||||
title: "Update an item"
|
title: "Update an item"
|
||||||
|
|
|
@ -66,6 +66,10 @@ fr:
|
||||||
gpg_key: "Entrez la clé GPG: "
|
gpg_key: "Entrez la clé GPG: "
|
||||||
gpg_file: "Entrez le chemin du fichier qui sera chiffré [défaut=%{home}/.mpw.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]: "
|
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éé!"
|
valid: "Le fichier de configuration a bien été créé!"
|
||||||
update:
|
update:
|
||||||
title: "Mis à jour d'un élément"
|
title: "Mis à jour d'un élément"
|
||||||
|
|
|
@ -17,6 +17,7 @@ en:
|
||||||
port: "Port listen: "
|
port: "Port listen: "
|
||||||
data_dir: "Data directory: "
|
data_dir: "Data directory: "
|
||||||
timeout: "Timeout to second: "
|
timeout: "Timeout to second: "
|
||||||
|
log_file: "Log file path: "
|
||||||
not_valid: "ERROR: Impossible to write the configuration file!"
|
not_valid: "ERROR: Impossible to write the configuration file!"
|
||||||
formats:
|
formats:
|
||||||
default: ! '%Y-%m-%d'
|
default: ! '%Y-%m-%d'
|
||||||
|
|
|
@ -16,6 +16,7 @@ fr:
|
||||||
host: "IP d'écoute: "
|
host: "IP d'écoute: "
|
||||||
port: "Port d'écoute: "
|
port: "Port d'écoute: "
|
||||||
data_dir: "Répertoire des données: "
|
data_dir: "Répertoire des données: "
|
||||||
|
log_file: "Chemin du ficier de log: "
|
||||||
timeout: "Timeout en seconde: "
|
timeout: "Timeout en seconde: "
|
||||||
not_valid: "ERREUR: Impossible d'écire le fichier de configuration!"
|
not_valid: "ERREUR: Impossible d'écire le fichier de configuration!"
|
||||||
formats:
|
formats:
|
||||||
|
|
Loading…
Reference in a new issue