|
|
|
@ -2521,14 +2521,29 @@
|
|
|
|
|
"message": "Remove"
|
|
|
|
|
},
|
|
|
|
|
"invalidHexId": {
|
|
|
|
|
"message": "Invalid Hex ID",
|
|
|
|
|
"message": "Invalid Session ID or LNS Name",
|
|
|
|
|
"description":
|
|
|
|
|
"Error string shown when user type an invalid pubkey hex string"
|
|
|
|
|
"Error string shown when user types an invalid pubkey hex string"
|
|
|
|
|
},
|
|
|
|
|
"invalidLnsFormat": {
|
|
|
|
|
"message": "Invalid LNS Name",
|
|
|
|
|
"description": "Error string shown when user types an invalid LNS name"
|
|
|
|
|
},
|
|
|
|
|
"invalidPubkeyFormat": {
|
|
|
|
|
"message": "Invalid Pubkey Format",
|
|
|
|
|
"description": "Error string shown when user types an invalid pubkey format"
|
|
|
|
|
},
|
|
|
|
|
"lnsMappingNotFound": {
|
|
|
|
|
"message": "There is no LNS mapping associated with this name",
|
|
|
|
|
"description": "Shown in toast if user enters an unknown LNS name"
|
|
|
|
|
},
|
|
|
|
|
"lnsLookupTimeout": {
|
|
|
|
|
"message": "LNS lookup timed out",
|
|
|
|
|
"description": "Shown in toast if user enters an unknown LNS name"
|
|
|
|
|
},
|
|
|
|
|
"lnsTooFewNodes": {
|
|
|
|
|
"message": "Not enough nodes currently active for LNS lookup"
|
|
|
|
|
},
|
|
|
|
|
"conversationsTab": {
|
|
|
|
|
"message": "Conversations",
|
|
|
|
|
"description": "conversation tab title"
|
|
|
|
@ -2711,7 +2726,7 @@
|
|
|
|
|
"message": "Enter Session ID"
|
|
|
|
|
},
|
|
|
|
|
"pasteSessionIDRecipient": {
|
|
|
|
|
"message": "Enter a Session ID"
|
|
|
|
|
"message": "Enter a Session ID or LNS name"
|
|
|
|
|
},
|
|
|
|
|
"usersCanShareTheir...": {
|
|
|
|
|
"message":
|
|
|
|
|