mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Update message catalogue for Projects
This commit is contained in:
parent
5800ed41f1
commit
da89460830
@ -1004,7 +1004,7 @@ RED.sidebar.versionControl = (function() {
|
|||||||
RED.sidebar.addTab({
|
RED.sidebar.addTab({
|
||||||
id: "version-control",
|
id: "version-control",
|
||||||
label: RED._("sidebar.project.versionControl.history"),
|
label: RED._("sidebar.project.versionControl.history"),
|
||||||
name: "Project History",
|
name: RED._("sidebar.project.versionControl.projectHistory"),
|
||||||
content: sidebarContent,
|
content: sidebarContent,
|
||||||
enableOnEdit: false,
|
enableOnEdit: false,
|
||||||
pinned: true,
|
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>",
|
"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",
|
"pullChanges": "Pull changes",
|
||||||
"history": "history",
|
"history": "history",
|
||||||
|
"projectHistory": "Project History",
|
||||||
"daysAgo": "__count__ day ago",
|
"daysAgo": "__count__ day ago",
|
||||||
"daysAgo_plural": "__count__ days ago",
|
"daysAgo_plural": "__count__ days ago",
|
||||||
"hoursAgo": "__count__ hour ago",
|
"hoursAgo": "__count__ hour ago",
|
||||||
|
@ -585,6 +585,7 @@
|
|||||||
"pullUnrelatedHistory": "<p>リモートに関連のないコミット履歴があります。</p><p>本当に変更をプルしてローカルリポジトリに反映しますか?</p>",
|
"pullUnrelatedHistory": "<p>リモートに関連のないコミット履歴があります。</p><p>本当に変更をプルしてローカルリポジトリに反映しますか?</p>",
|
||||||
"pullChanges": "プル変更",
|
"pullChanges": "プル変更",
|
||||||
"history": "履歴",
|
"history": "履歴",
|
||||||
|
"projectHistory": "プロジェクト履歴",
|
||||||
"daysAgo": "__count__ 日前",
|
"daysAgo": "__count__ 日前",
|
||||||
"daysAgo_plural": "__count__ 日前",
|
"daysAgo_plural": "__count__ 日前",
|
||||||
"hoursAgo": "__count__ 時間前",
|
"hoursAgo": "__count__ 時間前",
|
||||||
|
Loading…
Reference in New Issue
Block a user