From fe570a59b95e9947f461097956bcffb447f55695 Mon Sep 17 00:00:00 2001 From: develoQ Date: Thu, 2 Mar 2023 12:17:13 +0900 Subject: [PATCH] fix some points - empty line between the frontmatter and the page title - Remove TODOs for translation - alt text and title text for images --- content/concepts/tokens/nftoken-auctions.ja.md | 3 +-- content/concepts/tokens/nftoken-auctions.md | 1 - dactyl-config.yml | 3 --- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/content/concepts/tokens/nftoken-auctions.ja.md b/content/concepts/tokens/nftoken-auctions.ja.md index cadecd2289..00d181374f 100644 --- a/content/concepts/tokens/nftoken-auctions.ja.md +++ b/content/concepts/tokens/nftoken-auctions.ja.md @@ -5,7 +5,6 @@ blurb: NFTのMintを他のアカウントに代行してもらうことができ labels: - 非代替性トークン, NFT --- - # NFTオークションの実施 オークションの運営にはいくつかの方法があり、それぞれにメリットとデメリットがあります。 @@ -44,7 +43,7 @@ labels: この3つのうち、最も複雑なワークフローとなります。 -![Auction in Brokered Mode without a Reserve](img/nft-auction2.png "Auction in Brokered Mode without a Reserve") +![ブローカー方式で最低落札価格なしのオークション](img/nft-auction2.png "ブローカー方式で最低落札価格なしのオークション") 1. 売り手は`NFTokenMint`を使用してNFTを作成します。 1. 入札者は`NFTokenCreateOffer`を使って、ブローカーを宛先としてオファーを出します。 diff --git a/content/concepts/tokens/nftoken-auctions.md b/content/concepts/tokens/nftoken-auctions.md index 1104e0d297..c521ba8d67 100644 --- a/content/concepts/tokens/nftoken-auctions.md +++ b/content/concepts/tokens/nftoken-auctions.md @@ -5,7 +5,6 @@ blurb: You can assign another account to mint NFTs in your stead. labels: - Non-fungible Tokens, NFTs --- - # Running an NFT Auction There are several ways to run an auction, each with advantages and disadvantages. diff --git a/dactyl-config.yml b/dactyl-config.yml index 659b72df98..84307f048d 100644 --- a/dactyl-config.yml +++ b/dactyl-config.yml @@ -808,7 +808,6 @@ pages: - en - ja - # TODO: translate - md: concepts/tokens/nftoken-batch-minting.md targets: - en @@ -817,7 +816,6 @@ pages: targets: - ja - # TODO: translate - md: concepts/tokens/nftoken-authorized-minting.md targets: - en @@ -826,7 +824,6 @@ pages: targets: - ja - # TODO: translate - md: concepts/tokens/nftoken-auctions.md targets: - en