8e5e3c634a
feat(scheduled-posts): add screen + drawer entry to view, push, or delete feat(scheduled-posts): use scheduled time as created_at + add diagnostic logs feat(scheduled-posts): add picker UI and toolbar toggle to post composer feat(scheduled-posts): wire schedule branch into ShortNotePostViewModel feat(scheduled-posts): add storage + worker for delayed post publishing
2708 lines
182 KiB
XML
2708 lines
182 KiB
XML
<resources xmlns:tools="http://schemas.android.com/tools">
|
||
<string name="app_name" translatable="false">Amethyst</string>
|
||
<string name="app_name_debug" translatable="false">Amy Debug</string>
|
||
<string name="app_name_benchmark" translatable="false">Amy Benchmark</string>
|
||
<string name="point_to_the_qr_code">Point to the QR Code</string>
|
||
<string name="show_qr">Show QR</string>
|
||
<string name="profile_image">Profile Picture</string>
|
||
<string name="your_profile_image">Your Profile Picture</string>
|
||
<string name="scan_qr">Scan QR</string>
|
||
<string name="show_anyway">Show Anyway</string>
|
||
<string name="post_was_hidden">This post was hidden because it mentions your hidden users or words</string>
|
||
<string name="post_was_flagged_as_inappropriate_by">Post was muted or reported by</string>
|
||
<string name="post_not_found">Event is loading or can\'t be found in your relay list</string>
|
||
<string name="post_not_found_short">👀</string>
|
||
<string name="channel_image">Channel Image</string>
|
||
<string name="referenced_event_not_found">Referenced event not found</string>
|
||
<string name="could_not_decrypt_the_message">Could not decrypt the message</string>
|
||
<string name="group_picture">Group Picture</string>
|
||
<string name="explicit_content">Explicit Content</string>
|
||
<string name="relay_notice">Relay Notice</string>
|
||
<string name="duplicated_post">Duplicated Post</string>
|
||
<string name="spam">Spam</string>
|
||
<string name="spam_description">The number of spamming events coming from this relay</string>
|
||
<string name="impersonation">Impersonation</string>
|
||
<string name="illegal_behavior">Illegal Behavior</string>
|
||
<string name="other">Other</string>
|
||
<string name="harassment">Harassment</string>
|
||
<string name="violence">Violence</string>
|
||
<string name="unknown">Unknown</string>
|
||
<string name="relay_icon">Relay Icon</string>
|
||
<string name="unknown_author">Unknown Author</string>
|
||
<string name="copy_text">Copy Text</string>
|
||
<string name="copy_user_pubkey">Copy Author ID</string>
|
||
<string name="copy_note_id">Copy Note ID</string>
|
||
<string name="broadcast">Broadcast</string>
|
||
<string name="timestamp_it">Timestamp it</string>
|
||
<string name="timestamp_pending">Timestamp: Pending Confirmations</string>
|
||
<string name="timestamp_pending_short">OTS: Pending</string>
|
||
<string name="request_deletion">Request Deletion</string>
|
||
<string name="block_report">Block / Report</string>
|
||
<string name="block_hide_user"><![CDATA[Block & Hide User]]></string>
|
||
<string name="report_spam_scam">Report Spam / Scam</string>
|
||
<string name="report_impersonation">Report Impersonation</string>
|
||
<string name="report_explicit_content">Report Explicit Content</string>
|
||
<string name="report_illegal_behaviour">Report Illegal Behaviour</string>
|
||
<string name="report_malware">Report Malware</string>
|
||
<string name="report_mod">Report Mod</string>
|
||
|
||
<string name="malware">Malware</string>
|
||
<string name="mod">Mod</string>
|
||
|
||
<string name="login_with_a_private_key_to_be_able_to_reply">You are using a public key and public keys are read-only. Login with a Private key to be able to reply</string>
|
||
<string name="login_with_a_private_key_to_be_able_to_boost_posts">You are using a public key and public keys are read-only. Login with a Private key to be able to boost posts</string>
|
||
<string name="login_with_a_private_key_to_like_posts">You are using a public key and public keys are read-only. Login with a Private key to like posts</string>
|
||
<string name="no_zap_amount_setup_long_press_to_change">No Zap Amount Setup. Long Press to change</string>
|
||
<string name="chat_zap_amount_suffix">zapped %1$s sats</string>
|
||
<string name="chat_zap_anonymous">Anonymous</string>
|
||
<string name="chat_raid_is_raiding">is raiding</string>
|
||
<string name="chat_clip_created_a_clip">created a clip</string>
|
||
<string name="login_with_a_private_key_to_be_able_to_send_zaps">You are using a public key and public keys are read-only. Login with a Private key to be able to send zaps</string>
|
||
<string name="login_with_a_private_key_to_be_able_to_follow">You are using a public key and public keys are read-only. Login with a Private key to be able to follow</string>
|
||
<string name="login_with_a_private_key_to_be_able_to_unfollow">You are using a public key and public keys are read-only. Login with a Private key to be able to unfollow</string>
|
||
<string name="login_with_a_private_key_to_be_able_to_hide_word">You are using a public key and public keys are read-only. Login with a Private key to be able to hide a word or sentence</string>
|
||
<string name="login_with_a_private_key_to_be_able_to_show_word">You are using a public key and public keys are read-only. Login with a Private key to be able to show a word or sentence</string>
|
||
<string name="login_with_a_private_key_to_be_able_to_change_settings">You are using a public key and public keys are read-only. Login with a Private key to be able to change settings</string>
|
||
<string name="login_with_a_private_key_to_be_able_to_upload">You are using a public key and public keys are read-only. Login with a Private key to be able to upload</string>
|
||
|
||
<string name="login_with_a_private_key_to_be_able_to_sign_events">You are using a public key and public keys are read-only. Login with a Private key to be able to sign for events</string>
|
||
|
||
<string name="unauthorized_exception">Unauthorized Decryption</string>
|
||
<string name="unauthorized_exception_description">The signer did not authorize a decryption that is required to make this operation. Activate NIP-44 decryptions in your signer app and try again</string>
|
||
|
||
<string name="signer_not_found_exception">Signer not found</string>
|
||
<string name="signer_not_found_exception_description">Was the Signer app uninstalled? Check if the signer is installed and has this account. Log off and Log in again of the signer app has changed.</string>
|
||
<string name="signer_illegal_state_exception">Signer misbehaved</string>
|
||
<string name="signer_illegal_state_exception_description">External signer returned a payload that is strange for the request. There might be a bug on either Amethyst or the Signer.</string>
|
||
|
||
<string name="zaps">Zaps</string>
|
||
<string name="view_count">View count</string>
|
||
<string name="boost">Boost</string>
|
||
<string name="boosted">boosted</string>
|
||
<string name="edited">edited</string>
|
||
<string name="edited_number">edit #%1$s</string>
|
||
<string name="original">original</string>
|
||
<string name="quote">Quote</string>
|
||
<string name="fork">Fork</string>
|
||
<string name="propose_an_edit">Propose an Edit</string>
|
||
<string name="new_amount_in_sats">New Amount in Sats</string>
|
||
<string name="add">Add</string>
|
||
<string name="replying_to">"replying to "</string>
|
||
<string name="and">" and "</string>
|
||
<string name="in_channel">"in channel "</string>
|
||
<string name="profile_banner">Profile Banner</string>
|
||
<string name="payment_successful">Payment Successful</string>
|
||
<string name="error_parsing_error_message">Error parsing error message</string>
|
||
<string name="following">" Following"</string>
|
||
<string name="followers">" Followers"</string>
|
||
<string name="number_following">"%1$s Following"</string>
|
||
<string name="number_followers">"%1$s Followers"</string>
|
||
|
||
<string name="profile">Profile</string>
|
||
<string name="security_filters">Security Filters</string>
|
||
<string name="log_out">Logout</string>
|
||
<string name="show_more">Show More</string>
|
||
<string name="lightning_invoice">Lightning Invoice</string>
|
||
<string name="pay">Pay</string>
|
||
<string name="lightning_tips">Lightning Tips</string>
|
||
<string name="note_to_receiver">Note to Receiver</string>
|
||
<string name="thank_you_so_much">Thank you so much!</string>
|
||
<string name="amount_in_sats">Amount in Sats</string>
|
||
<string name="send_sats">Send Sats</string>
|
||
|
||
<string name="secret_emoji_maker">Secret Emoji Maker</string>
|
||
<string name="secret_emoji_maker_explainer">Add an emoji with hidden message to post</string>
|
||
<string name="secret_note_to_receiver">Secret Note to Receiver</string>
|
||
<string name="secret_note_to_receiver_placeholder">My hidden message</string>
|
||
<string name="secret_visible_text">Visible Prefix</string>
|
||
<string name="secret_visible_text_placeholder">😎</string>
|
||
<string name="secret_add_to_text">Add to Post</string>
|
||
|
||
<string name="error_parsing_preview_for">"Error parsing preview for %1$s : %2$s"</string>
|
||
<string name="preview_card_image_for">"Preview Card Image for %1$s"</string>
|
||
<string name="article">Article</string>
|
||
<string name="new_channel">New Channel</string>
|
||
<string name="channel_name">Channel Name</string>
|
||
<string name="my_awesome_group">My Awesome Group</string>
|
||
<string name="picture_url">Picture Url</string>
|
||
<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="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>
|
||
<string name="save">Save</string>
|
||
<string name="create">Create</string>
|
||
<string name="rename">Rename</string>
|
||
<string name="cancel">Cancel</string>
|
||
<string name="failed_to_upload_the_image">Failed to upload the image</string>
|
||
<string name="relay_address">Relay Address</string>
|
||
<string name="posts">Posts</string>
|
||
<string name="bytes">Bytes</string>
|
||
<string name="error">Error</string>
|
||
<string name="errors">Errors</string>
|
||
<string name="connection_success_rate_description">Percentage of successful connections to the relay</string>
|
||
<string name="errors_description">The number of connection errors in this session</string>
|
||
<string name="home_feed">Home Feed</string>
|
||
<string name="private_message_feed">Private Message Feed</string>
|
||
<string name="public_chat_feed">Public Chat Feed</string>
|
||
<string name="global_feed">Global Feed</string>
|
||
<string name="search_feed">Search Feed</string>
|
||
<string name="search_and_add_a_user">Search and add user</string>
|
||
<string name="add_a_user">Add a User</string>
|
||
<string name="add_a_relay">Add a Relay</string>
|
||
<string name="profile_name">Name</string>
|
||
<string name="profile_name_with_explainer">Name (for @tagging)</string>
|
||
<string name="my_name">My @tag name</string>
|
||
<string name="display_name">Display Name</string>
|
||
<string name="my_display_name">My display name</string>
|
||
<string name="my_awesome_name">Ostrich McAwesome</string>
|
||
<string name="welcome">Welcome Ostrich!</string>
|
||
<string name="username">Username</string>
|
||
<string name="my_username">My username</string>
|
||
<string name="about_me">About me</string>
|
||
<string name="avatar_url">Avatar URL</string>
|
||
<string name="banner_url">Banner URL</string>
|
||
<string name="website_url">Website URL</string>
|
||
<string name="pronouns">Pronouns</string>
|
||
<string name="ln_address">LN Address</string>
|
||
<string name="ln_url_outdated">LN URL (outdated)</string>
|
||
<string name="download_to_phone">Save to Phone</string>
|
||
<string name="save_to_gallery">Save to Gallery</string>
|
||
<string name="image_saved_to_the_gallery">Image saved to the phone\'s photo gallery</string>
|
||
<string name="video_download_has_started_toast">Video download has started…</string>
|
||
<string name="media_download_has_started_toast">Media download has started…</string>
|
||
<string name="failed_to_save_the_image">Failed to save the image</string>
|
||
<string name="video_saved_to_the_gallery">Video saved to the phone\'s video gallery</string>
|
||
<string name="failed_to_save_the_video">Failed to save the video</string>
|
||
<string name="pdf_saved_to_the_gallery">PDF saved to Downloads/Amethyst</string>
|
||
<string name="failed_to_save_the_pdf">Failed to save the PDF</string>
|
||
<string name="upload_image">Upload Image</string>
|
||
<string name="upload_file">Upload File</string>
|
||
<string name="take_a_picture">Take a picture</string>
|
||
<string name="record_a_video">Record a video</string>
|
||
<string name="record_a_message">Record a message</string>
|
||
<string name="record_a_message_title">Record a message</string>
|
||
<string name="record_a_message_description">Click and hold to record a message</string>
|
||
<string name="re_record">Re-record</string>
|
||
<string name="recording_indicator_description">Recording</string>
|
||
<string name="recording_indicator_with_time">Recording %1$s</string>
|
||
<string name="uploading">Uploading…</string>
|
||
<string name="upload_error_title">Upload Error</string>
|
||
<string name="upload_error_voice_message_failed">Failed to upload voice message</string>
|
||
<string name="upload_error_voice_message_unexpected_state">Unexpected upload state</string>
|
||
<string name="upload_error_voice_message_nip95_not_supported">NIP-95 is not supported for voice messages yet</string>
|
||
<string name="upload_error_voice_message_exception">Voice upload failed: %1$s</string>
|
||
<string name="voice_preset_none">None</string>
|
||
<string name="voice_preset_deep">Deep</string>
|
||
<string name="voice_preset_high">High</string>
|
||
<string name="voice_preset_neutral">Neutral</string>
|
||
<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="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>
|
||
<string name="join">Join</string>
|
||
<string name="known">Known</string>
|
||
<string name="new_requests">New Requests</string>
|
||
<string name="blocked_users">Blocked Users</string>
|
||
<string name="new_threads">New Threads</string>
|
||
<string name="conversations">Conversations</string>
|
||
<string name="feed">Feed</string>
|
||
<string name="mod_queue">Mod Queue</string>
|
||
<string name="notes">Notes</string>
|
||
<string name="replies">Replies</string>
|
||
<string name="mutual">Yours</string>
|
||
<string name="gallery">Gallery</string>
|
||
<string name="follows">"Follows"</string>
|
||
<string name="reports">"Reports"</string>
|
||
<string name="number_reports">"%1$s Reports"</string>
|
||
<string name="more_options">More Options</string>
|
||
<string name="relays">" Relays"</string>
|
||
<string name="website">Website</string>
|
||
<string name="lightning_address">Lightning Address</string>
|
||
<string name="copies_the_nsec_id_your_password_to_the_clipboard_for_backup">Copies the Nsec ID (your password) to the clipboard for backup</string>
|
||
<string name="copy_private_key_to_the_clipboard">Copy Secret Key to the Clipboard</string>
|
||
<string name="show_private_key_qr_code">Show private key QR code</string>
|
||
<string name="show_encrypted_private_key_qr_code">Show encrypted private key QR code</string>
|
||
<string name="copies_the_public_key_to_the_clipboard_for_sharing">Copies the public key to the clipboard for sharing</string>
|
||
<string name="copy_public_key_npub_to_the_clipboard">Copy Public Key (NPub) to the Clipboard</string>
|
||
<string name="send_a_direct_message">Send a Direct Message</string>
|
||
<string name="edits_the_user_s_metadata">Edits the User\'s Metadata</string>
|
||
<string name="follow">Follow</string>
|
||
<string name="follow_back">Follow back</string>
|
||
<string name="unblock">Unblock</string>
|
||
<string name="copy_user_id">Copy User ID</string>
|
||
<string name="unblock_user">Unblock User</string>
|
||
<string name="npub_hex_username">"npub, username, text"</string>
|
||
<string name="clear">Clear</string>
|
||
<string name="app_logo">App Logo</string>
|
||
<string name="nsec_npub_hex_private_key">nsec.. or npub..</string>
|
||
<string name="ncryptsec_password">password to open the key</string>
|
||
<string name="show_password">Show Password</string>
|
||
<string name="hide_password">Hide Password</string>
|
||
<string name="invalid_key">Invalid key</string>
|
||
<string name="invalid_key_with_message">Invalid key: %1$s</string>
|
||
<string name="i_accept_the">"I accept the "</string>
|
||
<string name="terms_of_use">terms of use</string>
|
||
<string name="acceptance_of_terms_is_required">Acceptance of terms is required</string>
|
||
<string name="password_is_required">Password is required</string>
|
||
<string name="key_is_required">Key is required</string>
|
||
<string name="name_is_required">A name is required</string>
|
||
<string name="login">Login</string>
|
||
<string name="sign_up">Sign Up</string>
|
||
<string name="create_account">Create Account</string>
|
||
<string name="how_should_we_call_you">How should we call you?</string>
|
||
<string name="don_t_have_an_account">Don\'t have a Nostr account?</string>
|
||
<string name="already_have_an_account">Already have a Nostr account?</string>
|
||
<string name="create_a_new_account">Create a new account</string>
|
||
<string name="generate_a_new_key">Generate a new key</string>
|
||
<string name="loading_feed">Loading feed</string>
|
||
<string name="loading_account">Loading account</string>
|
||
<string name="error_loading_replies">"Error loading replies: "</string>
|
||
<string name="try_again">Try again</string>
|
||
<string name="notification_feed_is_empty">No notifications yet.</string>
|
||
<string name="open_poll">Open Poll</string>
|
||
<string name="feed_is_empty">Feed is empty.</string>
|
||
<string name="refresh">Refresh</string>
|
||
<string name="created">created</string>
|
||
<string name="with_description_of">with description of</string>
|
||
<string name="and_picture">and picture</string>
|
||
<string name="changed_chat_name_to">changed chat name to</string>
|
||
<string name="changed_chat_profile_to">New chat profile:</string>
|
||
<string name="description_to">description to</string>
|
||
<string name="and_picture_to">and picture to</string>
|
||
<string name="leave">Leave</string>
|
||
<string name="unfollow">Unfollow</string>
|
||
<string name="channel_created">Channel created</string>
|
||
<string name="channel_information_changed_to">"Channel Information changed to"</string>
|
||
|
||
<string name="ephemeral_relay_chat">Disappearing Chat</string>
|
||
<string name="relay_chat">Relay Chat</string>
|
||
<string name="relay_chat_title">Relay Chats</string>
|
||
<string name="relay_chat_explainer">Relay chats are chat groups controlled by their home relay.
|
||
They are visible to everyone on Nostr and anyone can participate on them.
|
||
They are great for open communities around specific topics. Some of these groups are ephemeral
|
||
and thus chat messages disappear over time</string>
|
||
|
||
<string name="public_chat">Public Chat</string>
|
||
<string name="marmot_group">MLS Group</string>
|
||
<string name="marmot_group_no_messages_yet">No messages yet</string>
|
||
<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 its relays</string>
|
||
|
||
<string name="public_chat_relays_title">Relays</string>
|
||
<string name="public_chat_relays_explainer">Insert between 1–3 relays that host this group.
|
||
Nostr clients use this setting to know where to download messages from and send your messages to.</string>
|
||
|
||
<string name="paid_relay">Paid relay</string>
|
||
<string name="tor_relay">Forces Tor when connecting</string>
|
||
|
||
<string name="posts_received">posts received</string>
|
||
<string name="remove">Remove</string>
|
||
<string name="sats" translatable="false">sats</string>
|
||
<string name="translations_auto">Auto-translated</string>
|
||
<string name="translations_translated_from">from</string>
|
||
<string name="translations_to">to</string>
|
||
<string name="translations_show_in_lang_first">Show in %1$s first</string>
|
||
<string name="chat_about_topic">Public chat about %1$s</string>
|
||
<string name="community_about_topic">Public community about %1$s</string>
|
||
<string name="translations_always_translate_to_lang">Always translate to %1$s</string>
|
||
<string name="translations_never_translate_from_lang">Never translate from %1$s</string>
|
||
<string name="nip_05">Nostr Address</string>
|
||
<string name="lnurl" translatable="false">LNURL…</string>
|
||
<string name="never">never</string>
|
||
<string name="now">now</string>
|
||
<string name="seconds">seconds</string>
|
||
<string name="h">h</string>
|
||
<string name="m">m</string>
|
||
<string name="d">d</string>
|
||
<string name="nudity">Nudity</string>
|
||
<string name="profanity_hateful_speech">Profanity / Hateful speech</string>
|
||
<string name="report_hateful_speech">Report Hateful speech</string>
|
||
<string name="report_nudity_porn">Report Nudity / Porn</string>
|
||
<string name="others">others</string>
|
||
<string name="mark_all_known_as_read">Mark all Known as read</string>
|
||
<string name="mark_all_new_as_read">Mark all New as read</string>
|
||
<string name="mark_all_as_read">Mark all as read</string>
|
||
<string name="backup_keys">Backup Keys</string>
|
||
<string name="account_backup_tips2_md" tools:ignore="Typos">
|
||
## Key Backup and Safety Tips
|
||
\n\nYour account is secured by a secret key. The key is a long sequence of characters starting with **nsec1**. Anyone who has access to this secret key can post and change your identity.
|
||
\n\n- Do **not** put your secret key in any website or software you do not trust.
|
||
\n- Amethyst developers will **never** ask for your secret key.
|
||
\n- **Do** keep a secure backup of your secret key for account recovery. We recommend using a password manager.
|
||
</string>
|
||
<string name="account_backup_tips3_md" tools:ignore="Typos">
|
||
For additional security, you can encrypt your key with a password. This key starts with **ncryptsec1** and cannot be used without your password.
|
||
\n\nIf you lose your password, you will not be able to recover your key.
|
||
</string>
|
||
|
||
<string name="failed_to_encrypt_key">Failed to encrypt your private key</string>
|
||
<string name="secret_key_copied_to_clipboard">Secret key (nsec) copied to clipboard</string>
|
||
<string name="copy_my_secret_key">Copy my secret key</string>
|
||
<string name="encrypt_and_copy_my_secret_key">Encrypt and copy my secret key</string>
|
||
<string name="biometric_authentication_failed">Authentication failed</string>
|
||
<string name="biometric_authentication_failed_explainer">Biometrics failed to authenticate the owner of this phone</string>
|
||
<string name="biometric_authentication_failed_explainer_with_error">Biometrics failed to authenticate the owner of this phone. Error: %1$s</string>
|
||
<string name="biometric_error">Error</string>
|
||
<string name="badge_created_by">"Created by %1$s"</string>
|
||
<string name="badge_award_image_for">"Badge award image for %1$s"</string>
|
||
<string name="badge_award_image">"Badge award image</string>
|
||
<string name="new_badge_award_notif">You Received a new Badge Award</string>
|
||
<string name="award_granted_to">Badge award granted to</string>
|
||
<string name="copied_note_text_to_clipboard">Copied note text to clipboard</string>
|
||
<string name="copied_user_id_to_clipboard" tools:ignore="Typos">Copied author’s @npub to clipboard</string>
|
||
<string name="copied_note_id_to_clipboard" tools:ignore="Typos">Copied note ID (@note1) to clipboard</string>
|
||
<string name="select_text_dialog_top">Select Text</string>
|
||
<string name="github" translatable="false">Github Gist w/ Proof</string>
|
||
<string name="telegram" translatable="false">Telegram</string>
|
||
<string name="mastodon" translatable="false">Mastodon Post ID w/ Proof</string>
|
||
<string name="twitter" translatable="false">X Status w/ Proof</string>
|
||
<string name="github_proof_url_template" translatable="false">https://gist.github.com/<user>/<gist></string>
|
||
<string name="telegram_proof_url_template" translatable="false">https://t.me/<proof post></string>
|
||
<string name="mastodon_proof_url_template" translatable="false">https://<server>/<user>/<proof post></string>
|
||
<string name="twitter_proof_url_template" translatable="false">https://x.com/<user>/status/<proof post></string>
|
||
<string name="private_conversation_notification">"<Unable to decrypt private message>\n\nYou were cited in a private/encrypted conversation between %1$s and %2$s."</string>
|
||
<string name="account_switch_add_account_dialog_title">Add New Account</string>
|
||
<string name="drawer_accounts">Accounts</string>
|
||
<string name="drawer_section_navigate">Navigate</string>
|
||
<string name="drawer_section_you">You</string>
|
||
<string name="drawer_section_feeds">Feeds</string>
|
||
<string name="drawer_section_create">Create</string>
|
||
<string name="drawer_section_system">System</string>
|
||
<string name="account_switch_select_account">Select Account</string>
|
||
<string name="account_switch_add_account_btn">Add New Account</string>
|
||
<string name="account_switch_active_account">Active account</string>
|
||
<string name="account_switch_has_private_key">Has private key</string>
|
||
<string name="account_switch_pubkey_only">Read only, no private key</string>
|
||
<string name="back">Back</string>
|
||
<string name="quick_action_select">Select</string>
|
||
<string name="quick_action_share_browser_link">Share Browser Link</string>
|
||
<string name="quick_action_share">Share</string>
|
||
<string name="quick_action_copy_user_id">Author ID</string>
|
||
<string name="quick_action_copy_note_id">Note ID</string>
|
||
<string name="quick_action_copy_text">Copy Text</string>
|
||
<string name="quick_action_delete">Delete</string>
|
||
<string name="quick_action_unfollow">Unfollow</string>
|
||
<string name="quick_action_follow">Follow</string>
|
||
<string name="quick_action_request_deletion_gallery_title">Delete from Gallery</string>
|
||
<string name="quick_action_request_deletion_gallery_alert_body_v2">Remove this media from your Gallery.</string>
|
||
<string name="quick_action_request_deletion_alert_title">Request Deletion</string>
|
||
<string name="quick_action_request_deletion_alert_body">Amethyst will request that your note be deleted from the relays you are currently connected to. There is no guarantee that your note will be permanently deleted from those relays, or from other relays where it may be stored.</string>
|
||
<string name="quick_action_block_dialog_btn">Block</string>
|
||
<string name="quick_action_delete_dialog_btn">Delete</string>
|
||
<string name="quick_action_block">Block</string>
|
||
<string name="quick_action_report">Report</string>
|
||
<string name="quick_action_delete_button">Delete</string>
|
||
<string name="quick_action_dont_show_again_button">Don\'t show again</string>
|
||
<string name="report_dialog_spam">Spam or scams</string>
|
||
<string name="report_dialog_profanity">Profanity or hateful conduct</string>
|
||
<string name="report_dialog_impersonation">Malicious impersonation</string>
|
||
<string name="report_dialog_nudity">Nudity or graphic content</string>
|
||
<string name="report_dialog_illegal">Illegal Behavior</string>
|
||
<string name="report_dialog_malware">Malware</string>
|
||
<string name="report_dialog_blocking_a_user">Blocking a user will hide their content in your app. Your notes are still publicly viewable, including to people you block. Blocked users are listed on the Security Filters screen.</string>
|
||
<string name="report_dialog_block_hide_user_btn"><![CDATA[Block & Hide User]]></string>
|
||
<string name="report_dialog_report_btn">Report Abuse</string>
|
||
<string name="report_dialog_reminder_public">All reports posted will be publicly visible.</string>
|
||
<string name="report_dialog_additional_reason_placeholder">Optionally provide additional context about your report…</string>
|
||
<string name="report_dialog_additional_reason_label">Additional Context</string>
|
||
<string name="report_dialog_select_reason_label">Reason</string>
|
||
<string name="report_dialog_select_reason_placeholder">Select a reason…</string>
|
||
<string name="report_dialog_post_report_btn">Post Report</string>
|
||
<string name="report_dialog_title">Block and Report</string>
|
||
<string name="block_only">Block</string>
|
||
|
||
<string name="manual_zaps">Manual Zap Splits</string>
|
||
<string name="bookmarks">Bookmarks</string>
|
||
<string name="bookmarks_title">Bookmarks</string>
|
||
<string name="bookmarks_explainer">Your bookmarks</string>
|
||
<string name="old_bookmarks_title">Old Bookmarks</string>
|
||
<string name="old_bookmarks_explainer">Your old bookmarks</string>
|
||
<string name="migrate_bookmarks_button">Move All to New Bookmarks</string>
|
||
<string name="migrate_bookmarks_success">Bookmarks migrated successfully</string>
|
||
<string name="drafts">Drafts</string>
|
||
<string name="scheduled_posts">Scheduled posts</string>
|
||
<string name="polls">Polls</string>
|
||
<string name="open_polls">Open</string>
|
||
<string name="closed_polls">Closed</string>
|
||
<string name="badges">Badges</string>
|
||
<string name="communities">Communities</string>
|
||
<string name="new_community">New Community</string>
|
||
<string name="edit_community">Edit Community</string>
|
||
<string name="new_community_name">Community name</string>
|
||
<string name="new_community_description">Description</string>
|
||
<string name="new_community_rules">Rules (optional)</string>
|
||
<string name="new_community_pick_cover">Add a cover image</string>
|
||
<string name="new_community_pick_cover_hint">Tap to pick a photo — it will be uploaded to your media server.</string>
|
||
<string name="new_community_moderators_section">Moderators</string>
|
||
<string name="new_community_moderators_hint">Moderators can approve posts. You are always a moderator.</string>
|
||
<string name="new_community_add_moderator">Add a moderator</string>
|
||
<string name="new_community_add_moderator_placeholder">Name, npub, or NIP-05</string>
|
||
<string name="new_community_owner">Owner</string>
|
||
<string name="new_community_relays_section">Relays</string>
|
||
<string name="new_community_relays_hint">Pick relays that will host requests, approvals, or the community author\'s metadata.</string>
|
||
<string name="new_community_relay_marker_none">Any</string>
|
||
<string name="new_community_relay_marker_author">Author</string>
|
||
<string name="new_community_relay_marker_requests">Requests</string>
|
||
<string name="new_community_relay_marker_approvals">Approvals</string>
|
||
<string name="new_community_empty">No communities match this filter.</string>
|
||
<string name="received_badges">Received</string>
|
||
<string name="my_badges">Mine</string>
|
||
<string name="awarded_badges">Awarded</string>
|
||
<string name="discover_badges">Discover</string>
|
||
<string name="new_badge">New Badge</string>
|
||
<string name="edit_badge">Edit Badge</string>
|
||
<string name="award_badge">Award Badge</string>
|
||
<string name="accept_badge">Accept</string>
|
||
<string name="reject_badge">Reject</string>
|
||
<string name="unaccept_badge">Remove from profile</string>
|
||
<string name="badge_id_label">Badge ID (d-tag)</string>
|
||
<string name="badge_id_placeholder">bravery, contributor-2025…</string>
|
||
<string name="badge_name_label">Name</string>
|
||
<string name="badge_name_placeholder">Human-readable badge name</string>
|
||
<string name="badge_description_label">Description</string>
|
||
<string name="badge_description_placeholder">Why is this badge awarded?</string>
|
||
<string name="badge_image_label">Image URL (1024×1024)</string>
|
||
<string name="badge_image_placeholder">https://example.com/badge.png</string>
|
||
<string name="badge_thumb_label">Thumbnail URL (optional)</string>
|
||
<string name="badge_thumb_placeholder">https://example.com/badge-thumb.png</string>
|
||
<string name="badge_upload_image_cta">Upload an image</string>
|
||
<string name="badge_upload_image_hint">Pick a square image to be the face of your badge.</string>
|
||
<string name="award_badge_loading">Loading badge…</string>
|
||
<string name="award_badge_search_label">Search users</string>
|
||
<string name="award_badge_search_placeholder">Name, npub, or NIP-05</string>
|
||
<string name="award_badge_remove_recipient">Remove</string>
|
||
<string name="badge_untitled">Untitled badge</string>
|
||
<string name="badge_awardees_label">Awarded to %1$d</string>
|
||
<string name="badge_award_received_title">You received a badge</string>
|
||
<string name="profile_badges_title">Profile badges</string>
|
||
<string name="profile_badges_header">Badges · %1$d</string>
|
||
<string name="profile_badges_description">Choose which of the badges you\'ve received appear on your profile.</string>
|
||
<string name="profile_badges_empty">You haven\'t received any badges yet.</string>
|
||
<string name="pictures">Pictures</string>
|
||
<string name="shorts">Shorts</string>
|
||
<string name="public_chats">Public Chats</string>
|
||
<string name="follow_packs">Follow Packs</string>
|
||
<string name="live_streams">Live Streams</string>
|
||
<string name="nests">Nests</string>
|
||
<string name="meeting_room_in_space">In %1$s</string>
|
||
<string name="meeting_room_in_space_unknown">a Nest</string>
|
||
<string name="nest_stage">Stage</string>
|
||
<string name="nest_stage_empty">Waiting for speakers…</string>
|
||
<string name="nest_audience">Audience</string>
|
||
<string name="nest_raise_hand">Raise hand</string>
|
||
<string name="nest_lower_hand">Lower hand</string>
|
||
<string name="nest_connect">Connect audio</string>
|
||
<string name="nest_disconnect">Disconnect</string>
|
||
<string name="nest_mute">Mute</string>
|
||
<string name="nest_unmute">Unmute</string>
|
||
<string name="nest_connecting">Connecting…</string>
|
||
<string name="nest_connecting_resolving">Resolving room</string>
|
||
<string name="nest_connecting_transport">Opening transport</string>
|
||
<string name="nest_connecting_handshake">Negotiating audio</string>
|
||
<string name="nest_connected">Audio connected</string>
|
||
<string name="nest_reconnecting">Reconnecting…</string>
|
||
<string name="nest_listen_to_recording">Listen to recording</string>
|
||
<string name="nest_chat_send_failed_title">Couldn\'t send message</string>
|
||
<string name="nest_no_app_to_open_link">No app installed to open this link.</string>
|
||
<string name="nest_close_room_confirm_title">Close this room?</string>
|
||
<string name="nest_close_room_confirm_body">All attendees will be disconnected. The room will show as CLOSED in the feed.</string>
|
||
<string name="nest_close_room_confirm_action">Close room</string>
|
||
<string name="nest_create_when_in_past">Pick a future start time.</string>
|
||
<string name="nest_audio_failed">Audio failed: %1$s</string>
|
||
<string name="nest_audio_unavailable">Audio is not available for this room</string>
|
||
<string name="nest_talk">Talk</string>
|
||
<string name="nest_leave_stage">Leave stage</string>
|
||
<string name="nest_mic_mute">Mute mic</string>
|
||
<string name="nest_mic_unmute">Unmute mic</string>
|
||
<string name="nest_broadcast_connecting">Going live…</string>
|
||
<string name="nest_broadcast_failed">Broadcast failed: %1$s</string>
|
||
<string name="nest_mute_failed">Mute failed: %1$s</string>
|
||
<string name="nest_record_permission_required">Microphone access is required to talk in this room.</string>
|
||
<string name="nest_open_settings">No permissions</string>
|
||
<string name="nest_notification_channel">Nests</string>
|
||
<string name="nest_notification_channel_description">Keeps audio playing while a room is open.</string>
|
||
<string name="nest_notification_listening">Nest connected</string>
|
||
<string name="nest_notification_broadcasting">Nest — Live</string>
|
||
<string name="nest_notification_text">Tap to return.</string>
|
||
<string name="nest_notification_stop">Stop</string>
|
||
<string name="nest_join">Join nest</string>
|
||
<string name="nest_lobby_host_label">Host</string>
|
||
<string name="nest_lobby_open_action">Open</string>
|
||
<string name="nest_lobby_recent_chat">Recent chat</string>
|
||
<string name="nest_lobby_no_listeners">No one is in the room right now.</string>
|
||
<string name="nest_lobby_listeners_count">%1$d listening</string>
|
||
<string name="nest_role_host">Host</string>
|
||
<string name="nest_role_moderator">Moderator</string>
|
||
<string name="nest_state_muted">Microphone muted</string>
|
||
<string name="nest_state_speaking">Speaking now</string>
|
||
<string name="nest_state_mic_open">Microphone open</string>
|
||
<string name="nest_presence_raised_hand">raised their hand</string>
|
||
<string name="nest_presence_on_stage">stepped on stage</string>
|
||
<string name="nest_presence_speaking">is speaking</string>
|
||
<string name="nest_presence_listening">joined as audience</string>
|
||
<string name="nest_presence_left">left the nest</string>
|
||
<string name="nest_leave">Leave</string>
|
||
<string name="nest_leave_host_title">End this nest?</string>
|
||
<string name="nest_leave_host_body">You\'re the host. Closing the room will disconnect everyone. Choose \"Just leave\" if you want to come back later — the room will auto-close after 8 hours of inactivity.</string>
|
||
<string name="nest_leave_host_close">Close room</string>
|
||
<string name="nest_leave_host_just_leave">Just leave</string>
|
||
<string name="nest_leave_host_close_failed">Couldn\'t mark room as closed. Leaving anyway — room will auto-close.</string>
|
||
<plurals name="nest_listener_count">
|
||
<item quantity="one">%1$d listener</item>
|
||
<item quantity="other">%1$d listeners</item>
|
||
</plurals>
|
||
<string name="nest_live_chip">LIVE</string>
|
||
<string name="nest_tab_chat">Chat</string>
|
||
<string name="nest_tab_audience">Audience</string>
|
||
<string name="nest_tab_hands">Hands</string>
|
||
<string name="nest_audience_empty">No one in the audience yet.</string>
|
||
<string name="nest_chat_send">Send</string>
|
||
<string name="nest_chat_placeholder">Say something…</string>
|
||
<string name="nest_chat_empty">No messages yet. Be the first to chat.</string>
|
||
<string name="nest_reactions_title">React</string>
|
||
<string name="nest_reactions_button">React</string>
|
||
<string name="nest_edit_title">Edit room</string>
|
||
<string name="nest_edit_save">Save</string>
|
||
<string name="nest_close_action">Close room</string>
|
||
<string name="nest_overflow_menu">Room actions</string>
|
||
<string name="nest_hand_raise_queue_title">Raised hands</string>
|
||
<string name="nest_hand_raise_approve">Approve</string>
|
||
<string name="nest_promote_speaker">Promote to speaker</string>
|
||
<string name="nest_promote_moderator">Promote to moderator</string>
|
||
<string name="nest_demote_listener">Demote to listener</string>
|
||
<string name="nest_force_mute">Force-mute speaker</string>
|
||
<string name="nest_kick_action">Kick</string>
|
||
<string name="nest_hush_local">Hush this speaker</string>
|
||
<string name="nest_hush_local_restore">Restore this speaker</string>
|
||
<string name="nest_participant_view_profile">View profile</string>
|
||
<string name="nest_participant_zap">Send zap</string>
|
||
<string name="nest_participant_zap_split_unsupported">Split zaps are not supported from inside a nest. Open the profile screen to send.</string>
|
||
<string name="nest_participant_follow">Follow</string>
|
||
<string name="nest_participant_unfollow">Unfollow</string>
|
||
<string name="nest_participant_mute">Mute</string>
|
||
<string name="nest_participant_unmute">Unmute</string>
|
||
<string name="nest_share_action">Share room</string>
|
||
<string name="nest_minimize">Minimize</string>
|
||
<string name="nest_minimize_description">Minimize to keep listening</string>
|
||
<string name="nest_audio_dropped">Audio dropped</string>
|
||
<string name="nest_loading_room">Loading room…</string>
|
||
<string name="nest_unjoinable_title">This room can\'t be opened</string>
|
||
<string name="nest_unjoinable_body">The room is missing an audio service or endpoint. The host needs to update its details before listeners can connect.</string>
|
||
<string name="nest_unjoinable_back">Back</string>
|
||
<string name="nest_create_fab">Start space</string>
|
||
<string name="nests_section_live_now">Live now</string>
|
||
<string name="nests_section_scheduled">Scheduled</string>
|
||
<string name="nests_section_recently_ended">Recently ended</string>
|
||
<string name="nests_ended_ago">Ended %1$s ago</string>
|
||
<string name="nest_no_server_title">Set up a nest server</string>
|
||
<string name="nest_no_server_body">You haven\'t picked a nest server yet. Add %1$s to your server list and continue?\n\nYou can change this later in Settings.</string>
|
||
<string name="nest_no_server_use_default">Use default</string>
|
||
<string name="nest_no_server_cancel">Cancel</string>
|
||
<string name="nest_no_server_save_failed">Couldn\'t save your nest server list. Try again.</string>
|
||
<string name="nest_create_title">Start a new nest</string>
|
||
<string name="nest_create_field_room">Room name</string>
|
||
<string name="nest_create_field_summary">What\'s it about?</string>
|
||
<string name="nest_create_field_service">MoQ service URL</string>
|
||
<string name="nest_create_field_service_hint">Auth sidecar — defaults to nostrnests.com</string>
|
||
<string name="nest_create_field_endpoint">MoQ relay endpoint</string>
|
||
<string name="nest_create_field_endpoint_hint">WebTransport URL — usually the same host</string>
|
||
<string name="nest_create_field_image">Cover image URL (optional)</string>
|
||
<string name="nest_create_cancel">Cancel</string>
|
||
<string name="nest_create_submit">Start space</string>
|
||
<string name="nest_create_schedule_toggle">Schedule for later</string>
|
||
<string name="nest_create_when">Pick a start time</string>
|
||
<string name="nests_servers_title">Nest servers</string>
|
||
<string name="nests_servers_explainer">Choose which MoQ host servers Amethyst publishes your nests to. The first entry is used by default when you start a new space.</string>
|
||
<string name="nests_servers_my_section">Your servers</string>
|
||
<string name="nests_servers_my_explainer">Saved as a kind-10112 replaceable event so other clients can read your preference.</string>
|
||
<string name="nests_servers_add_field">Add a nest server</string>
|
||
<string name="nests_servers_add_relay_field">Relay (WebTransport) URL</string>
|
||
<string name="nests_servers_add_auth_field">Auth (JWT mint) URL</string>
|
||
<string name="nests_servers_add_pair_button">Add</string>
|
||
<string name="nests_servers_relay_label">Relay</string>
|
||
<string name="nests_servers_auth_label">Auth</string>
|
||
<string name="nests_servers_recommended_section">Recommended servers</string>
|
||
<string name="nests_servers_recommended_explainer">Built-in suggestions you can add to your list with one tap.</string>
|
||
<string name="nests_servers_use_defaults">Use Amethyst defaults</string>
|
||
<string name="nests_servers_add_recommended">Add server</string>
|
||
<string name="nests_servers_remove">Remove server</string>
|
||
<string name="nests_servers_empty">No nest servers yet. Add one below or pick a recommended server.</string>
|
||
<string name="longs">Videos</string>
|
||
<string name="articles">Articles</string>
|
||
<string name="private_bookmarks">Private Bookmarks</string>
|
||
<string name="public_bookmarks">Public Bookmarks</string>
|
||
<string name="add_to_private_bookmarks">Add to Private Bookmarks</string>
|
||
<string name="add_to_public_bookmarks">Add to Public Bookmarks</string>
|
||
<string name="remove_from_private_bookmarks">Remove from Private Bookmarks</string>
|
||
<string name="remove_from_public_bookmarks">Remove from Public Bookmarks</string>
|
||
|
||
<string name="pinned_notes">Pinned Notes</string>
|
||
<string name="pinned_notes_explainer">Your pinned notes</string>
|
||
<string name="pin_to_profile">Pin to Profile</string>
|
||
<string name="unpin_from_profile">Unpin from Profile</string>
|
||
|
||
<string name="deleted_items_banner_title">%1$d item(s) in this list have been deleted by their author.</string>
|
||
<string name="deleted_items_banner_remove">Remove from list</string>
|
||
<string name="deleted_items_banner_dismiss">Dismiss</string>
|
||
|
||
<string name="bookmark_lists">Bookmark Lists</string>
|
||
<string name="bookmark_list_icon_label">Icon for bookmark list</string>
|
||
<string name="bookmark_list_creation_screen_title">New Bookmark List</string>
|
||
<string name="bookmark_list_edit_sub_title">Bookmark List Metadata</string>
|
||
<string name="bookmark_list_clone_btn_label">Clone Bookmark List</string>
|
||
<string name="bookmark_list_broadcast_btn_label">Broadcast Bookmark List</string>
|
||
<string name="bookmark_list_delete_btn_label">Delete Bookmark List</string>
|
||
<string name="bookmark_list_posts_btn_label">View Posts</string>
|
||
<string name="bookmark_list_articles_btn_label">View Articles</string>
|
||
<string name="bookmark_list_links_btn_label">View Links</string>
|
||
<string name="bookmark_list_hashtags_btn_label">View Hashtags</string>
|
||
<string name="bookmark_list_feed_empty_msg">You do not have any bookmark lists yet. Tap the new button below to make one.</string>
|
||
|
||
<string name="interest_sets_title">Hashtag Sets</string>
|
||
<string name="interest_sets_empty">You do not have any interest sets yet. Tap the new button below to make one.</string>
|
||
<string name="interest_set_create_btn_label">New Interest Set</string>
|
||
<string name="interest_set_creation_screen_title">New Interest Set</string>
|
||
<string name="interest_set_name_label">Set Name</string>
|
||
<string name="interest_set_name_placeholder">My interests</string>
|
||
<string name="interest_set_hashtag_add_placeholder">Add hashtag</string>
|
||
<string name="interest_set_hashtag_private_toggle">Private</string>
|
||
<string name="interest_set_hashtag_count">%1$d hashtag(s)</string>
|
||
<string name="interest_set_actions_dialog_title">Interest Set Actions</string>
|
||
<string name="interest_set_rename">Rename</string>
|
||
<string name="interest_set_clone">Clone</string>
|
||
<string name="interest_set_add_hashtag">Add hashtag</string>
|
||
<string name="interest_set_toggle_visibility">Toggle public/private</string>
|
||
<string name="private_posts_label">Private Posts</string>
|
||
<string name="private_posts_count">Private Posts(%1$s)</string>
|
||
<string name="public_posts_label">Public Posts</string>
|
||
<string name="public_posts_count">Public Posts(%1$s)</string>
|
||
<string name="private_articles_label">Private Articles</string>
|
||
<string name="private_articles_count">Private Articles(%1$s)</string>
|
||
<string name="public_articles_label">Public Articles</string>
|
||
<string name="public_articles_count">Public Articles(%1$s)</string>
|
||
<string name="manage_bookmark_label">Manage %1$s in Bookmark Lists</string>
|
||
<string name="post_bookmark_management_title">Bookmark this post</string>
|
||
<string name="article_bookmark_management_title">Bookmark this article</string>
|
||
<string name="public_bookmark_presence_indicator">is a public bookmark here</string>
|
||
<string name="private_bookmark_presence_indicator">is a private bookmark here</string>
|
||
<string name="bookmark_absence_indicator">is not a bookmark here</string>
|
||
<string name="bookmark_remove_action_desc">Remove bookmark from list</string>
|
||
<string name="bookmark_add_action_desc">Add bookmark to list</string>
|
||
<string name="public_bookmark_add_action_label">Add as public bookmark</string>
|
||
<string name="private_bookmark_add_action_label">Add as private bookmark</string>
|
||
<string name="bookmark_remove_action_label">Remove from Bookmark List</string>
|
||
<string name="bookmark_list_explainer">Bookmark lists metadata can be seen by anyone on Nostr. Only your private members are encrypted.</string>
|
||
<string name="move_bookmark_to_public_label">Move to Public</string>
|
||
<string name="move_bookmark_to_private_label">Move to Private</string>
|
||
|
||
<string name="wallet_connect_service">Wallet Connect Service</string>
|
||
<string name="wallet_connect_service_explainer">Authorizes Amethyst to pay zaps without leaving the app. Keep the secret safe.</string>
|
||
<string name="wallet_connect_service_pubkey">Wallet Connect Pubkey</string>
|
||
<string name="wallet_connect_service_relay">Wallet Connect Relay</string>
|
||
<string name="wallet_connect_service_secret">Wallet Connect Secret</string>
|
||
<string name="wallet_connect_service_show_secret">Show secret key</string>
|
||
<string name="wallet_connect_service_secret_placeholder">nsec / hex private key</string>
|
||
<string name="wallet_connect_status_connected">Connected</string>
|
||
<string name="wallet_connect_status_not_connected">Not connected</string>
|
||
<string name="wallet_connect_manual_config">Advanced: enter connection details manually</string>
|
||
<string name="quick_zap_amounts">Quick Zap Amounts</string>
|
||
<string name="quick_zap_amounts_explainer">Shown when pressing the zap button. Tap an amount to remove it. If you leave it empty, it will open the dialog to insert an amount every time.</string>
|
||
<string name="zap_privacy_section">Zap Privacy</string>
|
||
<string name="zap_type_section_explainer">Controls how your identity is shown when you send a zap.</string>
|
||
<string name="wallet_connect_connect_app">Connect Wallet</string>
|
||
|
||
<string name="see_relay_feed">See Relay Feed</string>
|
||
|
||
<string name="pledge_amount_in_sats">Pledge Amount in Sats</string>
|
||
<string name="post_poll">Post Poll</string>
|
||
<string name="poll_heading_required">Required fields:</string>
|
||
<string name="poll_zap_recipients">Zap recipients</string>
|
||
<string name="poll_primary_description">Primary poll description…</string>
|
||
<string name="poll_option">Option</string>
|
||
<string name="poll_option_index">Option %s</string>
|
||
<string name="poll_option_description">Poll option description</string>
|
||
<string name="poll_heading_optional">Optional fields:</string>
|
||
<string name="poll_zap_value_min">Zap minimum</string>
|
||
<string name="poll_zap_value_max">Zap maximum</string>
|
||
<string name="poll_consensus_threshold">Consensus</string>
|
||
<string name="poll_consensus_threshold_percent">(0–100)%</string>
|
||
<string name="poll_single_choice">Single choice</string>
|
||
<string name="poll_multiple_choice">Multiple choice</string>
|
||
<string name="poll_closing_date_time">Poll Closing Date & Time</string>
|
||
<string name="poll_closing_in">Poll closes in %1$s</string>
|
||
<string name="poll_closing_time">Close after</string>
|
||
<string name="poll_closing_time_days">days</string>
|
||
<string name="poll_unable_to_vote">Unable to vote</string>
|
||
<string name="poll_is_closed_explainer">Poll is closed to new votes</string>
|
||
<string name="poll_zap_amount">Zap amount</string>
|
||
<string name="one_vote_per_user_on_atomic_votes">Only one vote per user is allowed on this type of poll</string>
|
||
|
||
<string name="looking_for_event">"Looking for Event %1$s"</string>
|
||
|
||
<string name="send_zap">Send Zap</string>
|
||
<string name="custom_zaps_add_a_message">Add a public message</string>
|
||
<string name="custom_zaps_add_a_message_private">Add a private message</string>
|
||
<string name="custom_zaps_add_a_message_nonzap">Add an invoice message</string>
|
||
|
||
<string name="custom_zaps_add_a_message_example">Thank you for all your work!</string>
|
||
|
||
<string name="lightning_create_and_add_invoice">Create and Add</string>
|
||
<string name="poll_author_no_vote">Poll authors can\'t vote in their own polls.</string>
|
||
<string name="poll_hashtag" translatable="false">#zappoll</string>
|
||
|
||
<string name="hash_verification_info_title">What does this mean?</string>
|
||
<string name="hash_verification_passed">This content is the same since the post</string>
|
||
<string name="hash_verification_failed">This content has changed. The author might not have seen or approved the change</string>
|
||
|
||
<string name="content_description_add_media">Add Media</string>
|
||
<string name="content_description_add_image">Add Image</string>
|
||
<string name="content_description_add_video">Add Video</string>
|
||
<string name="content_description_add_document">Add Document</string>
|
||
|
||
<string name="add_content">Add to Message</string>
|
||
<string name="add_caption">Add a Caption</string>
|
||
<string name="add_caption_example">My lovely friend</string>
|
||
|
||
<string name="use_direct_url">Use direct URL</string>
|
||
|
||
<string name="content_description">Description of the contents</string>
|
||
<string name="content_description_example">A blue boat in a white sandy beach at sunset</string>
|
||
<string name="ai_suggested_alt_text_hint">AI-suggested, edit me</string>
|
||
<string name="ai_suggested_alt_text_dismiss">Dismiss AI suggestion</string>
|
||
|
||
<string name="zap_type">Zap Type</string>
|
||
<string name="zap_type_explainer">Zap Type for all options</string>
|
||
|
||
<string name="zap_type_public">Public</string>
|
||
<string name="zap_type_public_explainer">Everybody can see the transaction and message</string>
|
||
|
||
<string name="zap_type_private">Private</string>
|
||
<string name="zap_type_private_explainer">Sender and Receiver can see each other and read the message</string>
|
||
|
||
<string name="zap_type_anonymous">Anonymous</string>
|
||
<string name="zap_type_anonymous_explainer">Receiver and the public does not know who sent the payment</string>
|
||
|
||
<string name="zap_type_nonzap">Non-Zap</string>
|
||
<string name="zap_type_nonzap_explainer">No trace in Nostr, only in Lightning</string>
|
||
|
||
|
||
<string name="post_anonymously">Anonymous</string>
|
||
<string name="post_anonymously_explainer">Post as a new throwaway identity. Your account will not be linked to this reply.</string>
|
||
<string name="anonymous_reply_warning">This reply will be posted from a new anonymous identity</string>
|
||
|
||
<string name="file_server">File Server</string>
|
||
<string name="file_server_description">Choose a server to upload this file to</string>
|
||
|
||
<string name="zap_forward_lnAddress">LnAddress or @User</string>
|
||
|
||
|
||
<string name="media_servers">Media Servers</string>
|
||
<string name="set_preferred_media_servers">Set your preferred media upload servers.</string>
|
||
|
||
<string name="no_nip96_server_message">You have no NIP-96 servers set. You can use Amethyst\'s list, or add one below ↓</string>
|
||
<string name="no_blossom_server_message">You have no Blossom servers set. You can use Amethyst\'s list, or add one below ↓</string>
|
||
|
||
<string name="recommended_media_servers">Recommended Media Servers</string>
|
||
<string name="built_in_media_servers_title">Built-in Media Servers</string>
|
||
<string name="built_in_servers_description">Amethyst\'s default list. You can add them individually or add the list.</string>
|
||
<string name="use_default_servers">Use Default List</string>
|
||
<string name="add_media_server">Add media server</string>
|
||
<string name="delete_media_server">Delete media server</string>
|
||
<string name="payment_targets">Payment Targets</string>
|
||
<string name="payment_targets_explainer">Publish your payment addresses so others can send you funds directly.</string>
|
||
<string name="payment_targets_section_explainer">Add payment addresses for different networks (e.g. bitcoin, lightning, ethereum).</string>
|
||
<string name="no_payment_targets_message">No payment targets set. Add one below ↓</string>
|
||
<string name="payment_target_type">Network type (e.g. bitcoin)</string>
|
||
<string name="payment_target_authority">Address</string>
|
||
<string name="delete_payment_target">Delete payment target</string>
|
||
<string name="no_payment_app_found">No app found to handle this payment. Please install a compatible wallet.</string>
|
||
<string name="error_dialog_payment_error">Unable to open payment</string>
|
||
|
||
<string name="uploading_state_ready">Not Started</string>
|
||
<string name="uploading_state_compressing">Compressing</string>
|
||
<string name="uploading_state_uploading">Uploading</string>
|
||
<string name="uploading_state_server_processing">Processing</string>
|
||
<string name="uploading_state_downloading">Downloading</string>
|
||
<string name="uploading_state_hashing">Hashing</string>
|
||
<string name="uploading_state_finished">Done</string>
|
||
<string name="uploading_state_error">Error</string>
|
||
|
||
<string name="upload_server_relays_nip95">Your relays (NIP-95)</string>
|
||
<string name="upload_server_relays_nip95_explainer">Files are hosted by your relays. New NIP: check if they support</string>
|
||
|
||
<string name="privacy_options">Privacy Options</string>
|
||
<string name="connect_via_tor_short">Tor/Orbot setup</string>
|
||
<string name="connect_via_tor">Connect through your Orbot setup</string>
|
||
|
||
<string name="connect_via_tor1">Adjust</string>
|
||
<string name="connect_via_tor2">Tor Settings</string>
|
||
|
||
<string name="do_you_really_want_to_disable_tor_title">Disconnect from your Orbot/Tor?</string>
|
||
<string name="do_you_really_want_to_disable_tor_text">Your data will be immediately transferred in the regular network</string>
|
||
<string name="yes">Yes</string>
|
||
<string name="no">No</string>
|
||
|
||
|
||
<string name="follow_list_selection">Follow List</string>
|
||
<string name="follow_list_kind3follows">All Follows</string>
|
||
<string name="follow_list_kind3follows_users_only">All User Follows</string>
|
||
<string name="follow_list_kind3_follows_users_only">Default Follow List</string>
|
||
<string name="follow_list_kind3follows_proxy">Follows via Proxy</string>
|
||
<string name="follow_list_aroundme">Around Me</string>
|
||
<string name="follow_list_global">Global</string>
|
||
<string name="follow_list_chess">Chess</string>
|
||
<string name="follow_list_mine">Mine</string>
|
||
<string name="follow_list_mute_list">Mute List</string>
|
||
|
||
<string name="follow_sets">Follow Lists</string>
|
||
<string name="follow_sets_explainer">These are follow lists designed for your own usage. You can follow users privately or publicly</string>
|
||
<string name="labeled_bookmarks">Labeled Bookmarks</string>
|
||
<string name="general_bookmarks">General Bookmarks</string>
|
||
<string name="follow_set_type_public">Public</string>
|
||
<string name="follow_set_type_private">Private</string>
|
||
<string name="follow_set_type_mixed">Mixed</string>
|
||
<string name="follow_set_empty_feed_msg">
|
||
It seems you do not have any follow sets yet.
|
||
\nTap below to refresh, or tap the add buttons to create a new one.
|
||
</string>
|
||
<string name="follow_set_create_btn_label">New</string>
|
||
<string name="follow_set_add_author_from_note_action">Add author to follow list</string>
|
||
<string name="follow_set_profile_actions_menu_description">Add or remove user from lists, or create a new list with this user.</string>
|
||
<string name="follow_set_icon_description">Icon for follow set</string>
|
||
<string name="follow_set_public_presence_indicator">%1$s is a public member</string>
|
||
<string name="follow_set_private_presence_indicator">%1$s is a private member</string>
|
||
<string name="follow_set_public_member_add_label">Add as public member</string>
|
||
<string name="follow_set_private_member_add_label">Add as private member</string>
|
||
<string name="follow_set_public_members_header_label2">Public Members</string>
|
||
<string name="follow_set_private_members_header_label2">Private Members</string>
|
||
<string name="follow_set_public_members_header_label">Public Profiles</string>
|
||
<string name="follow_set_private_members_header_label">Private Profiles</string>
|
||
<string name="follow_set_single_member_label">member</string>
|
||
<string name="follow_set_multiple_member_label">members</string>
|
||
<string name="follow_set_empty_label">No members</string>
|
||
<string name="follow_set_empty_label2">Empty</string>
|
||
<string name="follow_set_absence_indicator">%1$s is not in this list</string>
|
||
<string name="follow_set_absence_indicator2">%1$s is not a member</string>
|
||
<string name="follow_set_man_dialog_title2">Your Lists and %1$s</string>
|
||
<string name="follow_set_man_dialog_title">Your Lists</string>
|
||
<string name="follow_set_empty_dialog_msg">No follow lists were found, or you don\'t have any follow lists. Tap below to refresh, or use the menu to create one.</string>
|
||
<string name="follow_set_error_dialog_msg">There was a problem while fetching: %1$s</string>
|
||
<string name="follow_set_creation_menu_title">Make New List</string>
|
||
<string name="follow_set_creation_item_label">New list with %1$s membership</string>
|
||
<string name="follow_set_creation_item_description">Creates a new follow set, and adds %1$s as a %2$s member.</string>
|
||
<string name="follow_set_creation_dialog_title">New Follow List</string>
|
||
<string name="follow_pack_creation_dialog_title">New Follow Pack</string>
|
||
<string name="follow_set_copy_dialog_title">Copy/Clone Follow List</string>
|
||
<string name="follow_set_desc_modify_label">Modify description</string>
|
||
<string name="follow_set_empty_desc_label">This list doesn\'t have a description</string>
|
||
<string name="follow_set_current_desc_label">Current description:</string>
|
||
<string name="follow_set_copy_indicator_description">Set a new name/description for the cloned list below.</string>
|
||
<string name="follow_set_creation_name_label">List name</string>
|
||
<string name="follow_set_copy_name_label">New List name</string>
|
||
<string name="follow_set_creation_desc_label">List description (optional)</string>
|
||
<string name="follow_set_copy_desc_label">New List description</string>
|
||
<string name="follow_set_creation_action_btn_label">Create list</string>
|
||
<string name="follow_set_copy_action_btn_label">Copy/Clone list</string>
|
||
<string name="follow_set_rename_btn_label">Rename list</string>
|
||
<string name="follow_set_edit_list_metadata">Edit List</string>
|
||
<string name="follow_set_desc_modify_btn_label">Modify</string>
|
||
<string name="follow_set_rename_dialog_indicator_first_part">You are renaming from </string>
|
||
<string name="follow_set_rename_dialog_indicator_second_part"> to..</string>
|
||
|
||
|
||
<string name="connect_through_your_orbot_setup_short">Default port is 9050</string>
|
||
<string name="connect_through_your_orbot_setup_markdown">
|
||
## Connect through Tor with Orbot
|
||
\n\n1. Install [Orbot](https://play.google.com/store/apps/details?id=org.torproject.android)
|
||
\n2. Start Orbot
|
||
\n3. In Orbot, check the Socks port. The default uses 9050
|
||
\n4. If necessary change the port in Orbot
|
||
\n5. Configure the Socks port in this screen
|
||
\n6. Press the Activate button to use Orbot as a proxy
|
||
</string>
|
||
<string name="orbot_socks_port">Orbot Socks Port</string>
|
||
|
||
<string name="use_internal_tor">Active Tor Engine</string>
|
||
<string name="use_internal_tor_explainer">Use the internal version or Orbot</string>
|
||
|
||
<string name="tor_preset">Tor/Privacy Presets</string>
|
||
<string name="tor_preset_explainer">Quickly modify all settings below</string>
|
||
|
||
<string name="tor_use_onion_address">Onion Url/Relays</string>
|
||
<string name="tor_use_onion_address_explainer">Use Tor for any .onion url</string>
|
||
|
||
<string name="tor_use_dm_relays">DM Relays</string>
|
||
<string name="tor_use_dm_relays_explainer">Force Tor to send and receive DMs</string>
|
||
|
||
<string name="tor_use_new_relays">Untrusted Relays</string>
|
||
<string name="tor_use_new_relays_explainer">Force Tor on outbox/inbox relays</string>
|
||
|
||
<string name="tor_use_trusted_relays">Trusted Relays</string>
|
||
<string name="tor_use_trusted_relays_explainer">Force Tor on all relays in your lists</string>
|
||
|
||
<string name="tor_use_profile_pictures">Profile Pictures</string>
|
||
<string name="tor_use_profile_pictures_explainer">Force Tor when loading profile pictures</string>
|
||
|
||
<string name="tor_use_url_previews">URL Previews</string>
|
||
<string name="tor_use_url_previews_explainer">Force Tor when loading url previews</string>
|
||
|
||
<string name="tor_use_images">Images</string>
|
||
<string name="tor_use_images_explainer">Force Tor when loading images</string>
|
||
|
||
<string name="tor_use_videos">Videos</string>
|
||
<string name="tor_use_videos_explainer">Force Tor when loading videos</string>
|
||
|
||
<string name="tor_use_money_operations">Money Operations</string>
|
||
<string name="tor_use_money_operations_explainer">Force Tor on zaps, lightning and cashu transfers</string>
|
||
|
||
<string name="tor_use_nip05_verification">Nostr Address Verification</string>
|
||
<string name="tor_use_nip05_verification_explainer">Force Tor when verifying NIP-05 addresses</string>
|
||
|
||
<string name="tor_use_media_uploads">Media Uploads</string>
|
||
<string name="tor_use_media_uploads_explainer">Force Tor when uploading content</string>
|
||
|
||
<string name="tor_internal">Internal</string>
|
||
<string name="tor_external">Orbot</string>
|
||
<string name="tor_off">Off</string>
|
||
|
||
<string name="tor_when_needed">Basic</string>
|
||
<string name="tor_default">Default</string>
|
||
<string name="tor_small_payloads">All but Media</string>
|
||
<string name="tor_full_privacy">Full Privacy</string>
|
||
<string name="tor_custom">Custom</string>
|
||
|
||
<string name="tor_when_needed_explainer">Use Tor when it\'s required by the server</string>
|
||
<string name="tor_default_explainer">Hide your IP from random relays</string>
|
||
<string name="tor_small_payloads_explainer">Hide your IP from everything, but images and videos</string>
|
||
<string name="tor_full_privacy_explainer">Hide your IP in all connections</string>
|
||
<string name="tor_custom_explainer">Make your own</string>
|
||
|
||
<string name="invalid_port_number">Invalid port number</string>
|
||
<string name="use_orbot">Use Orbot</string>
|
||
<string name="disconnect_from_your_orbot_setup">Disconnect Tor/Orbot</string>
|
||
|
||
<string name="app_notification_channel_id" translatable="false">DefaultChannelID</string>
|
||
<string name="app_notification_private_message" translatable="false">New notification arrived</string>
|
||
|
||
<string name="app_notification_dms_channel_id" translatable="false">PrivateMessagesID</string>
|
||
<string name="app_notification_dms_channel_name">Private Messages</string>
|
||
<string name="app_notification_dms_channel_description">Notifies you when a private message arrives</string>
|
||
|
||
<string name="app_notification_zaps_channel_id" translatable="false">ZapsID</string>
|
||
<string name="app_notification_zaps_channel_name">Zaps Received</string>
|
||
<string name="app_notification_zaps_channel_description">Notifies you when somebody zaps you</string>
|
||
<string name="app_notification_zaps_channel_message">%1$s sats</string>
|
||
<string name="app_notification_zaps_channel_message_from">From %1$s</string>
|
||
<string name="app_notification_zaps_channel_message_for">for %1$s</string>
|
||
|
||
<string name="app_notification_reply_label">Reply</string>
|
||
<string name="app_notification_mark_read_label">Mark Read</string>
|
||
<string name="app_notification_dms_summary">New messages</string>
|
||
<string name="app_notification_zaps_summary">New zaps</string>
|
||
|
||
<string name="app_notification_reactions_channel_id" translatable="false">ReactionsID</string>
|
||
<string name="app_notification_reactions_channel_name">Reactions</string>
|
||
<string name="app_notification_reactions_channel_description">Notifies you when somebody reacts to your post</string>
|
||
<string name="app_notification_reactions_channel_message">%1$s reacted to your post</string>
|
||
<string name="app_notification_reactions_channel_message_for">for %1$s</string>
|
||
<string name="app_notification_reactions_summary">New reactions</string>
|
||
<string name="app_notification_chess_channel_id" translatable="false">ChessID</string>
|
||
<string name="app_notification_chess_channel_name">Chess</string>
|
||
<string name="app_notification_chess_channel_description">Notifies you about chess game events</string>
|
||
<string name="app_notification_chess_challenge_accepted">%1$s accepted your chess challenge</string>
|
||
<string name="app_notification_chess_your_turn">%1$s moved — your turn</string>
|
||
<string name="app_notification_chess_summary">Chess updates</string>
|
||
<string name="app_notification_replies_channel_id" translatable="false">RepliesID</string>
|
||
<string name="app_notification_replies_channel_name">Replies</string>
|
||
<string name="app_notification_replies_channel_description">Notifies you when somebody replies to your post</string>
|
||
<string name="app_notification_replies_channel_message">%1$s replied</string>
|
||
<string name="app_notification_replies_channel_message_for">on: %1$s</string>
|
||
<string name="app_notification_replies_summary">New replies</string>
|
||
<string name="app_notification_mentions_channel_id" translatable="false">MentionsID</string>
|
||
<string name="app_notification_mentions_channel_name">Mentions</string>
|
||
<string name="app_notification_mentions_channel_description">Notifies you when somebody mentions or cites you in a post</string>
|
||
<string name="app_notification_mentions_channel_message">%1$s mentioned you</string>
|
||
<string name="app_notification_mentions_summary">New mentions</string>
|
||
|
||
<!-- Call notifications and UI -->
|
||
<string name="app_notification_calls_channel_name">Incoming calls</string>
|
||
<string name="app_notification_calls_channel_description">Notifications for incoming voice and video calls</string>
|
||
<string name="call_incoming">Incoming call</string>
|
||
<string name="call_incoming_voice">Incoming voice call\u2026</string>
|
||
<string name="call_incoming_video">Incoming video call\u2026</string>
|
||
<string name="call_calling">Calling\u2026</string>
|
||
<string name="call_connecting">Connecting\u2026</string>
|
||
<string name="call_ended">Call ended</string>
|
||
<string name="call_with">Call with %1$s</string>
|
||
<string name="call_ongoing">Calls</string>
|
||
<string name="call_ongoing_description">Ongoing call notification</string>
|
||
<string name="call_hangup">Hang up</string>
|
||
<string name="call_accept">Accept</string>
|
||
<string name="call_reject">Reject</string>
|
||
<string name="call_dismiss">Dismiss</string>
|
||
<string name="call_mute">Mute</string>
|
||
<string name="call_unmute">Unmute</string>
|
||
<string name="call_camera_on">Camera on</string>
|
||
<string name="call_camera_off">Camera off</string>
|
||
<string name="call_switch_camera">Switch camera</string>
|
||
<string name="call_speaker">Speaker</string>
|
||
<string name="call_earpiece">Earpiece</string>
|
||
<string name="call_bluetooth">Bluetooth</string>
|
||
<string name="call_voice">Voice call</string>
|
||
<string name="call_video">Video call</string>
|
||
<string name="call_waiting_for_others">Waiting for others to join\u2026</string>
|
||
<string name="call_add_participant">Add participant</string>
|
||
<string name="call_search_users">Search users\u2026</string>
|
||
<string name="call_failed_start">Failed to start call</string>
|
||
<string name="call_failed_accept">Failed to accept call</string>
|
||
<string name="call_failed_session">Failed to create call session</string>
|
||
<string name="call_settings">Call Settings</string>
|
||
<string name="call_settings_enable_calls">Enable voice and video calls</string>
|
||
<string name="call_settings_enable_calls_description">When disabled, call buttons are hidden from chat screens and all incoming calls are silently ignored.</string>
|
||
<string name="call_settings_video_quality">Video Quality</string>
|
||
<string name="call_settings_max_bitrate">Max Video Bitrate</string>
|
||
<string name="call_settings_turn_servers">TURN / STUN Servers</string>
|
||
<string name="call_settings_turn_description">Default STUN and TURN servers are always included. Add custom TURN servers for restrictive networks.</string>
|
||
<string name="call_settings_default_servers">Default servers (always active)</string>
|
||
<string name="call_settings_custom_turn">Custom TURN Servers</string>
|
||
<string name="call_settings_no_custom_turn">No custom TURN servers configured.</string>
|
||
<string name="call_settings_add_turn">Add TURN server</string>
|
||
<string name="call_settings_remove_turn">Remove</string>
|
||
<string name="call_settings_turn_url">Server URL</string>
|
||
<string name="call_settings_turn_username">Username</string>
|
||
<string name="call_settings_turn_credential">Credential</string>
|
||
|
||
<string name="always_on_notif_channel_name" translatable="false">Relay Connection Service</string>
|
||
<string name="always_on_notif_channel_description">Keeps connections to your inbox relays active for real-time notifications</string>
|
||
<string name="always_on_notif_title">Amethyst Notifications Active</string>
|
||
<string name="always_on_notif_connected">Connected to %1$d inbox relays</string>
|
||
<string name="always_on_notif_connecting">Connecting to inbox relays\u2026</string>
|
||
<string name="always_on_notif_setting_title">Always-on notification service</string>
|
||
<string name="always_on_notif_setting_description">Keeps a persistent connection to your inbox relays for instant notification delivery. Shows an ongoing notification. Uses more battery but ensures you never miss a message.</string>
|
||
|
||
<string name="battery_optimization_title">Battery optimization active</string>
|
||
<string name="battery_optimization_description">Android may restrict relay connections in the background. Disable battery optimization for Amethyst to ensure reliable notifications.</string>
|
||
<string name="battery_optimization_fix_now">Fix now</string>
|
||
|
||
<string name="reply_notify">Notify: </string>
|
||
|
||
<string name="channel_list_join_conversation">Join Conversation</string>
|
||
<string name="channel_list_user_or_group_id">User or Group\'s ID</string>
|
||
<string name="channel_list_user_or_group_id_demo">npub, nevent or hex</string>
|
||
<string name="channel_list_create_channel">Create</string>
|
||
<string name="channel_list_join_channel">Join</string>
|
||
|
||
<string name="today">Today</string>
|
||
|
||
<string name="content_warning">Content warning</string>
|
||
<string name="content_warning_with_reason">Warning: %1$s</string>
|
||
<string name="content_warning_explanation">This post contains sensitive content which some people may find offensive or disturbing</string>
|
||
<string name="content_warning_hide_all_sensitive_content">Always hide sensitive content</string>
|
||
<string name="content_warning_show_all_sensitive_content">Always show sensitive content</string>
|
||
<string name="content_warning_see_warnings">Always show content warnings</string>
|
||
|
||
<string name="content_warning_hide_all_sensitive_content_option">Hide</string>
|
||
<string name="content_warning_show_all_sensitive_content_option">Show</string>
|
||
<string name="content_warning_see_warnings_option">Warn</string>
|
||
|
||
<string name="recommended_apps">Recommends: </string>
|
||
<string name="filter_spam_from_strangers">Filter spam from strangers</string>
|
||
<string name="warn_when_posts_have_reports_from_your_follows">Warn when posts have reports from your follows</string>
|
||
|
||
<string name="filter_spam_from_strangers_title">Filter spam</string>
|
||
<string name="filter_spam_from_strangers_explainer">Hides posts from strangers that were exactly the same for 5 or more times</string>
|
||
<string name="warn_when_posts_have_reports_from_your_follows_title">Warn on reports</string>
|
||
<string name="warn_when_posts_have_reports_from_your_follows_explainer">Shows a warning message when posts have 5 or more reports from your follows</string>
|
||
<string name="show_sensitive_content_title">Show sensitive content</string>
|
||
<string name="show_sensitive_content_explainer">Shows a warning message when the author of the post marked it as sensitive</string>
|
||
<string name="max_hashtag_limit_title">Max hashtags per post</string>
|
||
<string name="max_hashtag_limit_explainer">Hides posts with more hashtags than this limit. Set to 0 to disable</string>
|
||
|
||
<string name="new_reaction_symbol">New Reaction Symbol</string>
|
||
<string name="no_reaction_type_setup_long_press_to_change">No reaction types pre-selected for this user. Long press on the heart button to change</string>
|
||
|
||
<string name="zapraiser">Zapraiser</string>
|
||
<string name="zapraiser_explainer">Adds a target amount of sats to raise for this post. Supporting clients may show this as a progress bar to incentivize donations</string>
|
||
<string name="zapraiser_target_amount_in_sats">Target Amount in Sats</string>
|
||
|
||
<string name="sats_to_complete">Zapraiser at %1$s. %2$s sats to goal</string>
|
||
<string name="read_from_relay">Read from Relay</string>
|
||
<string name="write_to_relay">Write to Relay</string>
|
||
<string name="write_to_relay_description">The amount in bytes that was sent to this relay, including filters and events</string>
|
||
<string name="read_from_relay_description">The amount in bytes that was received from this relay, including filters and events</string>
|
||
<string name="relay_event_count">Events stored</string>
|
||
<string name="an_error_occurred_trying_to_get_relay_information">An error occurred trying to get relay information from %1$s</string>
|
||
<string name="owner">Owner</string>
|
||
<string name="used_by">Used By</string>
|
||
<string name="self">Service Key</string>
|
||
<string name="running_software">Running %1$s</string>
|
||
<string name="running_software_version">Running %1$s (%2$s)</string>
|
||
<string name="version">Version</string>
|
||
<string name="software">Software</string>
|
||
<string name="contact">Contact</string>
|
||
<string name="supports">Supported NIPs</string>
|
||
<string name="supported_grasps">Supported Grasps</string>
|
||
<string name="admission_fees">Admission Fees</string>
|
||
<string name="admission">Admission</string>
|
||
<string name="subscription">Subscription</string>
|
||
<string name="publication">Publication</string>
|
||
<string name="payment_link">Payments %1$s</string>
|
||
<string name="payments_url">Payments url</string>
|
||
<string name="target_audience">Target Audience</string>
|
||
<string name="policies_and_links">Policies & Links</string>
|
||
<string name="fees_and_payments">Fees & Payments</string>
|
||
<string name="limitations">Limitations</string>
|
||
<string name="countries">Countries</string>
|
||
<string name="languages">Languages</string>
|
||
<string name="tags">Tags</string>
|
||
<string name="topics">Topics</string>
|
||
<string name="all_countries">All Countries</string>
|
||
<string name="all_languages">All Languages</string>
|
||
<string name="posting_policy">Posting policy</string>
|
||
<string name="privacy_policy">Privacy Policy</string>
|
||
<string name="terms_and_conditions">Terms & Conditions</string>
|
||
<string name="not_available_acronym">N/A</string>
|
||
<string name="relay_error_messages">Errors and Notices from this Relay</string>
|
||
<string name="relay_monitor_reports">Relay Monitor Reports</string>
|
||
<string name="relay_monitor_rtt_open">Open</string>
|
||
<string name="relay_monitor_rtt_read">Read</string>
|
||
<string name="relay_monitor_rtt_write">Write</string>
|
||
<string name="relay_monitor_rtt">RTT</string>
|
||
<string name="relay_monitor_network">Network</string>
|
||
<string name="relay_monitor_relay_type">Type</string>
|
||
<string name="relay_monitor_supported_nips">Supported NIPs</string>
|
||
<string name="relay_monitor_requirements">Requirements</string>
|
||
<string name="relay_monitor_last_check">Last check</string>
|
||
<string name="relay_monitor_ms">%1$d ms</string>
|
||
<string name="relay_discovery_accepted_kinds">Accepted Kinds</string>
|
||
<string name="relay_discovery_geohash">Location</string>
|
||
<string name="relay_active_subscriptions">Active Subscriptions</string>
|
||
<string name="relay_active_outbox">Pending Outbox Events</string>
|
||
<string name="relay_req_subscriptions">REQ Subscriptions (%1$d)</string>
|
||
<string name="relay_count_subscriptions">COUNT Subscriptions (%1$d)</string>
|
||
<string name="relay_outbox_events">Outbox Events (%1$d)</string>
|
||
<string name="relay_no_active_subscriptions">No active subscriptions for this relay</string>
|
||
<string name="relay_filter_authors">%1$d authors</string>
|
||
<string name="relay_filter_ids">%1$d ids</string>
|
||
<string name="relay_filter_since">since %1$s</string>
|
||
<string name="relay_filter_until">until %1$s</string>
|
||
<string name="relay_filter_limit">limit %1$d</string>
|
||
<string name="message_length">Message length</string>
|
||
<string name="subscriptions">Subscriptions</string>
|
||
<string name="filters">Filters</string>
|
||
<string name="subscription_id_length">Subscription id length</string>
|
||
<string name="minimum_prefix">Min Prefix</string>
|
||
<string name="maximum_event_tags">Max Event Tags</string>
|
||
<string name="content_length">Content length</string>
|
||
<string name="max_content_length">Max Content Length</string>
|
||
<string name="discards_older_than">Discards older than</string>
|
||
<string name="accepts_up_to">Accepts up to</string>
|
||
<string name="time_in_the_future">%1$s in the future</string>
|
||
<string name="time_in_the_past">%1$s ago</string>
|
||
<string name="amount_in_zeros">%1$s zeros</string>
|
||
<string name="amount_in_bits">%1$s bits</string>
|
||
<string name="event_retention">Event Retention</string>
|
||
<string name="content_size">Content Size</string>
|
||
<string name="connectivity">Connectivity</string>
|
||
<string name="access_control">Access Control</string>
|
||
<string name="minimum_pow">Min PoW Difficulty</string>
|
||
<string name="auth">Auth</string>
|
||
<string name="auth_required">Auth Required</string>
|
||
<string name="payment">Payment</string>
|
||
<string name="payment_required">Payment Required</string>
|
||
<string name="max_message_length">Max Message Length</string>
|
||
<string name="max_subs">Max Subscriptions</string>
|
||
<string name="max_filters_per_sub">Max Filters per Sub</string>
|
||
<string name="max_limit_events_returning">Max Limit (Events Returning)</string>
|
||
<string name="default_limit">Default Limit (Events Returning)</string>
|
||
<string name="max_subid_length">Max SubID Length</string>
|
||
<string name="cashu">Cashu Token</string>
|
||
<string name="cashu_redeem">Redeem</string>
|
||
<string name="cashu_redeem_to_zap">Send to Zap Wallet</string>
|
||
<string name="cashu_redeem_to_cashu">Open in Cashu Wallet</string>
|
||
<string name="cashu_copy_token">Copy Token</string>
|
||
|
||
<string name="quick_actions_open_in_another_app">Open in Another App</string>
|
||
|
||
<string name="no_lightning_address_set">No Lightning Address set</string>
|
||
<string name="copied_token_to_clipboard">Copied token to clipboard</string>
|
||
|
||
<string name="live_stream_live_tag">LIVE</string>
|
||
<string name="live_stream_offline_tag">OFFLINE</string>
|
||
<string name="live_stream_ended_tag">ENDED</string>
|
||
<string name="live_stream_planned_tag">SCHEDULED</string>
|
||
<string name="live_stream_private_tag">PRIVATE</string>
|
||
|
||
<string name="live_stream_is_offline">Livestream is Offline</string>
|
||
<string name="live_stream_has_ended">Livestream Ended</string>
|
||
<string name="meeting_space_open_tag">OPEN</string>
|
||
<string name="meeting_space_private_tag">PRIVATE</string>
|
||
<string name="meeting_space_closed_tag">CLOSED</string>
|
||
<string name="meeting_space_planned_tag">SCHEDULED</string>
|
||
<string name="meeting_space_planned_starts_at">Starts %1$s</string>
|
||
<string name="are_you_sure_you_want_to_log_out">Logging out deletes all your local information. Make sure to have your private keys backed up to avoid losing your account. Do you want to continue?</string>
|
||
<string name="followed_tags">Followed Tags</string>
|
||
|
||
<string name="relay_setup">Relays</string>
|
||
|
||
<string name="discover_follows">Follow Packs</string>
|
||
<string name="discover_follows_explainer">These are lists of users that you recommend to other people. Only public users are allowed.</string>
|
||
<string name="discover_reads">Reads</string>
|
||
<string name="discover_content_v2">Feed Algorithms</string>
|
||
<string name="discover_marketplace">Marketplace</string>
|
||
<string name="discover_live_v2">Live Streams</string>
|
||
<string name="discover_community_v2">Communities</string>
|
||
<string name="discover_chat">Chats</string>
|
||
<string name="community_approved_posts">Approved Posts</string>
|
||
|
||
<string name="groups_no_descriptor">This group does not have a description or rules. Talk to the owner to add one</string>
|
||
<string name="community_no_descriptor">This community does not have a description. Talk to the owner to add one</string>
|
||
|
||
<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="danger_zone">Danger Zone</string>
|
||
<string name="reset_marmot_state">Reset Marmot State</string>
|
||
<string name="reset_marmot_confirm_title">Reset Marmot State?</string>
|
||
<string name="reset_marmot_confirm_body">This will permanently delete every Marmot group chat, message history, and MLS key on this device for the current account. Peers will not be notified and may still see you in groups until their next commit. This cannot be undone. A new KeyPackage will be published the next time the app syncs.</string>
|
||
<string name="reset_marmot_confirm_action">Reset</string>
|
||
<string name="reset_marmot_success">Marmot state reset.</string>
|
||
<string name="reset_marmot_failure">Failed to reset Marmot state: %1$s</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>
|
||
<string name="connectivity_type_never">Never</string>
|
||
|
||
<string name="ui_feature_set_type_complete">Complete</string>
|
||
<string name="ui_feature_set_type_simplified">Simplified</string>
|
||
<string name="ui_feature_set_type_performance">Performance</string>
|
||
|
||
<string name="gallery_type_classic">Classic</string>
|
||
<string name="gallery_type_modern">Modern</string>
|
||
|
||
<string name="system">System</string>
|
||
<string name="light">Light</string>
|
||
<string name="dark">Dark</string>
|
||
<string name="application_preferences">Application Preferences</string>
|
||
<string name="wallet_connect">Wallet Connect</string>
|
||
<string name="language">Language</string>
|
||
<string name="theme">Theme</string>
|
||
<string name="automatically_load_images_gifs">Image Preview</string>
|
||
<string name="automatically_play_videos">Video Playback</string>
|
||
<string name="autoplay_videos">Autoplay Videos</string>
|
||
<string name="automatically_show_url_preview">URL Preview</string>
|
||
<string name="automatically_hide_nav_bars">Immersive Scrolling</string>
|
||
<string name="automatically_hide_nav_bars_description">Hide Nav Bars when Scrolling</string>
|
||
|
||
<string name="ui_style">UI Mode</string>
|
||
<string name="ui_style_description">Choose the post style</string>
|
||
|
||
<string name="gallery_style">Profile Gallery Style</string>
|
||
<string name="gallery_style_description">Choose the gallery style</string>
|
||
|
||
<string name="load_image">Load Image</string>
|
||
|
||
<string name="spamming_users">Spammers</string>
|
||
|
||
<string name="muted_button">Muted. Click to unmute</string>
|
||
<string name="mute_button">Sound on. Click to mute</string>
|
||
<string name="skip_back">Skip back %d seconds</string>
|
||
<string name="skip_forward">Skip forward %d seconds</string>
|
||
<string name="picture_in_picture">Picture-in-Picture</string>
|
||
<string name="search_button">Search local and remote records</string>
|
||
|
||
<string name="nip05_verified">Nostr address was verified</string>
|
||
<string name="nip05_failed">Nostr address failed verification</string>
|
||
<string name="nip05_checking">Checking Nostr address</string>
|
||
<string name="select_deselect_all">Select/Deselect all</string>
|
||
<string name="default_relays">Default</string>
|
||
<string name="default_relays_longer">Reset to Defaults</string>
|
||
<string name="select_a_relay_to_continue">Select a relay to continue</string>
|
||
|
||
<string name="zap_forward_title">Forward Zaps to:</string>
|
||
<string name="zap_forward_explainer">Supporting clients will forward zaps to the LNAddress or User Profile below instead of yours</string>
|
||
|
||
<string name="geohash_title">Expose Location as </string>
|
||
<string name="geohash_explainer">Adds a Geohash of your location to the post. The public will know you are within 5km (3mi) of the current location</string>
|
||
|
||
<string name="geohash_exclusive">Location-exclusive Post</string>
|
||
<string name="geohash_exclusive_explainer">Only followers of the location will see it. Your general followers won\'t see it.</string>
|
||
|
||
<string name="hashtag_exclusive">Hashtag-exclusive Post</string>
|
||
<string name="hashtag_exclusive_explainer">Only followers of the hashtag will see it. Your general followers won\'t see it.</string>
|
||
|
||
<string name="long_form_reading_minutes">%1$d min read</string>
|
||
|
||
|
||
<string name="loading_location">Loading location</string>
|
||
<string name="lack_location_permissions">No Location Permissions</string>
|
||
|
||
<string name="add_sensitive_content_explainer">Adds sensitive content warning before showing your content. This is ideal for any NSFW content or content some people may find offensive or disturbing</string>
|
||
<string name="add_sensitive_content_description_placeholder">Reason (optional)</string>
|
||
|
||
<string name="new_feature_nip17_might_not_be_available_title">New Feature</string>
|
||
<string name="new_feature_nip17_might_not_be_available_description">Activating this mode requires Amethyst to send a NIP-17 message (GiftWrapped, Sealed Direct and Group Messages). NIP-17 is new and most clients have not implemented it yet. Make sure the receiver is using a compatible client.</string>
|
||
<string name="new_feature_nip17_activate">Activate</string>
|
||
|
||
<string name="messages_create_public_chat">Public</string>
|
||
<string name="messages_create_group">Group</string>
|
||
<string name="messages_create_public_private_chat_description">New Public or Private Group</string>
|
||
<string name="messages_relay_based">Relay</string>
|
||
<string name="messages_new_message">Private</string>
|
||
<string name="messages_new_message_to">To</string>
|
||
<string name="messages_new_message_subject">Subject</string>
|
||
<string name="messages_new_message_subject_caption">Topic of the conversation</string>
|
||
<string name="messages_new_message_to_caption">"@User1, @User2, @User3"</string>
|
||
|
||
<string name="messages_cant_upload_title">Can\'t Upload</string>
|
||
<string name="messages_cant_upload_explainer">Insert the destination of the message first</string>
|
||
|
||
<string name="messages_group_descriptor">Members of this group</string>
|
||
<string name="messages_new_subject_message">Explanation to members</string>
|
||
<string name="messages_new_subject_message_placeholder">Changing the name for the new goals.</string>
|
||
|
||
<string name="paste_from_clipboard">Paste from clipboard</string>
|
||
|
||
<string name="invalid_nip47_uri_title">Invalid NIP-47 URI</string>
|
||
<string name="invalid_nip47_uri_description">The URI %1$s is not a valid NIP-47 login URI.</string>
|
||
|
||
<string name="connect_to_new_nwc_wallet">Connect to new NWC wallet</string>
|
||
<string name="couldnt_find_nwc_wallets">Wallet not found</string>
|
||
<string name="couldnt_find_nwc_wallets_description">Amethyst couldn\'t find any wallet apps that support Nostr Wallet Connect (NWC).
|
||
\n\nWhat you can do:
|
||
\n\t1. Verify NWC Support: Double-check that your preferred wallet app is compatible with Nostr Wallet Connect.
|
||
\n\t2. Create Connection: Go to your wallet app and create a new NWC connection.
|
||
\n\t3. Link to Amethyst: Your wallet will usually give you three options:
|
||
\n\t\t3.1 Automatic Link: A button to automatically open and connect to Amethyst. If so, click that button, open Amethyst and hit save on the new screen.
|
||
\n\t\t3.2 Manual Link: A Connection URI you can copy and click the paste icon on this screen to directly input it.
|
||
\n\t\t3.3 QR Code: The wallet creates a QR code which you can read from the QR code button in this screen.
|
||
</string>
|
||
|
||
<string name="language_description">For the App\'s Interface</string>
|
||
<string name="theme_description">Dark, Light or System theme</string>
|
||
<string name="automatically_load_images_gifs_description">Automatically load images and GIFs</string>
|
||
<string name="automatically_play_videos_description">Automatically load videos and GIFs</string>
|
||
<string name="autoplay_videos_description">Automatically play videos when visible on screen</string>
|
||
<string name="automatically_show_url_preview_description">Show URL previews</string>
|
||
<string name="load_image_description">When to load images</string>
|
||
|
||
<string name="copy_stack_to_clipboard">Copy Stack</string>
|
||
|
||
<string name="copy_to_clipboard">Copy to clipboard</string>
|
||
<string name="copy_nprofile_to_clipboard">Copy nprofile to clipboard</string>
|
||
<string name="copy_npub_to_clipboard">Copy npub to clipboard</string>
|
||
<string name="share_or_save">Share or Save</string>
|
||
<string name="copy_url_to_clipboard">Copy URL to clipboard</string>
|
||
<string name="copy_the_note_id_to_the_clipboard">Copy Note ID to clipboard</string>
|
||
<string name="add_media_to_gallery">Add Media to Gallery</string>
|
||
<string name="media_added">Media added</string>
|
||
<string name="media_added_to_profile_gallery">Media added to your Profile Gallery</string>
|
||
|
||
<string name="created_at">Created at</string>
|
||
<string name="rules">Rules</string>
|
||
|
||
<string name="community_description">About Us</string>
|
||
<string name="guidelines">Guidelines</string>
|
||
<string name="moderators">Moderators</string>
|
||
|
||
<string name="login_with_external_signer">Login with Amber</string>
|
||
|
||
<string name="status_update">Update your status</string>
|
||
|
||
<string name="lightning_wallets_not_found">Error parsing error message</string>
|
||
<string name="poll_zap_value_min_max_explainer">Votes are weighted by the zap amount. You can set a minimum amount to avoid spammers and a maximum amount to avoid a large zappers taking over the poll. Use the same amount in both fields to make sure every vote is valued the same amount. Leave it empty to accept any amount.</string>
|
||
|
||
<string name="error_dialog_zap_error">Unable to send zap</string>
|
||
<string name="error_dialog_talk_to_user">Message the User</string>
|
||
<string name="error_dialog_talk_to_user_name">Message %1$s</string>
|
||
<string name="error_dialog_button_ok">OK</string>
|
||
|
||
<string name="relay_information_document_error_assemble_url">Failed to reach %1$s: %2$s</string>
|
||
|
||
<string name="relay_information_document_error_failed_to_assemble_url">Failed to assemble NIP-11 url for %1$s: %2$s</string>
|
||
<string name="relay_information_document_error_failed_to_reach_server">Failed to reach %1$s: %2$s</string>
|
||
<string name="relay_information_document_error_failed_to_parse_response">Failed to parse response from %1$s: %2$s</string>
|
||
<string name="relay_information_document_error_failed_with_http">Relay declined request %1$s: %2$s</string>
|
||
|
||
<string name="relay_information_document_error_reach_server">Failed to reach %1$s: %2$s</string>
|
||
<string name="relay_information_document_error_parse_result">Failed to parse result from %1$s: %2$s</string>
|
||
<string name="relay_information_document_error_http_status">%1$s failed with code %2$s</string>
|
||
<string name="active_for">Active for: </string>
|
||
|
||
<string name="active_for_home">Home</string>
|
||
<string name="active_for_msg">DMs</string>
|
||
<string name="active_for_chats">Chats</string>
|
||
<string name="active_for_global">Global</string>
|
||
<string name="active_for_search">Search</string>
|
||
|
||
<string name="zap_split_title">Split and Forward Zaps</string>
|
||
<string name="zap_split_explainer">Supporting clients will split and forward zaps to the users added here instead of yours</string>
|
||
<string name="zap_split_search_and_add_user">Search and Add User</string>
|
||
<string name="zap_split_search_and_add_user_placeholder">Username or display name</string>
|
||
<string name="missing_lud16">Missing lightning setup</string>
|
||
<string name="user_x_does_not_have_a_lightning_address_setup_to_receive_sats">User %1$s does not have a lightning address set up to receive sats</string>
|
||
<string name="zap_split_weight">Percentage</string>
|
||
<string name="zap_split_weight_placeholder">25</string>
|
||
<string name="splitting_zaps_with">Splitting zaps with</string>
|
||
<string name="forwarding_zaps_to">Forwarding zaps to</string>
|
||
|
||
<string name="lightning_wallets_not_found2">Lightning wallets not found</string>
|
||
<string name="paid">Paid</string>
|
||
<string name="wallet_number">Wallet %1$s</string>
|
||
<string name="error_opening_external_signer">Error opening signer app</string>
|
||
<string name="error_opening_external_signer_description">The signer app could not be found. Check if the app hasn\'t been uninstalled</string>
|
||
<string name="sign_request_rejected2">Sign request rejected</string>
|
||
<string name="sign_request_rejected">Signer Application Rejected</string>
|
||
<string name="sign_request_rejected_description">Make sure the signer application has authorized this transaction</string>
|
||
|
||
<string name="no_wallet_found_with_error">No Wallets found to pay a lightning invoice (Error: %1$s). Please install a Lightning wallet to use zaps</string>
|
||
<string name="no_wallet_found">No Wallets found to pay a lightning invoice. Please install a Lightning wallet to use zaps</string>
|
||
|
||
<string name="no_blossom_apps_found_title">Can\'t open Blossom links</string>
|
||
<string name="no_blossom_apps_found_description">Blossom apps were not found. Please install a local Blossom app to see this file</string>
|
||
|
||
<string name="hidden_words">Hidden Words</string>
|
||
<string name="hide_new_word_label">Hide new word or sentence</string>
|
||
<string name="automatically_show_profile_picture">Profile Picture</string>
|
||
<string name="automatically_show_profile_picture_description">Show Profile pictures</string>
|
||
|
||
<string name="select_an_option">Select an Option</string>
|
||
|
||
<string name="error_dialog_pay_invoice_error">Could not pay invoice</string>
|
||
<string name="error_dialog_pay_withdraw_error">Could not withdraw</string>
|
||
|
||
<string name="error_parsing_nip47_title">Could not setup Wallet Connect</string>
|
||
<string name="error_parsing_nip47">Error parsing NIP-47 connection string. Check if this is correct with your Wallet provider: %1$s. Error: %2$s</string>
|
||
<string name="error_parsing_nip47_no_error">Error parsing NIP-47 connection string. Check if this is correct with your Wallet provider: %1$s.</string>
|
||
|
||
<string name="cashu_failed_redemption">Could not redeem Cashu</string>
|
||
<string name="cashu_failed_redemption_explainer_error_msg">Mint provided the following error message: %1$s</string>
|
||
<string name="cashu_failed_redemption_explainer_already_spent">Cashu tokens already spent.</string>
|
||
|
||
<string name="cashu_successful_redemption">Cashu Received</string>
|
||
<string name="cashu_successful_redemption_explainer">%1$s sats were sent to your wallet. (Fees: %2$s sats)</string>
|
||
<string name="cashu_no_wallet_found">No compatible Cashu wallet found on system</string>
|
||
|
||
<string name="error_unable_to_fetch_invoice">Unable to fetch invoice from receiver\'s servers</string>
|
||
|
||
<string name="wallet_connect_pay_invoice_error_error">Your wallet connect provider returned the following error: %1$s</string>
|
||
|
||
<string name="could_not_connect_to_tor">Could not connect to Tor</string>
|
||
<string name="tor_connection_failed_title">Tor isn\'t connecting</string>
|
||
<string name="tor_connection_failed_body">Amethyst couldn\'t finish bootstrapping Tor. Use a regular (non-Tor) connection so the feed can load? We\'ll remember this choice for the next hour and re-try Tor after that.</string>
|
||
<string name="tor_continue_without_for_session">Use regular connection</string>
|
||
<string name="tor_keep_waiting">Keep waiting</string>
|
||
<string name="unable_to_download_relay_document">Download relay document unavailable</string>
|
||
<string name="could_not_assemble_lnurl_from_lightning_address_check_the_user_s_setup">Could not assemble LNUrl from Lightning Address \"%1$s\". Check the user\'s setup</string>
|
||
<string name="the_receiver_s_lightning_service_at_is_not_available_it_was_calculated_from_the_lightning_address_error_check_if_the_server_is_up_and_if_the_lightning_address_is_correct">The receiver\'s lightning service at %1$s is not available. It was calculated from the lightning address \"%2$s\". Error: %3$s. Check if the server is up and if the lightning address is correct</string>
|
||
<string name="could_not_resolve_check_if_you_are_connected_if_the_server_is_up_and_if_the_lightning_address_is_correct">Could not resolve %1$s. Check if you are connected, if the server is up and if the lightning address %2$s is correct</string>
|
||
<string name="could_not_resolve_check_if_you_are_connected_if_the_server_is_up_and_if_the_lightning_address_is_correct_exception">Could not resolve %1$s. Check if you are connected, if the server is up and if the lightning address %2$s is correct.\n\nException was: %3$s</string>
|
||
<string name="could_not_fetch_invoice_from">Could not fetch invoice from %1$s</string>
|
||
<string name="could_not_fetch_invoice_from_details">Could not fetch invoice from %1$s: %2$s</string>
|
||
<string name="error_parsing_json_from_lightning_address_check_the_user_s_lightning_setup">Error Parsing JSON from Lightning Address. Check the user\'s lightning setup</string>
|
||
<string name="error_parsing_json_from_lightning_address_check_the_user_s_lightning_setup_with_user">Error Parsing JSON from %1$s. Check the user\'s lightning setup</string>
|
||
|
||
<string name="callback_url_not_found_in_the_user_s_lightning_address_server_configuration">Callback URL not found in the User\'s lightning address server configuration</string>
|
||
<string name="callback_url_not_found_in_the_user_s_lightning_address_server_configuration_with_user">Callback URL not found from %1$s\'s response</string>
|
||
|
||
<string name="error_parsing_json_from_lightning_address_s_invoice_fetch_check_the_user_s_lightning_setup">Error Parsing JSON from Lightning Address\'s invoice fetch. Check the user\'s lightning setup</string>
|
||
<string name="error_parsing_json_from_lightning_address_s_invoice_fetch_check_the_user_s_lightning_setup_with_user">Error Parsing JSON from %1$s\'s invoice fetch. Check the user\'s lightning setup</string>
|
||
|
||
<string name="incorrect_invoice_amount_sats_from_it_should_have_been">Incorrect invoice amount (%1$s sats) from %2$s. It should have been %3$s</string>
|
||
<string name="unable_to_create_a_lightning_invoice_before_sending_the_zap_the_receiver_s_lightning_wallet_sent_the_following_error">Unable to create a lightning invoice before sending the zap. The receiver\'s lightning wallet sent the following error: %1$s</string>
|
||
<string name="unable_to_create_a_lightning_invoice_before_sending_the_zap_the_receiver_s_lightning_wallet_sent_the_following_error_with_user">Unable to create a lightning invoice. Message from %1$s: %2$s</string>
|
||
|
||
<string name="unable_to_create_a_lightning_invoice_before_sending_the_zap_element_pr_not_found_in_the_resulting_json">Unable to create a lightning invoice before sending the zap. Element pr not found in the resulting JSON.</string>
|
||
<string name="unable_to_create_a_lightning_invoice_before_sending_the_zap_element_pr_not_found_in_the_resulting_json_with_user">Unable to create a lightning invoice from %1$s: Element pr not found in the resulting JSON.</string>
|
||
|
||
|
||
<string name="read_only_user">Read-only user</string>
|
||
<string name="no_reactions_setup">No reactions setup</string>
|
||
|
||
<string name="select_push_server">Select a UnifiedPush App</string>
|
||
<string name="push_server_title">Push Notification</string>
|
||
<string name="push_server_explainer">From installed UnifiedPush apps</string>
|
||
<string name="push_server_none">None</string>
|
||
<string name="push_server_none_explainer">Disables Push Notifications</string>
|
||
<string name="push_server_uses_app_explainer">Uses app %1$s</string>
|
||
|
||
<string name="push_server_install_app">Push Notification Setup</string>
|
||
<string name="push_server_install_app_description">
|
||
To receive push notifications, install any app that supports [Unified Push](https://unifiedpush.org/), such as [Ntfy](https://ntfy.sh/).
|
||
After installing, select the app you want to use in the Settings.
|
||
</string>
|
||
|
||
<string name="payment_required_title">Message from %1$s</string>
|
||
<string name="thread_title">Thread</string>
|
||
<string name="send_the_seller_a_message">Send the seller a message</string>
|
||
<string name="hi_seller_is_this_still_available">Hi %1$s, is this still available?</string>
|
||
<string name="hi_there_is_this_still_available">Hi there, is this still available?</string>
|
||
|
||
<string name="classifieds">Sell an Item</string>
|
||
|
||
<string name="classifieds_title">Title</string>
|
||
<string name="classifieds_title_placeholder">iPhone 13</string>
|
||
<string name="classifieds_condition">Condition</string>
|
||
<string name="classifieds_category">Category</string>
|
||
<string name="classifieds_price">Price (in Sats)</string>
|
||
<string name="classifieds_price_placeholder">1000</string>
|
||
<string name="classifieds_location">Location</string>
|
||
<string name="classifieds_location_placeholder">City, State, Country</string>
|
||
|
||
<string name="classifieds_condition_new">New</string>
|
||
<string name="classifieds_condition_new_explainer">It\'s a brand new unit, in the original box</string>
|
||
|
||
<string name="classifieds_condition_like_new">Like New</string>
|
||
<string name="classifieds_condition_like_new_explainer">It\'s used, but there are no signs of usage</string>
|
||
|
||
<string name="classifieds_condition_good">Good</string>
|
||
<string name="classifieds_condition_good_explainer">It has some superficial usage marks</string>
|
||
|
||
<string name="classifieds_condition_fair">Fair</string>
|
||
<string name="classifieds_condition_fair_explainer">It is still in acceptable and functional shape</string>
|
||
|
||
<string name="classifieds_category_clothing">Clothing</string>
|
||
<string name="classifieds_category_accessories">Accessories</string>
|
||
<string name="classifieds_category_electronics">Electronics</string>
|
||
<string name="classifieds_category_furniture">Furniture</string>
|
||
<string name="classifieds_category_collectibles">Collectibles</string>
|
||
<string name="classifieds_category_books">Books</string>
|
||
<string name="classifieds_category_pets">Pets</string>
|
||
<string name="classifieds_category_sports">Sports</string>
|
||
<string name="classifieds_category_fitness">Fitness</string>
|
||
<string name="classifieds_category_art">Art</string>
|
||
<string name="classifieds_category_crafts">Crafts</string>
|
||
<string name="classifieds_category_home">Home</string>
|
||
<string name="classifieds_category_office">Office</string>
|
||
<string name="classifieds_category_food">Food</string>
|
||
<string name="classifieds_category_misc">Miscellaneous</string>
|
||
<string name="classifieds_category_other">Other</string>
|
||
|
||
<string name="failed_to_upload_media_no_details">Failed to upload media</string>
|
||
<string name="could_not_open_the_compressed_file">Could not open the compressed file</string>
|
||
<string name="error_when_compressing_media">Error when compressing media: %1$s</string>
|
||
<string name="failed_to_upload_media">Uploading error: %1$s</string>
|
||
<string name="server_did_not_provide_a_url_after_uploading">Server did not provide a URL after uploading</string>
|
||
<string name="could_not_download_from_the_server">Could not download uploaded media from the server</string>
|
||
<string name="could_not_check_downloaded_file">Could not check downloaded file after upload: %1$s</string>
|
||
<string name="could_not_prepare_local_file_to_upload">Could not prepare local file to upload: %1$s</string>
|
||
<string name="failed_to_upload_to_server_with_message">Failed to upload to %1$s: %2$s</string>
|
||
<string name="failed_to_upload_with_message">Failed to upload: %1$s</string>
|
||
<string name="failed_to_delete_with_message">Failed to delete: %1$s</string>
|
||
<string name="media_too_big_for_nip95">Media is too big for NIP-95</string>
|
||
<string name="unable_to_load_thumbnail">Unable to load thumbnail</string>
|
||
|
||
<string name="could_not_prepare_header">Could not prepare header information: %1$s</string>
|
||
<string name="compression_cancelled">Compression Cancelled</string>
|
||
<string name="compression_returned_null">Compression failed to return a file</string>
|
||
|
||
<string name="encrypt_files_label">Encrypt files</string>
|
||
<string name="encrypt_files_description">Encrypt files before uploading for privacy. Some servers may not accept encrypted files on free accounts.</string>
|
||
<string name="failed_to_upload_encrypted_media_title">Encrypted upload failed</string>
|
||
<string name="failed_to_upload_encrypted_media_message">Many servers do not accept encrypted files on free accounts. You can retry without encryption.</string>
|
||
<string name="retry_without_encryption">Retry without encryption</string>
|
||
<string name="upload_without_encryption_warning">Warning: Without encryption, anyone with the file link can see the content.</string>
|
||
|
||
<string name="media_compression_quality_label">Media Quality</string>
|
||
<string name="media_compression_quality_explainer">Select Low quality to compress your media to a smaller file with less quality, High quality to compress to a larger file with higher quality or Uncompressed to upload the media without compression.</string>
|
||
<string name="media_compression_quality_low">Low</string>
|
||
<string name="media_compression_quality_medium">Medium</string>
|
||
<string name="media_compression_quality_high">High</string>
|
||
<string name="media_compression_quality_uncompressed">Uncompressed</string>
|
||
<string name="video_codec_h265_label">Use H.265/HEVC Codec</string>
|
||
<string name="video_codec_h265_description">Better quality at smaller file sizes but not all devices support H.265 playback.</string>
|
||
<string name="convert_gif_to_mp4_label">Convert GIF to MP4</string>
|
||
<string name="convert_gif_to_mp4_description">Converts animated GIF to MP4 video for smaller file size and better playback compatibility.</string>
|
||
<string name="strip_metadata_label">Remove private metadata</string>
|
||
<string name="strip_metadata_description">Attempts to strip private metadata from supported media files before uploading</string>
|
||
|
||
<string name="metadata_strip_failed_title">Metadata could not be removed</string>
|
||
<string name="metadata_strip_failed_body">This file format does not support metadata stripping. Private information such as location and device info may be included. Upload anyway?</string>
|
||
<string name="metadata_strip_failed_upload">Upload anyway</string>
|
||
<string name="metadata_strip_failed_upload_cancelled">Failed to strip private metadata from media. Upload cancelled.</string>
|
||
<string name="upload_cancelled">Upload cancelled</string>
|
||
|
||
<string name="edit_draft">Edit draft</string>
|
||
|
||
<string name="login_with_qr_code">Login with QR Code</string>
|
||
<string name="route">Route</string>
|
||
<string name="route_home">Home</string>
|
||
<string name="route_search">Search</string>
|
||
<string name="route_discover">Discover</string>
|
||
<string name="route_messages">Messages</string>
|
||
<string name="route_notifications">Notifications</string>
|
||
<string name="route_global">Global</string>
|
||
<string name="route_video">Shorts</string>
|
||
<string name="route_pictures">Pictures</string>
|
||
<string name="route_chess">Chess</string>
|
||
<string name="wallet">Wallet</string>
|
||
<string name="wallet_balance">Balance</string>
|
||
<string name="wallet_send">Send</string>
|
||
<string name="wallet_receive">Receive</string>
|
||
<string name="wallet_transactions">Transactions</string>
|
||
<string name="wallet_no_connection">No wallet connected</string>
|
||
<string name="wallet_no_connection_description">Set up a Nostr Wallet Connect (NWC) connection in your zap settings to use the wallet.</string>
|
||
<string name="wallet_setup">Set Up Wallet</string>
|
||
<string name="wallet_sats">sats</string>
|
||
<string name="wallet_paste_invoice">Paste a BOLT-11 invoice</string>
|
||
<string name="wallet_pay">Pay</string>
|
||
<string name="wallet_payment_success">Payment successful</string>
|
||
<string name="wallet_payment_sending">Sending payment…</string>
|
||
<string name="wallet_amount_sats">Amount (sats)</string>
|
||
<string name="wallet_description">Description (optional)</string>
|
||
<string name="wallet_create_invoice">Create Invoice</string>
|
||
<string name="wallet_creating_invoice">Creating invoice…</string>
|
||
<string name="wallet_copy_invoice">Copy Invoice</string>
|
||
<string name="wallet_no_transactions">No transactions yet</string>
|
||
<string name="wallet_loading">Loading…</string>
|
||
<string name="wallet_incoming">Received</string>
|
||
<string name="wallet_outgoing">Sent</string>
|
||
<string name="wallet_refresh">Refresh</string>
|
||
<string name="wallet_filter_all">All</string>
|
||
<string name="wallet_filter_zaps">Zaps</string>
|
||
<string name="wallet_filter_non_zaps">Non-Zaps</string>
|
||
<string name="wallet_add">Add Wallet</string>
|
||
<string name="wallet_default">Default</string>
|
||
<string name="wallet_set_default">Set as Default</string>
|
||
<string name="wallet_remove">Remove</string>
|
||
<string name="wallet_remove_confirm">Remove this wallet?</string>
|
||
<string name="wallet_remove_confirm_description">This will remove the wallet connection. You can always add it back later.</string>
|
||
<string name="wallet_name">Wallet Name</string>
|
||
<string name="wallet_name_hint">My Wallet</string>
|
||
<string name="wallet_your_wallets">Your Wallets</string>
|
||
<string name="wallet_manage">Manage Wallets</string>
|
||
<string name="wallet_no_wallets">No wallets connected</string>
|
||
<string name="wallet_no_wallets_description">Connect one or more NWC wallets to send and receive payments.</string>
|
||
<string name="wallet_add_connection">Add NWC Connection</string>
|
||
<string name="wallet_paste_uri">Paste nostr+walletconnect:// URI</string>
|
||
<string name="wallet_save">Save</string>
|
||
<string name="wallet_rename">Rename</string>
|
||
<string name="wallet_rename_title">Rename Wallet</string>
|
||
<string name="wallet_edit">Edit</string>
|
||
<string name="wallet_invalid_uri">Invalid NWC connection URI</string>
|
||
<string name="wallet_move_up">Move Up</string>
|
||
<string name="wallet_move_down">Move Down</string>
|
||
<string name="route_security_filters">Security Filters</string>
|
||
<string name="route_import_follows">Import Follows</string>
|
||
|
||
<string name="new_post">New Post</string>
|
||
<string name="new_short">New Shorts: images or videos</string>
|
||
<string name="new_community_note">New Community Note</string>
|
||
<string name="new_product">New Product</string>
|
||
<string name="new_exclusive_geo_note">New Geo-Exclusive Post</string>
|
||
<string name="new_long_form_post">New Article</string>
|
||
<string name="new_poll">New Poll</string>
|
||
<string name="new_zap_poll">New Zap Poll</string>
|
||
<string name="new_regular_poll">New Regular Poll</string>
|
||
<string name="new_picture">New Picture</string>
|
||
<string name="new_short_video">New Short Video</string>
|
||
<string name="new_long_video">New Long Video</string>
|
||
|
||
<string name="article_title">Title</string>
|
||
<string name="article_summary">Summary (optional)</string>
|
||
<string name="article_cover_image_url">Cover image URL (optional)</string>
|
||
<string name="write_your_article_in_markdown">Write your article in markdown…</string>
|
||
<string name="markdown_preview">Preview</string>
|
||
<string name="markdown_edit">Edit</string>
|
||
<string name="add_header_image">Add a header image</string>
|
||
<string name="your_article_title">Your article title\u2026</string>
|
||
<string name="article_description_placeholder">A brief description of your article\u2026</string>
|
||
<string name="url_slug">URL Slug</string>
|
||
<string name="url_slug_placeholder">article-url-slug</string>
|
||
<string name="tags_label"># Tags</string>
|
||
<string name="add_a_tag">Add a tag\u2026</string>
|
||
<string name="start_writing_article">Start writing your article\u2026</string>
|
||
|
||
<string name="open_all_reactions_to_this_post">Open all reactions to this post</string>
|
||
<string name="close_all_reactions_to_this_post">Close all reactions to this post</string>
|
||
|
||
<string name="reply_description">Reply</string>
|
||
<string name="jump_to_parent_reply">Jump to the note this reply is replying to</string>
|
||
<string name="boost_or_quote_description">Boost Or Quote</string>
|
||
<string name="like_description">Like</string>
|
||
<string name="zap_description">Zap</string>
|
||
|
||
<string name="change_reaction">Change Quick Reactions</string>
|
||
|
||
<string name="bottom_bar_settings">Bottom Navigation Bar</string>
|
||
<string name="bottom_bar_settings_description">Drag to reorder. Toggle to add or remove an item from the bottom bar. With zero items the bottom bar is hidden.</string>
|
||
<string name="bottom_bar_settings_available">Available</string>
|
||
<string name="bottom_bar_settings_reorder">Reorder</string>
|
||
<string name="bottom_bar_settings_restore_default">Restore Default</string>
|
||
<string name="home_tabs_settings">Home Tabs</string>
|
||
<string name="home_tabs_settings_description">Pick which tabs appear on the Home screen. When only one tab is active the tab bar is hidden.</string>
|
||
<string name="home_tab_everything">Everything</string>
|
||
<string name="reactions_settings">Reaction Row</string>
|
||
<string name="reactions_settings_description">Configure which reaction buttons are shown, their order, and whether to display counters.</string>
|
||
<string name="reactions_settings_enabled">Enabled</string>
|
||
<string name="reactions_settings_show_counter">Show Count</string>
|
||
<string name="reactions_settings_reorder">Reorder</string>
|
||
<string name="reactions_settings_reply">Reply</string>
|
||
<string name="reactions_settings_reply_description">Reply to this note</string>
|
||
<string name="reactions_settings_boost">Boost</string>
|
||
<string name="reactions_settings_boost_description">Repost or quote this note</string>
|
||
<string name="reactions_settings_like">Like</string>
|
||
<string name="reactions_settings_like_description">React to this note with an emoji</string>
|
||
<string name="reactions_settings_zap">Zap</string>
|
||
<string name="reactions_settings_zap_description">Send a lightning payment to the author</string>
|
||
<string name="reactions_settings_share">Share</string>
|
||
<string name="reactions_settings_share_description">Share this note externally</string>
|
||
<string name="reactions_settings_pay">Pay</string>
|
||
<string name="reactions_settings_pay_description">Send a payment to the author via their payment targets</string>
|
||
|
||
<string name="video_player_settings">Video Player Buttons</string>
|
||
<string name="video_player_settings_description">Choose which buttons appear on the video player and which live in the overflow menu. Drag to reorder.</string>
|
||
<string name="video_player_settings_reorder">Reorder</string>
|
||
<string name="video_player_settings_location_top_bar">Top Bar</string>
|
||
<string name="video_player_settings_location_overflow">Overflow Menu</string>
|
||
<string name="video_player_settings_action_fullscreen">Fullscreen</string>
|
||
<string name="video_player_settings_action_fullscreen_description">Open the video in a fullscreen zoom view</string>
|
||
<string name="video_player_settings_action_mute">Mute</string>
|
||
<string name="video_player_settings_action_mute_description">Toggle audio on or off</string>
|
||
<string name="video_player_settings_action_quality">Video Quality</string>
|
||
<string name="video_player_settings_action_quality_description">Pick a resolution for HLS videos (hidden on non-HLS videos)</string>
|
||
<string name="video_player_settings_action_share">Share or Save</string>
|
||
<string name="video_player_settings_action_share_description">Share the video link externally</string>
|
||
<string name="video_player_settings_action_download">Save to Phone</string>
|
||
<string name="video_player_settings_action_download_description">Download the video to your device (hidden on live streams)</string>
|
||
<string name="video_player_settings_action_pip">Picture-in-Picture</string>
|
||
<string name="video_player_settings_action_pip_description">Play the video in a floating window (hidden if unsupported)</string>
|
||
|
||
<string name="profile_image_of_user">Profile Picture of %1$s</string>
|
||
<string name="relay_info">Relay %1$s</string>
|
||
<string name="expand_relay_list">Expand relay list</string>
|
||
<string name="note_options">Note options</string>
|
||
<string name="relay_list_selector">Relay list selector</string>
|
||
<string name="poll">Poll</string>
|
||
<string name="disable_poll">Disable Poll</string>
|
||
|
||
<string name="add_bitcoin_invoice">Bitcoin Invoice</string>
|
||
<string name="cancel_bitcoin_invoice">Cancel Bitcoin Invoice</string>
|
||
<string name="cancel_classifieds">Cancel Sell an Item</string>
|
||
|
||
<string name="add_zapraiser">Zapraiser</string>
|
||
<string name="cancel_zapraiser">Cancel Zapraiser</string>
|
||
|
||
<string name="add_location">Location</string>
|
||
<string name="remove_location">Remove Location</string>
|
||
|
||
<string name="add_zap_split">Zap splits</string>
|
||
<string name="cancel_zap_split">Cancel Zap split</string>
|
||
|
||
<string name="add_content_warning">Add content warning</string>
|
||
<string name="remove_content_warning">Remove content warning</string>
|
||
|
||
<string name="add_expiration_date">Add expiration date</string>
|
||
<string name="remove_expiration_date">Remove expiration date</string>
|
||
<string name="expiration_date_label">Expiration Date</string>
|
||
<string name="expiration_date_explainer">Post will be hidden by clients after this date (NIP-40)</string>
|
||
<string name="expiration_date_select">Select expiration date and time</string>
|
||
<string name="expiration_expires_in">Expires in %1$s</string>
|
||
<string name="expiration_time">Expiration Time</string>
|
||
<string name="show_npub_as_a_qr_code">Show npub as a QR code</string>
|
||
<string name="show_nprofile_as_a_qr_code">Show nprofile as a QR code</string>
|
||
|
||
<string name="invalid_nip19_uri">Invalid address</string>
|
||
<string name="invalid_nip19_uri_description">Amethyst received a URI to open but that uri was invalid: %1$s</string>
|
||
|
||
<string name="dm_relays_title">DM Inbox Relays</string>
|
||
<string name="dm_relays_through">Relays: %1$s</string>
|
||
<string name="dm_relays_regular">Using Regular Relays</string>
|
||
<string name="dm_relays_not_found">Set up your Private Inbox relays</string>
|
||
<string name="dm_relays_not_found_description">This setting lets everybody know which relays to use when sending messages to you. Without them you might miss some messages.</string>
|
||
<string name="dm_relays_not_found_examples">Good options are:\n - inbox.nostr.wine (paid)\n - auth.nostr1.com (free)\n - you.nostr1.com (personal relays - paid)</string>
|
||
<string name="dm_relays_not_found_examples2">Good options are:\n - auth.nostr1.com (free)\n - inbox.nostr.wine (paid)\n - relay.0xchat.com (free)</string>
|
||
<string name="dm_relays_not_found_editing">Insert between 1–3 relays to serve as your private inbox. DM Inbox relays should accept any message from anyone, but only allow you to download them.</string>
|
||
<string name="dm_relays_not_found_create_now">Set up now</string>
|
||
<string name="recipient_missing_dm_relays">DM inbox relays not found. Messages cannot be delivered until they configure their relay list.</string>
|
||
|
||
<string name="search_relays_title">Search Relays</string>
|
||
<string name="search_relays_not_found">Set up your Search relays</string>
|
||
<string name="search_relays_not_found_description">Creating a relay list specifically designed for search and user tagging will improve these results.</string>
|
||
<string name="search_relays_not_found_editing">Insert between 1–3 relays to use when searching for content or tagging users. Make sure your chosen relays implement NIP-50</string>
|
||
<string name="search_relays_not_found_examples">Good options are:\n - nostr.wine\n - relay.nostr.band\n - relay.noswhere.com</string>
|
||
|
||
<string name="outbox_relays_title">Outbox Relays</string>
|
||
<string name="outbox_relays_not_found">Set up your Public Outbox relays to post</string>
|
||
<string name="outbox_relays_not_found_description">Creating a relay list specifically designed to receive your content is crucial for your Nostr experience and the only way your followers can find you. </string>
|
||
<string name="outbox_relays_not_found_editing">Insert between 1–3 relays that receive your posts. Make sure they don\'t require payment if you are not paying to insert</string>
|
||
<string name="outbox_relays_not_found_examples">Good options are:\n - nos.lol\n - nostr.mom\n - nostr.bitcoiner.social</string>
|
||
|
||
<string name="inbox_relays_title">Inbox Relays</string>
|
||
<string name="inbox_relays_not_found">Set up your Public Inbox relays to receive notifications</string>
|
||
<string name="inbox_relays_not_found_description">Creating a relay list specifically designed to receive notifications is crucial for your Nostr experience. </string>
|
||
<string name="inbox_relays_not_found_editing">Insert between 1–3 relays that receive notifications for you. Make sure they don\'t require payment or web of trust from the sender otherwise you will only receive notifications from payers or long-term users</string>
|
||
<string name="inbox_relays_not_found_examples">Good options are:\n - nos.lol\n - nostr.mom\n - nostr.bitcoiner.social</string>
|
||
|
||
<string name="dm_upload">DM Upload</string>
|
||
<string name="relay_settings">Relay Settings</string>
|
||
<string name="relay_reorder">Reorder relay</string>
|
||
<string name="public_home_section">Public Outbox/Home Relays</string>
|
||
<string name="public_home_section_explainer_profile">User is posting his content to these relays</string>
|
||
<string name="public_home_section_explainer">This relay type stores all your content. Amethyst will send your posts here and others will use these relays to find your content. Insert between 1–3 relays. They can be personal relays, paid relays or public relays.</string>
|
||
<string name="public_notif_section">Public Inbox Relays</string>
|
||
<string name="public_notif_section_explainer_profile">User is receiving notifications on these relays</string>
|
||
<string name="public_notif_section_explainer">This relay type receives all replies, comments, likes and zaps to your posts. They can be paid or free relays. Limits set by the relay operator can limit the notifications you receive for the good and for the bad. For example, if you are being attacked by comment spam, paid relays can filter the spam out. Insert between 1–3 relays.</string>
|
||
<string name="private_inbox_section">DM Inbox Relays</string>
|
||
<string name="private_inbox_section_explainer_profile">User receives DMs on these relays</string>
|
||
<string name="private_inbox_section_explainer">Insert between 1–3 relays to serve as your private inbox. Others will use these relays to send DMs to you. DM Inbox relays should accept any message from anyone, but only allow you to download them. Good options are:\n - inbox.nostr.wine (paid)\n - auth.nostr1.com (free)\n - you.nostr1.com (personal relays - paid)</string>
|
||
<string name="keypackages">KeyPackages</string>
|
||
<string name="keypackage_section">KeyPackage Relays</string>
|
||
<string name="keypackage_section_explainer">Relays where your MLS KeyPackages are published (MIP-00). Other users fetch these KeyPackages to invite you into Marmot group chats. Insert between 1–3 relays that accept KeyPackage events from you and allow public reads.</string>
|
||
<string name="private_outbox_section">Private Home Relays</string>
|
||
<string name="private_outbox_section_explainer">Insert between 1–3 relays to store events no one else can see, like your Drafts and/or app settings. Ideally, these relays are either local or require authentication before downloading each user\'s content.</string>
|
||
<string name="kind_3_section">General Relays</string>
|
||
<string name="kind_3_section_description">Amethyst uses these relays to download posts for you.</string>
|
||
|
||
|
||
<string name="connected_section">Connected Relays</string>
|
||
<string name="connected_section_description">Current list of relays being used</string>
|
||
|
||
<string name="kind_3_recommended_section">Recommended Relays</string>
|
||
<string name="kind_3_recommended_section_description">Add the following relays to your General Relays list in order to receive posts from the listed users.</string>
|
||
<string name="search_section">Search Relays</string>
|
||
<string name="search_section_explainer">List of relays to use when searching content or users. Tagging and search will not work if no options are available. Make sure they implement NIP-50.</string>
|
||
<string name="local_section">Local Relays</string>
|
||
<string name="local_section_explainer">List of relays that are running in this device.</string>
|
||
<string name="send_kind0_to_local_relay_title">Forward profiles to local relay</string>
|
||
<string name="send_kind0_to_local_relay_description">Send all received profile (kind 0) events to your local relay</string>
|
||
|
||
<string name="trusted_relays_title">Trusted Relays</string>
|
||
<string name="trusted_section">Trusted Relays</string>
|
||
<string name="trusted_section_explainer">Relays you trust to not need a Tor connection for</string>
|
||
|
||
<string name="favorite_relays_title">Favorite Relay Feeds</string>
|
||
<string name="favorite_section">Favorite Relay Feeds</string>
|
||
<string name="favorite_section_explainer">Relays you frequently go to see their Global feed</string>
|
||
|
||
<string name="proxy_relays_title">Proxy Relays</string>
|
||
<string name="proxy_section">Proxy Relays</string>
|
||
<string name="proxy_section_explainer">Aggregator relays the app must use to download your feeds from, like filter.nostr.wine. This replaces the outbox model and will make the app connect to only the relays in your lists.</string>
|
||
|
||
<string name="broadcast_relays_title">Broadcast Relays</string>
|
||
<string name="broadcast_section">Broadcast Relays</string>
|
||
<string name="broadcast_section_explainer">Relays that specialize in pushing your notes to all of the other relays, like sendit.nosflare.com. Amethyst will add this relay to all new events made by you</string>
|
||
|
||
<string name="indexer_relays_title">Indexer Relays</string>
|
||
<string name="indexer_section">Indexer Relays</string>
|
||
<string name="indexer_section_explainer">Relays that specialize in hosting everyone\'s metadata and relay lists, like purplepag.es. Amethyst will use these relays to find users that are not in your lists.</string>
|
||
|
||
<string name="blocked_relays_title">Blocked Relays</string>
|
||
<string name="blocked_section">Blocked Relays</string>
|
||
<string name="blocked_section_explainer">Amethyst will never connect to these relays</string>
|
||
|
||
<string name="export_relay_settings">Export relay settings</string>
|
||
<string name="export_as_text">Export as text</string>
|
||
<string name="export_as_zip">Export as ZIP (JSON)</string>
|
||
|
||
<string name="zap_the_devs_title">Zap the Devs!</string>
|
||
<string name="zap_the_devs_description">Your donation helps us make a difference. Every sat counts!</string>
|
||
<string name="donate_now">Donate Now</string>
|
||
<string name="brought_to_you_by">was brought to you by:</string>
|
||
<string name="this_version_brought_to_you_by">This version was brought to you by:</string>
|
||
<string name="version_name">Version %1$s</string>
|
||
<string name="thank_you">Thank you!</string>
|
||
<string name="max_limit">Max Limit</string>
|
||
<string name="restricted_writes">Restricted Writes</string>
|
||
<string name="forked_from">Forked from</string>
|
||
<string name="forked_tag">FORK</string>
|
||
<string name="git_repository">Git Repository: %1$s</string>
|
||
<string name="git_web_address">Web:</string>
|
||
<string name="git_clone_address">Clone:</string>
|
||
<string name="nsite_title">Static Website: %1$s</string>
|
||
<string name="nsite_root_site">Root Site</string>
|
||
<string name="nsite_source">Source:</string>
|
||
<string name="nsite_servers">Servers:</string>
|
||
<string name="existed_since">OTS: %1$s</string>
|
||
|
||
<string name="ots_info_title">Timestamp Proof</string>
|
||
<string name="ots_info_description">There\'s proof this post was signed sometime before %1$s. The proof was stamped in the Bitcoin blockchain at that date and time.</string>
|
||
|
||
<string name="edit_article">Edit Article</string>
|
||
<string name="edit_post">Edit Post</string>
|
||
<string name="proposal_to_edit">Proposal to improve a post</string>
|
||
<string name="message_to_author">Summary of changes</string>
|
||
<string name="message_to_author_placeholder">Quick fixes…</string>
|
||
|
||
<string name="accept_the_suggestion">Accept the Suggestion</string>
|
||
|
||
<string name="enter_picture_in_picture">Start video in a popup</string>
|
||
|
||
<string name="accessibility_download_for_offline">Download</string>
|
||
<string name="accessibility_lyrics_on">Lyrics on</string>
|
||
<string name="accessibility_lyrics_off">Lyrics off</string>
|
||
<string name="accessibility_turn_on_sealed_message">Sealed message off. Click to turn on sealed message</string>
|
||
<string name="accessibility_turn_off_sealed_message">Sealed message on. Click to turn off sealed message</string>
|
||
<string name="accessibility_send">Send</string>
|
||
<string name="accessibility_play_username">Play username as audio</string>
|
||
<string name="accessibility_pushpin">Pushpin</string>
|
||
<string name="accessibility_scan_qr_code">Scan QR code</string>
|
||
<string name="accessibility_navigate_to_alby">Navigate to the third-party wallet provider Alby</string>
|
||
<string name="accessibility_select_date">Select date</string>
|
||
<string name="it_s_not_possible_to_reply_to_a_draft_note">It\'s not possible to reply a draft note</string>
|
||
<string name="it_s_not_possible_to_quote_to_a_draft_note">It\'s not possible to quote a draft note</string>
|
||
<string name="it_s_not_possible_to_react_to_a_draft_note">It\'s not possible to react a draft note</string>
|
||
<string name="it_s_not_possible_to_zap_to_a_draft_note">It\'s not possible to zap a draft note</string>
|
||
<string name="draft_note">Draft Note</string>
|
||
|
||
<string name="load_from_text">From Msg</string>
|
||
|
||
<string name="dvm_looking_for_app">Looking for Application</string>
|
||
<string name="dvm_waiting_status">Job Requested, waiting for a reply</string>
|
||
<string name="dvm_requesting_job">Requesting Job from DVM</string>
|
||
<string name="nwc_payment_request">Payment request sent, waiting for confirmation from your wallet</string>
|
||
<string name="dvm_waiting_to_confirm_payment">Waiting for DVM to confirm payment or send results</string>
|
||
|
||
<string name="http_status_400">Bad Request - The server can’t or won’t process the request.</string>
|
||
<string name="http_status_401">Unauthorized - The user doesn’t have valid authentication credentials</string>
|
||
<string name="http_status_402">Payment Required - The server requires payment to complete the request</string>
|
||
<string name="http_status_403">Forbidden - The user doesn’t have access rights to make the request</string>
|
||
<string name="http_status_404">Not Found - The server can’t find the requested address</string>
|
||
<string name="http_status_405">Method Not Allowed - The server supports the request method, but not the target resource</string>
|
||
<string name="http_status_406">Not Acceptable - The server doesn’t find any content that satisfies the request.</string>
|
||
<string name="http_status_407">Proxy Authentication Required - The user doesn’t have valid authentication credentials</string>
|
||
<string name="http_status_408">Request Timeout - The server timed out waiting for somebody else</string>
|
||
<string name="http_status_409">Conflict - The server can’t fulfill the request because there’s a conflict with the resource</string>
|
||
<string name="http_status_410">Gone - The content requested has been permanently deleted from the server and will not be reinstated</string>
|
||
<string name="http_status_411">Length Required - The server rejects the request because it requires a defined</string>
|
||
<string name="http_status_412">Precondition Failed - The request\'s preconditions in the header fields that the server fails to meet</string>
|
||
<string name="http_status_413">Payload Too Large - The request is larger than the server’s defined limits, and the server refuses to process it</string>
|
||
<string name="http_status_414">URI Too Long - The url requested by the client is too long for the server to process. </string>
|
||
<string name="http_status_415">Unsupported Media Type - The request uses a media format the server does not support</string>
|
||
<string name="http_status_416">Range Not Satisfiable - The server can’t fulfill the value indicated in the request’s Range header field. </string>
|
||
<string name="http_status_417">Expectation Failed - The server can’t meet the requirements indicated by the Expect request header field</string>
|
||
<string name="http_status_426">Upgrade Required - The server refuses to process the request using the current protocol unless the client upgrades to a different protocol.</string>
|
||
|
||
<string name="http_status_500">Internal Server Error - The server has encountered an unexpected error and cannot complete the request</string>
|
||
<string name="http_status_501">Not Implemented - The server can’t fulfill the request or doesn’t recognize the request method</string>
|
||
<string name="http_status_502">Bad Gateway - The server acts as a gateway and got an invalid response from the host</string>
|
||
<string name="http_status_503">Service Unavailable - This often occurs when a server is overloaded or down for maintenance</string>
|
||
<string name="http_status_504">Gateway Timeout - The server was acting as a gateway or proxy and timed out, waiting for a response</string>
|
||
<string name="http_status_505">HTTP Version Not Supported - The server doesn’t support the HTTP version in the request</string>
|
||
<string name="http_status_506">Variant Also Negotiates - The server has an internal configuration error</string>
|
||
<string name="http_status_507">Insufficient Storage - The server doesn’t have enough storage to process the request successfully</string>
|
||
<string name="http_status_508">Loop Detected - The server detects an infinite loop while processing the request</string>
|
||
<string name="http_status_511">Network Authentication Required - The client must be authenticated to access the network</string>
|
||
|
||
<string name="media_servers_nip96_section">NIP-96 Servers</string>
|
||
<string name="media_servers_nip96_explainer">Add as many servers as you want. You can choose which one to use later when uploading your picture</string>
|
||
|
||
<string name="media_servers_blossom_section">Blossom Servers</string>
|
||
<string name="media_servers_blossom_explainer">Add as many servers as you want. You can choose which one to use later when uploading your picture</string>
|
||
|
||
<string name="add_a_nip96_server">Add a NIP-96 Server</string>
|
||
<string name="add_a_blossom_server">Add a Blossom Server</string>
|
||
<string name="delete_all">Delete all</string>
|
||
<string name="delete_all_drafts_confirmation">Are you sure you want to delete all drafts?</string>
|
||
<string name="and_more" translatable="false">" +%1$s"</string>
|
||
<string name="stack">Stack:</string>
|
||
|
||
<string name="torrent_file">Torrent File</string>
|
||
<string name="torrent_download">Download</string>
|
||
<string name="torrent_failure">Failed to open file</string>
|
||
<string name="torrent_no_apps">No torrent apps installed to open and download the file.</string>
|
||
<string name="torrent_no_info">Event doesn\'t have enough information to build a magnet link</string>
|
||
|
||
<string name="my_lists_and_sets">My Lists/Sets</string>
|
||
<string name="my_lists">My Lists</string>
|
||
<string name="people_list_label">Users</string>
|
||
<string name="select_list_to_filter">Select an option to filter the feed</string>
|
||
<string name="feed_group_feeds">Feeds</string>
|
||
<string name="feed_group_hashtags">Hashtags</string>
|
||
<string name="feed_group_interest_sets">Interest Sets</string>
|
||
<string name="feed_group_locations">Locations</string>
|
||
<string name="feed_group_communities">Communities</string>
|
||
<string name="feed_group_lists">Lists</string>
|
||
<string name="feed_group_dvms">Feed Algorithms</string>
|
||
<string name="follow_list_all_favorite_dvms">All favorite feed algorithms</string>
|
||
<string name="feed_group_relays">Relays</string>
|
||
|
||
<string name="add_dvm_to_favorites">Add feed algorithm to favorites</string>
|
||
<string name="remove_dvm_from_favorites">Remove from favorites</string>
|
||
<string name="favorite_dvms_title">Favorite Feed Algorithms</string>
|
||
<string name="favorite_dvms_explainer">Feed algorithms you starred here appear as filter chips on the Home feed. Open Discover to add more.</string>
|
||
<string name="favorite_dvms_empty">No favorite feed algorithms yet. Open Discover, tap one, and star it to add it here.</string>
|
||
<string name="dvm_home_status_requesting">Asking %1$s for a feed…</string>
|
||
<string name="dvm_home_status_requesting_all">Asking your favorite feed algorithms for feeds…</string>
|
||
<string name="dvm_home_status_processing">Processing your feed…</string>
|
||
<string name="dvm_home_status_payment_required">This feed algorithm requires payment</string>
|
||
<string name="dvm_home_status_error">The feed algorithm returned an error</string>
|
||
<string name="dvm_home_retry">Retry</string>
|
||
|
||
<string name="temporary_account">Log off on device lock</string>
|
||
<string name="private_message">Private Message</string>
|
||
<string name="public_message">Public Message</string>
|
||
|
||
<string name="group_relay">Chat Relay</string>
|
||
<string name="group_relay_explanation">The relay that all users of this chat connect to</string>
|
||
<string name="share_image">Share image…</string>
|
||
<string name="unable_to_share_image">Unable to share image, please try again later…</string>
|
||
<string name="share_video">Share video…</string>
|
||
<string name="unable_to_share_video">Unable to share video, please try again later…</string>
|
||
<string name="downloading_video_for_sharing">Downloading video…</string>
|
||
|
||
<string name="search_by_hashtag">Search hashtag: #%1$s</string>
|
||
|
||
<string name="search_scope_all">All</string>
|
||
<string name="search_scope_people">People</string>
|
||
<string name="search_scope_notes">Notes</string>
|
||
<string name="search_source_local">Local</string>
|
||
<string name="search_source_relays">Relays</string>
|
||
<string name="search_follows_only">Follows only</string>
|
||
<string name="search_sort_newest">Newest</string>
|
||
<string name="search_sort_oldest">Oldest</string>
|
||
<string name="search_sort_relevance">Relevance</string>
|
||
<string name="search_sort_popular">Popular</string>
|
||
<string name="search_filters_title">Filters</string>
|
||
<string name="search_filters_reset">Reset</string>
|
||
<string name="search_filters_section_source">Source</string>
|
||
<string name="search_filters_section_sort">Sort by</string>
|
||
<string name="search_filters_open">Filters</string>
|
||
|
||
<string name="dont_translate_from">Don\'t Translate From</string>
|
||
<string name="dont_translate_from_description">Languages shown here will not be translated. Select a language to remove it and have it translated again.</string>
|
||
<string name="translate_to">Translate To</string>
|
||
<string name="translate_to_description">Choose the language to translate content into.</string>
|
||
<string name="language_preferences">Language Display Preferences</string>
|
||
<string name="language_preferences_description">For each translated language pair, choose which language to show first.</string>
|
||
<string name="language_preference_pair">%1$s → %2$s</string>
|
||
<string name="search_languages">Search languages</string>
|
||
<string name="add_language">Add language</string>
|
||
<string name="add_language_pair">Add language pair</string>
|
||
<string name="source_language">Source language</string>
|
||
<string name="target_language">Target language</string>
|
||
<string name="show_first">Show %1$s first</string>
|
||
<string name="no_language_preferences">No language display preferences yet. These are created automatically when translations occur, or you can add them manually.</string>
|
||
<string name="delete_preference">Delete preference</string>
|
||
<string name="pause">Pause</string>
|
||
<string name="play">Play</string>
|
||
<string name="open_dropdown_menu">Open dropdown menu</string>
|
||
<string name="option_of">Option %1$s of %2$s</string>
|
||
<string name="feed_filter_selected">Feed filter, %1$s selected</string>
|
||
<string name="feed_filter_select_an_option">Feed filter, %1$s</string>
|
||
|
||
<string name="crashreport_found">Crash Report found</string>
|
||
<string name="would_you_like_to_send_the_recent_crash_report_to_amethyst_in_a_dm_no_personal_information_will_be_shared">Would you like to send the recent crash report to Amethyst in a DM? No personal information will be shared</string>
|
||
<string name="crashreport_found_send">Send it</string>
|
||
<string name="this_message_will_disappear_in">This message will disappear in %1$s</string>
|
||
<string name="this_message_will_disappear_in_days">This message will disappear in %1$d days</string>
|
||
<string name="select_signer">Select Signer</string>
|
||
|
||
<string name="in_the_list">Already in the list</string>
|
||
<string name="private_members">Private Members</string>
|
||
<string name="public_members">Public Members</string>
|
||
<string name="private_members_count">Private Members (%1$s)</string>
|
||
<string name="public_members_count">Public Members (%1$s)</string>
|
||
<string name="add_user_to_the_list">Add user to the list</string>
|
||
<string name="remove_user_from_the_list">Remove user from the list</string>
|
||
<string name="follow_list_item_label">Follow Pack</string>
|
||
<string name="members">Members</string>
|
||
|
||
<string name="people_list_title">Follow List Metadata</string>
|
||
<string name="people_list_explainer">Follow lists metadata can be seen by anyone on Nostr. Only your private members are encrypted.</string>
|
||
|
||
<string name="follow_pack_title">Follow Pack Metadata</string>
|
||
<string name="follow_pack_explainer">Follow pack metadata can be seen by anyone on Nostr and is frequently published in many websites as startup kits for new users.</string>
|
||
|
||
<string name="follow_pack_edit_list_metadata">Edit Follow Pack</string>
|
||
<string name="follow_pack_creation_name_label">Pack name</string>
|
||
<string name="follow_pack_copy_name_label">New Pack name</string>
|
||
<string name="follow_pack_creation_desc_label">Pack description</string>
|
||
<string name="follow_pack_copy_desc_label">New Pack description</string>
|
||
|
||
<string name="follow_set_broadcast">Broadcast List</string>
|
||
<string name="follow_pack_broadcast">Broadcast Pack</string>
|
||
|
||
<string name="follow_set_delete">Delete List</string>
|
||
<string name="follow_pack_delete">Delete Pack</string>
|
||
<string name="kinds">Kinds</string>
|
||
<string name="retry_failed">Retry failed</string>
|
||
<string name="tap_to_view_details">Tap to view details</string>
|
||
<string name="event_sent">%1$s sent</string>
|
||
<string name="broadcast_results">Broadcast Results</string>
|
||
<string name="broadcasts_number">Broadcasts (%1$d)</string>
|
||
<string name="collapse">Collapse</string>
|
||
<string name="expand">Expand</string>
|
||
<string name="retry_failed_number">Retry Failed (%1$d)</string>
|
||
<string name="more_broadcasts_number">+%1$d more broadcasts</string>
|
||
<string name="number_in_progress">" (%1$d in progress)"</string>
|
||
<string name="share_of_relays">%1$d/%2$d relays</string>
|
||
<string name="timeout">Timeout</string>
|
||
<string name="retrying">Retrying…</string>
|
||
<string name="retry">Retry</string>
|
||
<string name="view">View</string>
|
||
<string name="dismiss">Dismiss</string>
|
||
<string name="share_of">%1$d/%2$d</string>
|
||
<string name="broadcasting">Broadcasting</string>
|
||
<string name="broadcasting_name">Broadcasting %1$s</string>
|
||
<string name="broadcasting_number_events">Broadcasting %1$d events…</string>
|
||
<string name="sent_number_events">%1$d events sent</string>
|
||
|
||
<string name="bradcasting_result_partial">Some events failed</string>
|
||
<string name="bradcasting_result_success">All events succeeded</string>
|
||
<string name="bradcasting_result_failure">All events failed</string>
|
||
|
||
<string name="reaction">Reaction</string>
|
||
<string name="voice_post">Voice Post</string>
|
||
<string name="voice_reply">Voice Reply</string>
|
||
<string name="closing_time">Closing Time</string>
|
||
<string name="confirm">Confirm</string>
|
||
<string name="next">Next</string>
|
||
<string name="add_poll_option_button">Add poll option button</string>
|
||
|
||
<string name="go_back">Go Back</string>
|
||
<string name="approve">Approve</string>
|
||
<string name="connected">Connected</string>
|
||
<string name="social_proof">Social proof</string>
|
||
<string name="poll_submit">Submit</string>
|
||
<string name="poll_view_results">View results</string>
|
||
<string name="restart">Restart</string>
|
||
<string name="chess_accept">Accept</string>
|
||
<string name="chess_decline">Decline</string>
|
||
<string name="chess_new_game">New Game</string>
|
||
<string name="new_chess_game">New Chess Game</string>
|
||
<string name="chess_loading_game">Loading game\u2026</string>
|
||
<string name="chess_game_not_found">Game Not Found</string>
|
||
<string name="chess_game_waiting">This game may have ended or is waiting for opponent.</string>
|
||
<string name="chess_game_id">Game ID: %1$s\u2026</string>
|
||
<string name="badge_and_n_others"> and %1$d others</string>
|
||
<string name="remove_language">Remove %1$s</string>
|
||
|
||
<!-- Kind display names for relay subscription filter chips -->
|
||
<string name="kind_outbox_relays">Outbox Relays</string>
|
||
<string name="kind_apps">Apps</string>
|
||
<string name="kind_app_recommendations">App Recommendations</string>
|
||
<string name="kind_user_settings">User Settings</string>
|
||
<string name="kind_audio_header">Audio Header</string>
|
||
<string name="kind_audio_track">Audio Track</string>
|
||
<string name="kind_badge_awards">Badge Awards</string>
|
||
<string name="kind_badge_definitions">Badge Definitions</string>
|
||
<string name="kind_accepted_badge_set">Accepted Badge Set</string>
|
||
<string name="kind_profile_badges">Profile Badges</string>
|
||
<string name="kind_blocked_relays">Blocked Relays</string>
|
||
<string name="kind_blossom_servers">Blossom Servers</string>
|
||
<string name="kind_nests_servers">Nests Servers</string>
|
||
<string name="kind_blossom_auth">Blossom Auth</string>
|
||
<string name="kind_broadcast_relays">Broadcast Relays</string>
|
||
<string name="kind_bookmark_list">Bookmark List</string>
|
||
<string name="kind_old_bookmark_list">Old Bookmark List</string>
|
||
<string name="kind_day_appointment">Day Appointment</string>
|
||
<string name="kind_calendar">Calendar</string>
|
||
<string name="kind_appointment">Appointment</string>
|
||
<string name="kind_appt_rsvp">Appt RSVP</string>
|
||
<string name="kind_chess_games">Chess Games</string>
|
||
<string name="kind_chess_auth">Chess Auth</string>
|
||
<string name="kind_favorite_relays">Favorite Relays</string>
|
||
<string name="kind_chess_challenges">Chess Challenges</string>
|
||
<string name="kind_chess_game_accept">Chess Game Accept</string>
|
||
<string name="kind_chess_move">Chess Move</string>
|
||
<string name="kind_chess_game_end">Chess Game End</string>
|
||
<string name="kind_chess_draw_offer">Chess Draw Offer</string>
|
||
<string name="kind_channel_definition">Channel Definition</string>
|
||
<string name="kind_channel_hide_msg">Channel Hide Msg</string>
|
||
<string name="kind_channel_list">Channel List</string>
|
||
<string name="kind_channel_message">Channel Message</string>
|
||
<string name="kind_channel_metadata">Channel Metadata</string>
|
||
<string name="kind_channel_mute_user">Channel Mute User</string>
|
||
<string name="kind_dm_file">DM File</string>
|
||
<string name="kind_dm_message">DM Message</string>
|
||
<string name="kind_dm_relays">DM Relays</string>
|
||
<string name="kind_classifieds">Classifieds</string>
|
||
<string name="kind_comments">Comments</string>
|
||
<string name="kind_community_def">Community Def</string>
|
||
<string name="kind_community_list">Community List</string>
|
||
<string name="kind_community_post">Community Post</string>
|
||
<string name="kind_follow_list">Follow List</string>
|
||
<string name="kind_deletions">Deletions</string>
|
||
<string name="kind_drafts">Drafts</string>
|
||
<string name="kind_emoji_packs">Emoji Packs</string>
|
||
<string name="kind_emoji_pack_list">Emoji Pack List</string>
|
||
<string name="kind_ephemeral_chat">Ephemeral Chat</string>
|
||
<string name="kind_ephemeral_chatrooms">Ephemeral Chatrooms</string>
|
||
<string name="kind_file_headers">File Headers</string>
|
||
<string name="kind_profile_gallery">Profile Gallery</string>
|
||
<string name="kind_file_servers">File Servers</string>
|
||
<string name="kind_blob_data">Blob Data</string>
|
||
<string name="kind_blob_headers">Blob Headers</string>
|
||
<string name="kind_medical_data">Medical Data</string>
|
||
<string name="kind_follow_packs">Follow Packs</string>
|
||
<string name="kind_reposts_16">Reposts (16)</string>
|
||
<string name="kind_geohash_follows">Geohash Follows</string>
|
||
<string name="kind_gift_wraps">GiftWraps</string>
|
||
<string name="kind_git_issue">Git Issue</string>
|
||
<string name="kind_git_patch">Git Patch</string>
|
||
<string name="kind_git_repo">Git Repo</string>
|
||
<string name="kind_git_reply">Git Reply</string>
|
||
<string name="kind_zap_goals">Zap Goals</string>
|
||
<string name="kind_hashtag_follows">Hashtag Follows</string>
|
||
<string name="kind_highlights">Highlights</string>
|
||
<string name="kind_http_auth">Http Auth</string>
|
||
<string name="kind_index_relay_list">Index Relay List</string>
|
||
<string name="kind_adventure_prologue">Adventure Prologue</string>
|
||
<string name="kind_adventure_scene">Adventure Scene</string>
|
||
<string name="kind_adventure_reading">Adventure Reading</string>
|
||
<string name="kind_named_bookmarks">Named Bookmarks</string>
|
||
<string name="kind_live_chats">Live Chats</string>
|
||
<string name="kind_live_streams">Live Streams</string>
|
||
<string name="kind_zaps">Zaps</string>
|
||
<string name="kind_nwc_request">NWC Request</string>
|
||
<string name="kind_nwc_response">NWC Response</string>
|
||
<string name="kind_private_zaps">Private Zaps</string>
|
||
<string name="kind_zap_req">Zap Req</string>
|
||
<string name="kind_blogs">Blogs</string>
|
||
<string name="kind_meeting_room">Meeting Room</string>
|
||
<string name="kind_room_presence">Room Presence</string>
|
||
<string name="kind_meeting_space">Meeting Space</string>
|
||
<string name="kind_profile">Profile</string>
|
||
<string name="kind_mute_list">Mute List</string>
|
||
<string name="kind_nns">NNS</string>
|
||
<string name="kind_nip">NIP</string>
|
||
<string name="kind_nostr_connect">Nostr Connect</string>
|
||
<string name="kind_dvm_status">DVM Status</string>
|
||
<string name="kind_dvm_content_req">DVM Content Req</string>
|
||
<string name="kind_dvm_content_resp">DVM Content Resp</string>
|
||
<string name="kind_dvm_user_req">DVM User Req</string>
|
||
<string name="kind_dvm_user_resp">DVM User Resp</string>
|
||
<string name="kind_ots">OTS</string>
|
||
<string name="kind_pay_to">PayTo</string>
|
||
<string name="kind_people_lists">People Lists</string>
|
||
<string name="kind_pictures">Pictures</string>
|
||
<string name="kind_pins">Pins</string>
|
||
<string name="kind_zap_poll">Zap Poll</string>
|
||
<string name="kind_poll">Poll</string>
|
||
<string name="kind_poll_response">Poll Response</string>
|
||
<string name="kind_nip04_dms">NIP-04 DMs</string>
|
||
<string name="kind_private_relays">Private Relays</string>
|
||
<string name="kind_proxy_relays">Proxy Relays</string>
|
||
<string name="kind_public_message">Public Message</string>
|
||
<string name="kind_reactions">Reactions</string>
|
||
<string name="kind_contact_card">Contact Card</string>
|
||
<string name="kind_relay_auth">Relay Auth</string>
|
||
<string name="kind_relay_discovery">Relay Discovery</string>
|
||
<string name="kind_relay_monitor">Relay Monitor Announcement</string>
|
||
<string name="kind_relay_set">Relay Set</string>
|
||
<string name="kind_reports">Reports</string>
|
||
<string name="kind_reposts">Reposts</string>
|
||
<string name="kind_user_delete">User Delete</string>
|
||
<string name="kind_seals">Seals</string>
|
||
<string name="kind_search_relays">Search Relays</string>
|
||
<string name="kind_user_status">User Status</string>
|
||
<string name="kind_notes">Notes</string>
|
||
<string name="kind_edits">Edits</string>
|
||
<string name="kind_torrents">Torrents</string>
|
||
<string name="kind_torrent_comments">Torrent Comments</string>
|
||
<string name="kind_trusted_relays">Trusted Relays</string>
|
||
<string name="kind_trusted_providers">Trusted Providers</string>
|
||
<string name="kind_video_repl">Video (Repl)</string>
|
||
<string name="kind_shorts_repl">Shorts (Repl)</string>
|
||
<string name="kind_video">Video</string>
|
||
<string name="kind_shorts">Shorts</string>
|
||
<string name="kind_voice_msg">Voice Msg</string>
|
||
<string name="kind_voice_reply">Voice Reply</string>
|
||
<string name="kind_wake">WakeUp</string>
|
||
<string name="kind_web_bookmark">Web Bookmark</string>
|
||
<string name="kind_wiki">Wiki</string>
|
||
<string name="start_with_a_great_feed_by_following_the_same_people_as_someone_you_trust">Start with a great feed by following the same people as someone you trust.</string>
|
||
<string name="import_follow_list">Import Follow List</string>
|
||
<string name="select_users_to_follow">Select Users to Follow</string>
|
||
<string name="profile_to_import_from">Profile to import from</string>
|
||
<string name="name_search_npub1_alice_example_com">search, npub1…, alice@example.com</string>
|
||
<string name="supports_npub_nip_05_hex_and_namecoin_bit_d_id">Supports npub, nprofile, NIP-05, hex, and Namecoin (.bit)</string>
|
||
<string name="look_up_follow_list">Look Up Follow List</string>
|
||
<string name="tip">Tip</string>
|
||
<string name="accounts_found">%1$d accounts found</string>
|
||
<string name="num_selected">%1$d selected</string>
|
||
<string name="resolved_via_namecoin">Resolved via Namecoin</string>
|
||
<string name="now_following_accounts">Now following %1$d accounts</string>
|
||
<string name="your_feed_is_ready">Your feed is ready.</string>
|
||
<string name="skip">Skip</string>
|
||
<string name="search_another">Search Another</string>
|
||
<string name="follow_accounts">Follow %1$d accounts</string>
|
||
<string name="import_more">Import More</string>
|
||
<string name="continue_txt">Continue</string>
|
||
<string name="skip_for_now">Skip for now</string>
|
||
<string name="resolving">Resolving %1$s…</string>
|
||
<string name="fetching_follow_list">Fetching follow list…</string>
|
||
<string name="no_follows_found">No follows found</string>
|
||
<string name="following_accounts">Following %1$d accounts…</string>
|
||
<string name="import_follows_tips">"Enter the profile of a friend or community leader. You can use their npub, NIP-05 address, or a Namecoin name like alice@example.bit or id/alice for blockchain-verified identities."</string>
|
||
<string name="select_all">Select All</string>
|
||
<string name="uptime">%1$d%% uptime</string>
|
||
<string name="namecoin_settings">Namecoin Settings</string>
|
||
<string name="namecoin_test_connection">Test Connection</string>
|
||
<string name="namecoin_testing">Testing servers…</string>
|
||
<string name="namecoin_test_success">Connected</string>
|
||
<string name="namecoin_test_failed">Failed</string>
|
||
<string name="namecoin_test_results">Test Results</string>
|
||
<string name="namecoin_diagnostics">Diagnostics</string>
|
||
<string name="namecoin_last_test">Last test</string>
|
||
<string name="namecoin_device_info">Device Info</string>
|
||
<string name="namecoin_tls_info">TLS Info</string>
|
||
<string name="namecoin_no_test_yet">No test run yet</string>
|
||
<string name="namecoin_response_time">%dms</string>
|
||
<string name="namecoin_pin_cert_title">Trust Server Certificate?</string>
|
||
<string name="namecoin_pin_cert_body">The server %1$s presented a certificate not yet in your trust store. Verify the fingerprint below matches what the server operator published, then choose whether to trust it for future connections.</string>
|
||
<string name="namecoin_pin_cert_accept">Trust</string>
|
||
<string name="namecoin_pin_cert_reject">Reject</string>
|
||
<string name="event_sync_title">Relay Sync</string>
|
||
<string name="event_sync_section">Relay Sync</string>
|
||
<string name="event_sync_section_explainer">Re-publish your events across all known relays to keep your outbox, inbox, and DM relays up to date. Requires Wi-Fi — this may use a lot of data.</string>
|
||
<string name="event_sync_open_button">Open Relay Sync…</string>
|
||
<string name="event_sync_what_happens_title">What this does</string>
|
||
<string name="event_sync_what_happens_body">This tool scans every relay your app has seen and redistributes your events to the correct destinations: </string>
|
||
<string name="event_sync_step1">Download all events you authored and send them to your outbox relays.</string>
|
||
<string name="event_sync_step2">Download all events that mention you and send them to your inbox relays.</string>
|
||
<string name="event_sync_step3">Download all direct messages addressed to you and send them to your DM relays.</string>
|
||
<string name="event_sync_wifi_warning">⚠ You appear to be on a metered or mobile connection. This operation can transfer a very large amount of data. Connect to Wi-Fi before starting.</string>
|
||
<string name="event_sync_mobile_data_dialog_title">Use Mobile Data?</string>
|
||
<string name="event_sync_start">Start Sync</string>
|
||
<string name="event_sync_start_anyway">Start Anyway (mobile data)</string>
|
||
<string name="event_sync_pause">Pause</string>
|
||
<string name="event_sync_resume">Resume</string>
|
||
<string name="event_sync_start_over">Start Over</string>
|
||
<string name="event_sync_cancel">Cancel</string>
|
||
<string name="event_sync_relays_progress">Relays: %1$d / %2$d</string>
|
||
<string name="event_sync_events_sent">Events redistributed: %1$d new out of %2$d sent and %3$d received</string>
|
||
<string name="event_sync_paused_title">Sync Paused</string>
|
||
<string name="event_sync_paused_body">Completed %1$d of %2$d relays — %3$d events redistributed so far. Tap Resume to continue.</string>
|
||
<string name="event_sync_done_title">Sync complete</string>
|
||
<string name="event_sync_done_sent">Forwarded %1$d events to destination relays out of %2$d received.</string>
|
||
<string name="event_sync_done_accepted">%1$d events accepted as new by destination relays.</string>
|
||
<string name="event_sync_done_duration">Completed in %1$d seconds.</string>
|
||
<string name="event_sync_error_title">Sync error</string>
|
||
<string name="event_sync_sending_to">Sending To</string>
|
||
<string name="event_sync_outbox_relays">Outbox</string>
|
||
<string name="event_sync_inbox_relays">Inbox</string>
|
||
<string name="event_sync_dm_relays">DMs</string>
|
||
<string name="event_sync_activity_log">Currently Checking (%1$d relays)</string>
|
||
<string name="event_sync_activity_log_finished">Finished (%1$d relays)</string>
|
||
<string name="event_sync_log_sent">sent %1$s</string>
|
||
<string name="event_sync_log_recv">recv %1$s</string>
|
||
<string name="event_sync_log_new">new %1$s</string>
|
||
<string name="event_sync_no_events">no events</string>
|
||
<string name="ots_explorer_settings">Bitcoin Explorer (OTS)</string>
|
||
<string name="events">events</string>
|
||
<string name="events_from_you">events from you</string>
|
||
<string name="events_to_you">events to you</string>
|
||
<string name="searchable_events">searchable events</string>
|
||
<string name="dms">DMs</string>
|
||
<string name="profiles">profiles</string>
|
||
<string name="relay_settings_lower2">outbox lists</string>
|
||
<string name="relay_settings_lower">relay settings</string>
|
||
<string name="last_seen">Last seen %1$s ago</string>
|
||
<string name="last_seen_on_date">Last seen on %1$s (%2$s ago)</string>
|
||
<string name="last_seen_just_now">Last seen just now</string>
|
||
<string name="last_seen_never">Never seen</string>
|
||
|
||
<plurals name="duration_minutes">
|
||
<item quantity="one">%1$d minute</item>
|
||
<item quantity="other">%1$d minutes</item>
|
||
</plurals>
|
||
<plurals name="duration_hours">
|
||
<item quantity="one">%1$d hour</item>
|
||
<item quantity="other">%1$d hours</item>
|
||
</plurals>
|
||
<plurals name="duration_days">
|
||
<item quantity="one">%1$d day</item>
|
||
<item quantity="other">%1$d days</item>
|
||
</plurals>
|
||
<plurals name="duration_weeks">
|
||
<item quantity="one">%1$d week</item>
|
||
<item quantity="other">%1$d weeks</item>
|
||
</plurals>
|
||
<plurals name="duration_months">
|
||
<item quantity="one">%1$d month</item>
|
||
<item quantity="other">%1$d months</item>
|
||
</plurals>
|
||
<plurals name="duration_years">
|
||
<item quantity="one">%1$d year</item>
|
||
<item quantity="other">%1$d years</item>
|
||
</plurals>
|
||
|
||
<string name="event_sync_less_than_until"><%1$s</string>
|
||
<string name="event_sync_status_connecting">Connecting</string>
|
||
<string name="event_sync_status_downloading">Downloading</string>
|
||
<string name="event_sync_status_error">Error</string>
|
||
<string name="event_sync_status_completed">Completed</string>
|
||
|
||
<!-- M3 Action Dialog titles -->
|
||
<string name="mark_as_read_dialog_title">Mark as Read</string>
|
||
<string name="note_actions_dialog_title">Note Actions</string>
|
||
<string name="profile_actions_dialog_title">Profile Actions</string>
|
||
<string name="media_actions_dialog_title">Media Actions</string>
|
||
<string name="playback_actions_dialog_title">Playback</string>
|
||
<string name="video_quality_auto">Auto</string>
|
||
|
||
<!-- HLS multi-resolution video sharing -->
|
||
<string name="share_hls_video">HLS Upload</string>
|
||
<string name="share_hls_video_drawer_description">Publish multi-resolution HLS to your media server</string>
|
||
<string name="hls_pick_video_primary">Pick a video</string>
|
||
<string name="hls_pick_video_helper">Your video will be transcoded into multiple resolutions so viewers get smooth playback on any connection.</string>
|
||
<string name="hls_change_video">Change</string>
|
||
<string name="hls_title_label">Title</string>
|
||
<string name="hls_title_placeholder">Give your video a title</string>
|
||
<string name="hls_description_label">Description</string>
|
||
<string name="hls_description_placeholder">What is this video about?</string>
|
||
<string name="hls_content_warning_reason_placeholder">Reason (optional)</string>
|
||
<string name="hls_codec_label">Codec</string>
|
||
<string name="hls_codec_h265">H.265 (better compression)</string>
|
||
<string name="hls_codec_h264">H.264</string>
|
||
<string name="hls_codec_fallback_notice">H.265 not available on this device — falling back to H.264.</string>
|
||
<string name="hls_renditions_label">Renditions</string>
|
||
<string name="hls_renditions_source_format">Source resolution: %1$d×%2$d</string>
|
||
<string name="hls_renditions_produce_format">Will produce: %1$s</string>
|
||
<string name="hls_renditions_skipped_format">(%1$s skipped — above source)</string>
|
||
<string name="hls_rendition_bitrate_kbps_format">%1$d kbps</string>
|
||
<string name="hls_rendition_above_source">above source — will be skipped</string>
|
||
<string name="hls_publish_button">Publish HD video</string>
|
||
<string name="hls_publishing_header_format">Publishing “%1$s”…</string>
|
||
<string name="hls_state_transcoding_format">Transcoding %1$s</string>
|
||
<string name="hls_state_uploading_idle">Upload</string>
|
||
<string name="hls_state_uploading_format">Uploading %1$d of %2$d</string>
|
||
<string name="hls_state_uploading_with_label_format">Uploading %1$s (%2$d of %3$d)</string>
|
||
<string name="hls_state_uploaded_format">Uploaded %1$d of %2$d</string>
|
||
<string name="hls_state_publishing">Publishing event…</string>
|
||
<string name="hls_state_success_title">Video published</string>
|
||
<string name="hls_state_success_body">Your HD video is live on Nostr.</string>
|
||
<string name="hls_state_failure_title">Something went wrong</string>
|
||
<string name="hls_view_note">View note</string>
|
||
<string name="hls_done">Done</string>
|
||
<string name="hls_try_again">Try again</string>
|
||
<string name="hls_draft_note_after_upload">Draft note after upload</string>
|
||
<string name="hls_draft_note_after_upload_explainer">Open the note composer pre-filled with the title, description and video link so you can tweak it before posting.</string>
|
||
<string name="hls_draft_note_button">Draft note</string>
|
||
|
||
<string name="pack_actions_dialog_title">Pack Actions</string>
|
||
<string name="list_actions_dialog_title">List Actions</string>
|
||
<string name="bookmark_item_actions_dialog_title">Bookmark Actions</string>
|
||
<string name="group_actions_dialog_title">Group Actions</string>
|
||
<string name="add_bookmark_dialog_title">Add Bookmark</string>
|
||
<string name="add_member_dialog_title">Add Member</string>
|
||
<string name="list_management_dialog_title">List Management</string>
|
||
<string name="link_actions_dialog_title">Link Actions</string>
|
||
<string name="export_actions_dialog_title">Export</string>
|
||
<string name="attestation">Attestation</string>
|
||
<string name="attestation_valid">Valid</string>
|
||
<string name="attestation_invalid">Invalid</string>
|
||
<string name="attestation_status_accepted">Accepted</string>
|
||
<string name="attestation_status_rejected">Rejected</string>
|
||
<string name="attestation_status_verifying">Verifying</string>
|
||
<string name="attestation_status_verified">Verified</string>
|
||
<string name="attestation_status_revoked">Revoked</string>
|
||
<string name="attestation_valid_from">Valid from %1$s</string>
|
||
<string name="attestation_valid_to">Valid to %1$s</string>
|
||
<string name="attestation_request">Attestation Request</string>
|
||
<string name="attestation_request_description">Requesting attestation for an event</string>
|
||
<string name="attestor_recommendation">Attestor Recommendation</string>
|
||
<string name="attestor_recommendation_for_kinds">Recommended for kinds: </string>
|
||
<string name="attestor_proficiency">Attestor Proficiency</string>
|
||
<string name="attestor_proficiency_for_kinds">Proficient in verifying kinds: %1$s</string>
|
||
<string name="attestation_attests_to">Attests to</string>
|
||
<string name="attestation_requests_attestation_to">Requests attestation to</string>
|
||
|
||
<string name="event_sync_date_filter_title">Date Range</string>
|
||
<string name="event_sync_date_filter_since">Since</string>
|
||
<string name="event_sync_date_filter_until">Until</string>
|
||
<string name="event_sync_date_filter_now">Now</string>
|
||
<string name="event_sync_date_filter_all_time">All time</string>
|
||
<string name="event_sync_date_filter_last_sync">Last sync: %1$s</string>
|
||
<string name="event_sync_date_filter_since_last_sync">Since Last Sync</string>
|
||
<string name="web_bookmarks">Web Bookmarks</string>
|
||
<string name="web_bookmarks_empty">No web bookmarks yet. Tap + to add one.</string>
|
||
<string name="web_bookmark_add_title">Add Web Bookmark</string>
|
||
<string name="web_bookmark_edit_title">Edit Web Bookmark</string>
|
||
<string name="web_bookmark_url_label">URL</string>
|
||
<string name="web_bookmark_url_placeholder">https://example.com</string>
|
||
<string name="web_bookmark_title_label">Title</string>
|
||
<string name="web_bookmark_title_placeholder">Bookmark title</string>
|
||
<string name="web_bookmark_description_label">Description</string>
|
||
<string name="web_bookmark_description_placeholder">A short description</string>
|
||
<string name="web_bookmark_tags_label">Tags (comma-separated)</string>
|
||
<string name="web_bookmark_tags_placeholder">nostr, tech, blog</string>
|
||
<string name="web_bookmark_save">Save</string>
|
||
<string name="web_bookmark_delete">Delete</string>
|
||
<string name="web_bookmark_delete_confirm">Delete this web bookmark?</string>
|
||
<string name="web_bookmark_open_url">Open URL</string>
|
||
|
||
<!-- NIP-75 Zap Goals -->
|
||
<string name="goal_closed">This goal has closed</string>
|
||
<string name="goal_progress">%1$s funded of %2$s sats goal</string>
|
||
<string name="goal_amount_label">Goal amount (sats)</string>
|
||
<string name="goal_amount_placeholder">100000</string>
|
||
<string name="goal_description_label">Describe your goal</string>
|
||
<string name="goal_description_placeholder">What are you fundraising for?</string>
|
||
<string name="goal_summary_label">Short summary</string>
|
||
<string name="goal_summary_placeholder">Brief description shown in previews</string>
|
||
<string name="goal_image_label">Image URL (optional)</string>
|
||
<string name="goal_image_placeholder">https://example.com/image.jpg</string>
|
||
<string name="goal_website_label">Website URL (optional)</string>
|
||
<string name="goal_website_placeholder">https://example.com</string>
|
||
<string name="goal_deadline_label">Deadline (optional)</string>
|
||
<string name="goal_set_deadline">Set a deadline</string>
|
||
<string name="new_goal">New Goal</string>
|
||
<string name="goal_create">Create Goal</string>
|
||
<string name="request_to_vanish">Request to Vanish</string>
|
||
<string name="request_to_vanish_description">Request relays to permanently delete all your data up to the selected date. This action is based on NIP-62 and is legally binding in some jurisdictions.</string>
|
||
<string name="vanish_select_relay">Select a relay</string>
|
||
<string name="vanish_target_relay">Target Relays</string>
|
||
<string name="vanish_all_relays">ALL RELAYS</string>
|
||
<string name="vanish_all_relays_warning">This will request ALL relays to delete everything associated with your key up to the selected date. This event will be broadcast as widely as possible. This action cannot be undone.</string>
|
||
<string name="vanish_date_label">Delete data up to</string>
|
||
<string name="vanish_date_explainer">All your events created before this date will be requested for deletion from the selected relay.</string>
|
||
<string name="vanish_reason_label">Reason (optional)</string>
|
||
<string name="vanish_reason_placeholder">Reason or legal notice for the relay operator</string>
|
||
<string name="vanish_send_request">Send Vanish Request</string>
|
||
<string name="vanish_confirm_title">Confirm Vanish Request</string>
|
||
<string name="vanish_confirm_single_relay">You are about to request %1$s to permanently delete all your data created before the selected date. This cannot be undone.</string>
|
||
<string name="vanish_confirm_all_relays">You are about to request EVERY relay to permanently delete all your data created before the selected date. This will be broadcast everywhere and cannot be undone.</string>
|
||
<string name="vanish_request_sent">Vanish request sent</string>
|
||
<string name="vanish_select_date">Select date</string>
|
||
<string name="vanish_select_time">Select time</string>
|
||
<string name="vanish_events_title">Vanish History</string>
|
||
<string name="vanish_events_refresh">Refresh</string>
|
||
<string name="vanish_events_description">These are your past Request to Vanish events found on connected relays. Relays tagged in these events should not hold any of your data from before the event date.</string>
|
||
<string name="vanish_events_empty">No vanish requests found</string>
|
||
<string name="vanish_events_empty_hint">You haven\'t sent any Request to Vanish events yet.</string>
|
||
<string name="vanish_target_relays_label">Target Relays</string>
|
||
<string name="vanish_all_relays_compliance_hint">This request targets all relays. Use the Request to Vanish screen to test specific relays for compliance.</string>
|
||
<string name="vanish_test_button">Test</string>
|
||
<string name="vanish_compliant">Compliant</string>
|
||
<string name="vanish_non_compliant">Non-compliant</string>
|
||
<string name="vanish_test_error">Error</string>
|
||
<string name="vanish_history">Vanish History</string>
|
||
<!-- NIP-86 Relay Management -->
|
||
<string name="relay_management_title">Manage %1$s</string>
|
||
<string name="relay_management_loading">Loading relay management capabilities…</string>
|
||
<string name="relay_management_error">Unable to connect to relay management</string>
|
||
<string name="relay_management_no_methods">No management methods available</string>
|
||
<string name="relay_management_dismiss">Dismiss</string>
|
||
<string name="relay_management_tab_pubkeys">Users</string>
|
||
<string name="relay_management_tab_events">Events</string>
|
||
<string name="relay_management_tab_kinds">Kinds</string>
|
||
<string name="relay_management_tab_ips">IPs</string>
|
||
<string name="relay_management_tab_settings">Settings</string>
|
||
<string name="relay_management_banned_pubkeys">Banned Users</string>
|
||
<string name="relay_management_no_banned_pubkeys">No banned users</string>
|
||
<string name="relay_management_allowed_pubkeys">Allowed Users</string>
|
||
<string name="relay_management_no_allowed_pubkeys">No allowed users</string>
|
||
<string name="relay_management_moderation_queue">Moderation Queue</string>
|
||
<string name="relay_management_no_moderation_events">No events needing moderation</string>
|
||
<string name="relay_management_banned_events">Banned Events</string>
|
||
<string name="relay_management_no_banned_events">No banned events</string>
|
||
<string name="relay_management_allowed_kinds">Allowed Kinds</string>
|
||
<string name="relay_management_no_allowed_kinds">No allowed kinds</string>
|
||
<string name="relay_management_blocked_ips">Blocked IPs</string>
|
||
<string name="relay_management_no_blocked_ips">No blocked IPs</string>
|
||
<string name="relay_management_add">Add</string>
|
||
<string name="relay_management_remove">Remove</string>
|
||
<string name="relay_management_allow">Allow</string>
|
||
<string name="relay_management_ban">Ban</string>
|
||
<string name="relay_management_ban_pubkey">Ban Pubkey</string>
|
||
<string name="relay_management_allow_pubkey">Allow Pubkey</string>
|
||
<string name="relay_management_ban_event">Ban Event</string>
|
||
<string name="relay_management_allow_kind">Allow Kind</string>
|
||
<string name="relay_management_block_ip">Block IP</string>
|
||
<string name="relay_management_pubkey_hex">Pubkey (hex)</string>
|
||
<string name="relay_management_event_id_hex">Event ID (hex)</string>
|
||
<string name="relay_management_kind_number">Kind number</string>
|
||
<string name="relay_management_ip_address">IP address</string>
|
||
<string name="relay_management_reason_optional">Reason (optional)</string>
|
||
<string name="relay_management_confirm">Confirm</string>
|
||
<string name="relay_management_cancel">Cancel</string>
|
||
<string name="relay_management_apply">Apply</string>
|
||
<string name="relay_management_relay_name">Relay Name</string>
|
||
<string name="relay_management_relay_description">Relay Description</string>
|
||
<string name="relay_management_relay_icon_url">Relay Icon URL</string>
|
||
<string name="relay_management_button">Manage Relay</string>
|
||
<string name="manage">Manage</string>
|
||
<string name="relay_members">Members</string>
|
||
<string name="relay_members_title">Members of %1$s</string>
|
||
<string name="relay_members_count">%1$d members</string>
|
||
<string name="relay_members_loading">Loading members…</string>
|
||
<string name="relay_members_empty">No members found</string>
|
||
<string name="relay_members_request_join">Request to Join</string>
|
||
<string name="relay_members_request_leave">Request to Leave</string>
|
||
<string name="relay_members_join_sent">Join request sent</string>
|
||
<string name="relay_members_leave_sent">Leave request sent</string>
|
||
<string name="relay_members_you_are_member">You are a member</string>
|
||
<string name="relay_membership_list">Relay membership list</string>
|
||
<string name="relay_member_added">Member added to relay</string>
|
||
<string name="relay_members_added">%1$d members added to relay</string>
|
||
<string name="relay_member_removed">Member removed from relay</string>
|
||
<string name="relay_members_removed">%1$d members removed from relay</string>
|
||
<string name="relay_join_request">Relay join request</string>
|
||
<string name="relay_leave_request">Relay leave request</string>
|
||
|
||
<string name="ai_writing_help">AI Writing Help</string>
|
||
<string name="ai_writing_setting_title">Propose text improvements</string>
|
||
<string name="ai_writing_setting_description">Uses an on-device AI model to propose text corrections and tone changes.</string>
|
||
<string name="tracked_broadcasts_setting_title">Tracked broadcasts</string>
|
||
<string name="tracked_broadcasts_setting_description">Use the tracked broadcaster when sending events. Shows live progress and per-relay status while broadcasting.</string>
|
||
<string name="ai_writing_use_this">Use This</string>
|
||
<string name="ai_writing_dismiss">Dismiss</string>
|
||
<string name="ai_tone_correct">Correct</string>
|
||
<string name="ai_tone_rephrase">Rephrase</string>
|
||
<string name="ai_tone_shorter">Shorter</string>
|
||
<string name="ai_tone_elaborate">Elaborate</string>
|
||
<string name="ai_tone_friendly">Friendly</string>
|
||
<string name="ai_tone_professional">Professional</string>
|
||
<string name="ai_tone_more_direct">More Direct</string>
|
||
<string name="ai_tone_punchy">Punchy</string>
|
||
<string name="ai_tone_emojify">+ Emoji</string>
|
||
|
||
<!-- Emoji packs -->
|
||
<string name="emoji_packs_title">Emoji Packs</string>
|
||
<string name="emoji_pack_management_title">Add to Emoji List</string>
|
||
<string name="add_to_emoji_list">Add to my emoji list</string>
|
||
<string name="remove_from_emoji_list">Remove from my emoji list</string>
|
||
<string name="new_emoji_pack">New emoji pack</string>
|
||
<string name="edit_emoji_pack">Edit emoji pack</string>
|
||
<string name="emoji_shortcode_label">Shortcode (e.g. :smile:)</string>
|
||
<string name="emoji_shortcode_invalid">Only letters, numbers, hyphens, and underscores</string>
|
||
<string name="emoji_url_label">Image URL</string>
|
||
<string name="emoji_pack_address_label">Pack address (optional)</string>
|
||
<string name="emoji_pack_name_label">Pack name</string>
|
||
<string name="emoji_pack_description_label">Description (optional)</string>
|
||
<string name="emoji_pack_image_label">Cover image URL (optional)</string>
|
||
<string name="emoji_pack_upload_image_cta">Upload a cover image</string>
|
||
<string name="emoji_pack_upload_image_hint">Pick a square image to represent this emoji pack.</string>
|
||
<string name="no_emoji_packs">You don\'t have any emoji packs yet</string>
|
||
<string name="emoji_pack_count">%1$d emojis</string>
|
||
<string name="my_emoji_list_title">My Emoji List</string>
|
||
<string name="my_emoji_list_explainer">Emoji packs you\'ve added to your selection (NIP-51 kind 10030)</string>
|
||
<string name="my_emoji_list_empty">You haven\'t added any emoji packs to your list yet</string>
|
||
<string name="my_emoji_list_by_author">by %1$s</string>
|
||
<string name="add_emoji_fab">Add emoji</string>
|
||
<string name="emoji_add_dialog_title">Add custom emoji</string>
|
||
<string name="emoji_remove_dialog_title">Remove :%1$s:?</string>
|
||
<string name="emoji_long_press_hint">Long-press an emoji to remove it</string>
|
||
<string name="emoji_pack_is_in_list">\"%1$s\" is in your emoji list</string>
|
||
<string name="emoji_pack_is_not_in_list">\"%1$s\" is not in your emoji list</string>
|
||
<string name="emoji_pack_actions_dialog_title">Emoji pack actions</string>
|
||
<string name="manage_emoji_packs">My Emoji Packs</string>
|
||
<string name="emoji_sets">Emojis</string>
|
||
<string name="browse_emoji_sets">Browse Emoji Sets</string>
|
||
<string name="emoji_private_toggle">Private</string>
|
||
<string name="emoji_private_badge">Private emoji</string>
|
||
<string name="emoji_public_explainer">Public emojis are visible to everyone and appear in your reaction menu and \":\" autocomplete picker when this pack is in your emoji list.</string>
|
||
<string name="emoji_private_explainer">Private emojis are stored encrypted on relays and visible only to you. They appear in your reaction menu and \":\" autocomplete just like public ones.</string>
|
||
<string name="gif">Gif</string>
|
||
</resources>
|