2021-04-18 11:28:55 +01:00
module . exports = {
2021-04-19 11:23:28 +01:00
// The localised name for the language
2021-05-12 16:01:04 +01:00
language _name : "English" ,
2021-05-07 20:41:40 +01:00
// Internal: The direction of text (ltr or rtl)
2021-05-12 16:01:04 +01:00
language _direction : "ltr" ,
2021-04-29 13:42:30 +01:00
2021-04-18 11:52:24 +01:00
// These are the buttons on the top bar.
2021-05-12 16:01:04 +01:00
home _btn : "Home" ,
back _btn : "Back" ,
refresh _btn : "Refresh" ,
me _btn : "Me/Settings" ,
2021-04-20 22:49:33 +01:00
2021-04-29 10:38:42 +01:00
// General Notification Messages
2021-05-12 16:01:04 +01:00
notification _copy _success : "Copied to clipboard." ,
2021-05-18 11:28:05 +01:00
not _implemented : "Not Yet Implemented" ,
2021-04-29 10:38:42 +01:00
// Copyable Modal
2021-05-12 16:01:04 +01:00
copy _modal _download _btn : "Download" ,
copy _modal _copy _btn : "Copy" ,
copy _modal _close _btn : "Close" ,
2021-04-29 10:38:42 +01:00
2021-05-23 14:55:17 +01:00
// Generic Loading Text
content _loading : "Loading.." ,
2021-04-29 11:12:17 +01:00
// Copyable Input Box
2021-05-12 16:01:04 +01:00
copy _input _box _copy _icon _text : "Copy Button" ,
2021-04-29 10:38:42 +01:00
2021-05-09 11:06:45 +01:00
// File Upload Input
2021-05-12 16:01:04 +01:00
file _upload _input _btn : "Upload File" ,
2021-05-09 11:06:45 +01:00
2021-04-20 22:49:33 +01:00
// Me Page
2021-05-12 16:01:04 +01:00
me _page _title : "Me/Settings" ,
2021-05-26 11:40:14 +01:00
me _log _out _btn : "Log Out" ,
me _seal _vault _btn : "Seal Vault" ,
me _copy _token _btn : "Copy Token" ,
me _renew _lease _btn : "Renew Token Lease" ,
me _change _language _btn : "Change Language" ,
2021-04-18 11:52:24 +01:00
2021-04-20 22:49:33 +01:00
// Home Page
2021-05-12 16:01:04 +01:00
home _page _title : "Home" ,
2021-05-18 11:10:47 +01:00
home _vaulturl _text : "Vault URL: {{text}}" ,
home _password _generator _btn : "Password Generator" ,
home _your _token _expires _in : "Your token expires in {{date, until_date}}" ,
home _secrets _title : "Secrets" ,
home _secrets _description : "View, create and manage secrets." ,
2021-05-18 11:28:05 +01:00
home _access _title : "Access" ,
home _access _description : "Manage who and what has access to vault and how they can authenticate." ,
2021-05-26 12:11:15 +01:00
home _policies _title : "Policies" ,
home _policies _description : "Manage policies and permissions." ,
2021-05-18 11:10:47 +01:00
// Secrets Home Page
secrets _home _page _title : "Secrets" ,
secrets _home _new _secrets _engine _button : "New Secrets Engine" ,
2021-05-13 06:13:39 +01:00
// New Secrets Engine Page
new _secrets _engine _title : "New Secrets Engine" ,
2021-05-13 06:22:54 +01:00
new _secrets _engine _kv _title : "Key/Value" ,
2021-05-13 06:13:39 +01:00
new _secrets _engine _kv _description : "For storing key/value mapped secrets." ,
2021-05-13 06:22:54 +01:00
new _secrets _engine _totp _title : "TOTP" ,
new _secrets _engine _totp _description : "For handing Time-based One Time Pass (TOTP) codes." ,
2021-05-13 06:28:51 +01:00
new _secrets _engine _transit _title : "Transit" ,
new _secrets _engine _transit _description :
"For doing encryption/decryption without storing the data." ,
2021-05-13 06:13:39 +01:00
// New KV Engine Page
new _kv _engine _title : "New Key/Value Engine" ,
new _kv _engine _name _input : "Name" ,
new _kv _engine _version _1 : "Version 1" ,
new _kv _engine _version _2 : "Version 2" ,
new _kv _engine _create _btn : "Create" ,
2021-05-13 06:22:54 +01:00
// New KV Engine Page
new _totp _engine _title : "New TOTP Engine" ,
new _totp _engine _name _input : "Name" ,
new _totp _engine _create _btn : "Create" ,
2021-04-19 19:45:51 +01:00
2021-05-13 06:28:51 +01:00
// New Transit Engine Page
new _transit _engine _title : "New Transit Engine" ,
new _transit _engine _name _input : "Name" ,
new _transit _engine _create _btn : "Create" ,
2021-04-20 22:49:33 +01:00
// Unseal Page
2021-05-12 16:01:04 +01:00
unseal _vault _text : "Unseal the Vault" ,
2021-05-26 11:40:14 +01:00
unseal _submit _key _btn : "Submit Key" ,
2021-05-12 16:01:04 +01:00
unseal _input _btn : "Switch to Manual Key Input" ,
unseal _qr _btn : "Switch to QR Key Input" ,
2021-05-26 11:40:14 +01:00
unseal _key _input _placeholder : "Key" ,
2021-05-12 16:01:04 +01:00
unseal _keys _progress : "Keys: {{progress}}/{{keys_needed}}" ,
2021-04-18 11:52:24 +01:00
2021-04-20 22:49:33 +01:00
// Language Selector Page
2021-05-12 16:01:04 +01:00
set _language _title : "Set Language" ,
set _language _btn : "Set Language" ,
2021-04-20 20:19:34 +01:00
2021-04-20 22:49:33 +01:00
// Password Generator Page
2021-05-12 16:01:04 +01:00
password _generator _title : "Password Generator" ,
2021-05-26 11:40:14 +01:00
password _generator _length _title : "Password Length ({{min}}/{{max}})" ,
password _generator _generate _btn : "Generate Password" ,
2021-04-20 20:19:34 +01:00
2021-04-20 22:49:33 +01:00
// Login Page
2021-05-12 16:01:04 +01:00
log _in _title : "Login" ,
log _in _with _token : "Token" ,
log _in _with _username : "Username" ,
2021-05-26 11:40:14 +01:00
log _in _token _input : "Token" ,
log _in _username _input : "Username" ,
log _in _password _input : "Password" ,
2021-05-12 16:01:04 +01:00
log _in _btn : "Login" ,
2021-05-26 11:40:14 +01:00
log _in _token _login _error : "Invalid Token" ,
2021-04-20 20:32:57 +01:00
2021-04-20 22:49:33 +01:00
// Key Value Delete Page
2021-05-12 16:01:04 +01:00
kv _delete _title : "K/V Delete" ,
kv _delete _text : "Are you sure you want to delete this?" ,
kv _delete _btn : "Delete" ,
kv _delete _suffix : " (delete)" ,
2021-04-20 20:19:34 +01:00
2021-04-20 22:49:33 +01:00
// Key Value New Page
2021-05-12 16:01:04 +01:00
kv _new _title : "K/V New" ,
kv _new _suffix : " (new)" ,
kv _new _path : "Relative Path" ,
kv _new _create _btn : "Create Empty Secret" ,
2021-04-20 22:49:33 +01:00
// Key Value Secret Page
2021-05-12 16:01:04 +01:00
kv _secret _title : "K/V Secret" ,
kv _secret _deleted _text :
"This secret version has been soft deleted but remains restorable, do you want to restore it?" ,
kv _secret _restore _btn : "Restore Secret Version" ,
kv _secret _loading : "Loading Secret.." ,
kv _secret _delete _btn : "Delete" ,
kv _secret _delete _all _btn : "Delete All Versions" ,
kv _secret _delete _version _btn : "Delete Version {{ version }}" ,
kv _secret _edit _btn : "Edit" ,
kv _secret _versions _btn : "Versions" ,
2021-04-20 22:49:33 +01:00
2021-04-20 23:02:18 +01:00
// Key Value Secret Editor Page
2021-05-12 16:01:04 +01:00
kv _sec _edit _title : "K/V Edit" ,
kv _sec _edit _btn : "Edit" ,
kv _sec _edit _loading : "Loading Editor.." ,
kv _sec _edit _invalid _json _err : "Invalid JSON" ,
kv _sec _edit _suffix : " (edit)" ,
2021-04-20 22:49:33 +01:00
2021-04-20 23:08:02 +01:00
// Key Value Secret Versions Page
2021-05-12 16:01:04 +01:00
kv _sec _versions _title : "K/V Versions" ,
kv _sec _versions _suffix : " (versions)" ,
2021-04-20 23:08:02 +01:00
2021-04-20 23:12:29 +01:00
// Key Value View/List Secrets Page
2021-05-12 16:01:04 +01:00
kv _view _title : "K/V View" ,
kv _view _cubbyhole _text :
"In cubbyhole, secrets can be stored as long as the lease of your token is valid. They will be deleted when lease is expired and can only be viewed by your current token." ,
kv _view _new _btn : "New" ,
kv _view _none _here _text : "You seem to have no secrets here, would you like to create one?" ,
2021-04-20 23:12:29 +01:00
2021-04-20 23:16:36 +01:00
// TOTP View Page
2021-05-12 16:01:04 +01:00
totp _view _title : "TOTP" ,
2021-05-13 11:56:15 +01:00
totp _view _new _btn : "New" ,
2021-05-22 15:40:03 +01:00
totp _view _delete _btn : "Delete" ,
2021-05-12 16:01:04 +01:00
totp _view _loading : "Loading TOTP Codes.." ,
totp _view _empty : "You seem to have no TOTP codes here, would you like to create one?" ,
totp _view _loading _box : "Loading.." ,
2021-04-20 23:16:36 +01:00
2021-04-20 23:23:17 +01:00
// New TOTP Key Page
2021-05-12 16:01:04 +01:00
totp _new _title : "New TOTP Key" ,
totp _new _suffix : " (new)" ,
totp _new _name _text : "TOTP Key Name" ,
totp _new _info :
"You need either a key or a URI, URI prefered but may not work. Just scan the QR code and copy the URL." ,
totp _new _uri _input : "URI" ,
totp _new _key _input : "Key" ,
totp _new _add _btn : "Add TOTP Key" ,
2021-05-25 12:36:10 +01:00
totp _new _switch _to _qr _btn : "Switch to QR Input" ,
totp _new _switch _back _to _manual _input _btn : "Switch back to manual input" ,
2021-04-20 23:12:29 +01:00
2021-05-22 15:40:03 +01:00
// TOTP Delete Page
totp _delete _title : "Delete TOTP Key" ,
totp _delete _suffix : " (delete)" ,
totp _delete _text : "Are you sure you want to delete this TOTP secret?" ,
totp _delete _button : "Delete" ,
2021-04-29 10:51:36 +01:00
// Transit View Page
2021-05-12 16:01:04 +01:00
transit _view _title : "Transit View" ,
2021-05-23 14:55:17 +01:00
transit _view _new _btn : "New" ,
2021-05-12 16:01:04 +01:00
transit _view _none _here _text :
"You seem to have no transit keys here, would you like to create one?" ,
2021-04-29 10:51:36 +01:00
2021-05-13 07:11:11 +01:00
transit _new _key _title : "New Transit Key" ,
transit _new _key _name _input : "Name" ,
transit _new _key _create _btn : "Create" ,
transit _new _key _suffix : " (new)" ,
2021-04-29 10:51:36 +01:00
// Transit View Secret Page
2021-05-12 16:01:04 +01:00
transit _view _secret _title : "Transit Secret View" ,
transit _view _encrypt _text : "Encrypt" ,
transit _view _encrypt _icon _text : "Encryption Icon" ,
transit _view _encrypt _description : "Encrypt some plaintext or base64 encoded binary." ,
transit _view _decrypt _text : "Decrypt" ,
transit _view _decrypt _description : "Decrypt some cyphertext." ,
transit _view _decrypt _icon _text : "Decryption Icon" ,
transit _view _rewrap _text : "Rewrap" ,
transit _view _rewrap _description : "Rewrap ciphertext using a different key version." ,
transit _view _rewrap _icon _text : "Rewrap Icon" ,
2021-04-29 10:51:36 +01:00
2021-04-29 11:03:24 +01:00
// Transit Encrypt Page
2021-05-12 16:01:04 +01:00
transit _encrypt _title : "Transit Encrypt" ,
transit _encrypt _suffix : " (encrypt)" ,
transit _encrypt _input _placeholder : "Plaintext or base64" ,
transit _encrypt _already _encoded _checkbox : "Is the data already encoded in base64?" ,
transit _encrypt _encrypt _btn : "Encrypt" ,
transit _encrypt _encryption _result _modal _title : "Encryption Result" ,
2021-04-29 11:03:24 +01:00
2021-05-09 16:02:04 +01:00
// Transit Decrypt Page
2021-05-12 16:01:04 +01:00
transit _decrypt _title : "Transit Decrypt" ,
transit _decrypt _suffix : " (decrypt)" ,
transit _decrypt _input _placeholder : "Cyphertext" ,
transit _decrypt _decode _checkbox : "Should the plaintext be base64 decoded?" ,
transit _decrypt _decrypt _btn : "Decrypt" ,
transit _decrypt _decryption _result _modal _title : "Decryption Result" ,
2021-05-09 16:02:04 +01:00
// Transit Rewrap Page
2021-05-12 16:01:04 +01:00
transit _rewrap _title : "Transit Rewrap" ,
transit _rewrap _suffix : " (rewrap)" ,
transit _rewrap _version _option _text : "{{version_num}}" ,
transit _rewrap _latest _version _option _text : "{{version_num}} (latest)" ,
transit _rewrap _input _placeholder : "Cyphertext" ,
transit _rewrap _rewrap _btn : "Rewrap" ,
transit _rewrap _result _modal _title : "Rewrap Result" ,
2021-05-18 11:28:05 +01:00
// Access Home
access _home _page _title : "Access" ,
access _auth _methods _title : "Authentication Methods" ,
access _auth _methods _description : "View and manage the allowed authentication methods." ,
access _entities _title : "Entities" ,
access _entities _description : "View and manage who and what can access the vault." ,
access _groups _title : "Groups" ,
access _groups _description : "View and manage groups of entities." ,
access _leases _title : "Leases" ,
access _leases _description : "View and manage the leases of entities." ,
2021-05-18 11:42:11 +01:00
// Auth Home Page
auth _home _title : "Auth" ,
2021-05-18 12:32:13 +01:00
auth _home _view _config : "View Config" ,
auth _home _edit _config : "Edit Config" ,
2021-05-19 10:27:00 +01:00
2021-05-20 14:35:16 +01:00
// Auth View Config Page
2021-05-19 10:27:00 +01:00
auth _view _config _title : "Auth View Config" ,
auth _view _config _suffix : " (view config)" ,
2021-05-20 14:35:16 +01:00
auth _view _config _type : "Type" ,
auth _view _config _path : "Path" ,
auth _view _config _description : "Description" ,
auth _view _config _accessor : "Accessor" ,
auth _view _config _local : "Local" ,
auth _view _config _seal _wrap : "Seal Wrap" ,
auth _view _config _list _when _unauth : "List when unauthenticated?" ,
auth _view _config _default _lease _ttl : "Default Lease TTL" ,
auth _view _config _max _lease _ttl : "Max Lease TTL" ,
auth _view _config _token _type : "Token Type" ,
2021-05-19 10:45:52 +01:00
2021-05-21 10:19:17 +01:00
// UserPass Common
2021-05-26 09:03:16 +01:00
auth _common _username : "Username" ,
auth _common _password : "Password" ,
auth _common _zero _default : "When one of these fields is 0, that means use the default value" ,
auth _common _generated _tokens : "These settings apply to the tokens generated when logging in" ,
auth _common _cidrs : "Bound CIDRs" ,
auth _common _exp _max _ttl : "Explicit Maximum TTL" ,
auth _common _max _ttl : "Maximum TTL" ,
auth _common _default _policy _attached : "Do Not Attach 'default' Policy" ,
auth _common _max _token _uses : "Maximum Uses" ,
auth _common _token _peroid : "Period (seconds)" ,
auth _common _policies : "Policies" ,
auth _common _initial _ttl : "Initial TTL" ,
auth _common _type : "Token Type" ,
2021-05-21 10:19:17 +01:00
2021-05-19 10:45:52 +01:00
// userpass Users List
userpass _users _list _title : "Users List" ,
2021-05-21 10:59:31 +01:00
userpass _user _list _new _btn : "New" ,
2021-05-20 15:15:02 +01:00
// userpass User View
userpass _user _view _title : "User View" ,
2021-05-21 10:19:17 +01:00
userpass _user _view _edit _btn : "Edit" ,
2021-05-21 11:13:13 +01:00
userpass _user _view _delete _btn : "Delete" ,
2021-05-21 10:19:17 +01:00
// userpass user edit
userpass _user _edit _title : "User Edit" ,
userpass _user _edit _submit _btn : "Submit" ,
2021-05-21 10:59:31 +01:00
// userpass user new
userpass _user _new _title : "New User" ,
2021-05-21 11:13:13 +01:00
userpass _user _new _create _btn : "Create" ,
userpass _user _delete _title : "Delete User" ,
userpass _user _delete _text :
"Are you sure you want to delete this user? This action can't be reversed." ,
userpass _user _delete _btn : "Delete User" ,
2021-05-26 12:11:15 +01:00
// Policies Home
policies _home _title : "Policies" ,
policies _home _new _btn : "New" ,
2021-05-26 12:38:40 +01:00
// Policy View
policy _view _title : "Policy View ({{policy}})" ,
policy _view _edit _btn : "Edit" ,
policy _view _delete _btn : "Delete" ,
2021-05-26 12:52:45 +01:00
// Policy Delete
policy _delete _title : "Delete Policy ({{policy}})" ,
policy _delete _text :
"Are you sure you want to delete this policy? It can't be reversed and there is a chance that all permissions will break." ,
policy _delete _btn : "Delete Policy" ,
2021-05-12 16:01:04 +01:00
} ;