update translations
This commit is contained in:
@@ -33,8 +33,8 @@ tasks.register<GetVersionTask>("getVersion") {
|
||||
}
|
||||
|
||||
// You can still set these for legacy use by submodules or scripts:
|
||||
rootProject.ext.set("appVersionName", providers.gradleProperty("APP_VERSION_NAME").orElse("1.2.6").get())
|
||||
rootProject.ext.set("appVersionCode", providers.gradleProperty("APP_VERSION_CODE").orElse("252").get().toInt())
|
||||
rootProject.ext.set("appVersionName", providers.gradleProperty("APP_VERSION_NAME").orElse("1.3.0").get())
|
||||
rootProject.ext.set("appVersionCode", providers.gradleProperty("APP_VERSION_CODE").orElse("270").get().toInt())
|
||||
rootProject.ext.set("applicationId", "me.eternal.purrfectsnap")
|
||||
rootProject.ext.set(
|
||||
"buildHash",
|
||||
|
||||
@@ -1,3 +1,23 @@
|
||||
## v1.3.0
|
||||
- New: Bulk Manage Friend Requests(tq to RSR)
|
||||
- Fix: Bulk Action Progress Dialogs(tq to RSR)
|
||||
- Fix: Audio note send override(tq to RSR)
|
||||
- Fix: Improve PurrAura Active indicator(tq to RSR)
|
||||
- Fix: Prevent Story Rewatch(tq to Brandon)
|
||||
- Fix: Location search(tq to Brandon)
|
||||
- Fix: story download & decryption(tq to Hazelnut)
|
||||
- New: Add confirmation dialogs for Reset PurrfectSnap option
|
||||
- New: Google Maps Integration(tq to Brandon)
|
||||
- Fix: support more translation keys
|
||||
- Fix: several inconsistencies
|
||||
- Fix: add proper support for scripts
|
||||
- New: Swap wiki with new website
|
||||
- Fix: Custom emoji is now stable!
|
||||
- Fix: Poor Call recorder quality
|
||||
- New: order feature for chat exports
|
||||
- Fix: Gemini Auto Reply(tq to RSR)
|
||||
- New: Spotlight Creator Info(tq to RSR)
|
||||
|
||||
## v1.2.6
|
||||
- Fix: All translations are now high quality and up to date
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -28,7 +28,8 @@
|
||||
"dialogs": {
|
||||
"select_language": "Select Language",
|
||||
"save_folder": "Choose where to save downloads",
|
||||
"select_save_folder_button": "Select Folder"
|
||||
"select_save_folder_button": "Select Folder",
|
||||
"hex_color_label": "Hex Colour"
|
||||
},
|
||||
"install_mode": {
|
||||
"confirm_timeout": "I understand ({seconds}s)",
|
||||
@@ -196,7 +197,7 @@
|
||||
},
|
||||
"sections": {
|
||||
"home": {
|
||||
"version_title": "v{versionName} · by Eternal",
|
||||
"version_title": "v{versionName} \u00b7 by ΞTΞRNAL",
|
||||
"update_title": "PurrfectSnap Update",
|
||||
"update_content": "Version {version} is available!",
|
||||
"update_button": "Download",
|
||||
@@ -226,14 +227,27 @@
|
||||
"quick_actions_empty_subtitle": "Design your dream grid with the actions you use the most.",
|
||||
"quick_actions_add_tile_button": "Add tile",
|
||||
"quick_actions_manage_button": "Manage",
|
||||
"quick_actions_count_label": "{count} curated shortcuts"
|
||||
"quick_actions_count_label": "{count} curated shortcuts",
|
||||
"enabled": "Enabled",
|
||||
"disabled": "Disabled",
|
||||
"changelog_dialog_title": "Changelog",
|
||||
"changelog_dialog_update_button": "Update",
|
||||
"changelog_dialog_cancel_button": "Cancel",
|
||||
"changelog_dialog_loading": "Loading changelog...",
|
||||
"changelog_dialog_error": "Failed to load changelog",
|
||||
"changelog_dialog_empty": "Changelog not available",
|
||||
"announcements_dialog_title": "Announcements",
|
||||
"announcements_dialog_close_button": "Close",
|
||||
"announcements_dialog_loading": "Loading announcements...",
|
||||
"announcements_dialog_error": "Failed to load announcements",
|
||||
"announcements_dialog_empty": "Announcements not available"
|
||||
},
|
||||
"home_about": {
|
||||
"about_title": "PurrfectSnap",
|
||||
"about_tagline": "An Xposed Module meant to enhance your Snapchat experience!",
|
||||
"about_lead_developers_title": "Lead Developers",
|
||||
"about_story_title": "Our Story",
|
||||
"about_story": "PurrfectSnap was founded on 2nd of October, 2025, as a fork of SnapEnhance by IzTIzRNAL with a vision to provide users the quality Snapchat experience they deserve. This app was just meant to be a minor update in the SnapEnhance repository, but it soon became a separate app wherein the contributors kept adding features. Then the developer <RSR/> joined the team, and this app soon became a huge success. We received much love and support and gained 1K+ downloads in just two days! We thank all users and contributors; without your support, we wouldn't have reached this place. We would also like to convey our huge thanks to rhunk, the lead developer of SnapEnhance, as without him, this app wouldn't even exist. We are immensely grateful to him. Lastly, we would like to thank all our admins, notably: CLASSIC GENIUS, Harry, SUJI>L, Zain & scrodingerspet, who were right there with us from the very beginning. We would also like to thank all testers, notably Leo & Toxic, who tested and reported bugs continuously. We are immensely grateful for your contribution.",
|
||||
"about_story": "PurrfectSnap was founded on 2nd of October, 2025, as a fork of SnapEnhance by ΞTΞRNAL with a vision to provide users the quality Snapchat experience they deserve. This app was just meant to be a minor update in the SnapEnhance repository, but it soon became a separate app wherein the contributors kept adding features. Then the developer <RSR/> joined the team, and this app soon became a huge success. We received much love and support and gained 1K+ downloads in just two days! We thank all users and contributors; without your support, we wouldn't have reached this place. We would also like to convey our huge thanks to rhunk, the lead developer of SnapEnhance, as without him, this app wouldn't even exist. We are immensely grateful to him. Lastly, we would like to thank all our admins, notably: CLASSIC GENIUS, Harry, Sujal, Zain & schrodingerspet, who were right there with us from the very beginning. We would also like to thank all testers, notably Leo & Toxic, who tested and reported bugs continuously. We are immensely grateful for your contribution.",
|
||||
"about_thanks_title": "With love, PurrfectSnap Team",
|
||||
"about_magic_toast": "Tap 5 times in this screen to see some magic 😉!",
|
||||
"github_button": "GitHub",
|
||||
@@ -241,6 +255,7 @@
|
||||
},
|
||||
"home_logs": {
|
||||
"no_logs_hint": "No logs available",
|
||||
"refresh_hint": "Pull to refresh or trigger an action to see new entries.",
|
||||
"clear_logs_button": "Clear Logs",
|
||||
"export_logs_button": "Export Logs",
|
||||
"saving_logs_toast": "Saving logs, this may take a while ...",
|
||||
@@ -255,8 +270,11 @@
|
||||
"success_toast": "Done!",
|
||||
"message_logger_summary": "{messageCount} messages\n{storyCount} stories",
|
||||
"export_button": "Export",
|
||||
"import_button": "Import",
|
||||
"clear_button": "Clear",
|
||||
"view_logger_history_button": "View Logger History",
|
||||
"message_logger_import_title": "Import message logger",
|
||||
"message_logger_import_text": "Importing will override your current message logger database. Continue?",
|
||||
"ui_settings_title": "UI Settings",
|
||||
"haptic_feedback_label": "Haptic Feedback",
|
||||
"use_system_toasts_label": "Use System Toasts",
|
||||
@@ -287,21 +305,34 @@
|
||||
"customize_bottom_bar_title": "Customise Bottom Bar",
|
||||
"customize_bottom_bar_subtitle": "Pick which tabs show on your home screen",
|
||||
"available_tabs_title": "Available Tabs",
|
||||
"reset_setup_title": "Reset PurrfectSnap",
|
||||
"reset_setup_action": "Reset and restart setup",
|
||||
"reset_setup_dialog_title": "Are you sure?",
|
||||
"reset_setup_dialog_text": "This will reset PurrfectSnap and restart setup.",
|
||||
"reset_button": "Reset",
|
||||
"done_button": "Done",
|
||||
"clear_friend_feed": "Clear Friend Feed",
|
||||
"test_mode_label": "Enable PurrAura",
|
||||
"purr_aura_disable_title": "Are you sure?",
|
||||
"purr_aura_disable_text": "Doing this will put your account at risk and cause bans!",
|
||||
"disable_feature_loading_label": "Disable Feature Loading",
|
||||
"disable_auto_mapper_label": "Disable Auto Mapper",
|
||||
"disable_bypass_indicator_label": "Disable Bypass Indicator",
|
||||
"open_file_failed_toast": "Failed to open file! {message}",
|
||||
"import_failed_toast": "Import failed: {message}"
|
||||
},
|
||||
"retro_flight": {
|
||||
"title": "Retro Flight",
|
||||
"game_over_label": "GAME OVER",
|
||||
"restart_button": "RESTART",
|
||||
"left_button": "LEFT",
|
||||
"right_button": "RIGHT"
|
||||
},
|
||||
"tasks": {
|
||||
"no_tasks": "No tasks",
|
||||
"merge_button": "Merge",
|
||||
"summary_active": "{active} active · {recent} recent",
|
||||
"summary_idle": "Idle · {recent} recent",
|
||||
"summary_active": "{active} active \u00b7 {recent} recent",
|
||||
"summary_idle": "Idle \u00b7 {recent} recent",
|
||||
"running_count": "{count} running",
|
||||
"clear_button_description": "Clear tasks",
|
||||
"failed_to_open_file": "Failed to open file",
|
||||
@@ -313,18 +344,19 @@
|
||||
"remove_all_tasks_confirm": "Remove all tasks?"
|
||||
},
|
||||
"features": {
|
||||
"disabled": "Disabled",
|
||||
"export_option": "Export",
|
||||
"import_option": "Import",
|
||||
"reset_option": "Reset",
|
||||
"config_export_success_toast": "Config exported successfully",
|
||||
"config_import_success_toast": "Config imported successfully",
|
||||
"config_import_failure_toast": "Failed to import config {error}",
|
||||
"config_export_failure_toast": "Failed to export config {error}",
|
||||
"saved_config_snackbar": "Config saved",
|
||||
"older_required": "This feature requires Snapchat v{version} or older to work correctly",
|
||||
"newer_required": "This feature requires Snapchat v{version} or newer to work correctly",
|
||||
"disabled": "Disabled",
|
||||
"export_option": "Export",
|
||||
"import_option": "Import",
|
||||
"reset_option": "Reset",
|
||||
"config_export_success_toast": "Config exported successfully",
|
||||
"config_import_success_toast": "Config imported successfully",
|
||||
"config_import_failure_toast": "Failed to import config {error}",
|
||||
"config_export_failure_toast": "Failed to export config {error}",
|
||||
"saved_config_snackbar": "Config saved",
|
||||
"older_required": "This feature requires Snapchat v{version} or older to work correctly",
|
||||
"newer_required": "This feature requires Snapchat v{version} or newer to work correctly",
|
||||
"search_button": "Search",
|
||||
"search_results_count": "{count} messages",
|
||||
"clear_history": "Clear search history",
|
||||
"subtitle": "Search and manage features"
|
||||
},
|
||||
@@ -342,7 +374,9 @@
|
||||
"blacklist_state_subtext": "Everyone except {count} friends/groups will be affected by this rule",
|
||||
"blacklist_state_button": "Select excluded friends/groups",
|
||||
"clear_list_button": "Clear friends/groups list",
|
||||
"dialog_clear_confirmation_text": "Are you sure you want to clear the list?"
|
||||
"dialog_clear_confirmation_text": "Are you sure you want to clear the list?",
|
||||
"dialog_clear_confirm_button": "Clear",
|
||||
"dialog_clear_cancel_button": "Cancel"
|
||||
},
|
||||
"social": {
|
||||
"friends_tab": "Friends",
|
||||
@@ -358,6 +392,7 @@
|
||||
"social_empty_hint": "Tap the + button to sync friends or groups."
|
||||
},
|
||||
"manage_scope": {
|
||||
"manage_scope_title": "Manage",
|
||||
"logged_stories_button": "Show Logged Stories",
|
||||
"e2ee_title": "End-to-End Encryption",
|
||||
"e2ee_subtitle": "Manage your shared key for this friend.",
|
||||
@@ -388,16 +423,27 @@
|
||||
"bridge_init_failed": "Failed to initialise messaging bridge. Make sure Snapchat is running in the background",
|
||||
"message_fetch_failed": "Failed to fetch messages",
|
||||
"no_message_hint": "No message",
|
||||
"sender_unknown": "Unknown",
|
||||
"sender_you": "You",
|
||||
"sender_friend": "Friend",
|
||||
"subtitle": "Hold to select",
|
||||
"actions_title": "Conversation Actions",
|
||||
"choose_message_types_subtitle": "Choose message types",
|
||||
"save_selection_option": "Save Selection",
|
||||
"save_all_option": "Save All",
|
||||
"save_selected_messages_subtitle": "Save selected messages",
|
||||
"save_by_content_type_subtitle": "Save by content type",
|
||||
"unsave_selection_option": "Unsave Selection",
|
||||
"unsave_all_option": "Unsave All",
|
||||
"unsave_selected_messages_subtitle": "Unsave selected messages",
|
||||
"unsave_by_content_type_subtitle": "Unsave by content type",
|
||||
"mark_selection_as_seen_option": "Mark selected Snap as seen",
|
||||
"mark_all_as_seen_option": "Mark all Snaps as seen",
|
||||
"mark_as_seen_subtitle": "Marks snaps as seen",
|
||||
"delete_selection_option": "Delete Selection",
|
||||
"delete_all_option": "Delete All",
|
||||
"delete_selected_messages_subtitle": "Delete selected messages",
|
||||
"delete_by_content_type_subtitle": "Delete by content type",
|
||||
"processed_message_toast": "Processed {count} messages",
|
||||
"processed_messages_toast": "Processed {count} messages",
|
||||
"processed_messages_text": "Processed {count}",
|
||||
@@ -430,6 +476,10 @@
|
||||
"longitude_dialog_hint": "Longitude",
|
||||
"save_dialog_button": "Save",
|
||||
"choose_location_button": "Pick a Location",
|
||||
"search_or_tap_map_hint": "Search or tap on the map",
|
||||
"search_location_placeholder": "Search location...",
|
||||
"search_icon_description": "Search",
|
||||
"searching_label": "Searching...",
|
||||
"manual_coordinates_hint": "Fine-tune the coordinates manually.",
|
||||
"saved_coordinates_subtitle": "Manage your saved spoof locations",
|
||||
"teleport_to_friend_button": "Teleport to Friend",
|
||||
@@ -444,7 +494,11 @@
|
||||
"no_friends_map": "No friends on the map",
|
||||
"no_friends_found": "No friends found",
|
||||
"include_saved_locations": "Include Saved Locations",
|
||||
"include_saved_locations_description": "Export your saved location coordinates"
|
||||
"include_saved_locations_description": "Export your saved location coordinates",
|
||||
"location_search_provider_title": "Location Search Provider",
|
||||
"google_maps_api_key_title": "Google Maps API Key",
|
||||
"option_osm": "OpenStreetMap (Free)",
|
||||
"option_google_maps": "Google Maps"
|
||||
}
|
||||
},
|
||||
"dialogs": {
|
||||
@@ -483,7 +537,8 @@
|
||||
},
|
||||
"file_imports": {
|
||||
"no_files_settings_hint": "No files found. Make sure you have imported the required files in the File Imports section",
|
||||
"settings_select_file_hint": "Select an imported file"
|
||||
"settings_select_file_hint": "Select an imported file",
|
||||
"settings_select_file_subtitle": "Choose a file from your imported files list"
|
||||
}
|
||||
},
|
||||
"scripting": {
|
||||
@@ -514,6 +569,8 @@
|
||||
"no_settings_for_module": "This module does not have any settings",
|
||||
"open_module_failed": "Failed to open module file",
|
||||
"open_scripts_folder_button": "Open scripts folder",
|
||||
"loaded_script": "Loaded script {name}",
|
||||
"unloaded_script": "Unloaded script {name}",
|
||||
"script_already_installed": "Script already installed",
|
||||
"select_folder_button": "Choose Folder",
|
||||
"select_scripts_folder_toast": "Please select a scripts folder first",
|
||||
@@ -525,6 +582,7 @@
|
||||
"no_repos_added": "No repositories added",
|
||||
"repo_list_info": "Find repositories here:",
|
||||
"link_text": "Repository list",
|
||||
"loading": "Loading catalogue...",
|
||||
"script_already_installed": "Script already installed",
|
||||
"script_downloaded": "Script downloaded",
|
||||
"could_not_create_file": "Could not create file",
|
||||
@@ -581,6 +639,7 @@
|
||||
"scope_blacklist": "Everyone except",
|
||||
"events_section_title": "Events",
|
||||
"events_suffix": "events",
|
||||
"scopes_suffix": "scopes",
|
||||
"no_events_text": "No events added yet",
|
||||
"add_event_dialog_title": "Add Event",
|
||||
"event_type_label": "Event Type",
|
||||
@@ -624,6 +683,10 @@
|
||||
"save_button": "Save",
|
||||
"back_button_description": "Go back",
|
||||
"expand_button_description": "Expand or collapse category",
|
||||
"tracker_author_label": "Author",
|
||||
"tracker_enabled_label": "Enabled",
|
||||
"tracker_enabled_value": "Enabled",
|
||||
"tracker_disabled_value": "Disabled",
|
||||
"exported_toast": "Tracker configuration exported",
|
||||
"export_failed_toast": "Failed to export tracker: {message}"
|
||||
},
|
||||
@@ -632,6 +695,10 @@
|
||||
"confirm_button": "Import",
|
||||
"back_button_description": "Go back",
|
||||
"expand_button_description": "Expand or collapse category",
|
||||
"tracker_author_label": "Author",
|
||||
"tracker_enabled_label": "Enabled",
|
||||
"tracker_enabled_value": "Enabled",
|
||||
"tracker_disabled_value": "Disabled",
|
||||
"imported_toast": "Tracker imported",
|
||||
"import_failed_toast": "Failed to import tracker: {message}"
|
||||
},
|
||||
@@ -828,169 +895,11 @@
|
||||
},
|
||||
"features": {
|
||||
"notices": {
|
||||
"unstable": "⚠ Unstable",
|
||||
"ban_risk": "⚠ This feature may cause bans",
|
||||
"internal_behavior": "⚠ This may break Snapchat internal behaviour"
|
||||
"unstable": "\u26a0 Unstable",
|
||||
"ban_risk": "\u26a0 This feature may cause bans",
|
||||
"internal_behavior": "\u26a0 This may break Snapchat internal behaviour"
|
||||
},
|
||||
"properties": {
|
||||
"global": {
|
||||
"name": "Global",
|
||||
"description": "Tweak Global Snapchat Settings",
|
||||
"properties": {
|
||||
"better_location": {
|
||||
"name": "Better Location",
|
||||
"description": "Enhances the Snapchat Location",
|
||||
"properties": {
|
||||
"spoof_location": {
|
||||
"name": "Spoof Location",
|
||||
"description": "Spoofs your location to a specified one"
|
||||
},
|
||||
"coordinates": {
|
||||
"name": "Coordinates",
|
||||
"description": "Set the coordinates of the spoofed location"
|
||||
},
|
||||
"walk_radius": {
|
||||
"name": "Walk Radius",
|
||||
"description": "Randomly walk around within this radius (ft)"
|
||||
},
|
||||
"always_update_location": {
|
||||
"name": "Always Update Location",
|
||||
"description": "Force Snapchat to update location even if no GPS data is received"
|
||||
},
|
||||
"suspend_location_updates": {
|
||||
"name": "Suspend Location Updates",
|
||||
"description": "Prevents your location from being updated"
|
||||
},
|
||||
"spoof_battery_level": {
|
||||
"name": "Spoof Battery Level",
|
||||
"description": "Spoofs the battery level of your device on map\nValue must be between 0 and 100"
|
||||
},
|
||||
"spoof_headphones": {
|
||||
"name": "Spoof Headphones",
|
||||
"description": "Spoofs the status of listening to music on map"
|
||||
},
|
||||
"show_battery_level": {
|
||||
"name": "Show Battery Level",
|
||||
"description": "Shows the battery level of your friends on the map"
|
||||
}
|
||||
}
|
||||
},
|
||||
"snapchat_plus": {
|
||||
"name": "Snapchat Plus",
|
||||
"description": "Enables Snapchat Plus features\nSome Server-sided features may not work"
|
||||
},
|
||||
"media_upload_quality": {
|
||||
"name": "Media Upload Quality",
|
||||
"description": "Overrides the media upload quality",
|
||||
"properties": {
|
||||
"force_video_upload_source_quality": {
|
||||
"name": "Force Video Upload Source Quality",
|
||||
"description": "Forces Snapchat to use the source quality when uploading videos\nPlease note that this may not remove metadata from media"
|
||||
},
|
||||
"disable_image_compression": {
|
||||
"name": "Disable Image Compression",
|
||||
"description": "Disables image compression when uploading media"
|
||||
},
|
||||
"custom_image_upload_format": {
|
||||
"name": "Custom Image Upload Format",
|
||||
"description": "Sets a custom image upload format\nSelect a lossless format (like PNG) for the best quality"
|
||||
}
|
||||
}
|
||||
},
|
||||
"disable_confirmation_dialogs": {
|
||||
"name": "Disable Confirmation Dialogues",
|
||||
"description": "Automatically confirms selected actions"
|
||||
},
|
||||
"auto_updater": {
|
||||
"name": "Auto Updater",
|
||||
"description": "Automatically checks for new updates"
|
||||
},
|
||||
"update_settings": {
|
||||
"name": "Update Settings",
|
||||
"description": "Control how PurrfectSnap checks for updates",
|
||||
"properties": {
|
||||
"auto_update_check": {
|
||||
"name": "Auto Update Check"
|
||||
},
|
||||
"update_check_frequency": {
|
||||
"name": "Update Check Frequency"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ui_settings": {
|
||||
"name": "UI Settings",
|
||||
"properties": {
|
||||
"haptic_feedback": {
|
||||
"name": "Haptic Feedback"
|
||||
}
|
||||
}
|
||||
},
|
||||
"disable_metrics": {
|
||||
"name": "Disable Metrics",
|
||||
"description": "Blocks sending specific analytic data to Snapchat"
|
||||
},
|
||||
"disable_story_sections": {
|
||||
"name": "Disable Story Sections",
|
||||
"description": "Removes sections from the Stories page\nMay require a refresh to work properly"
|
||||
},
|
||||
"block_ads": {
|
||||
"name": "Block Ads",
|
||||
"description": "Prevents Advertisements from being displayed"
|
||||
},
|
||||
"disable_custom_tabs": {
|
||||
"name": "Disable Custom Tabs",
|
||||
"description": "Opens links in supported applications rather than in the Web Browser"
|
||||
},
|
||||
"disable_permission_requests": {
|
||||
"name": "Disable Permission Requests",
|
||||
"description": "Prevents Snapchat from asking for specific permissions"
|
||||
},
|
||||
"disable_memories_snap_feed": {
|
||||
"name": "Disable Memories Snap Feed",
|
||||
"description": "Prevents Snapchat from showing recent memories when you swipe up in camera"
|
||||
},
|
||||
"spotlight_comments_username": {
|
||||
"name": "Spotlight Comments Username",
|
||||
"description": "Shows author username in Spotlight comments"
|
||||
},
|
||||
"spotlight_comments_username_icon": {
|
||||
"name": "Spotlight Comments Username Icon",
|
||||
"description": "Choose which icon is displayed next to usernames in Spotlight comments"
|
||||
},
|
||||
"bypass_video_length_restriction": {
|
||||
"name": "Bypass Video Length Restrictions",
|
||||
"description": "Single: sends a single video\nSplit: split videos after editing"
|
||||
},
|
||||
"default_video_playback_rate": {
|
||||
"name": "Default Video Playback Rate",
|
||||
"description": "Sets the default speed for the playback of videos\nValue must be between 0.1 and 4.0"
|
||||
},
|
||||
"video_playback_rate_slider": {
|
||||
"name": "Video Playback Rate Slider",
|
||||
"description": "Adds a slider in opera context menu to change the video playback rate\nNote: Changes only apply to subsequent videos"
|
||||
},
|
||||
"disable_google_play_dialogs": {
|
||||
"name": "Disable Google Play Services Dialogues",
|
||||
"description": "Prevent Google Play Services availability dialogues from being shown"
|
||||
},
|
||||
"default_volume_controls": {
|
||||
"name": "Default Volume Controls",
|
||||
"description": "Forces Snapchat to use system volume controls"
|
||||
},
|
||||
"disable_telecom_framework": {
|
||||
"name": "Disable Telecom Framework",
|
||||
"description": "Prevents Snapchat from using the Android Telecom framework\nThis allows you to listen to music while on a call"
|
||||
},
|
||||
"hide_active_music": {
|
||||
"name": "Hide Active Music",
|
||||
"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"
|
||||
},
|
||||
"disable_snap_splitting": {
|
||||
"name": "Disable Snap Splitting",
|
||||
"description": "Prevents Snaps from being split into multiple parts\nPictures you send will turn into videos"
|
||||
}
|
||||
}
|
||||
},
|
||||
"downloader": {
|
||||
"name": "Downloader",
|
||||
"description": "Download Snapchat Media",
|
||||
@@ -1220,7 +1129,7 @@
|
||||
},
|
||||
"stealth_mode_indicator": {
|
||||
"name": "Stealth Mode Indicator",
|
||||
"description": "Adds a 👻 emoji next to conversations in stealth mode"
|
||||
"description": "Adds a \ud83d\udc7b emoji next to conversations in stealth mode"
|
||||
},
|
||||
"edit_text_override": {
|
||||
"name": "Edit Text Override",
|
||||
@@ -1308,7 +1217,7 @@
|
||||
},
|
||||
"call_start_confirmation": {
|
||||
"name": "Call Start Confirmation",
|
||||
"description": "Shows a confirmation dialogue when starting a call"
|
||||
"description": "Shows a confirmation dialog when starting a call"
|
||||
},
|
||||
"unlimited_conversation_pinning": {
|
||||
"name": "Unlimited Conversation Pinning",
|
||||
@@ -1450,7 +1359,7 @@
|
||||
},
|
||||
"include_camera_snaps": {
|
||||
"name": "Include Camera Snaps",
|
||||
"description": "Also show the override dialogue for camera snaps"
|
||||
"description": "Also show the override dialog for camera snaps"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -1574,7 +1483,7 @@
|
||||
"properties": {
|
||||
"friendSpecificGreeting": {
|
||||
"name": "Friend Specific Greeting",
|
||||
"description": "Add friend's name to auto-replies for personalisation"
|
||||
"description": "Add friend's name to auto-replies for personalization"
|
||||
},
|
||||
"friendGreeting": {
|
||||
"name": "Friend Greeting",
|
||||
@@ -1748,6 +1657,184 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"global": {
|
||||
"name": "Global",
|
||||
"description": "Tweak Global Snapchat Settings",
|
||||
"properties": {
|
||||
"ui_settings": {
|
||||
"name": "UI Settings",
|
||||
"description": "Tune feedback and toast behavior",
|
||||
"properties": {
|
||||
"haptic_feedback": {
|
||||
"name": "Haptic Feedback",
|
||||
"description": "Vibrate on supported interactions"
|
||||
},
|
||||
"use_system_toasts": {
|
||||
"name": "Use System Toasts",
|
||||
"description": "Show Android toasts instead of in-app overlays"
|
||||
}
|
||||
}
|
||||
},
|
||||
"update_settings": {
|
||||
"name": "Update Settings",
|
||||
"description": "Control automatic update checks",
|
||||
"properties": {
|
||||
"auto_update_check": {
|
||||
"name": "Auto Update Check",
|
||||
"description": "Check for new builds automatically"
|
||||
},
|
||||
"update_check_frequency": {
|
||||
"name": "Update Check Frequency",
|
||||
"description": "How often to check for updates"
|
||||
}
|
||||
}
|
||||
},
|
||||
"better_location": {
|
||||
"name": "Better Location",
|
||||
"description": "Enhances the Snapchat Location",
|
||||
"properties": {
|
||||
"spoof_location": {
|
||||
"name": "Spoof Location",
|
||||
"description": "Spoofs your location to a specified one"
|
||||
},
|
||||
"location_search_provider": {
|
||||
"name": "Location Search Provider",
|
||||
"description": "Choose the provider for searching locations"
|
||||
},
|
||||
"google_maps_api_key": {
|
||||
"name": "Google Maps API Key",
|
||||
"description": "Required if using Google Maps provider"
|
||||
},
|
||||
"coordinates": {
|
||||
"name": "Coordinates",
|
||||
"description": "Set the coordinates of the spoofed location"
|
||||
},
|
||||
"walk_radius": {
|
||||
"name": "Walk Radius",
|
||||
"description": "Randomly walk around within this radius (ft)"
|
||||
},
|
||||
"always_update_location": {
|
||||
"name": "Always Update Location",
|
||||
"description": "Force Snapchat to update location even if no GPS data is received"
|
||||
},
|
||||
"suspend_location_updates": {
|
||||
"name": "Suspend Location Updates",
|
||||
"description": "Prevents your location from being updated"
|
||||
},
|
||||
"spoof_battery_level": {
|
||||
"name": "Spoof Battery Level",
|
||||
"description": "Spoofs the battery level of your device on map\nValue must be between 0 and 100"
|
||||
},
|
||||
"spoof_headphones": {
|
||||
"name": "Spoof Headphones",
|
||||
"description": "Spoofs the status of listening to music on map"
|
||||
},
|
||||
"show_battery_level": {
|
||||
"name": "Show Battery Level",
|
||||
"description": "Shows the battery level of your friends on the map"
|
||||
}
|
||||
}
|
||||
},
|
||||
"snapchat_plus": {
|
||||
"name": "Snapchat Plus",
|
||||
"description": "Enables Snapchat Plus features\nSome Server-sided features may not work"
|
||||
},
|
||||
"media_upload_quality": {
|
||||
"name": "Media Upload Quality",
|
||||
"description": "Overrides the media upload quality",
|
||||
"properties": {
|
||||
"force_video_upload_source_quality": {
|
||||
"name": "Force Video Upload Source Quality",
|
||||
"description": "Forces Snapchat to use the source quality when uploading videos\nPlease note that this may not remove metadata from media"
|
||||
},
|
||||
"disable_image_compression": {
|
||||
"name": "Disable Image Compression",
|
||||
"description": "Disables image compression when uploading media"
|
||||
},
|
||||
"custom_image_upload_format": {
|
||||
"name": "Custom Image Upload Format",
|
||||
"description": "Sets a custom image upload format\nSelect a lossless format (like PNG) for the best quality"
|
||||
}
|
||||
}
|
||||
},
|
||||
"disable_confirmation_dialogs": {
|
||||
"name": "Disable Confirmation Dialogues",
|
||||
"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_story_sections": {
|
||||
"name": "Disable Story Sections",
|
||||
"description": "Removes sections from the Stories page\nMay require a refresh to work properly"
|
||||
},
|
||||
"block_ads": {
|
||||
"name": "Block Adverts",
|
||||
"description": "Prevents Advertisements from being displayed"
|
||||
},
|
||||
"disable_custom_tabs": {
|
||||
"name": "Disable Custom Tabs",
|
||||
"description": "Opens links in supported applications rather than in the Web Browser"
|
||||
},
|
||||
"disable_permission_requests": {
|
||||
"name": "Disable Permission Requests",
|
||||
"description": "Prevents Snapchat from asking for specific permissions"
|
||||
},
|
||||
"disable_memories_snap_feed": {
|
||||
"name": "Disable Memories Snap Feed",
|
||||
"description": "Prevents Snapchat from showing recent memories when you swipe up in camera"
|
||||
},
|
||||
"spotlight_comments_username": {
|
||||
"name": "Spotlight Comments Username",
|
||||
"description": "Shows author username in Spotlight comments"
|
||||
},
|
||||
"spotlight_comments_username_icon": {
|
||||
"name": "Spotlight Comments Username Icon",
|
||||
"description": "Choose which icon is displayed next to usernames in Spotlight comments"
|
||||
},
|
||||
"spotlight_creator_info": {
|
||||
"name": "Spotlight Creator Info",
|
||||
"description": "Show an info button on Spotlight/Discover snaps to view creator display name, username, and user ID"
|
||||
},
|
||||
"bypass_video_length_restriction": {
|
||||
"name": "Bypass Video Length Restrictions",
|
||||
"description": "Single: sends a single video\nSplit: split videos after editing"
|
||||
},
|
||||
"default_video_playback_rate": {
|
||||
"name": "Default Video Playback Rate",
|
||||
"description": "Sets the default speed for the playback of videos\nValue must be between 0.1 and 4.0"
|
||||
},
|
||||
"video_playback_rate_slider": {
|
||||
"name": "Video Playback Rate Slider",
|
||||
"description": "Adds a slider in opera context menu to change the video playback rate\nNote: Changes only apply to subsequent videos"
|
||||
},
|
||||
"disable_google_play_dialogs": {
|
||||
"name": "Disable Google Play Services Dialogues",
|
||||
"description": "Prevent Google Play Services availability dialogues from being shown"
|
||||
},
|
||||
"default_volume_controls": {
|
||||
"name": "Default Volume Controls",
|
||||
"description": "Forces Snapchat to use system volume controls"
|
||||
},
|
||||
"disable_telecom_framework": {
|
||||
"name": "Disable Telecom Framework",
|
||||
"description": "Prevents Snapchat from using the Android Telecom framework\nThis allows you to listen to music while on a call"
|
||||
},
|
||||
"hide_active_music": {
|
||||
"name": "Hide Active Music",
|
||||
"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"
|
||||
},
|
||||
"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": "Configure automation rules",
|
||||
@@ -2029,7 +2116,7 @@
|
||||
"properties": {
|
||||
"encrypted_message_indicator": {
|
||||
"name": "Encrypted Message Indicator",
|
||||
"description": "Adds a 🔒 emoji next to encrypted messages"
|
||||
"description": "Adds a \ud83d\udd12 emoji next to encrypted messages"
|
||||
},
|
||||
"force_message_encryption": {
|
||||
"name": "Force Message Encryption",
|
||||
@@ -2047,7 +2134,7 @@
|
||||
},
|
||||
"custom_streaks_expiration_format": {
|
||||
"name": "Custom Streaks Expiration Format",
|
||||
"description": "Customises 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"
|
||||
"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"
|
||||
},
|
||||
"prevent_forced_logout": {
|
||||
"name": "Prevent Forced Logout",
|
||||
@@ -2109,10 +2196,16 @@
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"empty": "Empty",
|
||||
"location_search_provider": {
|
||||
"osm": "OpenStreetMap (Free)",
|
||||
"google_maps": "Google Maps"
|
||||
},
|
||||
"unsaveable_messages": {
|
||||
"blacklist": "Blacklist mode",
|
||||
"whitelist": "Whitelist mode",
|
||||
"null": "Disabled"
|
||||
},
|
||||
"app_appearance": {
|
||||
"always_light": "Always Light",
|
||||
"always_dark": "Always Dark",
|
||||
@@ -2130,20 +2223,20 @@
|
||||
"null": "Use real battery level"
|
||||
},
|
||||
"friend_feed_menu_buttons": {
|
||||
"auto_download": "⬇️ Auto Download",
|
||||
"auto_save": "💬 Auto Save Messages",
|
||||
"unsaveable_messages": "⬇️ Unsaveable Messages",
|
||||
"auto_open_snaps": "📷 Auto Open Snaps",
|
||||
"stealth": "👻 Stealth Mode",
|
||||
"auto_reply": "📨 Auto Reply",
|
||||
"auto_delete_sent_messages": "🗑️ Auto Delete Sent Messages",
|
||||
"mark_snaps_as_seen": "👀 Mark Snaps as seen",
|
||||
"mark_stories_as_seen_locally": "👀 Mark Stories as seen locally",
|
||||
"conversation_info": "👤 Conversation Info",
|
||||
"e2e_encryption": "🔒 Use E2E Encryption",
|
||||
"message_logger": "📝 Message Logger",
|
||||
"auto_read": "✅ Auto Read",
|
||||
"hide_typing_indicator": "🙈 Hide Typing Indicator"
|
||||
"auto_download": "\u2b07\ufe0f Auto Download",
|
||||
"auto_save": "\ud83d\udcac Auto Save Messages",
|
||||
"unsaveable_messages": "\u2b07\ufe0f Unsaveable Messages",
|
||||
"auto_open_snaps": "\ud83d\udcf7 Auto Open Snaps",
|
||||
"stealth": "\ud83d\udc7b Stealth Mode",
|
||||
"auto_reply": "\ud83d\udce8 Auto Reply",
|
||||
"auto_delete_sent_messages": "\ud83d\uddd1\ufe0f Auto Delete Sent Messages",
|
||||
"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",
|
||||
"message_logger": "\ud83d\udcdd Message Logger",
|
||||
"auto_read": "\u2705 Auto Read",
|
||||
"hide_typing_indicator": "\ud83d\ude48 Hide Typing Indicator"
|
||||
},
|
||||
"schedule_scheduled_for": "Scheduled for {name} in {time}",
|
||||
"schedule_sending_in": "Sending in {time}",
|
||||
@@ -2246,16 +2339,16 @@
|
||||
"custom_android_id": {
|
||||
"null": "Use real Android ID"
|
||||
},
|
||||
"add_friend_source_spoof": {
|
||||
"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",
|
||||
"added_by_quick_add": "By Quick Add (high risk of being banned)",
|
||||
"added_by_spotlight": "By Spotlight",
|
||||
"null": "Don't spoof source"
|
||||
},
|
||||
"add_friend_source_spoof": {
|
||||
"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",
|
||||
"added_by_quick_add": "By Quick Add (high risk of being banned)",
|
||||
"added_by_spotlight": "By Spotlight",
|
||||
"null": "Don't spoof source"
|
||||
},
|
||||
"custom_streaks_expiration_format": {
|
||||
"null": "System Default"
|
||||
},
|
||||
@@ -2361,8 +2454,8 @@
|
||||
},
|
||||
"spotlight_comments_username_icon": {
|
||||
"user": "Username Icon",
|
||||
"👤": "Username Icon",
|
||||
"[👤]": "Username Icon",
|
||||
"\ud83d\udc64": "Username Icon",
|
||||
"[\ud83d\udc64]": "Username Icon",
|
||||
"default": "Username Icon",
|
||||
"no_icon": "No icon"
|
||||
},
|
||||
@@ -2370,6 +2463,9 @@
|
||||
"null": "Automatic"
|
||||
},
|
||||
"update_check_frequency": {
|
||||
"daily": "Daily",
|
||||
"weekly": "Weekly",
|
||||
"monthly": "Monthly",
|
||||
"null": "Auto"
|
||||
},
|
||||
"snapchat_plus": {
|
||||
@@ -2442,11 +2538,11 @@
|
||||
"phone_calls": "Phone Calls"
|
||||
},
|
||||
"message_indicators": {
|
||||
"encryption_indicator": "Adds a 🔒 icon next to messages that have been sent only to you",
|
||||
"encryption_indicator": "Adds a \ud83d\udd12 icon next to messages that have been sent only to you",
|
||||
"platform_indicator": "Adds the platform icon from which a media was sent (e.g. Android, iOS, Web)",
|
||||
"location_indicator": "Adds a 📍 icon to snaps when they have been sent with location enabled",
|
||||
"location_indicator": "Adds a \ud83d\udccd icon to snaps when they have been sent with location enabled",
|
||||
"ovf_editor_indicator": "Indicates if a snap has been sent using OVF Editor",
|
||||
"director_mode_indicator": "Adds a ✏️ icon to snaps when they have been sent using Director Mode, which can be used to send gallery images as snaps"
|
||||
"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"
|
||||
},
|
||||
"auto_mark_as_read": {
|
||||
"conversation_read": "Mark conversation as read when sending a message",
|
||||
@@ -2670,6 +2766,7 @@
|
||||
"show_chat_edit_history": "Show Chat Edit History",
|
||||
"convert_message": "Convert Message"
|
||||
},
|
||||
|
||||
"chat_wallpaper_downloader": {
|
||||
"download_button": "Download Chat Wallpaper"
|
||||
},
|
||||
@@ -2753,8 +2850,13 @@
|
||||
"clear_conversations": "Clear Conversations",
|
||||
"clear_friend_feed": "Clear Friend Feed ({count})",
|
||||
"unfollow": "Unfollow",
|
||||
"remove": "Remove"
|
||||
"remove": "Remove",
|
||||
"accept": "Accepted",
|
||||
"ignore": "Ignored"
|
||||
},
|
||||
"accept_requests": "Accept requests",
|
||||
"ignore_requests": "Ignore requests",
|
||||
"cleared_from_feed": "Cleared from feed",
|
||||
"leave_groups": "Leave {count} groups",
|
||||
"left_group_success": "Left group successfully",
|
||||
"failed_to_leave_group": "Failed to leave group: {error}",
|
||||
@@ -2793,6 +2895,8 @@
|
||||
"non_streaks": "Non Streaks",
|
||||
"followed": "Followed",
|
||||
"following": "Following",
|
||||
"incoming": "Friend requests",
|
||||
"incoming_follower": "Follower requests",
|
||||
"location_on_map": "Location on Map"
|
||||
},
|
||||
"sort_options": {
|
||||
@@ -2812,6 +2916,9 @@
|
||||
"text_field_selection": "{amount} selected",
|
||||
"text_field_selection_all": "All",
|
||||
"export_file_format_title": "Export File Format",
|
||||
"sort_order_title": "Message Order",
|
||||
"sort_order_newest_to_oldest": "Newest to Oldest",
|
||||
"sort_order_oldest_to_newest": "Oldest to Newest",
|
||||
"message_type_filter_title": "Filter Messages by Type",
|
||||
"amount_of_messages_title": "Message Count (leave blank for all)",
|
||||
"download_medias_title": "Download Media"
|
||||
@@ -2823,7 +2930,7 @@
|
||||
"processing_chats": "Processing {amount} conversations...",
|
||||
"export_fail": "Failed to export conversation {conversation}",
|
||||
"writing_output": "Writing output...",
|
||||
"finished": "Done! You now can close this dialogue.",
|
||||
"finished": "Done! You now can close this dialog.",
|
||||
"no_messages_found": "No messages found!",
|
||||
"exporting_message": "Exporting {conversation}..."
|
||||
},
|
||||
@@ -2835,6 +2942,7 @@
|
||||
"save": "Save",
|
||||
"open": "Open",
|
||||
"download": "Download",
|
||||
"import": "Import",
|
||||
"send": "Send",
|
||||
"restore_original": "Restore Original",
|
||||
"convert_external_media": "Convert External Media"
|
||||
@@ -2999,7 +3107,7 @@
|
||||
"queue_cleared": "Queue cleared and statistics reset",
|
||||
"queue_cleared_title": "Queue cleared",
|
||||
"queue_cleared_reset": "Queue Cleared & Reset",
|
||||
"queue_cleared_feedback": "Cleared {count} queued snaps • Reset {processed} processed count",
|
||||
"queue_cleared_feedback": "Cleared {count} queued snaps \u2022 Reset {processed} processed count",
|
||||
"queue_cleared_feedback_simple": "Reset {processed} processed count",
|
||||
"unknown_sender": "Unknown",
|
||||
"unknown_user": "Unknown User",
|
||||
@@ -3120,6 +3228,25 @@
|
||||
"select_date_first": "Please select a date",
|
||||
"invalid_time": "Please select a future time"
|
||||
},
|
||||
"spotlight_creator_info": {
|
||||
"title": "Creator Info",
|
||||
"close": "Close",
|
||||
"creator_info": "Creator Info",
|
||||
"display_name": "Display name",
|
||||
"username": "Username",
|
||||
"user_id": "User ID",
|
||||
"posted_on": "Posted",
|
||||
"loading_username": "Loading…",
|
||||
"username_copied": "Username copied",
|
||||
"user_id_copied": "User ID copied",
|
||||
"friend_status": "Friend status",
|
||||
"mutual_friend": "Mutual friend",
|
||||
"following": "Following",
|
||||
"friend_request_sent": "Request sent",
|
||||
"friend_request_received": "Request received",
|
||||
"blocked": "Blocked",
|
||||
"friend_removed": "Removed"
|
||||
},
|
||||
"auto_reply_messages": {
|
||||
"dialog": {
|
||||
"add_message": "Add Message",
|
||||
@@ -3374,17 +3501,22 @@
|
||||
},
|
||||
"common": {
|
||||
"cancel": "Cancel",
|
||||
"close": "Close",
|
||||
"add": "Add",
|
||||
"ok": "OK",
|
||||
"quit": "Quit",
|
||||
"done": "Done",
|
||||
"back": "Back",
|
||||
"unknown": "Unknown",
|
||||
"unknown_error": "Unknown error",
|
||||
"not_available": "N/A",
|
||||
"added": "Added",
|
||||
"no_friends_found": "No friends found",
|
||||
"exporting_memories": "Exporting memories... ({failed} failed)"
|
||||
},
|
||||
"clear_friend_feed": "Clear Friend Feed",
|
||||
"task_media_conversion_title": "Media conversion",
|
||||
"task_call_recording_title": "Call Recording {author}",
|
||||
"select_date": "Select Date",
|
||||
"schedule_scheduled_for": "Scheduled for {name} in {time}",
|
||||
"schedule_sending_in": "Sending in {time}",
|
||||
@@ -3463,6 +3595,11 @@
|
||||
"toast_open_snap_failed": "Failed to open snap",
|
||||
"toast_mark_message_read_failed": "Failed to mark message as read. Check logs for more details",
|
||||
"toast_open_conversation_first": "You must open a conversation first",
|
||||
"conversation_toolbox": {
|
||||
"title": "Conversation Toolbox",
|
||||
"loaded_script": "Loaded Script",
|
||||
"failed_to_load": "Failed to load: {message}"
|
||||
},
|
||||
"toast_open_link_failed": "Failed to open link",
|
||||
"ai_response_style": {
|
||||
"casual": "Casual",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -8,8 +8,8 @@ org.gradle.configuration-cache=true
|
||||
org.gradle.configuration-cache.problems=warn
|
||||
nativeAbis=arm64-v8a
|
||||
|
||||
APP_VERSION_NAME=1.2.6
|
||||
APP_VERSION_CODE=261
|
||||
APP_VERSION_NAME=1.3.0
|
||||
APP_VERSION_CODE=270
|
||||
debug_build_hash=18fe2a814d0e2eb5
|
||||
psIntegrityPinnedSha256=
|
||||
EXPECTED_CERT_SHA256=97fc5c4dff7e33c159528eb9e53f86c356d430cd63d177f40c22b577ac829dee
|
||||
|
||||
Reference in New Issue
Block a user