diff --git a/editor/js/ui/projects/tab-versionControl.js b/editor/js/ui/projects/tab-versionControl.js index ee8cb98f4..82af7bb6a 100644 --- a/editor/js/ui/projects/tab-versionControl.js +++ b/editor/js/ui/projects/tab-versionControl.js @@ -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, diff --git a/red/api/editor/locales/en-US/editor.json b/red/api/editor/locales/en-US/editor.json index 689b030b1..550b9c6f5 100644 --- a/red/api/editor/locales/en-US/editor.json +++ b/red/api/editor/locales/en-US/editor.json @@ -587,6 +587,7 @@ "pullUnrelatedHistory": "

The remote has an unrelated history of commits.

Are you sure you want to pull the changes into your local repository?

", "pullChanges": "Pull changes", "history": "history", + "projectHistory": "Project History", "daysAgo": "__count__ day ago", "daysAgo_plural": "__count__ days ago", "hoursAgo": "__count__ hour ago", diff --git a/red/api/editor/locales/ja/editor.json b/red/api/editor/locales/ja/editor.json index 3da5791dd..779c0d089 100644 --- a/red/api/editor/locales/ja/editor.json +++ b/red/api/editor/locales/ja/editor.json @@ -585,6 +585,7 @@ "pullUnrelatedHistory": "

リモートに関連のないコミット履歴があります。

本当に変更をプルしてローカルリポジトリに反映しますか?

", "pullChanges": "プル変更", "history": "履歴", + "projectHistory": "プロジェクト履歴", "daysAgo": "__count__ 日前", "daysAgo_plural": "__count__ 日前", "hoursAgo": "__count__ 時間前",