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: 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