Skip to content

Commit

Permalink
Release 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RussKie committed Nov 27, 2023
1 parent 0fc9a06 commit b0c0b28
Show file tree
Hide file tree
Showing 11 changed files with 136 additions and 68 deletions.
19 changes: 19 additions & 0 deletions GitUI/Resources/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
Changelog
=========

### Version 4.2.1 (28 Nov 2023)

#### Changes:
* [#11393] Avoid popup resetting new file to index
* [#11389] GPG: don't crash on artificial commits
* [#11384] Do not migrate empty settings
* [#11381] GitExtSshAskPass: Ensure chars are outputed as UTF8 chars
* [#11376] Delete unused branch plugin: Makes GetBranchNames() support worktrees
* [#11369] Let git deny the commit if committer is not specified


[#11393]:https://github.com/gitextensions/gitextensions/pull/11393
[#11389]:https://github.com/gitextensions/gitextensions/pull/11389
[#11384]:https://github.com/gitextensions/gitextensions/pull/11384
[#11381]:https://github.com/gitextensions/gitextensions/pull/11381
[#11376]:https://github.com/gitextensions/gitextensions/pull/11376
[#11369]:https://github.com/gitextensions/gitextensions/pull/11369


### Version 4.2 (13 Nov 2023)

#### Changes:
Expand Down
28 changes: 14 additions & 14 deletions GitUI/Translation/Japanese.Plugins.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@
</trans-unit>
<trans-unit id="_areYouSureToDelete.Text">
<source>Are you sure to delete {0} selected branches?</source>
<target>選択した{0}のブランチを削除してよろしいですか?</target>
<target>選択した{0}のブランチを本当に削除しますか?</target>

</trans-unit>
<trans-unit id="_branchesSelected.Text">
Expand All @@ -356,16 +356,16 @@
</trans-unit>
<trans-unit id="_chooseBranchesToDelete.Text">
<source>Choose branches to delete. Only branches that are fully merged in '{0}' will be deleted.</source>
<target>削除するブランチを選択してください。完全に'{0}'にマージされているブランチのみ削除されます。</target>
<target>削除するブランチを選択してください。完全に{0}にマージされているブランチのみ削除されます。</target>

</trans-unit>
<trans-unit id="_dangerousAction.Text">
<source>DANGEROUS ACTION!
Branches will be deleted on the remote '{0}'. This can not be undone.
Are you sure you want to continue?</source>
<target>危険な操作です!
リモート '{0}' のブランチを削除しようとしています。
これはやり直せませんが、続行してよろしいですか?</target>
リモート{0}のブランチを削除しようとしています。
これはやり直せませんが、本当に続行しますか?</target>

</trans-unit>
<trans-unit id="_deleteCaption.Text">
Expand All @@ -390,7 +390,7 @@ Are you sure you want to continue?</source>
</trans-unit>
<trans-unit id="_pressToSearch.Text">
<source>Press '{0}' to search for branches to delete.</source>
<target>'{0}' で削除したいブランチを検索</target>
<target>{0}で削除したいブランチを検索</target>

</trans-unit>
<trans-unit id="_searchBranches.Text">
Expand All @@ -400,7 +400,7 @@ Are you sure you want to continue?</source>
</trans-unit>
<trans-unit id="_selectBranchesToDelete.Text">
<source>Select branches to delete using checkboxes in '{0}' column.</source>
<target>'{0}' 列のチェックボックスで削除するブランチを選択</target>
<target>{0}列のチェックボックスで削除するブランチを選択</target>

</trans-unit>
<trans-unit id="buttonSettings.Text">
Expand Down Expand Up @@ -533,7 +533,7 @@ Are you sure you want to continue?</source>
</trans-unit>
<trans-unit id="_areYouSureToDelete.Text">
<source>Are you sure to delete the selected files?</source>
<target>選択したファイルを削除してよろしいですか?</target>
<target>選択したファイルを本当に削除しますか?</target>

</trans-unit>
<trans-unit id="_deleteCaption.Text">
Expand Down Expand Up @@ -1313,17 +1313,17 @@ Do you want to reset the configured path?</source>
</trans-unit>
<trans-unit id="_commitLogFrom.Text">
<source>Commit log from '{0}' to '{1}' ({2}):</source>
<target>'{0}'から'{1}'へのコミットログ ({2}):</target>
<target>{0}」から「{1}へのコミットログ ({2}):</target>

</trans-unit>
<trans-unit id="_fromCommitNotSpecified.Text">
<source>'From' commit must be specified</source>
<target>'From'コミットは必ず指定する必要があります</target>
<target>Fromコミットは必ず指定する必要があります</target>

</trans-unit>
<trans-unit id="_toCommitNotSpecified.Text">
<source>'To' commit must be specified</source>
<target>'To'コミットは必ず指定する必要があります</target>
<target>「To」コミットは必ず指定する必要があります</target>

</trans-unit>
<trans-unit id="buttonCopyAsHtml.Text">
Expand Down Expand Up @@ -1492,14 +1492,14 @@ URLが有効であり、APIトークンがビルドおよびプロジェクト
<source>You need to create a token with the following scopes:
- 'Build (read)'
- 'Project and team (read)'</source>
<target>以下のスコープでトークンを作成する必要があります
  - 'ビルド読み取り)'
  - 'プロジェクトとチーム読み取り)'</target>
<target>以下のスコープでトークンを作成する必要があります:
- ビルド(読み取り)」
- プロジェクトとチーム(読み取り)」</target>

</trans-unit>
<trans-unit id="labelRegexError.Text">
<source>The 'Build definition name' regular expression is not valid and won't be saved!</source>
<target>'ビルド定義名'の正規表現は無効なため保存されません。</target>
<target>ビルド定義名の正規表現は無効なため保存されません。</target>

</trans-unit>
</body>
Expand Down

0 comments on commit b0c0b28

Please sign in to comment.