|
37 | 37 | "settings.download_tipa" = "Download TIPA"; |
38 | 38 | "settings.install_trollstore" = "Install via TrollStore"; |
39 | 39 | "settings.view_on_github" = "View on GitHub"; |
| 40 | +"settings.view" = "View"; |
40 | 41 | "settings.feedback" = "Feedback"; |
41 | 42 | "settings.debug_mode" = "Debug Mode"; |
42 | 43 | "settings.enabled" = "Enabled"; |
|
1040 | 1041 | "preset_path.sms_database.desc" = "SMS/iMessage storage, triggers on send/receive"; |
1041 | 1042 | "preset_path.sms_database_wal" = "SMS Database (Real-time)"; |
1042 | 1043 | "preset_path.sms_database_wal.desc" = "WAL log file, updates faster than main database"; |
| 1044 | +"preset_path.sms_face_icloud_database_wal" = "SMS Database (Real-time Silent)"; |
| 1045 | +"preset_path.sms_face_icloud_database_wal.desc" = "WAL log file; updates are quieter than the SMS Database (Real-time)."; |
1043 | 1046 | "preset_path.call_history" = "Call History"; |
1044 | 1047 | "preset_path.call_history.desc" = "Incoming/outgoing/missed calls"; |
1045 | 1048 | "preset_path.safari_history" = "Safari History"; |
|
1088 | 1091 | /* Notification Copy on Tap */ |
1089 | 1092 | "notification.copy_success_title" = "Copied"; |
1090 | 1093 | "notification.copy_success_body" = "Content copied: %@"; |
| 1094 | + |
| 1095 | +/* Notification Trigger */ |
| 1096 | +"trigger.type.notification" = "Notification"; |
| 1097 | +"trigger.hint.notification" = "Trigger when a matching system notification is received."; |
| 1098 | +"trigger.notification.config" = "Notification Settings"; |
| 1099 | +"trigger.notification.config_footer" = "Monitor system notifications from specified apps. Requires TrollStore environment."; |
| 1100 | +"trigger.notification.bundle_id" = "App Bundle ID (Regex)"; |
| 1101 | +"trigger.notification.bundle_id_placeholder" = "e.g. com.apple.MobileSMS"; |
| 1102 | +"trigger.notification.title_filter" = "Title Filter (Regex)"; |
| 1103 | +"trigger.notification.title_filter_placeholder" = "Optional regex pattern..."; |
| 1104 | +"trigger.notification.message_filter" = "Content Filter (Regex)"; |
| 1105 | +"trigger.notification.message_filter_placeholder" = "Optional regex pattern..."; |
| 1106 | +"trigger.notification.debounce" = "Debounce Interval"; |
| 1107 | +"trigger.notification.ignore_script" = "Ignore Script Notifications"; |
| 1108 | +"trigger.notification.ignore_script_footer" = "Prevent infinite loops when scripts send notifications."; |
| 1109 | +"trigger.notification.selected_apps" = "Selected Apps"; |
| 1110 | +"trigger.notification.search_apps" = "Search apps..."; |
| 1111 | +"trigger.notification.app_list" = "Available Apps"; |
| 1112 | +"trigger.notification.no_apps" = "No apps found"; |
| 1113 | +"trigger.notification.no_search_results" = "No results found"; |
| 1114 | +"trigger.notification.more_apps" = "+%d more apps, use search to find"; |
0 commit comments