mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
Add translation tags to dactyl config.
This commit is contained in:
@@ -65,7 +65,7 @@ Besides errors that can occur for all transactions, {{currentpage.name}} transac
|
|||||||
| `tecNO_ENTRY` | The `NFToken` is not owned by the expected account. |
|
| `tecNO_ENTRY` | The `NFToken` is not owned by the expected account. |
|
||||||
| `tecNO_ISSUER` | The issuer specified in the `Amount` field does not exist. |
|
| `tecNO_ISSUER` | The issuer specified in the `Amount` field does not exist. |
|
||||||
| `tecNO_LINE` | The `Amount` field is denominated in fungible tokens, but the `NFToken`'s issuer does not have a trust line for those tokens and the `NFToken` does not have the [`lsfTrustLine` flag](nftoken.html#nftoken-flags) enabled. |
|
| `tecNO_LINE` | The `Amount` field is denominated in fungible tokens, but the `NFToken`'s issuer does not have a trust line for those tokens and the `NFToken` does not have the [`lsfTrustLine` flag](nftoken.html#nftoken-flags) enabled. |
|
||||||
| `tecNO_PERMISSION` | The `Destination` is blocking incoming NFToken offers. _(Added by the [DisallowIncoming amendment][].)_
|
| `tecNO_PERMISSION` | The `Destination` is blocking incoming NFToken offers. _(Added by the [DisallowIncoming amendment][].)_
|
||||||
| `tecUNFUNDED_OFFER` | For a buy offer, the sender does have the funds specified in the `Amount` field available. If the `Amount` is XRP, this could be due to the reserve requirement; if the `Amount` is denominated in fungible tokens, this could be because they are [frozen](freezes.html). |
|
| `tecUNFUNDED_OFFER` | For a buy offer, the sender does have the funds specified in the `Amount` field available. If the `Amount` is XRP, this could be due to the reserve requirement; if the `Amount` is denominated in fungible tokens, this could be because they are [frozen](freezes.html). |
|
||||||
| `tefNFTOKEN_IS_NOT_TRANSFERABLE` | The `NFToken` has the [`lsfTransferable` flag](nftoken.html#nftoken-flags) disabled and this transaction would not transfer the `NFToken` to or from the issuer. |
|
| `tefNFTOKEN_IS_NOT_TRANSFERABLE` | The `NFToken` has the [`lsfTransferable` flag](nftoken.html#nftoken-flags) disabled and this transaction would not transfer the `NFToken` to or from the issuer. |
|
||||||
|
|
||||||
|
|||||||
@@ -2530,6 +2530,7 @@ pages:
|
|||||||
targets:
|
targets:
|
||||||
- en
|
- en
|
||||||
|
|
||||||
|
# TODO: update translation
|
||||||
- md: references/protocol-reference/transactions/transaction-types/accountset.ja.md
|
- md: references/protocol-reference/transactions/transaction-types/accountset.ja.md
|
||||||
targets:
|
targets:
|
||||||
- ja
|
- ja
|
||||||
@@ -2592,6 +2593,7 @@ pages:
|
|||||||
targets:
|
targets:
|
||||||
- en
|
- en
|
||||||
|
|
||||||
|
# TODO: update translation
|
||||||
- md: references/protocol-reference/transactions/transaction-types/checkcreate.ja.md
|
- md: references/protocol-reference/transactions/transaction-types/checkcreate.ja.md
|
||||||
targets:
|
targets:
|
||||||
- ja
|
- ja
|
||||||
@@ -2656,6 +2658,7 @@ pages:
|
|||||||
targets:
|
targets:
|
||||||
- en
|
- en
|
||||||
|
|
||||||
|
# TODO: update translation
|
||||||
- md: references/protocol-reference/transactions/transaction-types/nftokencreateoffer.ja.md
|
- md: references/protocol-reference/transactions/transaction-types/nftokencreateoffer.ja.md
|
||||||
targets:
|
targets:
|
||||||
- ja
|
- ja
|
||||||
@@ -2704,6 +2707,7 @@ pages:
|
|||||||
targets:
|
targets:
|
||||||
- en
|
- en
|
||||||
|
|
||||||
|
# TODO: update translation
|
||||||
- md: references/protocol-reference/transactions/transaction-types/paymentchannelcreate.ja.md
|
- md: references/protocol-reference/transactions/transaction-types/paymentchannelcreate.ja.md
|
||||||
targets:
|
targets:
|
||||||
- ja
|
- ja
|
||||||
@@ -2744,6 +2748,7 @@ pages:
|
|||||||
targets:
|
targets:
|
||||||
- en
|
- en
|
||||||
|
|
||||||
|
# TODO: update translation
|
||||||
- md: references/protocol-reference/transactions/transaction-types/trustset.ja.md
|
- md: references/protocol-reference/transactions/transaction-types/trustset.ja.md
|
||||||
targets:
|
targets:
|
||||||
- ja
|
- ja
|
||||||
|
|||||||
Reference in New Issue
Block a user