mirror of
https://github.com/nishiki/manage-password.git
synced 2024-11-23 05:47:53 +00:00
translation en option
This commit is contained in:
parent
e29346cbb3
commit
ea4c657036
1 changed files with 19 additions and 15 deletions
|
@ -38,24 +38,28 @@ en:
|
||||||
select: 'Your choice is not a valid element!'
|
select: 'Your choice is not a valid element!'
|
||||||
|
|
||||||
option:
|
option:
|
||||||
usage: "Usage"
|
add: "Add an item or key"
|
||||||
|
config: "Specify the configuration file to use"
|
||||||
|
export: "Export a wallet in an yaml file"
|
||||||
|
file: "Specify a file, to use with the options [--import | --export | --add]"
|
||||||
|
force: "No ask to confirm when you delete an item"
|
||||||
|
generate_password: "Generate a random password (default 8 characters)"
|
||||||
|
group: "Search the items with specified group"
|
||||||
|
help: "Affiche ce message d'aide"
|
||||||
|
id: "Specify an id, to use with the options [--delete | --update]"
|
||||||
|
import: "Import item since a yaml file"
|
||||||
|
key: "Specify the key name, to use with the options [--add | --delete | --update]"
|
||||||
|
no_sync: "Disable synchronization with the server"
|
||||||
|
setup: "Create a new configuration file"
|
||||||
|
setup_wallet: "Create a new configuration file for a wallet"
|
||||||
show: "Search and show the items"
|
show: "Search and show the items"
|
||||||
show_all: "Show all items"
|
show_all: "Show all items"
|
||||||
update: "Update an item"
|
|
||||||
remove: "Delete an item"
|
remove: "Delete an item"
|
||||||
group: "Search the items with specified group"
|
update: "Update an item"
|
||||||
add: "Add an item"
|
usage: "Usage"
|
||||||
config: "Specify the configuration file to use"
|
wallet: "Specify a wallet to use"
|
||||||
setup: "Create a new configuration file"
|
|
||||||
protocol: "Select the items with the specified protocol"
|
help: "Show this help message"
|
||||||
export: "Export all items in a file"
|
|
||||||
type: "Data's type export file [csv|yaml]"
|
|
||||||
import: "Import item since a yaml or csv file"
|
|
||||||
force: "Force an action"
|
|
||||||
no_sync: "Disable synchronization with the server"
|
|
||||||
format: "Change the display items format by an alternative format"
|
|
||||||
generate_password: "Generate a random password (default 8 characters)"
|
|
||||||
help: "Show this help message"
|
|
||||||
|
|
||||||
form:
|
form:
|
||||||
select: "Select the item: "
|
select: "Select the item: "
|
||||||
|
|
Loading…
Reference in a new issue