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
String(format:NSLocalizedString("Could not simulate location (error %d). Make sure the device is connected and the DDI is mounted.", comment:""), code)
809
+
String(format:"Could not simulate location (error %d). Make sure the device is connected and the DDI is mounted.".localized, code)
String(format:NSLocalizedString("Could not start route simulation (error %d). Make sure the device is connected and the DDI is mounted.", comment:""), code)
832
+
String(format:"Could not start route simulation (error %d). Make sure the device is connected and the DDI is mounted.".localized, code)
Text("Remove profile for \(removeTargetName) (UUID: \(removeTargetUUID))?\nApps associated with this profile may become unavailable.")
285
+
Text(String(format:"Remove profile for %@ (UUID: %@)?\nApps associated with this profile may become unavailable.".localized, removeTargetName, removeTargetUUID))
0 commit comments