From 8dd2170ebd973951055baba78f55c5012d273124 Mon Sep 17 00:00:00 2001 From: Oliver Eggert Date: Thu, 2 Mar 2023 20:45:16 -0800 Subject: [PATCH] Add translation tags to dactyl config. --- .../transactions/transaction-types/nftokencreateoffer.md | 2 +- dactyl-config.yml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/content/references/protocol-reference/transactions/transaction-types/nftokencreateoffer.md b/content/references/protocol-reference/transactions/transaction-types/nftokencreateoffer.md index 91b4d97092..afb855530b 100644 --- a/content/references/protocol-reference/transactions/transaction-types/nftokencreateoffer.md +++ b/content/references/protocol-reference/transactions/transaction-types/nftokencreateoffer.md @@ -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_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_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). | | `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. | diff --git a/dactyl-config.yml b/dactyl-config.yml index e554a3fc8b..26f5c575a2 100644 --- a/dactyl-config.yml +++ b/dactyl-config.yml @@ -2530,6 +2530,7 @@ pages: targets: - en + # TODO: update translation - md: references/protocol-reference/transactions/transaction-types/accountset.ja.md targets: - ja @@ -2592,6 +2593,7 @@ pages: targets: - en + # TODO: update translation - md: references/protocol-reference/transactions/transaction-types/checkcreate.ja.md targets: - ja @@ -2656,6 +2658,7 @@ pages: targets: - en + # TODO: update translation - md: references/protocol-reference/transactions/transaction-types/nftokencreateoffer.ja.md targets: - ja @@ -2704,6 +2707,7 @@ pages: targets: - en + # TODO: update translation - md: references/protocol-reference/transactions/transaction-types/paymentchannelcreate.ja.md targets: - ja @@ -2744,6 +2748,7 @@ pages: targets: - en + # TODO: update translation - md: references/protocol-reference/transactions/transaction-types/trustset.ja.md targets: - ja