mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Merge pull request #1873 from node-red-hitachi/jp-fix-message
Fix message catalogue for projects
This commit is contained in:
		| @@ -1004,7 +1004,7 @@ RED.sidebar.versionControl = (function() { | ||||
|         RED.sidebar.addTab({ | ||||
|             id: "version-control", | ||||
|             label: RED._("sidebar.project.versionControl.history"), | ||||
|             name: "Project History", | ||||
|             name: RED._("sidebar.project.versionControl.projectHistory"), | ||||
|             content: sidebarContent, | ||||
|             enableOnEdit: false, | ||||
|             pinned: true, | ||||
|   | ||||
| @@ -587,6 +587,7 @@ | ||||
|                 "pullUnrelatedHistory": "<p>The remote has an unrelated history of commits.</p><p>Are you sure you want to pull the changes into your local repository?</p>", | ||||
|                 "pullChanges": "Pull changes", | ||||
|                 "history": "history", | ||||
|                 "projectHistory": "Project History", | ||||
|                 "daysAgo": "__count__ day ago", | ||||
|                 "daysAgo_plural": "__count__ days ago", | ||||
|                 "hoursAgo": "__count__ hour ago", | ||||
|   | ||||
| @@ -585,6 +585,7 @@ | ||||
|                 "pullUnrelatedHistory": "<p>リモートに関連のないコミット履歴があります。</p><p>本当に変更をプルしてローカルリポジトリに反映しますか?</p>", | ||||
|                 "pullChanges": "プル変更", | ||||
|                 "history": "履歴", | ||||
|                 "projectHistory": "プロジェクト履歴", | ||||
|                 "daysAgo": "__count__ 日前", | ||||
|                 "daysAgo_plural": "__count__ 日前", | ||||
|                 "hoursAgo": "__count__ 時間前", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user