mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Fix i18n bugs in projects
This commit is contained in:
parent
54d9656f09
commit
6c8fc4846b
@ -622,7 +622,7 @@ RED.projects = (function() {
|
|||||||
},
|
},
|
||||||
400: {
|
400: {
|
||||||
'project_exists': function(error) {
|
'project_exists': function(error) {
|
||||||
console.log(RED._("projects.clone-project.already-exists"));
|
console.log(RED._("projects.clone-project.already-exists2"));
|
||||||
},
|
},
|
||||||
'git_error': function(error) {
|
'git_error': function(error) {
|
||||||
console.log(RED._("projects.clone-project.git-error"),error);
|
console.log(RED._("projects.clone-project.git-error"),error);
|
||||||
|
@ -543,8 +543,7 @@
|
|||||||
"port-notset": "udp: ポートが設定されていません",
|
"port-notset": "udp: ポートが設定されていません",
|
||||||
"port-invalid": "udp: ポート番号が不正です",
|
"port-invalid": "udp: ポート番号が不正です",
|
||||||
"alreadyused": "udp: 既に__port__番ポートが使用されています",
|
"alreadyused": "udp: 既に__port__番ポートが使用されています",
|
||||||
"ifnotfound": "udp: インターフェイス __iface__ がありません",
|
"ifnotfound": "udp: インターフェイス __iface__ がありません"
|
||||||
"alreadyused": "udp: 既にポートが使用されています"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"switch": {
|
"switch": {
|
||||||
|
@ -483,7 +483,6 @@
|
|||||||
"install": "install",
|
"install": "install",
|
||||||
"removeFromProject": "remove from project",
|
"removeFromProject": "remove from project",
|
||||||
"addToProject": "add to project",
|
"addToProject": "add to project",
|
||||||
"none": "None",
|
|
||||||
"files": "Files",
|
"files": "Files",
|
||||||
"flow": "Flow",
|
"flow": "Flow",
|
||||||
"credentials": "Credentials",
|
"credentials": "Credentials",
|
||||||
@ -705,7 +704,7 @@
|
|||||||
"ssh-key-add": "Add an ssh key",
|
"ssh-key-add": "Add an ssh key",
|
||||||
"credential-key": "Credentials encryption key",
|
"credential-key": "Credentials encryption key",
|
||||||
"cant-get-ssh-key": "Error! Can't get selected SSH key path.",
|
"cant-get-ssh-key": "Error! Can't get selected SSH key path.",
|
||||||
"already-exists": "already exists",
|
"already-exists2": "already exists",
|
||||||
"git-error": "git error",
|
"git-error": "git error",
|
||||||
"connection-failed": "Connection failed",
|
"connection-failed": "Connection failed",
|
||||||
"not-git-repo": "Not a git repository",
|
"not-git-repo": "Not a git repository",
|
||||||
|
@ -691,7 +691,7 @@
|
|||||||
"ssh-key-add": "SSHキーの追加",
|
"ssh-key-add": "SSHキーの追加",
|
||||||
"credential-key": "認証情報の暗号化キー",
|
"credential-key": "認証情報の暗号化キー",
|
||||||
"cant-get-ssh-key": "エラー! 選択したSSHキーのパスを取得できません。",
|
"cant-get-ssh-key": "エラー! 選択したSSHキーのパスを取得できません。",
|
||||||
"already-exists": "既に存在します",
|
"already-exists2": "既に存在します",
|
||||||
"git-error": "Gitエラー",
|
"git-error": "Gitエラー",
|
||||||
"connection-failed": "接続に失敗しました",
|
"connection-failed": "接続に失敗しました",
|
||||||
"not-git-repo": "Gitリポジトリではありません",
|
"not-git-repo": "Gitリポジトリではありません",
|
||||||
|
Loading…
Reference in New Issue
Block a user