11export default {
22 common : {
33 title : "Mutiny Wallet" ,
4+ mutiny : "Mutiny" ,
45 nice : "Nice" ,
56 home : "Home" ,
67 e_sats : "eSATS" ,
@@ -33,6 +34,8 @@ export default {
3334 create_contact : "Create contact" ,
3435 edit_contact : "Edit contact" ,
3536 save_contact : "Save contact" ,
37+ delete : "Delete" ,
38+ confirm_delete : "Are you sure you want to delete this contact?" ,
3639 payment_history : "Payment history" ,
3740 no_payments : "No payments yet with" ,
3841 edit : "Edit" ,
@@ -47,7 +50,8 @@ export default {
4750 email_error : "That doesn't look like a lightning address" ,
4851 npub_error : "That doesn't look like a nostr npub" ,
4952 error_ln_address_missing : "New contacts need a lightning address" ,
50- npub : "Nostr Npub"
53+ npub : "Nostr Npub" ,
54+ link_to_nostr_sync : "Import Nostr Contacts"
5155 } ,
5256 receive : {
5357 receive_bitcoin : "Receive Bitcoin" ,
@@ -112,6 +116,13 @@ export default {
112116 what_for : "What's this for?"
113117 } ,
114118 send : {
119+ search : {
120+ placeholder : "Name, address, invoice" ,
121+ paste : "Paste" ,
122+ contacts : "Contacts" ,
123+ global_search : "Global search" ,
124+ no_results : "No results found for"
125+ } ,
115126 sending : "Sending..." ,
116127 confirm_send : "Confirm Send" ,
117128 contact_placeholder : "Add the receiver for your records" ,
@@ -394,6 +405,8 @@ export default {
394405 }
395406 } ,
396407 encrypt : {
408+ title : "Change Password" ,
409+ caption : "Backup first to unlock encryption" ,
397410 header : "Encrypt your seed words" ,
398411 hot_wallet_warning :
399412 'Mutiny is a "hot wallet" so it needs your seed word to operate, but you can optionally encrypt those words with a password.' ,
@@ -530,10 +543,12 @@ export default {
530543 save : "Save"
531544 } ,
532545 nostr_contacts : {
533- title : "Nostr Contacts" ,
546+ title : "Sync Nostr Contacts" ,
534547 npub_label : "Nostr npub" ,
535548 npub_required : "Npub can't be blank" ,
536- sync : "Sync"
549+ sync : "Sync" ,
550+ resync : "Resync" ,
551+ remove : "Remove"
537552 } ,
538553 manage_federations : {
539554 title : "Manage Federations" ,
0 commit comments