-
Notifications
You must be signed in to change notification settings - Fork 4
Ability to translate wnj through wnjParams.texts property #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dhalsim
wants to merge
4
commits into
fiatjaf:master
Choose a base branch
from
dhalsim:support-for-translation
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"Connect with Nostr": "Connect with Nostr", | ||
"Connecting to bunker": "Connecting to bunker", | ||
"Create a Nostr account": "Create a Nostr account", | ||
"A new window will now open, taking you to": "A new window will now open, taking you to", | ||
"where the account creation will occur. If nothing happens, ensure your browser is not blocking popups.": "where the account creation will occur. If nothing happens, ensure your browser is not blocking popups.", | ||
"Afterward, you'll be redirected back to this page.": "Afterward, you'll be redirected back to this page.", | ||
"Start account creation »": "Start account creation »", | ||
"To use this Nostr app you need a profile. The following button opens a wizard that help you to create your keypair and safely manage it in a few steps. Are you ready?": "To use this Nostr app you need a profile. The following button opens a wizard that help you to create your keypair and safely manage it in a few steps. Are you ready?", | ||
"Create an account »": "Create an account »", | ||
"Do you already have a Nostr address?": "Do you already have a Nostr address?", | ||
"Login now": "Login now", | ||
"Login into a Nostr account": "Login into a Nostr account", | ||
"where you can login and approve the permissions. If nothing happens, ensure your browser is not blocking popups.": "where you can login and approve the permissions. If nothing happens, ensure your browser is not blocking popups.", | ||
"Login now »": "Login now »", | ||
"How do you want to connect to Nostr?": "How do you want to connect to Nostr?", | ||
"user@provider or bunker://...": "user@provider or bunker://...", | ||
"Connect »": "Connect »", | ||
"An action requires your confirmation": "An action requires your confirmation", | ||
"where you can approve the current action. If nothing happens, ensure your browser is not blocking popups.": "where you can approve the current action. If nothing happens, ensure your browser is not blocking popups.", | ||
"Confirm action »": "Confirm action »", | ||
"What is that?": "What is that?", | ||
"This widget is created with": "This widget is created with", | ||
", a small script you can drop in any page that already uses NIP-07 and make it also work with NIP-46 automatically when the user doesn't have an extension installed.": ", a small script you can drop in any page that already uses NIP-07 and make it also work with NIP-46 automatically when the user doesn't have an extension installed.", | ||
"It adds a small floating button on the side of the window that users can use to create Nostr accuonts or connect to their NIP-46 bunkers.": "It adds a small floating button on the side of the window that users can use to create Nostr accuonts or connect to their NIP-46 bunkers.", | ||
"This tool is opensource, get the code from the": "This tool is opensource, get the code from the", | ||
"project's page": "project's page", | ||
"You don't know what Nostr is?": "You don't know what Nostr is?", | ||
"Learn more": "Learn more", | ||
"You are connected to Nostr as": "You are connected to Nostr as", | ||
"Disconnect": "Disconnect", | ||
"This webpage is using the public key:": "This webpage is using the public key:", | ||
"Waiting too much?": "Waiting too much?", | ||
"Cancel the connection": "Cancel the connection", | ||
"Is this bunker provider broken?": "Is this bunker provider broken?", | ||
"Clear it": "Clear it", | ||
"Do you need a Nostr account?": "Do you need a Nostr account?", | ||
"Sign up now": "Sign up now", | ||
"We could not connect to a NIP-46 bunker with that url, are you sure it is set up correctly?": "We could not connect to a NIP-46 bunker with that url, are you sure it is set up correctly?", | ||
"We were not able to connect using this address. For it to work it has to come from a NIP-46 provider.": "We were not able to connect using this address. For it to work it has to come from a NIP-46 provider." | ||
} |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ability to set a language to nstart.me link, what do you think @fiatjaf ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good.