-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #974 from planetary-social/connect_nip05
External NIP-05 connection
- Loading branch information
Showing
13 changed files
with
543 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -947,6 +947,17 @@ | |
} | ||
} | ||
}, | ||
"alreadyHaveANIP05" : { | ||
"extractionState" : "manual", | ||
"localizations" : { | ||
"en" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "No, thanks. I already have a NIP-05" | ||
} | ||
} | ||
} | ||
}, | ||
"amount" : { | ||
"extractionState" : "manual", | ||
"localizations" : { | ||
|
@@ -5365,6 +5376,28 @@ | |
} | ||
} | ||
}, | ||
"linkYourNIP05Description" : { | ||
"extractionState" : "manual", | ||
"localizations" : { | ||
"en" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Enter your existing NIP-05 here:" | ||
} | ||
} | ||
} | ||
}, | ||
"linkYourNIP05Title" : { | ||
"extractionState" : "manual", | ||
"localizations" : { | ||
"en" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Already have a NIP-05?" | ||
} | ||
} | ||
} | ||
}, | ||
"loading" : { | ||
"extractionState" : "manual", | ||
"localizations" : { | ||
|
@@ -6711,6 +6744,17 @@ | |
} | ||
} | ||
}, | ||
"niceWork" : { | ||
"extractionState" : "manual", | ||
"localizations" : { | ||
"en" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Nice work!" | ||
} | ||
} | ||
} | ||
}, | ||
"nip05" : { | ||
"extractionState" : "manual", | ||
"localizations" : { | ||
|
@@ -6782,6 +6826,28 @@ | |
} | ||
} | ||
}, | ||
"nip05Connected" : { | ||
"extractionState" : "manual", | ||
"localizations" : { | ||
"en" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Your NIP-05 is now connected to your npub in the Nostr network." | ||
} | ||
} | ||
} | ||
}, | ||
"nip05Example" : { | ||
"extractionState" : "manual", | ||
"localizations" : { | ||
"en" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "[email protected]" | ||
} | ||
} | ||
} | ||
}, | ||
"nip05LearnMore" : { | ||
"extractionState" : "manual", | ||
"localizations" : { | ||
|
@@ -6823,6 +6889,17 @@ | |
} | ||
} | ||
}, | ||
"nip05LinkFailed" : { | ||
"extractionState" : "manual", | ||
"localizations" : { | ||
"en" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "**The NIP05 entered does not match the records of the NIP-05 provider.**\n\nPlease verify the entry of the NIP-05 and try again. Or reach out to the NIP05 provider directly to verify your NIP05 is live." | ||
} | ||
} | ||
} | ||
}, | ||
"no" : { | ||
"extractionState" : "manual", | ||
"localizations" : { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.