You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<stringname="pref_logging_summary">Save logs to external storage devices (/sdcard/logger) to aid bug reports.\nChange of this setting will take effect from next time Easer starts.</string>
130
+
<stringname="pref_logging_summary">Save logs to external storage devices (/sdcard/logger) to aid bug reports.\nThis setting will take effect next time Easer starts.</string>
<stringname="pref_use_root_summary">Use root permission for specific functions (plugins), which may help resolve compatibility issue on some devices. Root permission won\'t be used elsewhere.</string>
133
+
<stringname="pref_use_root_summary">Use root permission for specific functions (plugins), which may help resolve compatibility issues on some devices. Root permission won\'t be used elsewhere.</string>
134
134
135
135
<stringname="pref_cooldown_title">Cool down time</string>
136
-
<stringname="pref_cooldown_summary">Minimal interval between two triggers of the same event</string>
137
-
<stringname="cooldown_time_illformed">The number must not be lower than 0 and not too large to fit in a integer</string>
136
+
<stringname="pref_cooldown_summary">Minimum interval between two triggers of the same event</string>
137
+
<stringname="cooldown_time_illformed">Must be greater than 0 and smaller than integer maximum</string>
<stringname="pref_show_notification_summary">Show a notification in the notification bar.</string>
158
158
<stringname="pref_foreground_title">Run service in foreground</string>
159
-
<stringname="pref_foreground_summary">Make the service less easier to be killed by the system. Will show a notification. Can not be disabled on Android 8+ because of system requirement.</string>
159
+
<stringname="pref_foreground_summary">Make it harder for the system to kill this service. Will show a notification. Cannot be disabled on Android 8+.</string>
160
160
161
161
<stringname="message_plugin_not_compatible">This plugin is not compatible with this device.</string>
162
162
@@ -187,10 +187,10 @@ Reminder: Easer is still in development. It may contain bugs and the UI definite
<stringname="help_script">Script is the logic containers. You will connect an Event or a Condition with a Profile in a Script, so that Easer knows to load/execute that Profile when that Event happens or the Condition is met.\nThere are also more advanced functions, e.g. reversed event.\nPlease refer to the <ahref="https://github.com/renyuneyun/Easer/wiki">document</a> for more information.</string>
191
-
<stringname="help_event">Event represents a short-time (instant) event on your phone or remotely.\nFor example, receiving a notification, or an NFC tag is scanned.\nPlease refer to the <ahref="https://github.com/renyuneyun/Easer/wiki">document</a> for more information.</string>
192
-
<stringname="help_condition">Condition represents a long-lasting (but usually not forever) condition on your phone or remotely.\nFor example, connected to WiFi, or Screen is Off.\nPlease refer to the <ahref="https://github.com/renyuneyun/Easer/wiki">document</a> for more information.</string>
193
-
<stringname="help_profile">Profile is a set of Operations. Each Operation represents a particular type of action.\nFor example, turn on Bluetooth, or send an SMS.\nPlease refer to the <ahref="https://github.com/renyuneyun/Easer/wiki">document</a> for more information.</string>
190
+
<stringname="help_script">A Script holds the logic that determines when a Profile should be loaded/executed. You will connect an Event or a Condition with a Profile in a Script, so that Easer knows to load/execute that Profile when that Event happens or the Condition is met.\nThere are also more advanced functions, e.g. reversed event.\nPlease refer to the <ahref="https://github.com/renyuneyun/Easer/wiki">document</a> for more information.</string>
191
+
<stringname="help_event">An Event represents an instantaneous event such as receiving a notification or scanning an NFC tag. Scripts can be set to trigger when an Event occurs.\nPlease refer to the <ahref="https://github.com/renyuneyun/Easer/wiki">document</a> for more information.</string>
192
+
<stringname="help_condition">A Condition represents a long-lasting state, such as WiFi status (connected/disconnected) or screen state (on/off).\nWhen a Script is triggered by an event, it can check whether a Condition is satisfied and modify its behavior.\nPlease refer to the <ahref="https://github.com/renyuneyun/Easer/wiki">document</a> for more information.</string>
193
+
<stringname="help_profile">A Profile contains a set of Operations that can be triggered by a Script. Each Operation represents a particular type of action.\nFor example, turn on Bluetooth, or send an SMS.\nPlease refer to the <ahref="https://github.com/renyuneyun/Easer/wiki">document</a> for more information.</string>
0 commit comments