Files
XSnap/common/src/main/assets/lang/en_US.json
2023-12-31 00:33:38 +01:00

1096 lines
51 KiB
JSON

{
"setup": {
"dialogs": {
"select_language": "Select Language",
"save_folder": "SnapEnhance requires Storage permissions to download and Save Media from Snapchat.\nPlease choose the location where media should be downloaded to.",
"select_save_folder_button": "Select Folder"
},
"mappings": {
"dialog": "To dynamically support a wide range of Snapchat Versions, mappings are necessary for SnapEnhance to function properly, this should not take more than 5 seconds.",
"generate_button": "Generate",
"generate_failure_no_snapchat": "SnapEnhance was unable to detect Snapchat, please try reinstalling Snapchat.",
"generate_failure": "An error occurred while trying to generate mappings, please try again.",
"generate_success": "Mappings generated successfully."
},
"permissions": {
"dialog": "To continue you need to fit the following requirements:",
"notification_access": "Notification Access",
"battery_optimization": "Battery Optimization",
"display_over_other_apps": "Display Over Other Apps",
"request_button": "Request"
}
},
"manager": {
"routes": {
"tasks": "Tasks",
"features": "Features",
"home": "Home",
"home_settings": "Settings",
"home_logs": "Logs",
"social": "Social",
"scripts": "Scripts"
},
"sections": {
"home": {
"logs": {
"clear_logs_button": "Clear Logs",
"export_logs_button": "Export Logs"
}
},
"tasks": {
"no_tasks": "No tasks"
},
"features": {
"disabled": "Disabled"
},
"social": {
"e2ee_title": "End-to-End Encryption",
"rules_title": "Rules",
"participants_text": "{count} participants",
"not_found": "Not found",
"streaks_title": "Streaks",
"streaks_length_text": "Length: {length}",
"streaks_expiration_short": "{hours}h",
"streaks_expiration_text": "Expires in {eta}",
"reminder_button": "Set Reminder"
}
},
"dialogs": {
"add_friend": {
"title": "Add Friend or Group",
"search_hint": "Search",
"fetch_error": "Failed to fetch data",
"category_groups": "Groups",
"category_friends": "Friends"
},
"scripting_warning": {
"title": "Warning",
"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."
}
}
},
"rules": {
"modes": {
"blacklist": "Blacklist mode",
"whitelist": "Whitelist mode"
},
"properties": {
"auto_download": {
"name": "Auto download",
"description": "Automatically download Snaps when viewing them",
"options": {
"blacklist": "Exclude from Auto Download",
"whitelist": "Auto Download"
}
},
"stealth": {
"name": "Stealth Mode",
"description": "Prevents anyone from knowing you've opened their Snaps/Chats and conversations",
"options": {
"blacklist": "Exclude from Stealth Mode",
"whitelist": "Stealth mode"
}
},
"auto_save": {
"name": "Auto Save",
"description": "Saves Chat Messages when viewing them",
"options": {
"blacklist": "Exclude from Auto save",
"whitelist": "Auto save"
}
},
"unsaveable_messages": {
"name": "Unsaveable Messages",
"description": "Prevents messages from being saved in chat by other people",
"options": {
"blacklist": "Exclude from Unsaveable Messages",
"whitelist": "Unsaveable Messages"
}
},
"hide_friend_feed": {
"name": "Hide from Friend Feed"
},
"e2e_encryption": {
"name": "Use E2E Encryption"
},
"pin_conversation": {
"name": "Pin Conversation"
}
}
},
"actions": {
"clean_snapchat_cache": "Clean Snapchat Cache",
"clear_message_logger": "Clear Message Logger",
"refresh_mappings": "Refresh Mappings",
"open_map": "Choose location on map",
"check_for_updates": "Check for updates",
"export_chat_messages": "Export Chat Messages",
"export_memories": "Export Memories",
"bulk_messaging_action": "Bulk Messaging Action"
},
"features": {
"notices": {
"unstable": "\u26A0 Unstable",
"ban_risk": "\u26A0 This feature may cause bans",
"internal_behavior": "\u26A0 This may break Snapchat internal behavior",
"require_native_hooks": "\u26A0 This feature requires experimental Native Hooks to work correctly"
},
"properties": {
"downloader": {
"name": "Downloader",
"description": "Download Snapchat Media",
"properties": {
"save_folder": {
"name": "Save Folder",
"description": "Select the directory to which all media should be downloaded to"
},
"auto_download_sources": {
"name": "Auto Download Sources",
"description": "Select the sources to automatically download from"
},
"prevent_self_auto_download": {
"name": "Prevent Self Auto Download",
"description": "Prevents your own Snaps from being downloaded automatically"
},
"path_format": {
"name": "Path Format",
"description": "Specify the File Path Format"
},
"allow_duplicate": {
"name": "Allow Duplicate",
"description": "Allows the same media to be downloaded multiple times"
},
"merge_overlays": {
"name": "Merge Overlays",
"description": "Combines the Text and the media of a Snap into a single file"
},
"force_image_format": {
"name": "Force Image Format",
"description": "Forces images to be saved in a specified Format"
},
"force_voice_note_format": {
"name": "Force Voice Note Format",
"description": "Forces Voice Notes to be saved in a specified Format"
},
"download_profile_pictures": {
"name": "Download Profile Pictures",
"description": "Allows you to download Profile Pictures from the profile page"
},
"opera_download_button": {
"name": "Opera Download Button",
"description": "Adds a download button on the top right corner when viewing a Snap"
},
"chat_download_context_menu": {
"name": "Chat Download Context Menu",
"description": "Allows you to download media from a conversation by long-pressing them"
},
"ffmpeg_options": {
"name": "FFmpeg Options",
"description": "Specify additional FFmpeg options",
"properties": {
"threads": {
"name": "Threads",
"description": "The amount of threads to use"
},
"preset": {
"name": "Preset",
"description": "Set the speed of the conversion"
},
"constant_rate_factor": {
"name": "Constant Rate Factor",
"description": "Set the constant rate factor for the video encoder\nFrom 0 to 51 for libx264"
},
"video_bitrate": {
"name": "Video Bitrate",
"description": "Set the video bitrate (kbps)"
},
"audio_bitrate": {
"name": "Audio Bitrate",
"description": "Set the audio bitrate (kbps)"
},
"custom_video_codec": {
"name": "Custom Video Codec",
"description": "Set a custom Video Codec (e.g. libx264)"
},
"custom_audio_codec": {
"name": "Custom Audio Codec",
"description": "Set a custom Audio Codec (e.g. AAC)"
}
}
},
"logging": {
"name": "Logging",
"description": "Shows toasts when media is downloading"
},
"custom_path_format": {
"name": "Custom Path Format",
"description": "Specify a custom path format for downloaded media\n\nAvailable variables:\n - %username%\n - %source%\n - %hash%\n - %date_time%"
}
}
},
"user_interface": {
"name": "User Interface",
"description": "Change the look and feel of Snapchat",
"properties": {
"enable_app_appearance": {
"name": "Enable App Appearance Settings",
"description": "Enables the hidden App Appearance Setting\nMay not be required on newer Snapchat versions"
},
"amoled_dark_mode": {
"name": "AMOLED Dark Mode",
"description": "Enables AMOLED dark mode\nMake sure Snapchats Dark mode is enabled"
},
"friend_feed_message_preview": {
"name": "Friend Feed Message Preview",
"description": "Shows a preview of the last messages in the Friend Feed",
"properties": {
"amount": {
"name": "Amount",
"description": "The amount of messages to get previewed"
}
}
},
"snap_preview": {
"name": "Snap Preview",
"description": "Displays a small preview next to unseen Snaps in chat"
},
"bootstrap_override": {
"name": "Bootstrap Override",
"description": "Overrides user interface bootstrap settings",
"properties": {
"app_appearance": {
"name": "App Appearance",
"description": "Sets a persistent App Appearance"
},
"home_tab": {
"name": "Home Tab",
"description": "Overrides the startup tab when opening Snapchat"
}
}
},
"map_friend_nametags": {
"name": "Enhanced Friend Map Nametags",
"description": "Improves the Nametags of friends on the Snapmap"
},
"prevent_message_list_auto_scroll": {
"name": "Prevent Message List Auto Scroll",
"description": "Prevents the message list from scrolling to the bottom when sending/receiving a message"
},
"streak_expiration_info": {
"name": "Show Streak Expiration Info",
"description": "Shows a Streak Expiration timer next to the Streaks counter"
},
"hide_friend_feed_entry": {
"name": "Hide Friend Feed Entry",
"description": "Hides a specific friend from the Friend Feed\nUse the social tab to manage this feature"
},
"hide_streak_restore": {
"name": "Hide Streak Restore",
"description": "Hides the Restore button in the friend feed"
},
"hide_quick_add_friend_feed": {
"name": "Hide Quick Add in Friend Feed",
"description": "Hides the Quick Add section in the friend feed"
},
"hide_story_sections": {
"name": "Hide Story Section",
"description": "Hide certain UI Elements shown in the story section"
},
"hide_ui_components": {
"name": "Hide UI Components",
"description": "Select which UI components to hide"
},
"opera_media_quick_info": {
"name": "Opera Media Quick Info",
"description": "Shows useful information of media such as creation date in opera viewer context menu"
},
"old_bitmoji_selfie": {
"name": "Old Bitmoji Selfie",
"description": "Brings back the Bitmoji selfies from older Snapchat versions"
},
"disable_spotlight": {
"name": "Disable Spotlight",
"description": "Disables the Spotlight page"
},
"hide_settings_gear": {
"name": "Hide Settings Gear",
"description": "Hides the SnapEnhance Settings Gear in friend feed"
},
"friend_feed_menu_buttons": {
"name": "Friend Feed Menu Buttons",
"description": "Select which buttons to show in the Friend Feed Menu"
},
"vertical_story_viewer": {
"name": "Vertical Story Viewer",
"description": "Enables the vertical story viewer for all stories"
},
"friend_feed_menu_position": {
"name": "Friend Feed Position Index",
"description": "The position of the Friend Feed Menu component"
},
"enable_friend_feed_menu_bar": {
"name": "Friend Feed Menu Bar",
"description": "Enables the new Friend Feed Menu Bar"
},
"fidelius_indicator": {
"name": "Fidelius Indicator",
"description": "Adds a green circle next to messages that have been sent only to you"
},
"edit_text_override": {
"name": "Edit Text Override",
"description": "Overrides text field behavior"
}
}
},
"messaging": {
"name": "Messaging",
"description": "Change how you interact with friends",
"properties": {
"bypass_screenshot_detection": {
"name": "Bypass Screenshot Detection",
"description": "Prevents Snapchat from detecting when you take a screenshot"
},
"anonymous_story_viewing": {
"name": "Anonymous Story Viewing",
"description": "Prevents anyone from knowing you've seen their story"
},
"prevent_story_rewatch_indicator": {
"name": "Prevent Story Rewatch Indicator",
"description": "Prevents anyone from knowing you've rewatched their story"
},
"hide_peek_a_peek": {
"name": "Hide Peek-a-Peek",
"description": "Prevents notification from being sent when you half swipe into a chat"
},
"hide_bitmoji_presence": {
"name": "Hide Bitmoji Presence",
"description": "Prevents your Bitmoji from popping up while in Chat"
},
"hide_typing_notifications": {
"name": "Hide Typing Notifications",
"description": "Prevents anyone from knowing you're typing a message"
},
"unlimited_snap_view_time": {
"name": "Unlimited Snap View Time",
"description": "Removes the Time Limit for viewing Snaps"
},
"disable_replay_in_ff": {
"name": "Disable Replay in FF",
"description": "Disables the ability to replay with a long press from the Friend Feed"
},
"half_swipe_notifier": {
"name": "Half Swipe Notifier",
"description": "Notifies you when someone half swipes into a conversation",
"properties": {
"min_duration": {
"name": "Minimum Duration",
"description": "The minimum duration of the half swipe (in seconds)"
},
"max_duration": {
"name": "Maximum Duration",
"description": "The maximum duration of the half swipe (in seconds)"
}
}
},
"message_preview_length": {
"name": "Message Preview Length",
"description": "Specify the amount of messages to get previewed"
},
"call_start_confirmation": {
"name": "Call Start Confirmation",
"description": "Shows a confirmation dialog when starting a call"
},
"prevent_message_sending": {
"name": "Prevent Message Sending",
"description": "Prevents sending certain types of messages"
},
"instant_delete": {
"name": "Instant Delete",
"description": "Removes the confirmation dialog when deleting messages"
},
"better_notifications": {
"name": "Better Notifications",
"description": "Adds more information in received notifications"
},
"notification_blacklist": {
"name": "Notification Blacklist",
"description": "Select notifications which should get blocked"
},
"message_logger": {
"name": "Message Logger",
"description": "Prevents messages from being deleted",
"properties": {
"keep_my_own_messages": {
"name": "Keep My Own Messages",
"description": "Prevents your own messages from being deleted"
},
"auto_purge": {
"name": "Auto Purge",
"description": "Automatically deletes cached messages that are older than the specified amount of time"
},
"message_filter": {
"name": "Message Filter",
"description": "Select which messages should get logged (empty for all messages)"
}
}
},
"auto_save_messages_in_conversations": {
"name": "Auto Save Messages",
"description": "Automatically saves every message in conversations"
},
"gallery_media_send_override": {
"name": "Gallery Media Send Override",
"description": "Spoofs the media source when sending from the Gallery"
},
"strip_media_metadata": {
"name": "Strip Media Metadata",
"description": "Removes metadata of media before sending as a message"
},
"bypass_message_retention_policy": {
"name": "Bypass Message Retention Policy",
"description": "Prevents messages from being deleted after viewing them"
}
}
},
"global": {
"name": "Global",
"description": "Tweak Global Snapchat Settings",
"properties": {
"spoofLocation": {
"name": "Location",
"description": "Spoof your location",
"properties": {
"coordinates": {
"name": "Coordinates",
"description": "Set the coordinates"
}
}
},
"suspend_location_updates": {
"name": "Suspend Location Updates",
"description": "Adds a button in map settings to suspend location updates"
},
"snapchat_plus": {
"name": "Snapchat Plus",
"description": "Enables Snapchat Plus features\nSome Server-sided features may not work"
},
"disable_confirmation_dialogs": {
"name": "Disable Confirmation Dialogs",
"description": "Automatically confirms selected actions"
},
"auto_updater": {
"name": "Auto Updater",
"description": "Automatically checks for new updates"
},
"disable_metrics": {
"name": "Disable Metrics",
"description": "Blocks sending specific analytic data to Snapchat"
},
"disable_public_stories": {
"name": "Disable Public Stories",
"description": "Removes every public story from the Discover page\nMay require a clean cache to work properly"
},
"block_ads": {
"name": "Block Ads",
"description": "Prevents Advertisements from being displayed"
},
"spotlight_comments_username": {
"name": "Spotlight Comments Username",
"description": "Shows author username in Spotlight comments"
},
"bypass_video_length_restriction": {
"name": "Bypass Video Length Restrictions",
"description": "Single: sends a single video\nSplit: split videos after editing"
},
"disable_google_play_dialogs": {
"name": "Disable Google Play Services Dialogs",
"description": "Prevent Google Play Services availability dialogs from being shown"
},
"force_upload_source_quality": {
"name": "Force Upload Source Quality",
"description": "Forces Snapchat to upload media in the original quality\nPlease note that this may not remove metadata from media"
},
"disable_snap_splitting": {
"name": "Disable Snap Splitting",
"description": "Prevents Snaps from being split into multiple parts\nPictures you send will turn into videos"
}
}
},
"rules": {
"name": "Rules",
"description": "Manage Automatic Features for individual people"
},
"camera": {
"name": "Camera",
"description": "Adjust the right settings for the perfect snap",
"properties": {
"disable_camera": {
"name": "Disable Camera",
"description": "Prevents Snapchat from using the cameras available on your device"
},
"black_photos": {
"name": "Black Photos",
"description": "Replaces captured photos with a black background\nVideos are not affected"
},
"immersive_camera_preview": {
"name": "Immersive Preview",
"description": "Prevents Snapchat from Cropping the Camera preview\nThis might cause the camera to flicker on some devices"
},
"override_preview_resolution": {
"name": "Override Preview Resolution",
"description": "Overrides the Camera Preview Resolution"
},
"override_picture_resolution": {
"name": "Override Picture Resolution",
"description": "Overrides the picture resolution"
},
"custom_preview_resolution": {
"name": "Custom Preview Resolution",
"description": "Sets a custom camera preview resolution, width x height (e.g. 1920x1080).\nThe custom resolution must be supported by your device"
},
"custom_picture_resolution": {
"name": "Custom Picture Resolution",
"description": "Sets a custom picture resolution, width x height (e.g. 1920x1080).\nThe custom resolution must be supported by your device"
},
"custom_frame_rate": {
"name": "Custom Frame Rate",
"description": "Overrides the camera frame rate"
},
"force_camera_source_encoding": {
"name": "Force Camera Source Encoding",
"description": "Forces the camera source encoding"
},
"hevc_recording": {
"name": "HEVC Recording",
"description": "Uses HEVC (H.265) codec for video recording"
}
}
},
"streaks_reminder": {
"name": "Streaks Reminder",
"description": "Periodically notifies you about your Streaks",
"properties": {
"interval": {
"name": "Interval",
"description": "The interval between each reminder (hours)"
},
"remaining_hours": {
"name": "Remaining Time",
"description": "The remaining amount of time before the notification is shown"
},
"group_notifications": {
"name": "Group Notifications",
"description": "Group notifications into a single one"
}
}
},
"experimental": {
"name": "Experimental",
"description": "Experimental features",
"properties": {
"native_hooks": {
"name": "Native Hooks",
"description": "Unsafe Features that hook into Snapchat's native code",
"properties": {
"disable_bitmoji": {
"name": "Disable Bitmoji",
"description": "Disables Friends Profile Bitmoji"
}
}
},
"spoof": {
"name": "Spoof",
"description": "Spoof various information about you",
"properties": {
"play_store_installer_package_name": {
"name": "Play Store Installer Package Name",
"description": "Overrides the installer package name to com.android.vending"
},
"fingerprint": {
"name": "Device Fingerprint",
"description": "Spoofs your device Fingerprint"
},
"android_id": {
"name": "Android ID",
"description": "Spoofs your Android ID to the specified value"
},
"remove_vpn_transport_flag": {
"name": "Remove VPN Transport Flag",
"description": "Prevents Snapchat from detecting VPNs"
},
"remove_mock_location_flag": {
"name": "Remove Mock Location Flag",
"description": "Prevents Snapchat from detecting Mock location"
},
"randomize_persistent_device_token": {
"name": "Randomize Persistent Device Token",
"description": "Generates a random device token after each login"
}
}
},
"convert_message_locally": {
"name": "Convert Message Locally",
"description": "Converts snaps to chat external media locally. This appears in chat download context menu"
},
"story_logger": {
"name": "Story Logger",
"description": "Provides a history of friends stories"
},
"app_passcode": {
"name": "App Passcode",
"description": "Sets a passcode to lock the app"
},
"app_lock_on_resume": {
"name": "App Lock On Resume",
"description": "Locks the app when it's reopened"
},
"infinite_story_boost": {
"name": "Infinite Story Boost",
"description": "Bypass the Story Boost Limit delay"
},
"meo_passcode_bypass": {
"name": "My Eyes Only Passcode Bypass",
"description": "Bypass the My Eyes Only passcode\nThis will only work if the passcode has been entered correctly before"
},
"unlimited_multi_snap": {
"name": "Unlimited Multi Snap",
"description": "Allows you to take an Unlimited Amount of Multi Snaps"
},
"no_friend_score_delay": {
"name": "No Friend Score Delay",
"description": "Removes the delay when viewing a Friends Score"
},
"e2ee": {
"name": "End-To-End Encryption",
"description": "Encrypts your messages with AES using a shared secret key\nMake sure to save your key somewhere safe!",
"properties": {
"encrypted_message_indicator": {
"name": "Encrypted Message Indicator",
"description": "Adds a \uD83D\uDD12 emoji next to encrypted messages"
},
"force_message_encryption": {
"name": "Force Message Encryption",
"description": "Prevents sending encrypted messages to people who don't have E2E Encryption enabled only when multiple conversations are selected"
}
}
},
"add_friend_source_spoof": {
"name": "Add Friend Source Spoof",
"description": "Spoofs the source of a Friend Request"
},
"hidden_snapchat_plus_features": {
"name": "Hidden Snapchat Plus Features",
"description": "Enables unreleased/beta Snapchat Plus features\nMight not work on older Snapchat versions"
},
"disable_composer_modules": {
"name": "Disable Composer Modules",
"description": "Prevents selected composer modules from being loaded\nNames must be separated by a comma"
},
"prevent_forced_logout": {
"name": "Prevent Forced Logout",
"description": "Prevents Snapchat from logging you out when you login on another device"
}
}
},
"scripting": {
"name": "Scripting",
"description": "Run custom scripts to extend SnapEnhance",
"properties": {
"developer_mode": {
"name": "Developer Mode",
"description": "Shows debug info on Snapchat's UI"
},
"module_folder": {
"name": "Module Folder",
"description": "The folder where the scripts are located"
},
"auto_reload": {
"name": "Auto Reload",
"description": "Automatically reloads scripts when they change"
},
"integrated_ui": {
"name": "Integrated UI",
"description": "Allows scripts to add custom UI components to Snapchat"
},
"disable_log_anonymization": {
"name": "Disable Log Anonymization",
"description": "Disables the anonymization of logs"
}
}
}
},
"options": {
"app_appearance": {
"always_light": "Always Light",
"always_dark": "Always Dark"
},
"better_notifications": {
"chat_preview": "Show a preview of chat",
"media_preview": "Show a preview of media",
"reply_button": "Add reply button",
"download_button": "Add download button",
"mark_as_read_button": "Mark as Read button",
"mark_as_read_and_save_in_chat": "Save in Chat when marking as read (depends on Auto Save)",
"group": "Group notifications"
},
"friend_feed_menu_buttons": {
"auto_download": "\u2B07\uFE0F Auto Download",
"auto_save": "\uD83D\uDCAC Auto Save Messages",
"unsaveable_messages": "\u2B07\uFE0F Unsaveable Messages",
"stealth": "\uD83D\uDC7B Stealth Mode",
"mark_snaps_as_seen": "\uD83D\uDC40 Mark Snaps as seen",
"mark_stories_as_seen_locally": "\uD83D\uDC40 Mark Stories as seen locally",
"conversation_info": "\uD83D\uDC64 Conversation Info",
"e2e_encryption": "\uD83D\uDD12 Use E2E Encryption"
},
"path_format": {
"create_author_folder": "Create folder for each author",
"create_source_folder": "Create folder for each media source type",
"append_hash": "Add a unique hash to the file name",
"append_source": "Add the media source to the file name",
"append_username": "Add the username to the file name",
"append_date_time": "Add the date and time to the file name"
},
"auto_download_sources": {
"friend_snaps": "Friend Snaps",
"friend_stories": "Friend Stories",
"public_stories": "Public Stories",
"spotlight": "Spotlight"
},
"logging": {
"started": "Started",
"success": "Success",
"progress": "Progress",
"failure": "Failure"
},
"notifications": {
"chat_screenshot": "Screenshot",
"chat_screen_record": "Screen Record",
"snap_replay": "Snap Replay",
"camera_roll_save": "Camera Roll Save",
"chat": "Chat",
"chat_reply": "Chat Reply",
"snap": "Snap",
"typing": "Typing",
"stories": "Stories",
"chat_reaction": "DM Reaction",
"group_chat_reaction": "Group Reaction",
"initiate_audio": "Incoming Audio Call",
"abandon_audio": "Missed Audio Call",
"initiate_video": "Incoming Video Call",
"abandon_video": "Missed Video Call"
},
"gallery_media_send_override": {
"ORIGINAL": "Original",
"NOTE": "Audio Note",
"SNAP": "Snap",
"SAVABLE_SNAP": "Savable Snap"
},
"strip_media_metadata": {
"hide_caption_text": "Hide Caption Text",
"hide_snap_filters": "Hide Snap Filters",
"hide_extras": "Hide Extras (e.g. mentions)",
"remove_audio_note_duration": "Remove Audio Note Duration",
"remove_audio_note_transcript_capability": "Remove Audio Note Transcript Capability"
},
"hide_ui_components": {
"hide_profile_call_buttons": "Remove Profile Call Buttons",
"hide_chat_call_buttons": "Remove Chat Call Buttons",
"hide_live_location_share_button": "Remove Live Location Share Button",
"hide_stickers_button": "Remove Stickers Button",
"hide_voice_record_button": "Remove Voice Record Button",
"hide_unread_chat_hint": "Remove Unread Chat Hint"
},
"hide_story_sections": {
"hide_friend_suggestions": "Hide friend suggestions",
"hide_suggested_friend_stories": "Hide suggested friend stories",
"hide_friends": "Hide friends section",
"hide_suggested": "Hide suggested section",
"hide_for_you": "Hide For You section"
},
"home_tab": {
"map": "Map",
"chat": "Chat",
"camera": "Camera",
"discover": "Discover",
"spotlight": "Spotlight"
},
"add_friend_source_spoof": {
"added_by_quick_add": "By Quick Add",
"added_by_username": "By Username",
"added_by_mention": "By Mention",
"added_by_group_chat": "By Group Chat",
"added_by_qr_code": "By QR Code",
"added_by_community": "By Community"
},
"bypass_video_length_restriction": {
"single": "Single media",
"split": "Split media"
},
"old_bitmoji_selfie": {
"2d": "2D Bitmoji",
"3d": "3D Bitmoji"
},
"disable_confirmation_dialogs": {
"remove_friend": "Remove Friend",
"block_friend": "Block Friend",
"ignore_friend": "Ignore Friend",
"hide_friend": "Hide Friend",
"hide_conversation": "Hide Conversation",
"clear_conversation": "Clear Conversation from Friend Feed"
},
"auto_reload": {
"snapchat_only": "Snapchat Only",
"all": "All (Snapchat + SnapEnhance)"
},
"edit_text_override": {
"multi_line_chat_input": "Multi Line Chat Input",
"bypass_text_input_limit": "Bypass Text Input Limit"
},
"auto_purge": {
"never": "Never",
"1_hour": "1 Hour",
"3_hours": "3 Hours",
"6_hours": "6 Hours",
"12_hours": "12 Hours",
"1_day": "1 Day",
"3_days": "3 Days",
"1_week": "1 Week",
"2_weeks": "2 Weeks",
"1_month": "1 Month",
"3_months": "3 Months",
"6_months": "6 Months"
}
}
},
"friend_menu_option": {
"mark_snaps_as_seen": "Mark Snaps as seen",
"mark_stories_as_seen_locally": "Mark Stories as seen locally",
"preview": "Preview",
"stealth_mode": "Stealth Mode",
"auto_download_blacklist": "Auto Download Blacklist",
"anti_auto_save": "Anti Auto Save"
},
"content_type": {
"CHAT": "Chat",
"SNAP": "Snap",
"EXTERNAL_MEDIA": "External Media",
"NOTE": "Audio Note",
"STICKER": "Sticker",
"STATUS": "Status",
"LOCATION": "Location",
"STATUS_SAVE_TO_CAMERA_ROLL": "Saved to Camera Roll",
"STATUS_CONVERSATION_CAPTURE_SCREENSHOT": "Screenshot",
"STATUS_CONVERSATION_CAPTURE_RECORD": "Screen Record",
"STATUS_CALL_MISSED_VIDEO": "Missed Video Call",
"STATUS_CALL_MISSED_AUDIO": "Missed Audio Call",
"LIVE_LOCATION_SHARE": "Live Location Share",
"CREATIVE_TOOL_ITEM": "Creative Tool Item",
"FAMILY_CENTER_INVITE": "Family Center Invite",
"FAMILY_CENTER_ACCEPT": "Family Center Accept",
"FAMILY_CENTER_LEAVE": "Family Center Leave",
"STATUS_PLUS_GIFT": "Status Plus Gift",
"TINY_SNAP": "Tiny Snap",
"STATUS_COUNTDOWN": "Countdown"
},
"media_download_source": {
"none": "None",
"pending": "Pending",
"chat_media": "Chat Media",
"story": "Story",
"public_story": "Public Story",
"spotlight": "Spotlight",
"profile_picture": "Profile Picture",
"story_logger": "Story Logger",
"merged": "Merged"
},
"chat_action_menu": {
"preview_button": "Preview",
"download_button": "Download",
"delete_logged_message_button": "Delete Logged Message",
"convert_message": "Convert Message"
},
"opera_context_menu": {
"download": "Download Media",
"sent_at": "Sent at {date}",
"created_at": "Created at {date}",
"expires_at": "Expires at {date}",
"media_size": "Media size: {size}",
"media_duration": "Media duration: {duration} ms",
"show_debug_info": "Show Debug Info"
},
"modal_option": {
"profile_info": "Profile Info",
"close": "Close"
},
"gallery_media_send_override": {
"multiple_media_toast": "You can only send one media at a time"
},
"conversation_preview": {
"streak_expiration": "expires in {day} days {hour} hours {minute} minutes",
"total_messages": "Total sent/received messages: {count}",
"title": "Preview",
"unknown_user": "Unknown User"
},
"profile_info": {
"title": "Profile Info",
"first_created_username": "First Created Username",
"mutable_username": "Mutable Username",
"display_name": "Display Name",
"added_date": "Added Date",
"birthday": "Birthday : {month} {day}",
"hidden_birthday": "Birthday : Hidden",
"friendship": "Friendship",
"add_source": "Add Source",
"snapchat_plus": "Snapchat Plus",
"snapchat_plus_state": {
"subscribed": "Subscribed",
"not_subscribed": "Not Subscribed"
}
},
"friendship_link_type": {
"mutual": "Mutual",
"outgoing": "Outgoing",
"blocked": "Blocked",
"deleted": "Deleted",
"following": "Following",
"suggested": "Suggested",
"incoming": "Incoming",
"incoming_follower": "Incoming Follower"
},
"bulk_messaging_action": {
"choose_action_title": "Choose an action",
"progress_status": "Processing {index} of {total}",
"selection_dialog_continue_button": "Continue",
"confirmation_dialog": {
"title": "Are you sure?",
"message": "This will affect all selected friends. This action cannot be undone."
},
"actions": {
"remove_friends": "Remove Friends",
"clear_conversations": "Clear Conversations"
}
},
"chat_export": {
"exporter_dialog": {
"select_conversations_title": "Select Conversations",
"text_field_selection": "{amount} selected",
"text_field_selection_all": "All",
"export_file_format_title": "Export File Format",
"message_type_filter_title": "Filter Messages by Type",
"amount_of_messages_title": "Amount of Messages (leave it blank for all)",
"download_medias_title": "Download Medias"
},
"dialog_negative_button": "Cancel",
"dialog_positive_button": "Export",
"exported_to": "Exported to {path}",
"exporting_chats": "Exporting Chats...",
"processing_chats": "Processing {amount} conversations...",
"export_fail": "Failed to export conversation {conversation}",
"writing_output": "Writing output...",
"finished": "Done! You now can close this dialog.",
"no_messages_found": "No messages found!",
"exporting_message": "Exporting {conversation}..."
},
"button": {
"ok": "OK",
"positive": "Yes",
"negative": "No",
"cancel": "Cancel",
"open": "Open",
"download": "Download"
},
"better_notifications": {
"button": {
"reply": "Reply",
"download": "Download",
"mark_as_read": "Mark as Read"
},
"stealth_mode_notice": "Can't mark as read in stealth mode"
},
"profile_picture_downloader": {
"button": "Download Profile Picture",
"title": "Profile Picture Downloader",
"avatar_option": "Avatar",
"background_option": "Background"
},
"call_start_confirmation": {
"dialog_title": "Start Call",
"dialog_message": "Are you sure you want to start a call?"
},
"half_swipe_notifier": {
"notification_channel_name": "Half Swipe",
"notification_content_dm": "{friend} just half-swiped into your chat for {duration} seconds",
"notification_content_group": "{friend} just half-swiped into {group} for {duration} seconds"
},
"download_processor": {
"attachment_type": {
"snap": "Snap",
"sticker": "Sticker",
"external_media": "External Media",
"note": "Note",
"original_story": "Original Story"
},
"select_attachments_title": "Select attachments to download",
"download_started_toast": "Download started",
"unsupported_content_type_toast": "Unsupported content type!",
"failed_no_longer_available_toast": "Media no longer available",
"no_attachments_toast": "No attachments found!",
"already_queued_toast": "Media already in queue!",
"already_downloaded_toast": "Media already downloaded!",
"saved_toast": "Saved to {path}",
"download_toast": "Downloading {path}...",
"processing_toast": "Processing {path}...",
"failed_generic_toast": "Failed to download",
"failed_to_create_preview_toast": "Failed to create preview",
"failed_processing_toast": "Failed processing {error}",
"failed_gallery_toast": "Failed saving to gallery {error}"
},
"streaks_reminder": {
"notification_title": "Streaks",
"notification_text": "You will lose your Streak with {friend} in {hoursLeft} hours"
},
"suspend_location_updates": {
"switch_text": "Suspend Location Updates"
},
"material3_strings": {
"date_range_input_title": "",
"date_range_picker_start_headline": "From",
"date_range_picker_end_headline": "To",
"date_range_picker_title": "Select date range",
"date_picker_switch_to_calendar_mode": "Calendar",
"date_picker_switch_to_input_mode": "Input",
"date_range_picker_scroll_to_previous_month": "Previous month",
"date_range_picker_scroll_to_next_month": "Next month",
"date_picker_today_description": "Today",
"date_range_picker_day_in_range": "Selected",
"date_input_invalid_for_pattern": "Invalid date",
"date_input_invalid_year_range": "Invalid year",
"date_input_invalid_not_allowed": "Invalid date",
"date_range_input_invalid_range_input": "Invalid date range"
}
}