Skip to content

Commit 5e852f5

Browse files
committed
Add japanese translation for 28.2
1 parent 64a7803 commit 5e852f5

File tree

2 files changed

+145
-0
lines changed

2 files changed

+145
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Bitcoin Core 28.2 リリース
3+
name: blog-release-28.2
4+
id: ja-blog-release-28.2
5+
lang: ja
6+
permalink: /ja/2025/06/26/release-28.2/
7+
type: posts
8+
layout: post
9+
10+
## If this is a new post, reset this counter to 1.
11+
version: 1
12+
13+
## Only true if release announcement or security annoucement. English posts only
14+
announcement: 0
15+
16+
excerpt: >
17+
Bitcoin Core 28.2 が利用可能になりました。
18+
---
19+
Bitcoin Core バージョン 28.2が[ダウンロード][download page]できるようになりました。
20+
このリリースにおけるバグ修正については、[リリースノート][release notes]をご覧ください。
21+
22+
ご不明な点がありましたら、#bitcoin IRCチャットルーム([IRC][irc][web][web irc])にお立ち寄りください。
23+
可能な限り支援します。
24+
25+
[release notes]: /ja/releases/28.2/
26+
[IRC]: irc://irc.libera.chat/bitcoin
27+
[web irc]: https://web.libera.chat/#bitcoin
28+
[download page]: /ja/download
29+
30+
{% include references.md %}
Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
---
2+
title: Bitcoin Core 28.2
3+
id: ja-release-28.2
4+
name: release-28.2
5+
permalink: /ja/releases/28.2/
6+
excerpt: Bitcoin Core version 28.2 is now available
7+
date: 2025-06-26
8+
type: releases
9+
layout: page
10+
lang: ja
11+
12+
## Use a YAML array for the version number to allow other parts of the
13+
## site to correctly sort in "natural sort of version numbers".
14+
## Use the same number of elements as decimal places, e.g. "0.1.2 => [0,
15+
## 1, 2]" versus "1.2 => [1, 2]"
16+
release: [28, 2]
17+
18+
## Optional magnet link. To get it, open the torrent in a good BitTorrent client
19+
## and View Details, or install the transmission-cli Debian/Ubuntu package
20+
## and run: transmission-show -m <torrent file>
21+
#
22+
## Link should be enclosed in quotes and start with: "magnet:?
23+
optional_magnetlink: "magnet:?xt=urn:btih:7afc299da40a45400e560d535324c7147fc47a20&dn=bitcoin-core-28.2&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&tr=udp%3A%2F%2Ftracker.bitcoin.sprovoost.nl%3A6969&ws=http%3A%2F%2Fbitcoincore.org%2Fbin%2F"
24+
25+
# Note: it is recommended to check all links to ensure they use
26+
# absolute urls (https://github.com/bitcoin/bitcoin/doc/foo)
27+
# rather than relative urls (/bitcoin/bitcoin/doc/foo).
28+
---
29+
{% include download.html %}
30+
{% githubify https://github.com/bitcoin/bitcoin %}
31+
28.2 リリースノート
32+
=====================
33+
34+
Bitcoin Core バージョン 28.2 は以下から入手可能です:
35+
36+
<https://bitcoincore.org/bin/bitcoin-core-28.2/>
37+
38+
このリリースには、新しい機能、さまざまなバグ修正およびパフォーマンスの改善、更新された翻訳が含まれています。
39+
40+
バグの報告にはGitHubのIssue Trackerを使用してください:
41+
42+
<https://github.com/bitcoin/bitcoin/issues>
43+
44+
セキュリティやアップデートの通知を受け取りたい場合は、以下に登録してください:
45+
46+
<https://bitcoincore.org/en/list/announcements/join/>
47+
48+
アップグレード方法 {#how-to-upgrade}
49+
==============
50+
51+
旧バージョンを起動している場合はシャットダウンしてください。
52+
完全にシャットダウンするのを待ってから(数分かかる場合があります)、
53+
Windowsの場合はインストーラーを実行、macOSの場合は`/Applications/Bitcoin-Qt`を上書き、
54+
Linuxの場合は`bitcoind`/`bitcoin-qt`を上書きしてください。
55+
56+
EOLに達したBitcoin Coreのバージョンから直接アップグレードすることは可能ですが、
57+
データディレクトリを移行する必要がある場合は時間がかかる可能性があります。
58+
Bitcoin Coreの旧ウォレットバージョンが一般的にサポートされます。
59+
60+
互換性 {#compatibility}
61+
==============
62+
63+
Bitcoin CoreはLinuxカーネル3.17以降やmacOS 11.0以降、Windows 7以降を使用している
64+
オペレーティングシステムでサポートされ、広範囲にテストされています。
65+
Bitcoin Coreは他のほとんどのUNIXライクなシステムでも動作するはずですが、
66+
それらの環境では頻繁にテストされていません。
67+
サポートされていないシステムでBitcoin Coreを使用することは推奨されません。
68+
69+
注目すべき変更 {#notable-changes}
70+
===============
71+
72+
### ビルド {#build}
73+
74+
- #31407 guix: Notarize MacOS app bundle and codesign all MacOS and Windows binaries
75+
- #31500 depends: Fix compiling libevent package on NetBSD
76+
- #31627 depends: Fix spacing issue
77+
- #32070 build: use make < 3.82 syntax for define directive
78+
- #32439 guix: accomodate migration to codeberg
79+
- #32568 depends: use "mkdir -p" when installing xproto
80+
- #32693 depends: fix cmake compatibility error for freetype
81+
82+
### テスト {#test}
83+
84+
- #32286 test: Handle empty string returned by CLI as None in RPC tests
85+
- #32336 test: Suppress upstream -Wduplicate-decl-specifier in bpfcc
86+
87+
### トレース {#tracing}
88+
89+
- #31623 tracing: Rename the MIN macro to TRACEPOINT_TEST_MIN in log_raw_p2p_msgs
90+
91+
### ドキュメント {#doc}
92+
93+
- #32003 doc: remove note about macOS self-signing
94+
95+
### その他 {#misc}
96+
97+
- #31611 doc: upgrade license to 2025
98+
- #32187 refactor: Remove spurious virtual from final ~CZMQNotificationInterface
99+
100+
クレジット {#credits}
101+
=======
102+
103+
このリリースに直接貢献されたみなさん、ありがとうございます:
104+
- 0xB10C
105+
- achow101
106+
- Brandon Odiwuor
107+
- fanquake
108+
- Hennadii Stepanov
109+
- josibake
110+
- kehiy
111+
- MarcoFalke
112+
- Sjors Provoost
113+
114+
[Transifex](https://explore.transifex.com/bitcoin/bitcoin/)での翻訳を手伝ってくださったみなさんもありがとうございます。
115+
{% endgithubify %}

0 commit comments

Comments
 (0)