1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2024-10-27 02:33:19 +00:00
mpw/i18n/en.yml

196 lines
7.3 KiB
YAML
Raw Normal View History

2014-01-26 10:39:53 +00:00
---
en:
error:
2016-11-12 16:16:57 +00:00
bad_class: "The object class isn't valid!"
2014-01-26 10:39:53 +00:00
config:
write: "Can't write the config file!"
2016-10-23 19:54:46 +00:00
load: "Checkconfig failed!"
2017-05-23 17:49:20 +00:00
key_bad_format: "The key string isn't in the right format!"
no_key_public: "You haven't entered the public key of %{key}!"
2014-03-16 20:28:23 +00:00
genkey_gpg:
exception: "Can't create the GPG key!"
name: "You must define a name for your GPG key!"
password: "You must define a password for your GPG key!"
2017-05-23 17:49:20 +00:00
empty: "The class is empty"
2016-05-15 21:55:01 +00:00
export: "Can't export, unable to write in %{file}!"
2016-11-12 16:16:57 +00:00
export_key: "Can't export the GPG key"
2014-01-26 10:39:53 +00:00
gpg_file:
decrypt: "Can't decrypt file!"
encrypt: "Can't encrypt the GPG file!"
2016-05-15 21:55:01 +00:00
mpw_file:
2017-05-23 17:49:20 +00:00
read_data: "Can't read the MPW file!"
write_data: "Can't write the MPW file!"
2016-05-15 21:55:01 +00:00
import: "Can't import, unable to read %{file}!"
2014-01-26 10:39:53 +00:00
update:
2017-09-03 00:37:17 +00:00
host_and_comment_empty: "You must define a host or a comment!"
2014-02-02 10:48:46 +00:00
2015-01-16 23:05:40 +00:00
warning:
2017-05-23 17:49:20 +00:00
select: 'Your choice is not a valid item!'
2015-01-16 23:05:40 +00:00
2016-11-05 14:34:11 +00:00
command:
add: "Add a new item"
config: "Manage the general config"
copy: "Copy a login, password or OTP code"
delete: "Delete an item"
export: "Export the data in plain text"
genpwd: "Generate a password"
import: "Import data from a file"
list: "Print the items"
update: "Update an item"
wallet: "Manage the wallet config"
2014-01-26 10:39:53 +00:00
option:
2016-05-14 11:19:50 +00:00
add: "Add an item or key"
2017-05-23 17:49:20 +00:00
add_gpg_key: "Share the wallet with another GPG key"
alpha: "Use letter to create a password"
comment: "Specify a comment"
2016-05-14 11:19:50 +00:00
config: "Specify the configuration file to use"
2016-07-09 12:06:49 +00:00
clipboard: "Disable the clipboard feature"
2017-05-23 17:49:20 +00:00
default_path: "Move the wallet to the default directory"
2017-02-22 20:51:06 +00:00
default_wallet: "Specify the default wallet to use"
2017-05-23 17:49:20 +00:00
delete_gpg_key: "Delete wallet sharing with an other GPG key"
disable_alpha: "Don't use letters to create a password"
disable_numeric: "Don't use numbers to generate a password"
2017-04-04 22:04:15 +00:00
disable_pinmode: "Disable the pinentry mode"
2017-05-23 17:49:20 +00:00
disable_special_chars: "Don't use special char to create a password"
2016-05-14 11:19:50 +00:00
export: "Export a wallet in an yaml file"
2017-05-23 17:49:20 +00:00
file_export: "Specify the file to export data"
2017-09-03 00:37:17 +00:00
file_format: "Format of import file (default: mpw; available: %{formats})"
2016-10-20 06:32:26 +00:00
file_import: "Specify the file to import"
2017-05-23 17:49:20 +00:00
force: "Do not ask confirmation when deleting an item"
generate_password: "Create a random password (default 8 characters)"
2016-10-20 06:32:26 +00:00
gpg_exe: "Set the gpg binary path to use"
gpg_key: "Specify a GPG key (ex: user@example.com)"
2016-05-14 11:19:50 +00:00
group: "Search the items with specified group"
2016-05-14 15:13:47 +00:00
help: "Show this help message"
2016-10-20 06:32:26 +00:00
init: "Initialize mpw"
2017-05-23 17:49:20 +00:00
import: "Import item from an yaml file"
key: "Define the key name"
2016-10-20 06:32:26 +00:00
lang: "Set the software language"
2016-11-12 16:16:57 +00:00
length: "Size of the password"
2016-10-20 16:25:30 +00:00
list: "List the wallets"
2017-02-16 19:47:39 +00:00
list_keys: "List the GPG keys in wallet"
2017-05-23 17:49:20 +00:00
new_group: "Define a group for the item"
numeric: "Use number to create a password"
otp_code: "Set an otp key"
path: "Move the wallet in new specify directory"
2016-10-20 06:32:26 +00:00
pattern: "Given search pattern"
2017-04-04 22:04:15 +00:00
pinmode: "Enable pinentry mode (available with gpg >= 2.1)"
2016-11-12 16:16:57 +00:00
random_password: "Generate a random password"
2016-05-14 11:19:50 +00:00
setup: "Create a new configuration file"
setup_wallet: "Create a new configuration file for a wallet"
2017-05-23 17:49:20 +00:00
special_chars: "Use special char to create a password"
show: "Search and display the items"
show_all: "Listing all items"
text_editor: "Use text editor to edit the item"
2017-05-23 17:49:20 +00:00
usage: "Use"
2017-09-05 20:16:37 +00:00
url: "Set an url (ex: https://example.com/path)"
user: "Set an user"
2016-05-14 11:19:50 +00:00
wallet: "Specify a wallet to use"
2016-10-20 06:32:26 +00:00
wallet_dir: "Set the wallets folder"
2016-05-14 11:19:50 +00:00
2014-01-26 10:39:53 +00:00
form:
2017-08-10 21:23:06 +00:00
select:
choice: "Select the item: "
error: "No item selected"
2016-05-14 15:13:47 +00:00
add_key:
valid: "Key has been added!"
add_item:
2017-05-23 17:49:20 +00:00
name: "Item name (mandatory)"
group: "Group name"
host: "Hostname or ip"
protocol: "Connection protocol (ssh, http, ...)"
login: "Connection ID"
password: "Password"
port: "Connection port"
2016-08-20 07:18:32 +00:00
comment: "A comment"
otp_key: "The OTP secret"
2014-01-26 10:39:53 +00:00
valid: "Item has been added!"
2016-07-09 12:06:49 +00:00
clipboard:
2016-07-11 21:56:58 +00:00
choice: "What do you want to copy ? [q = quit, p = password, l = login]: "
2016-07-09 12:06:49 +00:00
clean: "The clipboard has been cleaned."
2016-07-11 21:56:58 +00:00
login: "The login has been copied in clipboard."
2016-07-09 12:06:49 +00:00
password: "The password has been copied in clipboard for 30s!"
2017-05-23 17:49:20 +00:00
otp: "The OTP code has been copied %{time}s!"
2017-05-21 16:00:43 +00:00
url: "The URL has been copied in clipboard."
2016-08-02 19:59:22 +00:00
help:
name: "Help"
2017-05-21 16:00:43 +00:00
url: "Press <u> to copy URL"
2016-08-02 19:59:22 +00:00
login: "Press <l> to copy the login"
password: "Press <p> to copy the password"
otp_code: "Press <o> to copy the otp code"
2016-10-20 07:23:26 +00:00
quit: "Press <q> to quit"
2016-05-14 15:13:47 +00:00
delete_key:
valid: "Key has been deleted!"
delete_item:
2017-05-23 17:49:20 +00:00
ask: "Are you sure you want to remove this item ?"
2016-09-26 19:53:17 +00:00
valid: "The item has been removed!"
2014-01-26 10:39:53 +00:00
import:
ask: "Are you sure you want to import this file %{file} ?"
2016-11-12 16:16:57 +00:00
file_empty: "The import file is empty!"
file_not_exist: "The import file doesn't exist!"
2017-09-03 00:37:17 +00:00
format_unknown: "The import format '%{file_format} is unknown!"
2017-05-23 17:49:20 +00:00
valid: "The import is successful!"
2014-01-26 10:39:53 +00:00
not_valid: "No data to import!"
2017-02-22 20:51:06 +00:00
set_config:
valid: "The config file has been edited!"
set_wallet_path:
2017-05-23 17:49:20 +00:00
valid: "The wallet has been moved!"
2016-05-14 15:13:47 +00:00
setup_config:
2014-01-26 10:39:53 +00:00
title: "Setup a new config file"
2016-05-17 17:34:05 +00:00
lang: "Choose your language (en, fr, ...) [default=%{lang}]: "
gpg_key: "Enter the GPG key [ex: test@host.local]: "
2016-07-05 20:03:55 +00:00
gpg_exe: "Enter the executable GPG path (optional): "
2016-05-17 17:34:05 +00:00
wallet_dir: "Enter the wallets's folder path [default=%{home}/wallets]: "
2016-05-14 15:13:47 +00:00
valid: "The config file has been created!"
2014-03-16 20:28:23 +00:00
setup_gpg_key:
title: "Setup a GPG key"
2017-05-23 17:49:20 +00:00
ask: "Do you want to create your GPG key ? (Y/n)"
no_create: "You must to create manually your GPG key or relaunch the software."
2014-03-16 20:28:23 +00:00
name: "Your name and lastname: "
password: "A password for the GPG key: "
confirm_password: "Confirm your password: "
error_password: "Your passwords aren't identical!"
2014-03-16 20:28:23 +00:00
length: "Size of the GPG key [default=2048]: "
expire: "Expire time of the GPG key [default=0 (unlimited)]: "
2017-05-23 17:49:20 +00:00
wait: "Please wait until GPG key is created, this process can take a few minutes."
2014-03-19 19:50:12 +00:00
valid: "Your GPG key has been created ;-)"
2016-05-15 21:55:01 +00:00
update_item:
2017-05-23 17:49:20 +00:00
name: "Item name (mandatory)"
group: "Group name"
host: "Hostname or ip"
protocol: "Connection protocol (ssh, http, ...)"
login: "Login id"
password: "Password (leave empty if you don't want to update it)"
port: "Connection port"
2016-08-20 08:03:12 +00:00
comment: "A comment"
2017-05-23 17:49:20 +00:00
otp_key: "Secret OTP (leave empty if you don't want to update it"
2014-01-26 10:39:53 +00:00
valid: "Item has been updated!"
2014-12-06 22:53:03 +00:00
export:
2017-05-23 17:49:20 +00:00
valid: "The export in %{file} is successful!"
2014-02-02 10:48:46 +00:00
2014-01-26 10:39:53 +00:00
display:
comment: "Comment"
2017-04-09 08:08:25 +00:00
config: "Configuration"
2014-01-26 10:39:53 +00:00
error: "ERROR"
2017-02-16 19:47:39 +00:00
keys: "GPG keys"
2017-05-23 17:49:20 +00:00
gpg_password: "GPG password: "
2014-01-26 10:39:53 +00:00
group: "Group"
login: "Login"
name: "Name"
no_group: "Without group"
2016-05-17 17:34:05 +00:00
nothing: "No matches!"
2016-08-03 19:26:04 +00:00
otp_code: "OTP code"
2014-01-26 10:39:53 +00:00
password: "Password"
port: "Port"
protocol: "Protocol"
server: "Server"
2017-02-21 20:05:28 +00:00
wallets: "Wallets"
2015-01-16 23:05:40 +00:00
warning: "Warning"
2014-02-02 10:48:46 +00:00
2014-01-26 10:39:53 +00:00
formats:
default: ! '%Y-%m-%d'
long: ! '%B %d, %Y'
short: ! '%b %d'
custom: ! '%A, %M %B, %Y @ %l:%M%P'