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
NSLocalizedString("Turn On Critical Alerts and Time Sensitive Notifications", comment:"Both Critical Alerts and Time Sensitive Notifications disabled alert title")
119
121
case.criticalAlertsDisabled:
120
122
NSLocalizedString("Turn On Critical Alerts", comment:"Critical alerts disabled alert title")
NSLocalizedString("Turn On Critical Alerts and Time Sensitive Notifications", comment:"Both Critical Alerts and Time Sensitive Notifications disabled notification title")
130
132
case.criticalAlertsDisabled:
131
133
NSLocalizedString("Turn On Critical Alerts", comment:"Critical alerts disabled notification title")
NSLocalizedString("Critical Alerts and Time Sensitive Notifications are turned OFF", comment:"Both Critical Alerts and Time Sensitive Notifications disabled banner title")
141
143
case.criticalAlertsDisabled:
142
-
NSLocalizedString("Critical alerts are turned OFF", comment:"Critical alerts disabled banner title")
143
-
case.timeSensitiveNotificationsDisabled:
144
+
NSLocalizedString("Critical Alerts are turned OFF", comment:"Critical alerts disabled banner title")
NSLocalizedString("Critical Alerts and other safety notifications are turned off. You may not get sound, visual or vibration alerts regarding critical safety information.\n\nTo fix the issue, tap ‘Settings’ and make sure Notifications and Critical Alerts are turned ON.", comment:"Notifications disabled alert body")
153
+
NSLocalizedString("Time Sensitive Alerts are turned OFF. You may not get sound, visual or vibration alerts regarding critical safety information.\n\nTo fix the issue, tap ‘Settings’ and make sure Notifications are turned ON.", comment:"Notifications disabled alert body")
154
+
case.criticalAlertsAndNotificationDisabled:
155
+
NSLocalizedString("Critical Alerts and Time Sensitive Notifications are turned off. You may not get sound, visual or vibration alerts regarding critical safety information.\n\nTo fix the issue, tap ‘Settings’ and make sure Notifications and Critical Alerts are turned ON.", comment:"Both Notifications and Critical Alerts disabled alert body")
156
+
case.criticalAlertsAndTimeSensitiveDisabled:
157
+
NSLocalizedString("Critical Alerts and Time Sensitive Notifications are turned off. You may not get sound, visual or vibration alerts regarding critical safety information.\n\nTo fix the issue, tap ‘Settings’ and make sure Critical Alerts and Time Sensitive Notifications are turned ON.", comment:"Both Critical Alerts and Time Sensitive Notifications disabled alert body")
152
158
case.criticalAlertsDisabled:
153
159
NSLocalizedString("Critical Alerts are turned off. You may not get sound, visual or vibration alerts regarding critical safety information.\n\nTo fix the issue, tap ‘Settings’ and make sure Critical Alerts are turned ON.", comment:"Critical alerts disabled alert body")
154
-
case.timeSensitiveNotificationsDisabled:
160
+
case.timeSensitiveDisabled:
155
161
NSLocalizedString("Time Sensitive Alerts are turned OFF. You may not get sound, visual or vibration alerts regarding critical safety information.\n\nTo fix the issue, tap ‘Settings’ and make sure Time Sensitive Notifications are turned ON.", comment:"Time sensitive notifications disabled alert body")
156
162
}
157
163
}
158
164
159
165
varnotificationBody:String{
160
166
switchself{
161
-
case.notificationsDisabled:
162
-
NSLocalizedString("Critical Alerts and other safety notifications are turned OFF. Go to the App to fix the issue now.", comment:"Notifications disabled notification body")
NSLocalizedString("Critical Alerts and Time Sensitive Notifications are turned OFF. Go to the App to fix the issue now.", comment:"Both Critical Alerts and Time Sensitive Notifications disabled notification body")
163
169
case.criticalAlertsDisabled:
164
170
NSLocalizedString("Critical Alerts are turned OFF. Go to the App to fix the issue now.", comment:"Critical alerts disabled notification body")
NSLocalizedString("Time Sensitive notifications are turned OFF. Go to the App to fix the issue now.", comment:"Time sensitive notifications disabled notification body")
167
173
}
168
174
}
169
175
170
176
varbannerBody:String{
171
177
switchself{
172
178
case.notificationsDisabled:
173
-
NSLocalizedString("Fix now by turning Notifications and Critical Alerts ON.", comment:"Notifications disabled banner body")
179
+
NSLocalizedString("Fix now by turning Notifications ON.", comment:"Notifications disabled banner body")
180
+
case.criticalAlertsAndNotificationDisabled:
181
+
NSLocalizedString("Fix now by turning Notifications and Critical Alerts ON.", comment:"Both Critical Alerts and Notifications disabled banner body")
182
+
case.criticalAlertsAndTimeSensitiveDisabled:
183
+
NSLocalizedString("Fix now by turning Critical Alerts and Time Sensitive Notifications ON.", comment:"Both Critical Alerts and Time Sensitive Notifications disabled banner body")
174
184
case.criticalAlertsDisabled:
175
185
NSLocalizedString("Fix now by turning Critical Alerts ON.", comment:"Critical alerts disabled banner body")
176
-
case.timeSensitiveNotificationsDisabled:
177
-
NSLocalizedString("Fix now by turning Time Sensitive alerts ON.", comment:"Time sensitive notifications disabled banner body")
186
+
case.timeSensitiveDisabled:
187
+
NSLocalizedString("Fix now by turning Time Sensitive Notifications ON.", comment:"Time sensitive notifications disabled banner body")
0 commit comments