More labeling

This commit is contained in:
mDuo13
2021-06-11 16:52:57 -07:00
parent 31d4d5ee1a
commit 9062d97c96
281 changed files with 635 additions and 73 deletions

View File

@@ -2,6 +2,8 @@
html: enableamendment.html
parent: pseudo-transaction-types.html
blurb: トランザクション処理を変更するAmendmentプロセスの進行状況を追跡します。
labels:
- ブロックチェーン
---
# EnableAmendment

View File

@@ -3,6 +3,8 @@ html: pseudo-transaction-types.html
parent: transaction-formats.html
blurb: バリデータがXRP Ledgerに適用する場合がある疑似トランザクションのフォーマットです。
template: template-landing-children.html
labels:
- ブロックチェーン
---
# 疑似トランザクション

View File

@@ -2,6 +2,8 @@
html: setfee.html
parent: pseudo-transaction-types.html
blurb: 手数料投票の結果としてトランザクションコストまたはアカウント準備金の要件が変更されます。
labels:
- 手数料
---
# SetFee

View File

@@ -2,6 +2,8 @@
html: transaction-common-fields.html
parent: transaction-formats.html
blurb: どのトランザクションについても、共通する一連のフィールドがあります。
labels:
- トランザクション送信
---
# トランザクションの共通フィールド

View File

@@ -2,6 +2,8 @@
html: transaction-common-fields.html
parent: transaction-formats.html
blurb: These common fields can be provided on any XRP Ledger transaction.
labels:
- Transaction Sending
---
# Transaction Common Fields

View File

@@ -6,7 +6,7 @@ template: template-landing-children.html
---
# Transaction Reference
A _Transaction_ is the only way to modify the XRP Ledger. Transactions are only final if signed, submitted, and accepted into a validated ledger version following the [consensus process](consensus.html). Some ledger rules also generate _[pseudo-transactions](pseudo-transaction-types.html)_, which aren't signed or submitted, but still must be accepted by consensus. Transactions that fail are also included in ledgers because they modify balances of XRP to pay for the anti-spam [transaction cost][].
A _Transaction_ is the only way to cause changes in the XRP Ledger. Transactions' outcomes are only [final](finality-of-results.html) if signed, submitted, and accepted into a validated ledger version following the [consensus process](consensus.html). Some ledger rules also generate _[pseudo-transactions](pseudo-transaction-types.html)_, which aren't signed or submitted, but still must be accepted by consensus. Transactions that fail are also included in ledgers because they modify balances of XRP to pay for the anti-spam [transaction cost][].
<!--{# common link defs #}-->

View File

@@ -2,6 +2,8 @@
html: transaction-metadata.html
parent: transaction-formats.html
blurb: トランザクションのメタデータは、トランザクションの処理後にトランザクションに追加されるひとまとまりのデータです。
labels:
- ブロックチェーン
---
# トランザクションのメタデータ

View File

@@ -2,6 +2,8 @@
html: tec-codes.html
parent: transaction-results.html
blurb: tecコードは、トランザクションは失敗したものの、トランザクションコストを適用するために、このトランザクションがレジャーに適用されたことを示します。
labels:
- トランザクション送信
---
# tecコード

View File

@@ -2,6 +2,8 @@
html: tec-codes.html
parent: transaction-results.html
blurb: tec codes indicate that the transaction failed, but it was applied to a ledger to deduct the transaction cost.
labels:
- Transaction Sending
---
# tec Codes

View File

@@ -2,6 +2,8 @@
html: tef-codes.html
parent: transaction-results.html
blurb: tefコードは、トランザクションが失敗してレジャーに記録されなかったが、一部の理論上のレジャーでは正常に完了できた可能性があることを示します。
labels:
- トランザクション送信
---
# tefコード

View File

@@ -2,6 +2,8 @@
html: tef-codes.html
parent: transaction-results.html
blurb: tef codes indicate that the transaction failed and was not included in a ledger, but the transaction could have succeeded in some theoretical ledger.
labels:
- Transaction Sending
---
# tef Codes
<!-- SPELLING_IGNORE: tef -->

View File

@@ -2,6 +2,8 @@
html: tel-codes.html
parent: transaction-results.html
blurb: telコードは、トランザクションを処理するローカルサーバーでのエラーを示します。
labels:
- トランザクション送信
---
# telコード

View File

@@ -2,6 +2,8 @@
html: tel-codes.html
parent: transaction-results.html
blurb: tel codes indicate an error in the local server processing the transaction.
labels:
- Transaction Sending
---
# tel Codes

View File

@@ -2,6 +2,8 @@
html: tem-codes.html
parent: transaction-results.html
blurb: temコードは、トランザクションの形式が正しくないため、XRP Ledgerプロトコルに基づきトランザクションが正常に完了しないことを示します。
labels:
- トランザクション送信
---
# temコード

View File

@@ -2,6 +2,8 @@
html: tem-codes.html
parent: transaction-results.html
blurb: tem codes indicate that the transaction was malformed, and cannot succeed according to the XRP Ledger protocol.
labels:
- Transaction Sending
---
# tem Codes

View File

@@ -2,6 +2,8 @@
html: ter-codes.html
parent: transaction-results.html
blurb: terコードは、トランザクションは失敗したけれども、将来そのトランザクションを正常に適用できる可能性があることを示します。
labels:
- トランザクション送信
---
# terコード

View File

@@ -2,6 +2,8 @@
html: ter-codes.html
parent: transaction-results.html
blurb: ter codes indicate that the transaction failed, but it could apply successfully in the future, usually if some other hypothetical transaction applies first.
labels:
- Transaction Sending
---
# ter Codes

View File

@@ -2,6 +2,8 @@
html: tes-success.html
parent: transaction-results.html
blurb: tesSUCCESSコードは、トランザクションが成功したことを示す唯一のコードです。
labels:
- トランザクション送信
---
# tes Success

View File

@@ -2,6 +2,8 @@
html: tes-success.html
parent: transaction-results.html
blurb: tesSUCCESS is the only code that indicates a transaction succeeded.
labels:
- Transaction Sending
---
# tes Success

View File

@@ -2,6 +2,8 @@
html: transaction-results.html
parent: transaction-formats.html
blurb: rippledサーバーのトランザクション結果の解釈の仕方について説明します。
labels:
- トランザクション送信
---
# トランザクションの結果

View File

@@ -3,7 +3,7 @@ html: transaction-results.html
parent: transaction-formats.html
blurb: Learn how to interpret rippled server transaction results.
labels:
- Blockchain
- Transaction Sending
---
# Transaction Results

View File

@@ -2,6 +2,8 @@
html: accountdelete.html
parent: transaction-types.html
blurb: Delete an account.
labels:
- アカウント
---
# AccountDelete

View File

@@ -2,6 +2,8 @@
html: accountset.html
parent: transaction-types.html
blurb: XRP Ledgerのアカウントのプロパティーを修正します。
labels:
- アカウント
---
# AccountSet

View File

@@ -2,6 +2,8 @@
html: checkcancel.html
parent: transaction-types.html
blurb: 未清算のCheckを取り消し、送金を行わずにレジャーから削除します。
labels:
- Checks
---
# CheckCancel
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/app/tx/impl/CancelCheck.cpp "Source")

View File

@@ -2,6 +2,8 @@
html: checkcash.html
parent: transaction-types.html
blurb: レジャーでCheckオブジェクトの清算を試みます。
labels:
- Checks
---
# CheckCash
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/app/tx/impl/CashCheck.cpp "Source")

View File

@@ -2,6 +2,8 @@
html: checkcreate.html
parent: transaction-types.html
blurb: レジャーにCheckオブジェクトを作成します
labels:
- Checks
---
# CheckCreate
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/app/tx/impl/CreateCheck.cpp "Source")

View File

@@ -2,6 +2,8 @@
html: depositpreauth.html
parent: transaction-types.html
blurb: DepositPreauthトランザクションは別のアカウントに対し、このトランザクションの送信者に支払いを送金することを事前承認します。
labels:
- セキュリティ
---
# DepositPreauth
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/app/tx/impl/DepositPreauth.cpp "Source")

View File

@@ -2,6 +2,8 @@
html: escrowcancel.html
parent: transaction-types.html
blurb: Escrowに留保されているXRPを送金元に返金します。
labels:
- Escrow
---
# EscrowCancel

View File

@@ -2,6 +2,8 @@
html: escrowcreate.html
parent: transaction-types.html
blurb: Escrowプロセスが終了または取り消されるまでXRPを隔離します。
labels:
- Escrow
---
# EscrowCreate

View File

@@ -2,6 +2,8 @@
html: escrowfinish.html
parent: transaction-types.html
blurb: 保留中の支払いから受取人へXRPを送金します。
labels:
- Escrow
---
# EscrowFinish

View File

@@ -2,6 +2,8 @@
html: offercancel.html
parent: transaction-types.html
blurb: XRP LedgerからOfferオブジェクトを削除します。
labels:
- 分散型取引所
---
# OfferCancel

View File

@@ -2,6 +2,8 @@
html: offercreate.html
parent: transaction-types.html
blurb: OfferCreateは通貨の交換を行う意図を定義するもので、配置時に完全に履行されていない場合はOfferオブジェクトを作成します。
labels:
- 分散型取引所
---
# OfferCreate

View File

@@ -2,6 +2,11 @@
html: payment.html
parent: transaction-types.html
blurb: アカウント間での価値の移動します。
labels:
- 支払い
- XRP
- 複数通貨間
- トークン
---
# Payment
[[ソース]](https://github.com/ripple/rippled/blob/5425a90f160711e46b2c1f1c93d68e5941e4bfb6/src/ripple/app/transactors/Payment.cpp "ソース")

View File

@@ -2,6 +2,8 @@
html: paymentchannelclaim.html
parent: transaction-types.html
blurb: Payment Channelに対しXRPを請求します。
labels:
- Payment Channel
---
# PaymentChannelClaim
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/app/tx/impl/PayChan.cpp "Source")

View File

@@ -2,6 +2,8 @@
html: paymentchannelcreate.html
parent: transaction-types.html
blurb: 一方向のChannelを作成し、XRPを供給します。
labels:
- Payment Channel
---
# PaymentChannelCreate
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/app/tx/impl/PayChan.cpp "Source")

View File

@@ -2,6 +2,8 @@
html: paymentchannelfund.html
parent: transaction-types.html
blurb: Payment ChannelにXRPを追加します。
labels:
- Payment Channel
---
# PaymentChannelFund
[[ソース]](https://github.com/ripple/rippled/blob/master/src/ripple/app/tx/impl/PayChan.cpp "Source")

View File

@@ -2,6 +2,8 @@
html: setregularkey.html
parent: transaction-types.html
blurb: アカウントに関連付けられているレギュラーキーペアの割り当て、変更、削除を行います。
labels:
- セキュリティ
---
# SetRegularKey

View File

@@ -2,6 +2,8 @@
html: signerlistset.html
parent: transaction-types.html
blurb: トランザクションのマルチ署名に使用できる署名者のリストを作成、置換、削除します。
labels:
- セキュリティ
---
# SignerListSet
[[ソース]](https://github.com/ripple/rippled/blob/ef511282709a6a0721b504c6b7703f9de3eecf38/src/ripple/app/tx/impl/SetSignerList.cpp "Source")

View File

@@ -3,6 +3,8 @@ html: ticketcreate.html
parent: transaction-types.html
blurb: Set aside one or more sequence numbers as Tickets.
status: not_enabled
labels:
- Transaction Sending
---
# TicketCreate

View File

@@ -3,6 +3,8 @@ html: transaction-types.html
parent: transaction-formats.html
blurb: トランザクションのタイプは、どういったタイプの操作を実行することが想定されているのかを示します。
template: template-landing-children.html
labels:
- ブロックチェーン
---
# トランザクションのタイプ

View File

@@ -2,6 +2,8 @@
html: trustset.html
parent: transaction-types.html
blurb: 2つのアカウントをリンクするトラストラインを作成または変更します。
labels:
- トークン
---
# TrustSet