mirror of
https://github.com/nishiki/manage-password.git
synced 2024-11-23 13:57:52 +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:
|
en:
|
||||||
error:
|
error:
|
||||||
add:
|
|
||||||
name_empty: "You must define a name!"
|
|
||||||
config:
|
config:
|
||||||
write: "Can't write the config file!"
|
write: "Can't write the config file!"
|
||||||
check: "Checkconfig failed!"
|
check: "Checkconfig failed!"
|
||||||
|
@ -18,7 +16,7 @@ en:
|
||||||
bad_format: "Can't import, the file is badly formated!"
|
bad_format: "Can't import, the file is badly formated!"
|
||||||
read: "Can't import, unable to read %{file}!"
|
read: "Can't import, unable to read %{file}!"
|
||||||
update:
|
update:
|
||||||
id_no_exist: "Can't update the item, the item %{id} doesn't exist!"
|
name_empty: "You must define a name!"
|
||||||
cli:
|
cli:
|
||||||
option:
|
option:
|
||||||
usage: "Usage"
|
usage: "Usage"
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
---
|
---
|
||||||
fr:
|
fr:
|
||||||
error:
|
error:
|
||||||
add:
|
|
||||||
name_empty: "Vous devez définir un nom!"
|
|
||||||
config:
|
config:
|
||||||
write: "Impossible d'écrire le fichier de configuration!"
|
write: "Impossible d'écrire le fichier de configuration!"
|
||||||
check: "Le fichier de configuration est invalide!"
|
check: "Le fichier de configuration est invalide!"
|
||||||
|
@ -18,7 +16,7 @@ fr:
|
||||||
bad_format: "Impossible d'importer le fichier car son format est incorrect!"
|
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!"
|
read: "Impossible d'importer le fichier %{file}, car il n'est pas lisible!"
|
||||||
update:
|
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:
|
cli:
|
||||||
option:
|
option:
|
||||||
usage: "Utilisation"
|
usage: "Utilisation"
|
||||||
|
|
Loading…
Reference in a new issue