en_US.json (86888B) - raw


      1 {
      2     "setup": {
      3         "dialogs": {
      4             "select_language": "Select Language",
      5             "save_folder": "SnapEnhance requires Storage permissions to download and Save Media from Snapchat.\nPlease choose the location where media should be downloaded to.",
      6             "select_save_folder_button": "Select Folder"
      7         },
      8         "mappings": {
      9             "dialog": "Generating Mappings, this may take a while ...",
     10             "generate_failure_no_snapchat": "SnapEnhance was unable to detect Snapchat, please try reinstalling Snapchat.",
     11             "generate_failure": "An error occurred while trying to generate mappings, please try again."
     12         },
     13         "permissions": {
     14             "dialog": "To continue you need to fit the following requirements:",
     15             "notification_access": "Notification Access",
     16             "battery_optimization": "Battery Optimization",
     17             "display_over_other_apps": "Display Over Other Apps",
     18             "request_button": "Request"
     19         }
     20     },
     21 
     22     "scopes": {
     23         "friend": "Friend",
     24         "group": "Group"
     25     },
     26 
     27     "manager": {
     28         "routes": {
     29             "tasks": "Tasks",
     30             "features": "Features",
     31             "manage_rule_feature": "Manage Rule Feature",
     32             "home": "Home",
     33             "home_settings": "Settings",
     34             "home_logs": "Logs",
     35             "logger_history": "Logger History",
     36             "logged_stories": "Logged Stories",
     37             "friend_tracker": "Friend Tracker",
     38             "edit_rule": "Edit Rule",
     39             "file_imports": "File Imports",
     40             "manage_repos": "Manage Repositories",
     41             "social": "Social",
     42             "manage_scope": "Manage Scope",
     43             "messaging_preview": "Preview",
     44             "scripts": "Scripts",
     45             "better_location": "Better Location"
     46         },
     47         "sections": {
     48             "home": {
     49                 "version_title": "v{versionName} ยท by rhunk",
     50                 "update_title": "SnapEnhance Update",
     51                 "update_content": "Version {version} is available!",
     52                 "update_button": "Download",
     53                 "debug_build_summary_title": "You are running a debug build of SnapEnhance",
     54                 "debug_build_summary_content": "Version {versionName} ({versionCode})",
     55                 "debug_build_summary_date": "Build date: {date} ({days} days ago)",
     56                 "quick_actions_title": "Quick Actions"
     57             },
     58             "home_logs": {
     59                 "no_logs_hint": "No logs available",
     60                 "clear_logs_button": "Clear Logs",
     61                 "export_logs_button": "Export Logs",
     62                 "saving_logs_toast": "Saving logs, this may take a while ...",
     63                 "saved_logs_success_toast": "Logs saved successfully",
     64                 "saved_logs_failure_toast": "Failed to save logs"
     65             },
     66             "home_settings": {
     67                 "actions_title": "Actions",
     68                 "message_logger_title": "Message Logger",
     69                 "debug_title": "Debug",
     70                 "success_toast": "Done!",
     71                 "message_logger_summary": "{messageCount} messages\n{storyCount} stories",
     72                 "export_button": "Export",
     73                 "clear_button": "Clear",
     74                 "view_logger_history_button": "View Logger History"
     75             },
     76             "tasks": {
     77                 "no_tasks": "No tasks",
     78                 "merge_button": "Merge",
     79                 "failed_to_open_file": "Failed to open file",
     80                 "merge_files_toast": "Merging {count} files",
     81                 "remove_selected_tasks_title": "Are you sure you want to remove selected tasks?",
     82                 "remove_all_tasks_title": "Are you sure you want to remove all tasks?",
     83                 "delete_files_option": "Also delete files",
     84                 "remove_selected_tasks_confirm": "Remove {count} tasks?",
     85                 "remove_all_tasks_confirm": "Remove all tasks?"
     86             },
     87             "features": {
     88                 "disabled": "Disabled",
     89                 "export_option": "Export",
     90                 "import_option": "Import",
     91                 "reset_option": "Reset",
     92                 "config_export_success_toast": "Config exported successfully",
     93                 "config_import_success_toast": "Config imported successfully",
     94                 "config_import_failure_toast": "Failed to import config {error}",
     95                 "config_export_failure_toast": "Failed to export config {error}",
     96                 "saved_config_snackbar": "Config saved",
     97                 "older_required": "This feature requires Snapchat v{version} or older to work correctly",
     98                 "newer_required": "This feature requires Snapchat v{version} or newer to work correctly",
     99                 "search_button": "Search"
    100             },
    101             "manage_rule_feature": {
    102                 "disable_state_option": "Disabled",
    103                 "disable_state_subtext": "No friends/groups will be affected",
    104                 "whitelist_state_option": "No one except ...",
    105                 "whitelist_state_subtext": "Only {count} friends/groups will be affected by this rule",
    106                 "whitelist_state_button": "Select allowed friends/groups",
    107                 "blacklist_state_option": "Everyone except ...",
    108                 "blacklist_state_subtext": "Everyone except {count} friends/groups will be affected by this rule",
    109                 "blacklist_state_button": "Select excluded friends/groups",
    110                 "clear_list_button": "Clear friends/groups list",
    111                 "dialog_clear_confirmation_text": "Are you sure you want to clear the list?"
    112             },
    113             "social": {
    114                 "friends_tab": "Friends",
    115                 "groups_tab": "Groups",
    116                 "empty_hint": "(empty)",
    117                 "streaks_expiration_short": "{hours}h"
    118             },
    119             "manage_scope": {
    120                 "logged_stories_button": "Show Logged Stories",
    121                 "e2ee_title": "End-to-End Encryption",
    122                 "rules_title": "Rules",
    123                 "participants_text": "{count} participants",
    124                 "not_found": "Not found",
    125                 "streaks_title": "Streaks",
    126                 "streaks_length_text": "Length: {length}",
    127                 "streaks_expiration_text": "Expires in {eta}",
    128                 "streaks_expiration_text_expired": "Expired",
    129                 "reminder_button": "Set Reminder",
    130                 "delete_scope_confirm_dialog_title": "Are you sure you want to delete a {scope}?",
    131                 "notes_placeholder": "Click to add a note"
    132             },
    133             "logged_stories": {
    134                 "story_failed_to_load": "Failed to load",
    135                 "no_stories": "No stories found",
    136                 "save_from_cache_button": "Save from Cache"
    137             },
    138             "messaging_preview": {
    139                 "bridge_connection_failed": "Failed to connect to bridge. Make sure Snapchat is running in the background",
    140                 "bridge_init_failed": "Failed to initialize messaging bridge. Make sure Snapchat is running in the background",
    141                 "message_fetch_failed": "Failed to fetch messages",
    142                 "no_message_hint": "No message",
    143                 "save_selection_option": "Save Selection",
    144                 "save_all_option": "Save All",
    145                 "unsave_selection_option": "Unsave Selection",
    146                 "unsave_all_option": "Unsave All",
    147                 "mark_selection_as_seen_option":  "Mark selected Snap as seen",
    148                 "mark_all_as_seen_option": "Mark all Snaps as seen",
    149                 "delete_selection_option": "Delete Selection",
    150                 "delete_all_option": "Delete All"
    151             },
    152             "logger_history": {
    153                 "list_friend_format": "Friend {name}",
    154                 "list_group_format": "Group {name}",
    155                 "no_more_messages": "No more messages",
    156                 "reverse_order_checkbox": "Reverse Order",
    157                 "chat_attachment": "Attachment {index}",
    158                 "empty_message": "Empty Chat Message",
    159                 "message_parse_failed": "Failed to parse message",
    160                 "unknown_sender": "Unknown Sender",
    161                 "download_attachment_failed_toast": "Failed to download attachment"
    162             },
    163             "file_imports": {
    164                 "import_file_button": "Import File",
    165                 "file_not_found": "File not found",
    166                 "file_import_failed": "Failed to import file: {error}",
    167                 "file_imported": "File imported successfully",
    168                 "file_delete_failed": "Failed to delete file",
    169                 "no_files_hint": "Here you can import files for use in Snapchat. Press the button below to import a file."
    170             },
    171             "better_location": {
    172                 "spoofed_coordinates_title": "Lat {latitude}, Lng {longitude}",
    173                 "save_coordinates_dialog_title": "Save Coordinates",
    174                 "saved_name_dialog_hint": "Saved Name",
    175                 "latitude_dialog_hint": "Latitude",
    176                 "longitude_dialog_hint": "Longitude",
    177                 "save_dialog_button": "Save",
    178                 "choose_location_button": "Choose Location",
    179                 "teleport_to_friend_button": "Teleport to Friend",
    180                 "spoof_location_toggle": "Spoof Location",
    181                 "suspend_location_updates": "Suspend Location Updates",
    182                 "saved_coordinates_title": "Saved Coordinates",
    183                 "no_saved_coordinates_hint": "No saved coordinates",
    184                 "delete_dialog_title": "Delete Saved Coordinate",
    185                 "delete_dialog_message": "Are you sure you want to delete this saved coordinate?",
    186                 "teleport_to_friend_title": "Teleport to Friend",
    187                 "search_bar": "Search",
    188                 "no_friends_map": "No friends on the map",
    189                 "no_friends_found": "No friends found"
    190             }
    191         },
    192         "dialogs": {
    193             "add_friend": {
    194                 "title": "Add Friend or Group",
    195                 "search_hint": "Search",
    196                 "fetch_error": "Failed to fetch data",
    197                 "category_groups": "Groups",
    198                 "category_friends": "Friends",
    199                 "participants_text": "{count} participants"
    200             },
    201             "scripting_warning": {
    202                 "title": "Warning",
    203                 "content": "SnapEnhance includes a scripting tool, allowing the execution of user-defined code on your device. Use extreme caution and only install modules from known, reliable sources. Unauthorized or unverified modules may pose security risks to your system."
    204             },
    205             "reset_config": {
    206                 "title": "Reset config",
    207                 "content": "Are you sure you want to reset the config?",
    208                 "success_toast": "Config reset successfully"
    209             },
    210             "export_config": {
    211                 "title": "Export Sensitive Data?",
    212                 "content": "Do you want to export the config with sensitive data? (Such as location coordinates, etc.)"
    213             },
    214             "messaging_action": {
    215                 "title": "Choose content types to process",
    216                 "select_all_button": "Select All"
    217             },
    218             "file_imports": {
    219                 "no_files_settings_hint": "No files found. Make sure you have imported the required files in the File Imports section",
    220                 "settings_select_file_hint": "Select an imported file"
    221             }
    222         }
    223     },
    224 
    225     "rules": {
    226         "toasts": {
    227             "enabled": "{ruleName} enabled",
    228             "disabled": "{ruleName} disabled"
    229         },
    230         "modes": {
    231             "blacklist": "Blacklist mode",
    232             "whitelist": "Whitelist mode"
    233         },
    234         "properties": {
    235             "auto_download": {
    236                 "name": "Auto download",
    237                 "description": "Automatically download Snaps when viewing them",
    238                 "options": {
    239                     "blacklist": "Exclude from Auto Download",
    240                     "whitelist": "Auto Download"
    241                 }
    242             },
    243             "stealth": {
    244                 "name": "Stealth Mode",
    245                 "description": "Prevents anyone from knowing you've opened their Snaps/Chats and conversations",
    246                 "options": {
    247                     "blacklist": "Exclude from Stealth Mode",
    248                     "whitelist": "Stealth mode"
    249                 }
    250             },
    251             "auto_save": {
    252                 "name": "Auto Save",
    253                 "description": "Saves Chat Messages when viewing them",
    254                 "options": {
    255                     "blacklist": "Exclude from Auto save",
    256                     "whitelist": "Auto save"
    257                 }
    258             },
    259             "unsaveable_messages": {
    260                 "name": "Unsaveable Messages",
    261                 "description": "Prevents messages from being saved in chat by other people",
    262                 "options": {
    263                     "blacklist": "Exclude from Unsaveable Messages",
    264                     "whitelist": "Unsaveable Messages"
    265                 }
    266             },
    267             "auto_open_snaps": {
    268                 "name": "Auto Open Snaps",
    269                 "description": "Automatically opens Snaps when receiving them",
    270                 "options": {
    271                     "blacklist": "Exclude from Auto Open Snaps",
    272                     "whitelist": "Auto Open Snaps"
    273                 }
    274             },
    275             "hide_friend_feed": {
    276                 "name": "Hide from Friend Feed"
    277             },
    278             "e2e_encryption": {
    279                 "name": "Use E2E Encryption"
    280             },
    281             "pin_conversation": {
    282                 "name": "Pin Conversation"
    283             },
    284             "exclude_message_logger": {
    285                 "name": "Exclude From Message Logger"
    286             }
    287         }
    288     },
    289 
    290     "actions": {
    291         "clean_snapchat_cache": {
    292             "name": "Clean Snapchat Cache",
    293             "description": "Cleans the Snapchat Cache"
    294         },
    295         "manage_friend_list": {
    296             "name": "Manage Friend List",
    297             "description": "Import/export your friends list when backing up"
    298         },
    299         "export_chat_messages": {
    300             "name": "Export Chat Messages",
    301             "description": "Exports conversation messages into a JSON/HTML/TXT file"
    302         },
    303         "export_memories": {
    304             "name": "Export Memories",
    305             "description": "Exports memories into a ZIP file"
    306         },
    307         "bulk_messaging_action": {
    308             "name": "Bulk Messaging Action",
    309             "description": "Performs operations such as deleting friends or mass deletion of conversations"
    310         },
    311         "regen_mappings": {
    312             "name": "Regenerate Mappings",
    313             "description": "Manually regenerate mappings"
    314         },
    315         "change_language": {
    316             "name": "Change Language",
    317             "description": "Change the language of SnapEnhance"
    318         },
    319         "file_imports": {
    320             "name": "File Imports",
    321             "description": "Import files for use in Snapchat"
    322         },
    323         "friend_tracker": {
    324             "name": "Friend Tracker",
    325             "description": "Track your friends on Snapchat"
    326         },
    327         "logger_history": {
    328             "name": "Logger History",
    329             "description": "View the history of logged messages"
    330         }
    331     },
    332 
    333     "features": {
    334         "notices": {
    335             "unstable": "\u26A0 Unstable",
    336             "ban_risk": "\u26A0 This feature may cause bans",
    337             "internal_behavior": "\u26A0 This may break Snapchat internal behavior"
    338         },
    339         "properties": {
    340             "downloader": {
    341                 "name": "Downloader",
    342                 "description": "Download Snapchat Media",
    343                 "properties": {
    344                     "save_folder": {
    345                         "name": "Save Folder",
    346                         "description": "Select the directory to which all media should be downloaded to"
    347                     },
    348                     "auto_download_sources": {
    349                         "name": "Auto Download Sources",
    350                         "description": "Select the sources to automatically download from"
    351                     },
    352                     "prevent_self_auto_download": {
    353                         "name": "Prevent Self Auto Download",
    354                         "description": "Prevents your own Snaps from being downloaded automatically"
    355                     },
    356                     "path_format": {
    357                         "name": "Path Format",
    358                         "description": "Specify the File Path Format"
    359                     },
    360                     "allow_duplicate": {
    361                         "name": "Allow Duplicate",
    362                         "description": "Allows the same media to be downloaded multiple times"
    363                     },
    364                     "merge_overlays": {
    365                         "name": "Merge Overlays",
    366                         "description": "Combines the Text and the media of a Snap into a single file"
    367                     },
    368                     "force_image_format": {
    369                         "name": "Force Image Format",
    370                         "description": "Forces images to be saved in a specified Format"
    371                     },
    372                     "force_voice_note_format": {
    373                         "name": "Force Voice Note Format",
    374                         "description": "Forces Voice Notes to be saved in a specified Format"
    375                     },
    376                     "auto_download_voice_notes": {
    377                         "name": "Auto Download Voice Notes",
    378                         "description": "Automatically downloads voice notes when playing them"
    379                     },
    380                     "download_profile_pictures": {
    381                         "name": "Download Profile Pictures",
    382                         "description": "Allows you to download Profile Pictures from the profile page"
    383                     },
    384                     "opera_download_button": {
    385                         "name": "Opera Download Button",
    386                         "description": "Adds a download button on the top right corner when viewing a Snap.\nLong press on buttons will force download"
    387                     },
    388                     "download_context_menu": {
    389                         "name": "Download Context Menu",
    390                         "description": "Allows you to download/preview messages from a conversation or a story using the context menu.\nLong press on buttons will force download"
    391                     },
    392                     "ffmpeg_options": {
    393                         "name": "FFmpeg Options",
    394                         "description": "Specify additional FFmpeg options",
    395                         "properties": {
    396                             "threads": {
    397                                 "name": "Threads",
    398                                 "description": "The amount of threads to use"
    399                             },
    400                             "preset": {
    401                                 "name": "Preset",
    402                                 "description": "Set the speed of the conversion"
    403                             },
    404                             "constant_rate_factor": {
    405                                 "name": "Constant Rate Factor",
    406                                 "description": "Set the constant rate factor for the video encoder\nFrom 0 to 51 for libx264"
    407                             },
    408                             "video_bitrate": {
    409                                 "name": "Video Bitrate",
    410                                 "description": "Set the video bitrate (kbps)"
    411                             },
    412                             "audio_bitrate": {
    413                                 "name": "Audio Bitrate",
    414                                 "description": "Set the audio bitrate (kbps)"
    415                             },
    416                             "custom_video_codec": {
    417                                 "name": "Custom Video Codec",
    418                                 "description": "Set a custom Video Codec (e.g. libx264)"
    419                             },
    420                             "custom_audio_codec": {
    421                                 "name": "Custom Audio Codec",
    422                                 "description": "Set a custom Audio Codec (e.g. AAC)"
    423                             }
    424                         }
    425                     },
    426                     "logging": {
    427                         "name": "Logging",
    428                         "description": "Shows toasts when media is downloading"
    429                     },
    430                     "custom_path_format": {
    431                         "name": "Custom Path Format",
    432                         "description": "Specify a custom path format for downloaded media\n\nAvailable variables:\n - %username%\n - %source%\n - %hash%\n - %date_time%"
    433                     }
    434                 }
    435             },
    436             "user_interface": {
    437                 "name": "User Interface",
    438                 "description": "Change the look and feel of Snapchat",
    439                 "properties": {
    440                     "enable_app_appearance": {
    441                         "name": "Enable App Appearance Settings",
    442                         "description": "Enables the hidden App Appearance Setting\nMay not be required on newer Snapchat versions"
    443                     },
    444                     "friend_feed_message_preview": {
    445                         "name": "Friend Feed Message Preview",
    446                         "description": "Shows a preview of the last messages in the Friend Feed",
    447                         "properties": {
    448                             "amount": {
    449                                 "name": "Amount",
    450                                 "description": "The amount of messages to get previewed"
    451                             }
    452                         }
    453                     },
    454                     "snap_preview": {
    455                         "name": "Snap Preview",
    456                         "description": "Displays a small preview next to unseen Snaps in chat"
    457                     },
    458                     "bootstrap_override": {
    459                         "name": "Bootstrap Override",
    460                         "description": "Overrides user interface bootstrap settings",
    461                         "properties": {
    462                             "app_appearance": {
    463                                 "name": "App Appearance",
    464                                 "description": "Sets a persistent App Appearance"
    465                             },
    466                             "home_tab": {
    467                                 "name": "Home Tab",
    468                                 "description": "Overrides the startup tab when opening Snapchat"
    469                             }
    470                         }
    471                     },
    472                     "map_friend_nametags": {
    473                         "name": "Enhanced Friend Map Nametags",
    474                         "description": "Improves the Nametags of friends on the Snapmap"
    475                     },
    476                     "prevent_message_list_auto_scroll": {
    477                         "name": "Prevent Message List Auto Scroll",
    478                         "description": "Prevents the message list from scrolling to the bottom when sending/receiving a message"
    479                     },
    480                     "streak_expiration_info": {
    481                         "name": "Show Streak Expiration Info",
    482                         "description": "Shows a Streak Expiration timer next to the Streaks counter"
    483                     },
    484                     "hide_friend_feed_entry": {
    485                         "name": "Hide Friend Feed Entry",
    486                         "description": "Hides a specific friend from the Friend Feed\nUse the social tab to manage this feature"
    487                     },
    488                     "hide_streak_restore": {
    489                         "name": "Hide Streak Restore",
    490                         "description": "Hides the Restore button in the friend feed"
    491                     },
    492                     "hide_quick_add_suggestions": {
    493                         "name": "Hide Quick Add Suggestions",
    494                         "description": "Removes quick add friend suggestions"
    495                     },
    496                     "hide_story_suggestions": {
    497                         "name": "Hide Story Suggestions",
    498                         "description": "Removes suggestions from the Stories page"
    499                     },
    500                     "hide_ui_components": {
    501                         "name": "Hide UI Components",
    502                         "description": "Select which UI components to hide"
    503                     },
    504                     "opera_media_quick_info": {
    505                         "name": "Opera Media Quick Info",
    506                         "description": "Shows useful information of media such as creation date in opera viewer context menu"
    507                     },
    508                     "old_bitmoji_selfie": {
    509                         "name": "Old Bitmoji Selfie",
    510                         "description": "Brings back the Bitmoji selfies from older Snapchat versions"
    511                     },
    512                     "disable_spotlight": {
    513                         "name": "Disable Spotlight",
    514                         "description": "Disables the Spotlight page"
    515                     },
    516                     "friend_feed_menu_buttons": {
    517                         "name": "Friend Feed Menu Buttons",
    518                         "description": "Select which buttons to show in the Friend Feed Menu"
    519                     },
    520                     "auto_close_friend_feed_menu": {
    521                         "name": "Auto Close Friend Feed Menu",
    522                         "description": "Automatically closes the Friend Feed Menu after pressing a setting button"
    523                     },
    524                     "vertical_story_viewer": {
    525                         "name": "Vertical Story Viewer",
    526                         "description": "Enables the vertical story viewer for all stories"
    527                     },
    528                     "enable_friend_feed_menu_bar": {
    529                         "name": "Friend Feed Menu Bar",
    530                         "description": "Enables the new Friend Feed Menu Bar"
    531                     },
    532                     "message_indicators": {
    533                         "name": "Message Indicators",
    534                         "description": "Adds specific indicators icons to messages\nNote: Indicators might not be 100% accurate"
    535                     },
    536                     "stealth_mode_indicator": {
    537                         "name": "Stealth Mode Indicator",
    538                         "description": "Adds a \uD83D\uDC7B emoji next to conversations in stealth mode"
    539                     },
    540                     "edit_text_override": {
    541                         "name": "Edit Text Override",
    542                         "description": "Overrides text field behavior"
    543                     }
    544                 }
    545             },
    546             "messaging": {
    547                 "name": "Messaging",
    548                 "description": "Change how you interact with friends",
    549                 "properties": {
    550                     "bypass_screenshot_detection": {
    551                         "name": "Bypass Screenshot Detection",
    552                         "description": "Prevents Snapchat from detecting when you take a screenshot"
    553                     },
    554                     "anonymous_story_viewing": {
    555                         "name": "Anonymous Story Viewing",
    556                         "description": "Prevents anyone from knowing you've seen their story"
    557                     },
    558                     "prevent_story_rewatch_indicator": {
    559                         "name": "Prevent Story Rewatch Indicator",
    560                         "description": "Prevents anyone from knowing you've rewatched their story"
    561                     },
    562                     "hide_peek_a_peek": {
    563                         "name": "Hide Peek-a-Peek",
    564                         "description": "Prevents notification from being sent when you half swipe into a chat"
    565                     },
    566                     "hide_bitmoji_presence": {
    567                         "name": "Hide Bitmoji Presence",
    568                         "description": "Prevents your Bitmoji from popping up while in Chat"
    569                     },
    570                     "hide_typing_notifications": {
    571                         "name": "Hide Typing Notifications",
    572                         "description": "Prevents anyone from knowing you're typing a message"
    573                     },
    574                     "unlimited_snap_view_time": {
    575                         "name": "Unlimited Snap View Time",
    576                         "description": "Removes the Time Limit for viewing Snaps"
    577                     },
    578                     "auto_mark_as_read": {
    579                         "name": "Auto Mark as Read",
    580                         "description": "Automatically marks messages/snaps as read even when Stealth Mode is enabled"
    581                     },
    582                     "mark_snap_as_seen_button": {
    583                         "name": "Mark Snap as Seen Button",
    584                         "description": "Adds a button to mark a Snap as seen when viewing it.\nThis will work even when Stealth Mode is enabled"
    585                     },
    586                     "skip_when_marking_as_seen": {
    587                         "name": "Skip When Marking as Seen",
    588                         "description": "Automatically skips to the next Snap when marking a Snap as seen.\nUse in combination with Mark Snap as Seen Button"
    589                     },
    590                     "loop_media_playback": {
    591                         "name": "Loop Media Playback",
    592                         "description": "Loops media playback when viewing Snaps / Stories"
    593                     },
    594                     "disable_replay_in_ff": {
    595                         "name": "Disable Replay in FF",
    596                         "description": "Disables the ability to replay with a long press from the Friend Feed"
    597                     },
    598                     "half_swipe_notifier": {
    599                         "name": "Half Swipe Notifier",
    600                         "description": "Notifies you when someone half swipes into a conversation",
    601                         "properties": {
    602                             "min_duration": {
    603                                 "name": "Minimum Duration",
    604                                 "description": "The minimum duration of the half swipe (in seconds)"
    605                             },
    606                             "max_duration": {
    607                                 "name": "Maximum Duration",
    608                                 "description": "The maximum duration of the half swipe (in seconds)"
    609                             }
    610                         }
    611                     },
    612                     "call_start_confirmation": {
    613                         "name": "Call Start Confirmation",
    614                         "description": "Shows a confirmation dialog when starting a call"
    615                     },
    616                     "unlimited_conversation_pinning": {
    617                         "name": "Unlimited Conversation Pinning",
    618                         "description": "Allows you to pin an unlimited amount of conversations locally"
    619                     },
    620                     "disable_snap_mode_restrictions": {
    621                         "name": "Disable Snap Mode Restrictions",
    622                         "description": "Allows you to view self-destructing Snaps without restrictions"
    623                     },
    624                     "prevent_message_sending": {
    625                         "name": "Prevent Message Sending",
    626                         "description": "Prevents sending certain types of messages"
    627                     },
    628                     "friend_mutation_notifier": {
    629                         "name": "Friend Mutation Notifier",
    630                         "description": "Notifies you when something changes in a friend's profile"
    631                     },
    632                     "better_notifications": {
    633                         "name": "Better Notifications",
    634                         "description": "Adds more information in received notifications",
    635                         "properties": {
    636                             "group_notifications": {
    637                                 "name": "Group Notifications",
    638                                 "description": "Group notifications into a single one"
    639                             },
    640                             "chat_preview": {
    641                                 "name": "Chat Preview",
    642                                 "description": "Shows a preview of received messages in the notification"
    643                             },
    644                             "media_preview": {
    645                                 "name": "Media Preview",
    646                                 "description": "Shows a preview of the selected media types in the notification"
    647                             },
    648                             "media_caption": {
    649                                 "name": "Media Caption",
    650                                 "description": "Shows the attached caption of media in the notification"
    651                             },
    652                             "stacked_media_messages": {
    653                                 "name": "Stacked Media Messages",
    654                                 "description": "Combines multiple media messages into one text notification when they cannot be previewed. Use in combination with Chat Preview"
    655                             },
    656                             "friend_add_source": {
    657                                 "name": "Friend Add Source",
    658                                 "description": "Shows the source of a friend request in the notification"
    659                             },
    660                             "reply_button": {
    661                                 "name": "Reply Button",
    662                                 "description": "Adds a reply button to the notification"
    663                             },
    664                             "smart_replies": {
    665                                 "name": "Smart Replies",
    666                                 "description": "Adds suggested replies to notifications (Android 10+). Use in combination with Reply Button"
    667                             },
    668                             "download_button": {
    669                                 "name": "Download Button",
    670                                 "description": "Allows you to download media from the notification"
    671                             },
    672                             "mark_as_read_button": {
    673                                 "name": "Mark as Read Button",
    674                                 "description": "Allows you to mark a message as read from the notification"
    675                             },
    676                             "mark_as_read_and_save_in_chat": {
    677                                 "name": "Mark as Read and Save in Chat",
    678                                 "description": "Adds a mark as read and save in chat button to the notification"
    679                             }
    680                         }
    681                     },
    682                     "notification_blacklist": {
    683                         "name": "Notification Blacklist",
    684                         "description": "Select notifications which should get blocked"
    685                     },
    686                     "message_logger": {
    687                         "name": "Message Logger",
    688                         "description": "Prevents messages from being deleted",
    689                         "properties": {
    690                             "keep_my_own_messages": {
    691                                 "name": "Keep My Own Messages",
    692                                 "description": "Prevents your own messages from being deleted"
    693                             },
    694                             "auto_purge": {
    695                                 "name": "Auto Purge",
    696                                 "description": "Automatically deletes cached messages that are older than the specified amount of time"
    697                             },
    698                             "message_filter": {
    699                                 "name": "Message Filter",
    700                                 "description": "Select which messages should get logged (empty for all messages)"
    701                             },
    702                             "deleted_message_color": {
    703                                 "name": "Deleted Message Color",
    704                                 "description": "Sets the color of deleted messages"
    705                             }
    706                         }
    707                     },
    708                     "auto_save_messages_in_conversations": {
    709                         "name": "Auto Save Messages",
    710                         "description": "Automatically saves every message in conversations"
    711                     },
    712                     "gallery_media_send_override": {
    713                         "name": "Gallery Media Send Override",
    714                         "description": "Spoofs the media source when sending from the Gallery"
    715                     },
    716                     "strip_media_metadata": {
    717                         "name": "Strip Media Metadata",
    718                         "description": "Removes metadata of media before sending as a message"
    719                     },
    720                     "bypass_message_retention_policy": {
    721                         "name": "Bypass Message Retention Policy",
    722                         "description": "Prevents messages from being deleted after viewing them"
    723                     },
    724                     "bypass_message_action_restrictions": {
    725                         "name": "Bypass Message Action Restrictions",
    726                         "description": "Allows you to react to a snap without having opened it or to save an unsaveable message"
    727                     },
    728                     "remove_groups_locked_status": {
    729                         "name": "Remove Groups Locked Status",
    730                         "description": "Allows you to view group information after being kicked"
    731                     },
    732                     "double_tap_chat_action": {
    733                         "name": "Double Tap Chat Action",
    734                         "description": "Performs a custom action when double tapping a message in chat"
    735                     },
    736                     "double_tap_chat_action_custom_emoji": {
    737                         "name": "Double Tap Chat Action Custom Emoji Reaction",
    738                         "description": "Sets a custom emoji reaction for the double tap chat action"
    739                     }
    740                 }
    741             },
    742             "global": {
    743                 "name": "Global",
    744                 "description": "Tweak Global Snapchat Settings",
    745                 "properties": {
    746                     "better_location": {
    747                         "name": "Better Location",
    748                         "description": "Enhances the Snapchat Location",
    749                         "properties": {
    750                             "spoof_location": {
    751                                 "name": "Spoof Location",
    752                                 "description": "Spoofs your location to a specified one"
    753                             },
    754                             "coordinates": {
    755                                 "name": "Coordinates",
    756                                 "description": "Set the coordinates of the spoofed location"
    757                             },
    758                             "walk_radius": {
    759                                 "name": "Walk Radius",
    760                                 "description": "Randomly walk around within this radius (ft)"
    761                             },
    762                             "always_update_location": {
    763                                 "name": "Always Update Location",
    764                                 "description": "Force Snapchat to update location even if no GPS data is received"
    765                             },
    766                             "suspend_location_updates": {
    767                                 "name": "Suspend Location Updates",
    768                                 "description": "Prevents your location from being updated"
    769                             },
    770                             "spoof_battery_level": {
    771                                 "name": "Spoof Battery Level",
    772                                 "description": "Spoofs the battery level of your device on map\nValue must be between 0 and 100"
    773                             },
    774                             "spoof_headphones": {
    775                                 "name": "Spoof Headphones",
    776                                 "description": "Spoofs the status of listening to music on map"
    777                             },
    778                             "show_battery_level": {
    779                                 "name": "Show Battery Level",
    780                                 "description": "Shows the battery level of your friends on the map"
    781                             }
    782                         }
    783                     },
    784                     "snapchat_plus": {
    785                         "name": "Snapchat Plus",
    786                         "description": "Enables Snapchat Plus features\nSome Server-sided features may not work"
    787                     },
    788                     "media_upload_quality": {
    789                         "name": "Media Upload Quality",
    790                         "description": "Overrides the media upload quality",
    791                         "properties": {
    792                             "force_video_upload_source_quality": {
    793                                 "name": "Force Video Upload Source Quality",
    794                                 "description": "Forces Snapchat to use the source quality when uploading videos\nPlease note that this may not remove metadata from media"
    795                             },
    796                             "disable_image_compression": {
    797                                 "name": "Disable Image Compression",
    798                                 "description": "Disables image compression when uploading media"
    799                             },
    800                             "custom_image_upload_format": {
    801                                 "name": "Custom Image Upload Format",
    802                                 "description": "Sets a custom image upload format\nSelect a lossless format (like PNG) for the best quality"
    803                             }
    804                         }
    805                     },
    806                     "disable_confirmation_dialogs": {
    807                         "name": "Disable Confirmation Dialogs",
    808                         "description": "Automatically confirms selected actions"
    809                     },
    810                     "auto_updater": {
    811                         "name": "Auto Updater",
    812                         "description": "Automatically checks for new updates"
    813                     },
    814                     "disable_metrics": {
    815                         "name": "Disable Metrics",
    816                         "description": "Blocks sending specific analytic data to Snapchat"
    817                     },
    818                     "disable_story_sections": {
    819                         "name": "Disable Story Sections",
    820                         "description": "Removes sections from the Stories page\nMay require a refresh to work properly"
    821                     },
    822                     "block_ads": {
    823                         "name": "Block Ads",
    824                         "description": "Prevents Advertisements from being displayed"
    825                     },
    826                     "disable_custom_tabs": {
    827                         "name": "Disable Custom Tabs",
    828                         "description": "Opens links in supported applications rather than in the Web Browser"
    829                     },
    830                     "disable_permission_requests": {
    831                         "name": "Disable Permission Requests",
    832                         "description": "Prevents Snapchat from asking for specific permissions"
    833                     },
    834                     "disable_memories_snap_feed": {
    835                         "name": "Disable Memories Snap Feed",
    836                         "description": "Prevents Snapchat from showing recent memories when you swipe up in camera"
    837                     },
    838                     "spotlight_comments_username": {
    839                         "name": "Spotlight Comments Username",
    840                         "description": "Shows author username in Spotlight comments"
    841                     },
    842                     "bypass_video_length_restriction": {
    843                         "name": "Bypass Video Length Restrictions",
    844                         "description": "Single: sends a single video\nSplit: split videos after editing"
    845                     },
    846                     "default_video_playback_rate": {
    847                         "name": "Default Video Playback Rate",
    848                         "description": "Sets the default speed for the playback of videos\nValue must be between 0.1 and 4.0"
    849                     },
    850                     "video_playback_rate_slider": {
    851                         "name": "Video Playback Rate Slider",
    852                         "description": "Adds a slider in opera context menu to change the video playback rate\nNote: Changes only apply to subsequent videos"
    853                     },
    854                     "disable_google_play_dialogs": {
    855                         "name": "Disable Google Play Services Dialogs",
    856                         "description": "Prevent Google Play Services availability dialogs from being shown"
    857                     },
    858                     "default_volume_controls": {
    859                         "name": "Default Volume Controls",
    860                         "description": "Forces Snapchat to use system volume controls"
    861                     },
    862                     "disable_telecom_framework": {
    863                         "name": "Disable Telecom Framework",
    864                         "description": "Prevents Snapchat from using the Android Telecom framework\nThis allows you to listen to music while on a call"
    865                     },
    866                     "hide_active_music": {
    867                         "name": "Hide Active Music",
    868                         "description": "Prevents Snapchat from knowing you're listening to music\nThis will allow you to take snaps using control volume buttons while listening to music"
    869                     },
    870                     "disable_snap_splitting": {
    871                         "name": "Disable Snap Splitting",
    872                         "description": "Prevents Snaps from being split into multiple parts\nPictures you send will turn into videos"
    873                     }
    874                 }
    875             },
    876             "rules": {
    877                 "name": "Rules",
    878                 "description": "Manage Automatic Features for individual people"
    879             },
    880             "camera": {
    881                 "name": "Camera",
    882                 "description": "Adjust the right settings for the perfect snap",
    883                 "properties": {
    884                     "disable_cameras": {
    885                         "name": "Disable Cameras",
    886                         "description": "Prevents Snapchat from using the selected cameras"
    887                     },
    888                     "black_photos": {
    889                         "name": "Black Photos",
    890                         "description": "Replaces captured photos with a black background\nVideos are not affected"
    891                     },
    892                     "immersive_camera_preview": {
    893                         "name": "Immersive Preview",
    894                         "description": "Prevents Snapchat from Cropping the Camera preview\nThis might cause the camera to flicker on some devices"
    895                     },
    896                     "override_front_resolution": {
    897                         "name": "Override Front Resolution",
    898                         "description": "Overrides the camera resolution for the front camera"
    899                     },
    900                     "override_back_resolution": {
    901                         "name": "Override Back Resolution",
    902                         "description": "Overrides the camera resolution for the back camera"
    903                     },
    904                     "custom_resolution": {
    905                         "name": "Custom Resolution",
    906                         "description": "Sets a custom camera resolution, width x height (e.g. 1920x1080).\nThe custom resolution must be supported by your device"
    907                     },
    908                     "front_custom_frame_rate": {
    909                         "name": "Front Custom Frame Rate",
    910                         "description": "Overrides the front camera frame rate"
    911                     },
    912                     "back_custom_frame_rate": {
    913                         "name": "Back Custom Frame Rate",
    914                         "description": "Overrides the back camera frame rate"
    915                     },
    916                     "force_camera_source_encoding": {
    917                         "name": "Force Camera Source Encoding",
    918                         "description": "Forces the camera source encoding"
    919                     },
    920                     "startup_default_camera": {
    921                         "name": "Startup Default Camera",
    922                         "description": "Sets the default camera when opening Snapchat"
    923                     },
    924                     "hevc_recording": {
    925                         "name": "HEVC Recording",
    926                         "description": "Uses HEVC (H.265) codec for video recording"
    927                     }
    928                 }
    929             },
    930             "streaks_reminder": {
    931                 "name": "Streaks Reminder",
    932                 "description": "Periodically notifies you about your Streaks",
    933                 "properties": {
    934                     "interval": {
    935                         "name": "Interval",
    936                         "description": "The interval between each reminder (hours)"
    937                     },
    938                     "remaining_hours": {
    939                         "name": "Remaining Time",
    940                         "description": "The remaining amount of time before the notification is shown (hours)"
    941                     },
    942                     "group_notifications": {
    943                         "name": "Group Notifications",
    944                         "description": "Group notifications into a single one"
    945                     }
    946                 }
    947             },
    948             "experimental": {
    949                 "name": "Experimental",
    950                 "description": "Experimental features",
    951                 "properties": {
    952                     "native_hooks": {
    953                         "name": "Native Hooks",
    954                         "description": "Unsafe Features that hook into Snapchat's native code",
    955                         "properties": {
    956                             "composer_hooks": {
    957                                 "name": "Composer Hooks",
    958                                 "description": "Injects code into the Composer cross-platform UI framework",
    959                                 "properties": {
    960                                     "show_first_created_username": {
    961                                         "name": "Show First Created Username",
    962                                         "description": "Shows the first created username next to the current username in the profile page"
    963                                     },
    964                                     "bypass_camera_roll_limit": {
    965                                         "name": "Bypass Camera Roll Limit",
    966                                         "description": "Increases the maximum amount of media you can send from the camera roll"
    967                                     },
    968                                     "custom_self_destruct_snap_delay": {
    969                                         "name": "Custom Self Destruct Snap Delay",
    970                                         "description": "Gives more options for the self-destruct timer when sending a Snap"
    971                                     },
    972                                     "composer_console": {
    973                                         "name": "Composer Console",
    974                                         "description": "Allows you to execute JavaScript code in Composer (arm64 only)"
    975                                     },
    976                                     "composer_logs": {
    977                                         "name": "Composer Logs",
    978                                         "description": "Redirects console logs of Composer to SnapEnhance"
    979                                     }
    980                                 }
    981                             },
    982                             "disable_bitmoji": {
    983                                 "name": "Disable Bitmoji",
    984                                 "description": "Disables Friends Profile Bitmoji"
    985                             },
    986                             "custom_emoji_font": {
    987                                 "name": "Custom Emoji Font",
    988                                 "description": "Allows you to use a custom emoji font. Only works with .ttf fonts"
    989                             },
    990                             "custom_shared_library": {
    991                                 "name": "Custom Shared Library",
    992                                 "description": "Loads a custom shared library into Snapchat. This feature is only for testing purposes"
    993                             }
    994                         }
    995                     },
    996                     "spoof": {
    997                         "name": "Spoof",
    998                         "description": "Spoof various information about you",
    999                         "properties": {
   1000                             "play_store_installer_package_name": {
   1001                                 "name": "Play Store Installer Package Name",
   1002                                 "description": "Overrides the installer package name to com.android.vending"
   1003                             },
   1004                             "remove_vpn_transport_flag": {
   1005                                 "name": "Remove VPN Transport Flag",
   1006                                 "description": "Prevents Snapchat from detecting VPNs"
   1007                             },
   1008                             "remove_mock_location_flag": {
   1009                                 "name": "Remove Mock Location Flag",
   1010                                 "description": "Prevents Snapchat from detecting Mock location"
   1011                             }
   1012                         }
   1013                     },
   1014                     "convert_message_locally": {
   1015                         "name": "Convert Message Locally",
   1016                         "description": "Converts snaps to chat external media locally. This appears in chat download context menu"
   1017                     },
   1018                     "media_file_picker": {
   1019                         "name": "Media File Picker",
   1020                         "description": "Allows you to pick any video/audio file from the gallery"
   1021                     },
   1022                     "story_logger": {
   1023                         "name": "Story Logger",
   1024                         "description": "Provides a history of friends stories"
   1025                     },
   1026                     "call_recorder": {
   1027                         "name": "Call Recorder",
   1028                         "description": "Automatically records audio calls"
   1029                     },
   1030                     "account_switcher": {
   1031                         "name": "Account Switcher",
   1032                         "description": "Allows you to switch between accounts without logging out\nLong press on the search icon next to your Bitmoji profile to open the menu\nNote: This feature is experimental and will likely change in the future",
   1033                         "properties": {
   1034                             "auto_backup_current_account": {
   1035                                 "name": "Auto Backup Current Account",
   1036                                 "description": "Automatically backs up the current account when logging out or switching accounts"
   1037                             }
   1038                         }
   1039                     },
   1040                     "better_transcript": {
   1041                         "name": "Better Transcript",
   1042                         "description": "Improves the voice note transcript",
   1043                         "properties": {
   1044                             "force_transcription": {
   1045                                 "name": "Force Voice Note Transcription",
   1046                                 "description": "Allows all voice notes to be transcribed"
   1047                             },
   1048                             "preferred_transcription_lang": {
   1049                                 "name": "Preferred Transcription Language",
   1050                                 "description": "The preferred language for the voice note transcript (e.g. EN, ES, FR)"
   1051                             },
   1052                             "notification_transcript": {
   1053                                 "name": "Notification Transcript",
   1054                                 "description": "Transcribes voice notes in notifications\nThis feature requires the Chat Preview feature to be enabled in Better Notifications"
   1055                             }
   1056                         }
   1057                     },
   1058                     "voice_note_auto_play": {
   1059                         "name": "Voice Note Auto Play",
   1060                         "description": "Automatically plays the next voice note after the current one finishes"
   1061                     },
   1062                     "friend_notes": {
   1063                         "name": "Friend Notes",
   1064                         "description": "Allows you to add notes to friends profiles"
   1065                     },
   1066                     "cof_experiments": {
   1067                         "name": "COF Experiments",
   1068                         "description": "Enables unreleased/beta Snapchat features"
   1069                     },
   1070                     "context_menu_fix": {
   1071                         "name": "Context Menu Fix",
   1072                         "description": "Attempt to repair the Friend Feed Menu as when the device is offline it cannot be displayed correctly"
   1073                     },
   1074                     "app_lock": {
   1075                         "name": "App Lock",
   1076                         "description": "Prevents access to Snapchat without a passcode",
   1077                         "properties": {
   1078                             "lock_on_resume": {
   1079                                 "name": "Lock On Resume",
   1080                                 "description": "Locks the app when it's reopened"
   1081                             }
   1082                         }
   1083                     },
   1084                     "infinite_story_boost": {
   1085                         "name": "Infinite Story Boost",
   1086                         "description": "Bypass the Story Boost Limit delay"
   1087                     },
   1088                     "meo_passcode_bypass": {
   1089                         "name": "My Eyes Only Passcode Bypass",
   1090                         "description": "Bypass the My Eyes Only passcode\nThis will only work if the passcode has been entered correctly before"
   1091                     },
   1092                     "no_friend_score_delay": {
   1093                         "name": "No Friend Score Delay",
   1094                         "description": "Removes the delay when viewing a Friends Score"
   1095                     },
   1096                     "best_friend_pinning": {
   1097                         "name": "Best Friend Pinning",
   1098                         "description": "Allows you to pin a friend as your number one best friend. Note: Only you can see your pinned best friend"
   1099                     },
   1100                     "e2ee": {
   1101                         "name": "End-To-End Encryption",
   1102                         "description": "Encrypts your messages with AES using a shared secret key\nMake sure to save your key somewhere safe!",
   1103                         "properties": {
   1104                             "encrypted_message_indicator": {
   1105                                 "name": "Encrypted Message Indicator",
   1106                                 "description": "Adds a \uD83D\uDD12 emoji next to encrypted messages"
   1107                             },
   1108                             "force_message_encryption": {
   1109                                 "name": "Force Message Encryption",
   1110                                 "description": "Prevents sending encrypted messages to people who don't have E2E Encryption enabled only when multiple conversations are selected"
   1111                             }
   1112                         }
   1113                     },
   1114                     "add_friend_source_spoof": {
   1115                         "name": "Add Friend Source Spoof",
   1116                         "description": "Spoofs the source of a Friend Request"
   1117                     },
   1118                     "hidden_snapchat_plus_features": {
   1119                         "name": "Hidden Snapchat Plus Features",
   1120                         "description": "Enables unreleased/beta Snapchat Plus features\nMight not work on older Snapchat versions"
   1121                     },
   1122                     "custom_streaks_expiration_format": {
   1123                         "name": "Custom Streaks Expiration Format",
   1124                         "description": "Customizes the Streaks Expiration format\n\nAvailable variables:\n - %c: Streaks Count\n - %e: Hourglass Emoji\n - %d: Days\n - %h: Hours\n - %m: Minutes\n - %s: Seconds\n - %w: Remaining Time"
   1125                     },
   1126                     "prevent_forced_logout": {
   1127                         "name": "Prevent Forced Logout",
   1128                         "description": "Prevents Snapchat from logging you out when you login on another device"
   1129                     },
   1130                     "snapscore_changes": {
   1131                         "name": "Snapscore Changes",
   1132                         "description": "Tracks changes in friends Snapscore\nUse this feature in newer versions of Snapchat only"
   1133                     }
   1134                 }
   1135             },
   1136             "scripting": {
   1137                 "name": "Scripting",
   1138                 "description": "Run custom scripts to extend SnapEnhance",
   1139                 "properties": {
   1140                     "developer_mode": {
   1141                         "name": "Developer Mode",
   1142                         "description": "Shows debug info on Snapchat's UI"
   1143                     },
   1144                     "module_folder": {
   1145                         "name": "Module Folder",
   1146                         "description": "The folder where the scripts are located"
   1147                     },
   1148                     "auto_reload": {
   1149                         "name": "Auto Reload",
   1150                         "description": "Automatically reloads scripts when they change"
   1151                     },
   1152                     "integrated_ui": {
   1153                         "name": "Integrated UI",
   1154                         "description": "Allows scripts to add custom UI components to Snapchat"
   1155                     },
   1156                     "disable_log_anonymization": {
   1157                         "name": "Disable Log Anonymization",
   1158                         "description": "Disables the anonymization of logs"
   1159                     },
   1160                     "disable_optimization": {
   1161                         "name": "Disable Optimization",
   1162                         "description": "Disables the optimization of scripts. This may cause performance issues."
   1163                     }
   1164                 }
   1165             },
   1166             "friend_tracker": {
   1167                 "name": "Friend Tracker",
   1168                 "description": "Records friend's activity on Snapchat",
   1169                 "properties": {
   1170                     "record_messaging_events": {
   1171                         "name": "Record Messaging Events",
   1172                         "description": "Records messaging events such as opening a snap, reading a message, etc."
   1173                     },
   1174                     "allow_running_in_background": {
   1175                         "name": "Allow Running in Background",
   1176                         "description": "Allows the tracker to run in the background. Note: This will significantly drain your battery"
   1177                     },
   1178                     "auto_purge": {
   1179                         "name": "Auto Purge",
   1180                         "description": "Automatically deletes cached events that are older than the specified amount of time"
   1181                     }
   1182                 }
   1183             }
   1184         },
   1185         "options": {
   1186             "app_appearance": {
   1187                 "always_light": "Always Light",
   1188                 "always_dark": "Always Dark"
   1189             },
   1190             "friend_feed_menu_buttons": {
   1191                 "auto_download": "\u2B07\uFE0F Auto Download",
   1192                 "auto_save": "\uD83D\uDCAC Auto Save Messages",
   1193                 "unsaveable_messages": "\u2B07\uFE0F Unsaveable Messages",
   1194                 "auto_open_snaps": "\uD83D\uDCF7 Auto Open Snaps",
   1195                 "stealth": "\uD83D\uDC7B Stealth Mode",
   1196                 "mark_snaps_as_seen": "\uD83D\uDC40 Mark Snaps as seen",
   1197                 "mark_stories_as_seen_locally": "\uD83D\uDC40 Mark Stories as seen locally",
   1198                 "conversation_info": "\uD83D\uDC64 Conversation Info",
   1199                 "e2e_encryption": "\uD83D\uDD12 Use E2E Encryption"
   1200             },
   1201             "path_format": {
   1202                 "create_author_folder": "Create folder for each author",
   1203                 "create_source_folder": "Create folder for each media source type",
   1204                 "append_hash": "Add a unique hash to the file name",
   1205                 "append_source": "Add the media source to the file name",
   1206                 "append_username": "Add the username to the file name",
   1207                 "append_date_time": "Add the date and time to the file name"
   1208             },
   1209             "auto_download_sources": {
   1210                 "friend_snaps": "Friend Snaps",
   1211                 "friend_stories": "Friend Stories",
   1212                 "public_stories": "Public Stories",
   1213                 "spotlight": "Spotlight"
   1214             },
   1215             "logging": {
   1216                 "started": "Started",
   1217                 "success": "Success",
   1218                 "progress": "Progress",
   1219                 "failure": "Failure"
   1220             },
   1221             "notifications": {
   1222                 "chat_screenshot": "Screenshot",
   1223                 "chat_screen_record": "Screen Record",
   1224                 "snap_replay": "Snap Replay",
   1225                 "camera_roll_save": "Camera Roll Save",
   1226                 "chat": "Chat",
   1227                 "chat_reply": "Chat Reply",
   1228                 "snap": "Snap",
   1229                 "typing": "Typing",
   1230                 "stories": "Stories",
   1231                 "speaking": "Speaking",
   1232                 "chat_reaction": "DM Reaction",
   1233                 "group_chat_reaction": "Group Reaction",
   1234                 "initiate_audio": "Incoming Audio Call",
   1235                 "abandon_audio": "Missed Audio Call",
   1236                 "initiate_video": "Incoming Video Call",
   1237                 "abandon_video": "Missed Video Call",
   1238                 "map_live_location": "Map Live Location"
   1239             },
   1240             "gallery_media_send_override": {
   1241                 "always_ask": "Always Ask",
   1242                 "ORIGINAL": "Original Media",
   1243                 "NOTE": "Audio Note",
   1244                 "SNAP": "Snap",
   1245                 "SAVEABLE_SNAP": "Saveable Snap"
   1246             },
   1247             "strip_media_metadata": {
   1248                 "hide_caption_text": "Hide Caption Text",
   1249                 "hide_snap_filters": "Hide Snap Filters",
   1250                 "hide_extras": "Hide Extras (e.g. mentions)",
   1251                 "remove_audio_note_duration": "Remove Audio Note Duration",
   1252                 "remove_audio_note_transcript_capability": "Remove Audio Note Transcript Capability"
   1253             },
   1254             "hide_ui_components": {
   1255                 "hide_profile_call_buttons": "Remove Profile Call Buttons",
   1256                 "hide_chat_call_buttons": "Remove Chat Call Buttons",
   1257                 "hide_live_location_share_button": "Remove Live Location Share Button",
   1258                 "hide_stickers_button": "Remove Stickers Button",
   1259                 "hide_voice_record_button": "Remove Voice Record Button",
   1260                 "hide_unread_chat_hint": "Remove Unread Chat Hint",
   1261                 "hide_post_to_story_buttons": "Remove Post to Story buttons before sending a Snap",
   1262                 "hide_billboard_prompt": "Remove Billboard Prompt In Friends Feed",
   1263                 "hide_snapchat_plus_gift_reminders": "Remove Snapchat Plus gift reminders in conversations",
   1264                 "hide_map_reactions": "Remove Map Reactions"
   1265             },
   1266             "hide_story_suggestions": {
   1267                 "hide_suggested_friend_stories": "Hide suggested friend stories",
   1268                 "hide_my_stories": "Hide My Stories"
   1269             },
   1270             "home_tab": {
   1271                 "map": "Map",
   1272                 "chat": "Chat",
   1273                 "camera": "Camera",
   1274                 "discover": "Discover",
   1275                 "spotlight": "Spotlight"
   1276             },
   1277             "add_friend_source_spoof": {
   1278                 "added_by_username": "By Username",
   1279                 "added_by_mention": "By Mention",
   1280                 "added_by_group_chat": "By Group Chat",
   1281                 "added_by_qr_code": "By QR Code",
   1282                 "added_by_community": "By Community",
   1283                 "added_by_quick_add": "By Quick Add (high risk of being banned)"
   1284             },
   1285             "bypass_video_length_restriction": {
   1286                 "single": "Single media",
   1287                 "split": "Split media"
   1288             },
   1289             "old_bitmoji_selfie": {
   1290                 "2d": "2D Bitmoji",
   1291                 "3d": "3D Bitmoji"
   1292             },
   1293             "disable_confirmation_dialogs": {
   1294                 "erase_message": "Erase Message",
   1295                 "remove_friend": "Remove Friend",
   1296                 "block_friend": "Block Friend",
   1297                 "ignore_friend": "Ignore Friend",
   1298                 "hide_friend": "Hide Friend",
   1299                 "hide_conversation": "Hide Conversation",
   1300                 "clear_conversation": "Clear Conversation from Friend Feed"
   1301             },
   1302             "auto_reload": {
   1303                 "snapchat_only": "Snapchat Only",
   1304                 "all": "All (Snapchat + SnapEnhance)"
   1305             },
   1306             "edit_text_override": {
   1307                 "multi_line_chat_input": "Multi Line Chat Input",
   1308                 "bypass_text_input_limit": "Bypass Text Input Limit"
   1309             },
   1310             "auto_purge": {
   1311                 "never": "Never",
   1312                 "1_hour": "1 Hour",
   1313                 "3_hours": "3 Hours",
   1314                 "6_hours": "6 Hours",
   1315                 "12_hours": "12 Hours",
   1316                 "1_day": "1 Day",
   1317                 "3_days": "3 Days",
   1318                 "1_week": "1 Week",
   1319                 "2_weeks": "2 Weeks",
   1320                 "1_month": "1 Month",
   1321                 "3_months": "3 Months",
   1322                 "6_months": "6 Months"
   1323             },
   1324             "disable_story_sections": {
   1325                 "friends": "Friends",
   1326                 "suggested_stories": "Suggested Stories",
   1327                 "following": "Following",
   1328                 "discover": "Discover"
   1329             },
   1330             "disable_cameras":{
   1331                 "front": "Front Camera",
   1332                 "back": "Back Camera"
   1333             },
   1334             "disable_permission_requests": {
   1335                 "notifications": "Notifications",
   1336                 "read_media_images": "Read Media Images",
   1337                 "read_media_video": "Read Media Video",
   1338                 "camera": "Camera",
   1339                 "microphone": "Microphone",
   1340                 "location": "Location",
   1341                 "read_contacts": "Read Contacts",
   1342                 "nearby_devices": "Nearby Devices",
   1343                 "phone_calls": "Phone Calls"
   1344             },
   1345             "message_indicators": {
   1346                 "encryption_indicator": "Adds a \uD83D\uDD12 icon next to messages that have been sent only to you",
   1347                 "platform_indicator": "Adds the platform icon from which a media was sent (e.g. Android, iOS, Web)",
   1348                 "location_indicator": "Adds a \uD83D\uDCCD icon to snaps when they have been sent with location enabled",
   1349                 "ovf_editor_indicator": "Indicates if a snap has been sent using OVF Editor",
   1350                 "director_mode_indicator": "Adds a \u270F\uFE0F icon to snaps when they have been sent using Director Mode, which can be used to send gallery images as snaps"
   1351             },
   1352             "auto_mark_as_read": {
   1353                 "conversation_read": "Mark conversation as read when sending a message",
   1354                 "snap_reply": "Mark snaps as read when replying to them"
   1355             },
   1356             "friend_mutation_notifier": {
   1357                 "remove_friend": "Notify when someone removes you as a friend",
   1358                 "birthday_changes": "Notify when someone changes their birthday",
   1359                 "bitmoji_selfie_changes": "Notify when someone changes their Bitmoji selfie",
   1360                 "bitmoji_avatar_changes": "Notify when someone changes their Bitmoji avatar",
   1361                 "bitmoji_background_changes": "Notify when someone changes their Bitmoji background",
   1362                 "bitmoji_scene_changes": "Notify when someone changes their Bitmoji scene"
   1363             },
   1364             "snapchat_plus":{
   1365                 "not_subscribed": "Not Subscribed",
   1366                 "basic": "Basic",
   1367                 "ad_free": "Ad Free"
   1368             },
   1369             "double_tap_chat_action": {
   1370                 "like_message": "Like Message",
   1371                 "copy_text": "Copy Text to Clipboard",
   1372                 "delete_message": "Delete Message",
   1373                 "mark_as_read": "Mark as Read",
   1374                 "custom_emoji_reaction": "Custom Emoji Reaction"
   1375             },
   1376             "startup_default_camera": {
   1377                 "front": "Front Camera",
   1378                 "back": "Back Camera"
   1379             }
   1380         }
   1381     },
   1382 
   1383     "friend_menu_option": {
   1384         "mark_snaps_as_seen": "Mark Snaps as seen",
   1385         "mark_stories_as_seen_locally": "Mark Stories as seen locally",
   1386         "preview": "Preview",
   1387         "stealth_mode": "Stealth Mode",
   1388         "auto_download_blacklist": "Auto Download Blacklist",
   1389         "anti_auto_save": "Anti Auto Save"
   1390     },
   1391 
   1392     "content_type": {
   1393         "CHAT": "Chat",
   1394         "SNAP": "Snap",
   1395         "EXTERNAL_MEDIA": "External Media",
   1396         "NOTE": "Audio Note",
   1397         "STICKER": "Sticker",
   1398         "SHARE": "Share",
   1399         "STATUS": "Status",
   1400         "LOCATION": "Location",
   1401         "STATUS_SAVE_TO_CAMERA_ROLL": "Saved to Camera Roll",
   1402         "STATUS_CONVERSATION_CAPTURE_SCREENSHOT": "Screenshot",
   1403         "STATUS_CONVERSATION_CAPTURE_RECORD": "Screen Record",
   1404         "STATUS_CALL_MISSED_VIDEO": "Missed Video Call",
   1405         "STATUS_CALL_MISSED_AUDIO": "Missed Audio Call",
   1406         "LIVE_LOCATION_SHARE": "Live Location Share",
   1407         "CREATIVE_TOOL_ITEM": "Creative Tool Item",
   1408         "FAMILY_CENTER_INVITE": "Family Center Invite",
   1409         "FAMILY_CENTER_ACCEPT": "Family Center Accept",
   1410         "FAMILY_CENTER_LEAVE": "Family Center Leave",
   1411         "STATUS_PLUS_GIFT": "Status Plus Gift",
   1412         "TINY_SNAP": "Tiny Snap",
   1413         "STATUS_COUNTDOWN": "Countdown",
   1414         "MAP_REACTION": "Map Reaction"
   1415     },
   1416 
   1417     "media_download_source": {
   1418         "none": "None",
   1419         "pending": "Pending",
   1420         "chat_media": "Chat Media",
   1421         "story": "Story",
   1422         "public_story": "Public Story",
   1423         "spotlight": "Spotlight",
   1424         "profile_picture": "Profile Picture",
   1425         "story_logger": "Story Logger",
   1426         "message_logger": "Message Logger",
   1427         "merged": "Merged",
   1428         "voice_call": "Voice Call"
   1429     },
   1430 
   1431     "chat_action_menu": {
   1432         "preview_button": "Preview",
   1433         "download_button": "Download",
   1434         "delete_logged_message_button": "Delete Logged Message",
   1435         "show_chat_edit_history": "Show Chat Edit History",
   1436         "convert_message": "Convert Message"
   1437     },
   1438 
   1439     "opera_context_menu": {
   1440         "download": "Download Media",
   1441         "sent_at": "Sent at {date}",
   1442         "created_at": "Created at {date}",
   1443         "expires_at": "Expires at {date}",
   1444         "media_size": "Media size: {size}",
   1445         "media_duration": "Media duration: {duration} ms",
   1446         "show_debug_info": "Show Debug Info"
   1447     },
   1448 
   1449     "modal_option": {
   1450         "profile_info": "Profile Info",
   1451         "close": "Close"
   1452     },
   1453 
   1454     "gallery_media_send_override": {
   1455         "multiple_media_toast": "You can only send one media at a time"
   1456     },
   1457 
   1458     "mark_as_seen": {
   1459         "no_unseen_snaps_toast": "No unseen Snaps found!",
   1460         "seen_toast": "Marked as seen!",
   1461         "unseen_toast": "Marked as unseen!",
   1462         "already_seen_toast": "Already marked as seen!",
   1463         "already_unseen_toast": "Already marked as unseen!"
   1464     },
   1465 
   1466     "conversation_preview": {
   1467         "streak_expiration": "expires in {day} days {hour} hours {minute} minutes",
   1468         "total_messages": "Total sent/received messages: {count}",
   1469         "title": "Preview",
   1470         "unknown_user": "Unknown User",
   1471         "no_messages": "No messages found!"
   1472     },
   1473 
   1474     "profile_info": {
   1475         "title": "Profile Info",
   1476         "first_created_username": "First Created Username",
   1477         "mutable_username": "Mutable Username",
   1478         "display_name": "Display Name",
   1479         "added_date": "Added Date",
   1480         "birthday": "Birthday : {month} {day}",
   1481         "hidden_birthday": "Birthday : Hidden",
   1482         "friendship": "Friendship",
   1483         "add_source": "Add Source",
   1484         "snapchat_plus": "Snapchat Plus",
   1485         "snapchat_plus_state": {
   1486             "subscribed": "Subscribed",
   1487             "not_subscribed": "Not Subscribed"
   1488         }
   1489     },
   1490 
   1491     "friendship_link_type": {
   1492         "mutual": "Mutual",
   1493         "outgoing": "Outgoing",
   1494         "blocked": "Blocked",
   1495         "deleted": "Deleted",
   1496         "following": "Following",
   1497         "suggested": "Suggested",
   1498         "incoming": "Incoming",
   1499         "incoming_follower": "Incoming Follower"
   1500     },
   1501 
   1502     "bulk_messaging_action": {
   1503         "choose_action_title": "Choose an action",
   1504         "progress_status": "Processing {index} of {total}",
   1505         "selection_dialog_continue_button": "Continue",
   1506         "confirmation_dialog": {
   1507             "title": "Are you sure?",
   1508             "message": "This will affect all selected friends. This action cannot be undone."
   1509         },
   1510         "actions": {
   1511             "remove_friends": "Remove Friends",
   1512             "clear_conversations": "Clear Conversations"
   1513         }
   1514     },
   1515 
   1516     "chat_export": {
   1517         "exporter_dialog": {
   1518             "select_conversations_title": "Select Conversations",
   1519             "text_field_selection": "{amount} selected",
   1520             "text_field_selection_all": "All",
   1521             "export_file_format_title": "Export File Format",
   1522             "message_type_filter_title": "Filter Messages by Type",
   1523             "amount_of_messages_title": "Amount of Messages (leave it blank for all)",
   1524             "download_medias_title": "Download Medias"
   1525         },
   1526         "dialog_negative_button": "Cancel",
   1527         "dialog_positive_button": "Export",
   1528         "exported_to": "Exported to {path}",
   1529         "exporting_chats": "Exporting Chats...",
   1530         "processing_chats": "Processing {amount} conversations...",
   1531         "export_fail": "Failed to export conversation {conversation}",
   1532         "writing_output": "Writing output...",
   1533         "finished": "Done! You now can close this dialog.",
   1534         "no_messages_found": "No messages found!",
   1535         "exporting_message": "Exporting {conversation}..."
   1536     },
   1537 
   1538     "button": {
   1539         "ok": "OK",
   1540         "positive": "Yes",
   1541         "negative": "No",
   1542         "cancel": "Cancel",
   1543         "open": "Open",
   1544         "download": "Download",
   1545         "send": "Send",
   1546         "restore_original": "Restore Original",
   1547         "convert_external_media": "Convert External Media"
   1548     },
   1549 
   1550     "tracker_events": {
   1551         "conversation_enter": "Conversation Enter",
   1552         "conversation_exit": "Conversation Exit",
   1553         "started_typing": "Started Typing",
   1554         "stopped_typing": "Stopped Typing",
   1555         "started_speaking": "Started Speaking",
   1556         "stopped_speaking": "Stopped Speaking",
   1557         "started_peeking": "Started Peeking",
   1558         "stopped_peeking": "Stopped Peeking",
   1559         "message_read": "Message Read",
   1560         "message_deleted": "Message Deleted",
   1561         "message_saved": "Message Saved",
   1562         "message_unsaved": "Message Unsaved",
   1563         "message_edited": "Message Edited",
   1564         "message_reaction_add": "Message Reaction Add",
   1565         "message_reaction_remove": "Message Reaction Remove",
   1566         "snap_opened": "Snap Opened",
   1567         "snap_replayed": "Snap Replayed",
   1568         "snap_replayed_twice": "Snap Replayed Twice",
   1569         "snap_screenshot": "Snap Screenshot",
   1570         "snap_screen_record": "Snap Screen Record"
   1571     },
   1572 
   1573     "tracker_actions": {
   1574         "log": "Log",
   1575         "in_app_notification": "In-App Notification",
   1576         "push_notification": "Push Notification",
   1577         "custom": "Custom"
   1578     },
   1579 
   1580     "better_notifications": {
   1581         "button": {
   1582             "reply": "Reply",
   1583             "download": "Download",
   1584             "mark_as_read": "Mark as Read"
   1585         }
   1586     },
   1587 
   1588     "profile_picture_downloader": {
   1589         "button": "Download Profile Picture",
   1590         "title": "Profile Picture Downloader",
   1591         "avatar_option": "Avatar",
   1592         "background_option": "Background"
   1593     },
   1594 
   1595     "call_start_confirmation": {
   1596         "dialog_title": "Start Call",
   1597         "dialog_message": "Are you sure you want to start a call?"
   1598     },
   1599 
   1600     "half_swipe_notifier": {
   1601         "notification_channel_name": "Half Swipe",
   1602         "notification_content_dm": "{friend} just half-swiped into your chat for {duration} seconds",
   1603         "notification_content_group": "{friend} just half-swiped into {group} for {duration} seconds"
   1604     },
   1605 
   1606     "download_processor": {
   1607         "attachment_type": {
   1608             "snap": "Snap",
   1609             "sticker": "Sticker",
   1610             "gif": "GIF",
   1611             "external_media": "External Media",
   1612             "note": "Note",
   1613             "original_story": "Original Story"
   1614         },
   1615         "select_attachments_title": "Select attachments",
   1616         "download_started_toast": "Download started",
   1617         "unsupported_content_type_toast": "Unsupported content type!",
   1618         "failed_no_longer_available_toast": "Media no longer available",
   1619         "no_attachments_toast": "No attachments found!",
   1620         "already_queued_toast": "Media already in queue!",
   1621         "already_downloaded_toast": "Media already downloaded!",
   1622         "content_saved_toast": "Saved!",
   1623         "download_toast": "Downloading {path}...",
   1624         "processing_toast": "Processing {path}...",
   1625         "failed_generic_toast": "Failed to download",
   1626         "failed_to_create_preview_toast": "Failed to create preview",
   1627         "failed_processing_toast": "Failed processing {error}",
   1628         "failed_gallery_toast": "Failed saving to gallery {error}",
   1629         "dash_no_chapter": "No chapter found",
   1630         "dash_dialog": {
   1631             "title": "Download dash media",
   1632             "download_all": "Download All",
   1633             "segment_text": "Segment {from} - {to}"
   1634         }
   1635     },
   1636 
   1637     "streaks_reminder": {
   1638         "notification_title": "Streaks",
   1639         "notification_text": "You will lose your Streak with {friend} in {hoursLeft} hours"
   1640     },
   1641 
   1642     "biometric_auth": {
   1643         "unlock_button": "Unlock",
   1644         "title": "Unlock Snapchat",
   1645         "subtitle": "Please authenticate to unlock Snapchat"
   1646     },
   1647 
   1648     "end_to_end_encryption": {
   1649         "toolbox": {
   1650             "no_shared_key": "You don't have a shared secret with this friend yet. Click below to initiate a new one.",
   1651             "shared_key_fingerprint": "Your fingerprint is:\n\n{fingerprint}\n\nMake sure to check if it matches your friend's fingerprint!",
   1652             "initiate_exchange_button": "Initiate Key Exchange"
   1653         },
   1654         "confirmation_dialogs": {
   1655             "title": "End-to-end encryption",
   1656             "confirmation_1": "WARNING: This will overwrite your existing key. You will loose access to all encrypted messages from this friend. Are you sure you want to continue?",
   1657             "confirmation_2": "Are you REALLY sure you want to continue? This is your last chance to back out."
   1658         },
   1659         "unencrypted_conversation_send_failure_toast": "You can't send encrypted content to both encrypted and unencrypted conversations!",
   1660         "native_hooks_send_failure_toast": "Failed to send! Please enable Native Hooks in the settings.",
   1661         "no_participants_to_encrypt_toast": "You don't have any friends in this conversation to encrypt messages with!",
   1662         "encryption_failed_toast": "Failed to encrypt message! Check logcat for more details.",
   1663         "accept_public_key_success_toast": "Public key successfully accepted!",
   1664         "accept_secret_key_success_toast": "Done! You can now send and receive encrypted messages with this friend.",
   1665         "accept_public_key_failure_toast": "Failed to accept public key",
   1666         "accept_secret_key_failure_toast": "Failed to accept secret key",
   1667         "accept_secret_button": "Accept Secret",
   1668         "accept_public_key_button": "Accept Public Key",
   1669         "outgoing_pk_message": "Key exchange request",
   1670         "outgoing_secret_message": "Key exchange response",
   1671         "incoming_pk_message": "You just received a public key request. Click below to accept it.",
   1672         "incoming_secret_message": "Your friend just accepted your public key. Click below to accept the secret."
   1673     },
   1674 
   1675     "auto_open_snaps": {
   1676         "title": "Auto Open Snaps",
   1677         "notification_content": "{count} Snaps opened"
   1678     },
   1679 
   1680     "friend_mutation_observer": {
   1681         "notification_channel_name": "Friend Mutation Observer",
   1682         "friend_removed": "{username} has removed you as a friend",
   1683         "birthday_removed": "{username} has removed their birthday ({birthday})",
   1684         "birthday_added": "{username} has added their birthday ({birthday})",
   1685         "birthday_changed": "{username} has changed their birthday from {oldBirthday} to {newBirthday}",
   1686         "bitmoji_selfie_changed": "{username} has changed their Bitmoji selfie",
   1687         "bitmoji_avatar_changed": "{username} has changed their Bitmoji avatar",
   1688         "bitmoji_background_changed": "{username} has changed their Bitmoji background",
   1689         "bitmoji_scene_changed": "{username} has changed their Bitmoji scene"
   1690     },
   1691 
   1692     "material3_strings": {
   1693         "date_range_picker_start_headline": "From",
   1694         "date_range_picker_end_headline": "To",
   1695         "date_range_picker_title": "Select date range",
   1696         "date_picker_switch_to_calendar_mode": "Calendar",
   1697         "date_picker_switch_to_input_mode": "Input",
   1698         "date_range_picker_scroll_to_previous_month": "Previous month",
   1699         "date_range_picker_scroll_to_next_month": "Next month",
   1700         "date_picker_today_description": "Today",
   1701         "date_range_picker_day_in_range": "Selected",
   1702         "date_input_invalid_for_pattern": "Invalid date",
   1703         "date_input_invalid_year_range": "Invalid year",
   1704         "date_input_invalid_not_allowed": "Invalid date",
   1705         "date_range_input_invalid_range_input": "Invalid date range"
   1706     },
   1707 
   1708     "send_override_dialog": {
   1709         "title": "Send media as {type}",
   1710         "duration": "Duration: {duration}",
   1711         "saveable_snap_hint": "Make Snap saveable in the chat",
   1712         "unlimited_duration": "Unlimited"
   1713     }
   1714 }