Skip to content

Commit

Permalink
sort en.json
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Shorsher <[email protected]>
  • Loading branch information
shorsher committed Aug 25, 2022
1 parent ff49eb2 commit 9a97abd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ui/src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
"blockchainEventReceived": "Blockchain Event Received",
"blockchainInvokeFailed": "Blockchain Invoke Failed",
"blockchainInvokeSucceeded": "Blockchain Invoke Succeeded",
"blockNumber": "Block Number",
"blockNumberDescription": "The block number to subscribe from.",
"broadcast": "Broadcast",
"broadcastShortInfo": "Sends a message visible to all parties in the network",
"broadcastTitle": "Send a Broadcast Message",
Expand Down Expand Up @@ -86,6 +88,8 @@
"filterEventSubscriptions": "Filter Event Subscriptions (Optional)",
"finish": "Finish",
"fireflyCurrentState": "FireFly's Current State",
"firstEvent": "First Event",
"firstEventDescription": "The first event for this listener to index. Valid options are 'newest', 'oldest', or a specific block number.",
"followStepsInInstructions": "Follow steps outlined in the instructions",
"format": "format",
"fromAddress": "From Address",
Expand All @@ -106,6 +110,7 @@
"messageID": "Message ID",
"messageRejected": "Message Rejected",
"messages": "Messages",
"messagesMultipartyWarning": "Messaging is currently disabled when multiparty mode is off",
"messageType": "Message Type",
"messagingMethod": "Messaging Method",
"mint": "Mint",
Expand Down Expand Up @@ -193,10 +198,5 @@
"unpinned": "Unpinned",
"uploadFile": "Upload File",
"version": "Version",
"waitingForTxEventsToFinish": "Waiting for events to finish",
"blockNumber": "Block Number",
"blockNumberDescription": "The block number to subscribe from.",
"firstEvent": "First Event",
"firstEventDescription": "The first event for this listener to index. Valid options are 'newest', 'oldest', or a specific block number.",
"messagesMultipartyWarning": "Messaging is currently disabled when multiparty mode is off"
"waitingForTxEventsToFinish": "Waiting for events to finish"
}

0 comments on commit 9a97abd

Please sign in to comment.