mirror of
https://github.com/nishiki/manage-password.git
synced 2024-11-23 05:47:53 +00:00
update translation for MPW.rb
This commit is contained in:
parent
5d19550371
commit
049ad927f2
2 changed files with 2 additions and 6 deletions
|
@ -1,8 +1,6 @@
|
|||
---
|
||||
en:
|
||||
error:
|
||||
add:
|
||||
name_empty: "You must define a name!"
|
||||
config:
|
||||
write: "Can't write the config file!"
|
||||
check: "Checkconfig failed!"
|
||||
|
@ -18,7 +16,7 @@ en:
|
|||
bad_format: "Can't import, the file is badly formated!"
|
||||
read: "Can't import, unable to read %{file}!"
|
||||
update:
|
||||
id_no_exist: "Can't update the item, the item %{id} doesn't exist!"
|
||||
name_empty: "You must define a name!"
|
||||
cli:
|
||||
option:
|
||||
usage: "Usage"
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
---
|
||||
fr:
|
||||
error:
|
||||
add:
|
||||
name_empty: "Vous devez définir un nom!"
|
||||
config:
|
||||
write: "Impossible d'écrire le fichier de configuration!"
|
||||
check: "Le fichier de configuration est invalide!"
|
||||
|
@ -18,7 +16,7 @@ fr:
|
|||
bad_format: "Impossible d'importer le fichier car son format est incorrect!"
|
||||
read: "Impossible d'importer le fichier %{file}, car il n'est pas lisible!"
|
||||
update:
|
||||
id_no_exist: "Impossible de mettre à jour l'élément %{id}, car il n'existe pas!"
|
||||
name_empty: "Vous devez définir un nom!"
|
||||
cli:
|
||||
option:
|
||||
usage: "Utilisation"
|
||||
|
|
Loading…
Reference in a new issue