1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2024-11-23 05:47:53 +00:00

fix translate for update template

This commit is contained in:
Adrien Waksberg 2016-08-20 10:03:12 +02:00
parent 2a89d8718c
commit 973f362485
3 changed files with 29 additions and 22 deletions

View file

@ -120,16 +120,15 @@ en:
wait: "Please waiting during the GPG key generate, this process can take few minutes." wait: "Please waiting during the GPG key generate, this process can take few minutes."
valid: "Your GPG key has been created ;-)" valid: "Your GPG key has been created ;-)"
update_item: update_item:
title: "Update an item" name: "The item's name (mandatory"
name: "Enter the name [%{name}]: " group: "The group's name"
group: "Enter the group [%{group}]: " host: "The hostname or ip"
server: "Enter the hostname or ip [%{server}]: " protocol: "The protocol of the connection (ssh, http, ...)"
protocol: "Enter the protocol of the connection [%{protocol}]: " login: "The login of connection"
login: "Enter the login connection [%{login}]: " password: "The password (leave empty if you don't want change)"
password: "Enter the the password: " port: "The connection port"
port: "Enter the connection port [%{port}]: " comment: "A comment"
comment: "Enter a comment [%{comment}]: " otp_key: "The OTP secret (leave empty if you don't want change"
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

@ -120,16 +120,15 @@ fr:
wait: "Veuillez patienter durant la génération de votre clé GPG, ce processus peut prendre quelques minutes." wait: "Veuillez patienter durant la génération de votre clé GPG, ce processus peut prendre quelques minutes."
valid: "Votre clé GPG a bien été créée ;-)" valid: "Votre clé GPG a bien été créée ;-)"
update_item: update_item:
title: "Mis à jour d'un élément" name: "Le nom de l'élément (obligatoire)"
name: "Entrez le nom [%{name}]: " group: "Le nom du groupe"
group: "Entrez le groupe [%{group}]: " host: "Le nom de domaine ou l'ip"
server: "Entrez le nom de domaine ou l'ip du serveur [%{server}]: " protocol: "Le protocole de connexion (ssh, http, ...)"
protocol: "Entrez le protocole de connexion [%{protocol}]: " login: "L'identifiant de connexion"
login: "Entrez votre identifiant de connexion [%{login}]: " password: "Le mot de passe (laissez vide si vous ne voulez pas le changer)"
password: "Entrez le mot de passe: " port: "Le port de connexion"
port: "Entrez un port de connexion [%{port}]: " comment: "Un commentaire"
comment: "Entrez un commentaire [%{comment}]: " otp_key: "Le secret OTP (laissez vide si vous ne voulez pas le changer)"
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!"

View file

@ -1,10 +1,19 @@
--- ---
# <%= I18n.t('form.update_item.name') %>
name: <%= item.name %> name: <%= item.name %>
# <%= I18n.t('form.update_item.group') %>
group: <%= item.group %> group: <%= item.group %>
# <%= I18n.t('form.update_item.host') %>
host: <%= item.host %> host: <%= item.host %>
# <%= I18n.t('form.update_item.protocol') %>
protocol: <%= item.protocol %> protocol: <%= item.protocol %>
# <%= I18n.t('form.update_item.login') %>
user: <%= item.user %> user: <%= item.user %>
# <%= I18n.t('form.update_item.password') %>
password: password:
# <%= I18n.t('form.update_item.port') %>
port: <%= item.port %> port: <%= item.port %>
# <%= I18n.t('form.update_item.comment') %>
comment: <%= item.comment %> comment: <%= item.comment %>
otp_secret: # <%= I18n.t('form.update_item.otp_key') %>
opt_code: