| 
1 | 1 | {  | 
2 | 2 |   "action": "action",  | 
3 | 3 |   "assets": "Assets",  | 
4 |  | -  "assets.nft_tab_title": "Non-Fungible Tokens",  | 
5 |  | -  "assets.mpt_tab_title": "Multi-Purpose Tokens",  | 
6 |  | -  "assets.issued_tab_title": "Issued Tokens",  | 
7 |  | -  "assets.no_issued_message": "No tokens found.",  | 
8 | 4 |   "assets.no_nfts_message": "No NFTs found.",  | 
9 | 5 |   "assets.no_mpts_message": "No MPTs found.",  | 
10 | 6 |   "network": "Network",  | 
 | 
617 | 613 |   "vault_create_table_detail": "vault for <Asset/>",  | 
618 | 614 |   "withdraws": "withdraws",  | 
619 | 615 |   "deletes": "deletes",  | 
620 |  | -  "vault_delete_table_detail": "vault with id"  | 
 | 616 | +  "vault_delete_table_detail": "vault with id",  | 
 | 617 | +  "account_flag_title_lsf_global_freeze": "Global Freeze",  | 
 | 618 | +  "account_flag_title_lsf_disable_master": "Master Key Disabled",  | 
 | 619 | +  "account_flag_title_lsf_default_ripple": "Rippling",  | 
 | 620 | +  "account_flag_title_lsf_allow_trustline_clawback": "Clawback",  | 
 | 621 | +  "account_flag_title_lsf_require_destination_tag": "Require Destination Tag",  | 
 | 622 | +  "account_flag_title_lsf_no_freeze": "No Freeze",  | 
 | 623 | +  "account_flag_title_lsf_require_auth": "Require Authorization",  | 
 | 624 | +  "account_flag_title_lsf_disallow_xrp": "No XRP Allowed",  | 
 | 625 | +  "account_flag_title_lsf_disallow_incoming_trustline": "Block Trustlines",  | 
 | 626 | +  "account_flag_title_lsf_disallow_incoming_pay_chan": "Block Payment Channels",  | 
 | 627 | +  "account_flag_title_lsf_disallow_incoming_nft_token_offer": "Block NFT Offers",  | 
 | 628 | +  "account_flag_title_asf_authorized_nft_token_minter": "NFT Minter",  | 
 | 629 | +  "account_flag_title_lsf_disallow_incoming_check": "Block Checks",  | 
 | 630 | +  "account_flag_title_lsf_deposit_auth": "Deposit Authorization",  | 
 | 631 | +  "account_flag_title_asf_account_txn_id": "Track Account Latest Transaction",  | 
 | 632 | +  "account_flag_description_lsf_global_freeze": "Freeze all assets issued by this account.",  | 
 | 633 | +  "account_flag_description_lsf_disable_master": "Disable the account's master key pair.",  | 
 | 634 | +  "account_flag_description_lsf_default_ripple": "Enable rippling on this account's trust lines by default.",  | 
 | 635 | +  "account_flag_description_lsf_allow_trustline_clawback": "Allow account to claw back tokens it has issued.",  | 
 | 636 | +  "account_flag_description_lsf_require_destination_tag": "Require a destination tag to send transactions to this account.",  | 
 | 637 | +  "account_flag_description_lsf_no_freeze": "Permanently give up the ability to freeze individual trust lines or disable Global Freeze. This flag can never be disabled after being enabled.",  | 
 | 638 | +  "account_flag_description_lsf_require_auth": "Require authorization for users to hold balances issued by this address.",  | 
 | 639 | +  "account_flag_description_lsf_disallow_xrp": "XRP should not be sent to this account.",  | 
 | 640 | +  "account_flag_description_lsf_disallow_incoming_trustline": "Block incoming trust lines.",  | 
 | 641 | +  "account_flag_description_lsf_disallow_incoming_pay_chan": "Block incoming Payment Channels.",  | 
 | 642 | +  "account_flag_description_lsf_disallow_incoming_nft_token_offer": "Block incoming NFTokenOffers.",  | 
 | 643 | +  "account_flag_description_asf_authorized_nft_token_minter": "Enable to allow another account to mint non-fungible tokens (NFTokens) on this account's behalf.",  | 
 | 644 | +  "account_flag_description_lsf_disallow_incoming_check": "Block incoming Checks.",  | 
 | 645 | +  "account_flag_description_lsf_deposit_auth": "Enable Deposit Authorization on this account.",  | 
 | 646 | +  "account_flag_description_asf_account_txn_id": "Track the ID of this account's most recent transaction.",  | 
 | 647 | +  "account_page_address": "Address",  | 
 | 648 | +  "account_page_address_tag": "Tag",  | 
 | 649 | +  "account_page_classic_address": "Classic Address",  | 
 | 650 | +  "account_page_deleted_account_label": "Account Deleted",  | 
 | 651 | +  "account_page_deleted_account_warning": "This account has been deleted from the XRP Ledger. Historical data is shown for reference only.",  | 
 | 652 | +  "account_page_extended_address": "Extended Address (X-Address)",  | 
 | 653 | +  "account_page_domain": "Domain",  | 
 | 654 | +  "account_page_reserve_balance": "Reserve Balance",  | 
 | 655 | +  "account_page_xrp_balance": "XRP Balance",  | 
 | 656 | +  "account_page_xrp_balance_in_usd": "XRP Balance (USD)",  | 
 | 657 | +  "account_page_account_properties": "Account Properties",  | 
 | 658 | +  "account_page_flags": "Flags",  | 
 | 659 | +  "account_page_flag_status_enabled": "Enabled",  | 
 | 660 | +  "account_page_flag_status_disabled": "Disabled",  | 
 | 661 | +  "account_page_signers": "Signers",  | 
 | 662 | +  "account_page_signer_weight": "Weight",  | 
 | 663 | +  "account_page_details": "Details",  | 
 | 664 | +  "account_page_current_sequence": "Current Sequence",  | 
 | 665 | +  "account_page_ticket_count": "Ticket Count",  | 
 | 666 | +  "account_page_email_hash": "Email Hash",  | 
 | 667 | +  "account_page_payment_channels": "Payment Channels",  | 
 | 668 | +  "account_page_payment_channels_text": "{{currency}} available in {{number}} channel(s)",  | 
 | 669 | +  "account_page_nft_minter": "NFT Minter",  | 
 | 670 | +  "account_page_asset_held_title": "Assets Held",  | 
 | 671 | +  "account_page_asset_issued_title": "Assets Issued",  | 
 | 672 | +  "account_page_asset_tab_iou": "IOUs ({{count}})",  | 
 | 673 | +  "account_page_asset_tab_lptoken": "LP Tokens ({{count}})",  | 
 | 674 | +  "account_page_asset_tab_mpt": "MPTs ({{count}})",  | 
 | 675 | +  "account_page_asset_tab_nft": "NFTs ({{count}})",  | 
 | 676 | +  "account_page_asset_table_column_amm_instance": "AMM Instance",  | 
 | 677 | +  "account_page_asset_table_column_amm_pair": "AMM Pair",  | 
 | 678 | +  "account_page_asset_table_column_asset_class": "Asset Class",  | 
 | 679 | +  "account_page_asset_table_column_balance": "Balance",  | 
 | 680 | +  "account_page_asset_table_column_balance_usd": "Balance (USD)",  | 
 | 681 | +  "account_page_asset_table_column_currency_code": "Currency Code",  | 
 | 682 | +  "account_page_asset_table_column_frozen": "Frozen",  | 
 | 683 | +  "account_page_asset_table_column_highest_bid": "Highest Bid",  | 
 | 684 | +  "account_page_asset_table_column_holders": "Holders",  | 
 | 685 | +  "account_page_asset_table_column_issuer": "Issuer",  | 
 | 686 | +  "account_page_asset_table_column_locked": "Locked",  | 
 | 687 | +  "account_page_asset_table_column_lowest_ask": "Lowest Ask",  | 
 | 688 | +  "account_page_asset_table_column_price_usd": "Price (USD)",  | 
 | 689 | +  "account_page_asset_table_column_share": "Share (%)",  | 
 | 690 | +  "account_page_asset_table_column_supply": "Supply",  | 
 | 691 | +  "account_page_asset_table_column_ticker": "Ticker",  | 
 | 692 | +  "account_page_asset_table_column_token_id": "Token ID",  | 
 | 693 | +  "account_page_asset_table_column_transfer_fee": "Transfer Fee",  | 
 | 694 | +  "account_page_asset_table_column_trustlines": "Trustlines",  | 
 | 695 | +  "account_page_asset_table_column_url": "URL",  | 
 | 696 | +  "account_page_asset_table_mpt_locked_global": "Global",  | 
 | 697 | +  "account_page_asset_table_mpt_locked_individual": "Individual",  | 
 | 698 | +  "account_page_asset_table_no_iou": "No IOUs found",  | 
 | 699 | +  "account_page_asset_table_no_lptoken": "No LP Tokens found",  | 
 | 700 | +  "account_page_asset_table_no_mpt": "No MPTs found",  | 
 | 701 | +  "account_page_asset_table_no_nft": "No NFTs found"  | 
621 | 702 | }  | 
0 commit comments