-
Notifications
You must be signed in to change notification settings - Fork 189
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 #664 from kdmukai/keyboard_space_del_icons
Add SPACE, DEL icons to `Keyboard`; various UI consistency tweaks
- Loading branch information
Showing
12 changed files
with
120 additions
and
101 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: seedsigner 0.8.5-rc1\n" | ||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" | ||
"POT-Creation-Date: 2025-01-15 10:45-0600\n" | ||
"POT-Creation-Date: 2025-01-19 10:20-0600\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -36,16 +36,6 @@ msgstr "" | |
msgid "sats" | ||
msgstr "" | ||
|
||
#. The abbreviated label for the special key <del> on a standard keyboard. | ||
#: src/seedsigner/gui/keyboard.py | ||
msgid "del" | ||
msgstr "" | ||
|
||
#. The abbreviated label for the special key <space> on a standard keyboard. | ||
#: src/seedsigner/gui/keyboard.py | ||
msgid "space" | ||
msgstr "" | ||
|
||
#: src/seedsigner/gui/toast.py | ||
msgid "" | ||
"You can remove\n" | ||
|
@@ -215,7 +205,7 @@ msgstr "" | |
msgid "OK" | ||
msgstr "" | ||
|
||
#: src/seedsigner/gui/screens/screen.py src/seedsigner/views/psbt_views.py | ||
#: src/seedsigner/gui/screens/screen.py | ||
msgid "Caution" | ||
msgstr "" | ||
|
||
|
@@ -901,18 +891,16 @@ msgstr "" | |
|
||
#. Variable is either "change" or "self-transfer". | ||
#: src/seedsigner/views/psbt_views.py | ||
msgid "" | ||
"PSBT's {} address could not be verified with your multisig wallet " | ||
"descriptor." | ||
msgid "PSBT's {} address could not be verified from wallet descriptor." | ||
msgstr "" | ||
|
||
#. Variable is either "change" or "self-transfer". | ||
#: src/seedsigner/views/psbt_views.py | ||
msgid "Suspicious PSBT" | ||
msgid "PSBT's {} address could not be generated from your seed." | ||
msgstr "" | ||
|
||
#. Variable is either "change" or "self-transfer". | ||
#: src/seedsigner/views/psbt_views.py | ||
msgid "PSBT's {} address could not be generated from your seed." | ||
msgid "Suspicious PSBT" | ||
msgstr "" | ||
|
||
#: src/seedsigner/views/psbt_views.py | ||
|
@@ -1459,10 +1447,13 @@ msgstr "" | |
msgid "Back to Main Menu" | ||
msgstr "" | ||
|
||
#. The network setting (mainnet/testnet/regtest) doesn't match the provided | ||
#. derivation path | ||
#: src/seedsigner/views/view.py | ||
msgid "Network Mismatch" | ||
msgstr "" | ||
|
||
#. Button option to alter a setting | ||
#: src/seedsigner/views/view.py | ||
msgid "Change Setting" | ||
msgstr "" | ||
|
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
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.