- Adds reactions and zap settings to the settings screen

- Creates a better distinction between settings for the user and for the whole app.
This commit is contained in:
Vitor Pamplona
2026-03-01 19:25:13 -05:00
parent 69e061e4c4
commit 7fd163d6d4
4 changed files with 118 additions and 32 deletions
+8 -3
View File
@@ -123,7 +123,7 @@
<string name="optional_picture_url">Picture Url(Optional)</string>
<string name="description">Description</string>
<string name="no_description">Description not found</string>
<string name="about_us">"About us.. "</string>
<string name="about_us">"About us "</string>
<string name="what_s_on_your_mind">What\'s on your mind?</string>
<string name="write_a_message">Write a message…</string>
<string name="post">Post</string>
@@ -191,7 +191,7 @@
<string name="voice_anonymize_title">Anonymize</string>
<string name="voice_anonymize_description">Alters your voice pitch. Note: basic pitch changes can potentially be reversed by determined listeners.</string>
<string name="user_does_not_have_a_lightning_address_setup_to_receive_sats">User does not have a lightning address set up to receive sats</string>
<string name="reply_here">"reply here.. "</string>
<string name="reply_here">"reply here "</string>
<string name="copies_the_note_id_to_the_clipboard_for_sharing">Copies the Note ID to the clipboard for sharing in Nostr</string>
<string name="copy_channel_id_note_to_the_clipboard">Copy Channel ID (Note) to the Clipboard</string>
<string name="edits_the_channel_metadata">Edits the Channel Metadata</string>
@@ -281,7 +281,7 @@
<string name="public_chat_title">Public Chat Metadata</string>
<string name="public_chat_explainer">Public chats are visible to everyone on Nostr and anyone
can participate on them. They are great for open communities around specific topics.
Moderation can be controlled by deleting posts on the its relays</string>
Moderation can be controlled by deleting posts on its relays</string>
<string name="public_chat_relays_title">Relays</string>
<string name="public_chat_relays_explainer">Insert between 13 relays that host this group.
@@ -871,10 +871,15 @@
<string name="add_sensitive_content_label">Sensitive Content</string>
<string name="add_sensitive_content_description">Adds sensitive content warning before showing this content</string>
<string name="ui_preferences">UI Preferences</string>
<string name="preferences">App Preferences</string>
<string name="user_preferences">User Preferences</string>
<string name="translations">Translations</string>
<string name="reactions">Reactions</string>
<string name="settings">Settings</string>
<string name="account_settings">Account Settings</string>
<string name="app_settings">App Settings</string>
<string name="connectivity_type_always">Always</string>
<string name="connectivity_type_wifi_only">Wifi-only</string>
<string name="connectivity_type_unmetered_wifi_only">Unmetered WiFi</string>