mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
modify translate user settings
This commit is contained in:
@@ -437,25 +437,25 @@
|
||||
"editDependencies": "Edit project dependencies",
|
||||
"userSettings": {
|
||||
"committerDetail": "Committer Details",
|
||||
"committer-tip": "Leave blank to use system default",
|
||||
"committerTip": "Leave blank to use system default",
|
||||
"userName": "Username",
|
||||
"email": "Email",
|
||||
"sshKeys": "SSH Keys",
|
||||
"sshKeys-tip": "Allows you to create secure connections to remote git repositories.",
|
||||
"sshKeysTip": "Allows you to create secure connections to remote git repositories.",
|
||||
"add": "add key",
|
||||
"add-sshKey": "Add SSH Key",
|
||||
"add-sshKey-tip": "Generate a new public/private key pair",
|
||||
"addSshKey": "Add SSH Key",
|
||||
"addSshKeyTip": "Generate a new public/private key pair",
|
||||
"name": "Name",
|
||||
"nameRule": "Must contain only A-Z 0-9 _ -",
|
||||
"passphrase": "Passphrase",
|
||||
"passphrase-short": "Passphrase too short",
|
||||
"passphraseShort": "Passphrase too short",
|
||||
"optional": "Optional",
|
||||
"cancel": "Cancel",
|
||||
"generate": "Generate key",
|
||||
"no-sshKeys": "No SSH keys",
|
||||
"copy-publicKey": "Copy public key to clipboard",
|
||||
"noSshKeys": "No SSH keys",
|
||||
"copyPublicKey": "Copy public key to clipboard",
|
||||
"delete": "Delete key",
|
||||
"git-config": "Git config",
|
||||
"gitConfig": "Git config",
|
||||
"deleteConfirm": "Are you sure you want to delete the SSH key __name__? This cannot be undone."
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user