mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
add translate-user-settings (#1740)
This commit is contained in:
committed by
Nick O'Leary
parent
3df3d6f516
commit
a5c00b5c81
@@ -434,7 +434,30 @@
|
||||
"dependencies": "Dependencies",
|
||||
"settings": "Settings",
|
||||
"editDescription": "Edit project description",
|
||||
"editDependencies": "Edit project dependencies"
|
||||
"editDependencies": "Edit project dependencies",
|
||||
"userSettings": {
|
||||
"committerDetail": "Committer Details",
|
||||
"committer-tip": "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.",
|
||||
"add": "add key",
|
||||
"add-sshKey": "Add SSH Key",
|
||||
"add-sshKey-tip": "Generate a new public/private key pair",
|
||||
"name": "Name",
|
||||
"nameRule": "Must contain only A-Z 0-9 _ -",
|
||||
"passphrase": "Passphrase",
|
||||
"passphrase-short": "Passphrase too short",
|
||||
"optional": "Optional",
|
||||
"cancel": "Cancel",
|
||||
"generate": "Generate key",
|
||||
"no-sshKeys": "No SSH keys",
|
||||
"copy-publicKey": "Copy public key to clipboard",
|
||||
"delete": "Delete key",
|
||||
"git-config": "Git config",
|
||||
"deleteConfirm": "Are you sure you want to delete the SSH key __name__? This cannot be undone."
|
||||
}
|
||||
}
|
||||
},
|
||||
"typedInput": {
|
||||
|
@@ -424,7 +424,30 @@
|
||||
"dependencies": "依存関係",
|
||||
"settings": "設定",
|
||||
"editDescription": "プロジェクトの詳細を編集",
|
||||
"editDependencies": "プロジェクトの依存関係を編集"
|
||||
"editDependencies": "プロジェクトの依存関係を編集",
|
||||
"userSettings": {
|
||||
"committerDetail": "コミッター詳細",
|
||||
"committer-tip": "システムのデフォルトを使用する場合、空白のままにしてください",
|
||||
"userName": "ユーザ名",
|
||||
"email": "メールアドレス",
|
||||
"sshKeys": "SSH キー",
|
||||
"sshKeys-tip": "gitリポジトリへのセキュアな接続を作成できます。",
|
||||
"add": "キーを追加",
|
||||
"add-sshKey": "SSHキーを追加",
|
||||
"add-sshKey-tip": "新しい公開鍵/秘密鍵ペアを生成します",
|
||||
"name": "名前",
|
||||
"nameRule": "A-Z 0-9 _ - のみを含む",
|
||||
"passphrase": "パスフレーズ",
|
||||
"passphrase-short": "パスフレーズが短すぎます",
|
||||
"optional": "任意",
|
||||
"cancel": "中止",
|
||||
"generate": "キーを生成",
|
||||
"no-sshKeys": "SSHキーがありません",
|
||||
"copy-publicKey": "公開鍵をクリップボードにコピー",
|
||||
"delete": "キーを削除",
|
||||
"git-config": "Git設定",
|
||||
"deleteConfirm": "SSHキー __name__ を削除してもよいですか? 削除したSSHキーを元に戻すことはできません。"
|
||||
}
|
||||
}
|
||||
},
|
||||
"typedInput": {
|
||||
|
Reference in New Issue
Block a user