@suitest/translate
Advanced tools
Comparing version 4.10.0 to 4.11.0
@@ -32,2 +32,3 @@ export declare const NOT_STARTED_REASON: Readonly<{ | ||
readonly XBOX_PLATFORM_ERROR_IN_VALID_CERTIFICATE: "xboxPlatformErrorInvalidCertificate"; | ||
readonly XFINITY_PLATFORM_ERROR_EXPIRED_API_KEY: "xfinityPlatformErrorExpiredApiKey"; | ||
}>; | ||
@@ -34,0 +35,0 @@ export declare type NotStartedReason = typeof NOT_STARTED_REASON[keyof typeof NOT_STARTED_REASON]; |
@@ -1,1 +0,1 @@ | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.PROGRESS_STATUS=exports.NOT_STARTED_REASON=void 0,exports.NOT_STARTED_REASON=Object.freeze({BLASTER_ERROR:"blasterError",BOOTING:"runningBootSequence",CAMERA_BUSY:"cameraBusy",CANDYBOX_OFFLINE:"candyBoxOffline",DEVICE_DELETED:"deviceDeleted",DEVICE_DISABLED:"deviceDisabled",DEVICE_IN_USE:"deviceInUse",EXCEEDED_PLAN_LIMITS:"planLimitExceeded",INTERNAL_ERROR:"internalError",NO_ACTIVE_PLAN:"noActivePlan",NO_AUTOMATED_MINUTES:"noAvailableAutomatedMinutes",PLATFORM_ERROR_ANDROID:"androidPlatformError",PLATFORM_ERROR_BOOTSTRAP:"bootstrappedPlatformError",PLATFORM_ERROR_LG_WEBOS:"lgWebosPlatformError",PLATFORM_ERROR_UNDEFINED:"notDefinedPlatform",PLATFORM_ERROR_PLAYSTATION:"playstationPlatformError",PLATFORM_ERROR_ROKU:"rokuPlatformError",PLATFORM_ERROR_XBOX:"xboxPlatformError",PLATFORM_ERROR_APPLE_TV:"applePlatformError",PLATFORM_ERROR_TIZEN:"tizenPlatformError",SUITEST_DRIVE_OFFLINE:"suitestDriveOffline",SUITEST_DRIVE_SERVICE_OFFLINE:"suitestDriveServiceOffline",TEST_QUEUED:"testQueued",PACKAGE_CORRUPTED:"packageCorrupted",CONFIGURATOR_ERROR:"configuratorError",APPLE_NETWORK_LOGS_ERROR:"appleNetworkLogsError",DEVICE_OFFLINE:"deviceOffline",SUITEST_DRIVE_UPDATE:"suitestDriveUpdate",DEV_TOOLS_NOT_SUPPORTED:"devToolsNotSupported",XBOX_PLATFORM_ERROR_IN_VALID_CERTIFICATE:"xboxPlatformErrorInvalidCertificate"}),exports.PROGRESS_STATUS=Object.freeze({ACTION_FAILED:"actionFailed",APP_UNINSTALL:"unistallingApp",APP_UPLOAD_INSTALL:"uploadingAndInstallingApp",BOOTING_DEVICE:"bootingDevice",CLOSING_APP:"closingApp",DEVICE_IDENTIFICATION:"recoveringID",NOTHING:"nothing",OPENING_APP:"openingApp",SELECTING_SUITESTIFY_INSTANCE:"selectingSuitestifyInstance",WAITING_FOR_BOOTSTRAP:"waitingForConnectionFromBootstrap",WAITING_FOR_IL:"waitingForConnectionFromIL",WAIT_FOR_MANUAL_ACTION:"needManual"}); | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.PROGRESS_STATUS=exports.NOT_STARTED_REASON=void 0,exports.NOT_STARTED_REASON=Object.freeze({BLASTER_ERROR:"blasterError",BOOTING:"runningBootSequence",CAMERA_BUSY:"cameraBusy",CANDYBOX_OFFLINE:"candyBoxOffline",DEVICE_DELETED:"deviceDeleted",DEVICE_DISABLED:"deviceDisabled",DEVICE_IN_USE:"deviceInUse",EXCEEDED_PLAN_LIMITS:"planLimitExceeded",INTERNAL_ERROR:"internalError",NO_ACTIVE_PLAN:"noActivePlan",NO_AUTOMATED_MINUTES:"noAvailableAutomatedMinutes",PLATFORM_ERROR_ANDROID:"androidPlatformError",PLATFORM_ERROR_BOOTSTRAP:"bootstrappedPlatformError",PLATFORM_ERROR_LG_WEBOS:"lgWebosPlatformError",PLATFORM_ERROR_UNDEFINED:"notDefinedPlatform",PLATFORM_ERROR_PLAYSTATION:"playstationPlatformError",PLATFORM_ERROR_ROKU:"rokuPlatformError",PLATFORM_ERROR_XBOX:"xboxPlatformError",PLATFORM_ERROR_APPLE_TV:"applePlatformError",PLATFORM_ERROR_TIZEN:"tizenPlatformError",SUITEST_DRIVE_OFFLINE:"suitestDriveOffline",SUITEST_DRIVE_SERVICE_OFFLINE:"suitestDriveServiceOffline",TEST_QUEUED:"testQueued",PACKAGE_CORRUPTED:"packageCorrupted",CONFIGURATOR_ERROR:"configuratorError",APPLE_NETWORK_LOGS_ERROR:"appleNetworkLogsError",DEVICE_OFFLINE:"deviceOffline",SUITEST_DRIVE_UPDATE:"suitestDriveUpdate",DEV_TOOLS_NOT_SUPPORTED:"devToolsNotSupported",XBOX_PLATFORM_ERROR_IN_VALID_CERTIFICATE:"xboxPlatformErrorInvalidCertificate",XFINITY_PLATFORM_ERROR_EXPIRED_API_KEY:"xfinityPlatformErrorExpiredApiKey"}),exports.PROGRESS_STATUS=Object.freeze({ACTION_FAILED:"actionFailed",APP_UNINSTALL:"unistallingApp",APP_UPLOAD_INSTALL:"uploadingAndInstallingApp",BOOTING_DEVICE:"bootingDevice",CLOSING_APP:"closingApp",DEVICE_IDENTIFICATION:"recoveringID",NOTHING:"nothing",OPENING_APP:"openingApp",SELECTING_SUITESTIFY_INSTANCE:"selectingSuitestifyInstance",WAITING_FOR_BOOTSTRAP:"waitingForConnectionFromBootstrap",WAITING_FOR_IL:"waitingForConnectionFromIL",WAIT_FOR_MANUAL_ACTION:"needManual"}); |
@@ -1,1 +0,1 @@ | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.translateNotStartedReason=void 0;var constants_1=require("./constants"),smst_1=require("@suitest/smst");function translateNotStartedReason(t){switch(t){case constants_1.NOT_STARTED_REASON.BLASTER_ERROR:return{title:smst_1.jsx("text",null,"Cannot continue: IR blaster missing or incorrectly attached"),description:smst_1.jsx("text",null,"Infrared blaster assigned to the device is missing or malfunctioning. Check the wiring, replace the blaster or assign another working CandyBox port to this device")};case constants_1.NOT_STARTED_REASON.PLATFORM_ERROR_BOOTSTRAP:return{title:smst_1.jsx("text",null,"Cannot continue: Suitest bootstrap app is not running"),description:smst_1.jsx("text",null,"Suitest tried to start the bootstrap application on this device but failed several times and will try no more. Please connect to the device and start the bootstrap app manually, then disconnect and the scheduled test will continue. If you have configured the Suitest channel, tune the TV to this channel and verify that Suitest badge is displayed on TV in the top right corner. If you have not configured the Suitest channel, please contact support")};case constants_1.NOT_STARTED_REASON.TEST_QUEUED:return{title:smst_1.jsx("text",null,"Test is added to queue"),description:smst_1.jsx("text",null,"Execution will start as soon as other tests queued on this device will finish execution")};case constants_1.NOT_STARTED_REASON.NO_AUTOMATED_MINUTES:return{title:smst_1.jsx("text",null,"Cannot continue: you've used up all of your testing minutes"),description:smst_1.jsx("fragment",null,"You are testing a lot! Please consider ",smst_1.jsx("link",{href:"https://the.suite.st/preferences/summary?modal=create-organization"},"creating an organization")," and purchasing a plan. Visit our ",smst_1.jsx("link",{href:"https://suite.st/pricing.html"},"Pricing page")," for more details.")};case constants_1.NOT_STARTED_REASON.NO_ACTIVE_PLAN:return{title:smst_1.jsx("text",null,"Cannot continue: Your subscription has expired"),description:smst_1.jsx("fragment",null,"Your subscription has expired, to continue using Suitest please ",smst_1.jsx("link",{href:"https://the.suite.st/preferences/billing"},"renew your subscription"))};case constants_1.NOT_STARTED_REASON.CAMERA_BUSY:return{title:smst_1.jsx("text",null,"Cannot continue: Suitest Camera app is busy"),description:smst_1.jsx("text",null,"Suitest Camera app is busy, please try again in a few minutes")};case constants_1.NOT_STARTED_REASON.CANDYBOX_OFFLINE:return{title:smst_1.jsx("text",null,"Cannot continue: CandyBox controlling this device is offline"),description:smst_1.jsx("text",null,"Check that the cable plugged into the CandyBox delivers Internet connection or reboot the CandyBox and allow about 5 minutes for it to initialize")};case constants_1.NOT_STARTED_REASON.SUITEST_DRIVE_OFFLINE:return{title:smst_1.jsx("text",null,"Cannot continue: SuitestDrive controlling this device is offline"),description:smst_1.jsx("text",null,"SuitestDrive controlling this device is not currently running or is offline. Please verify that the host computer has Internet connection and that SuitestDrive is running")};case constants_1.NOT_STARTED_REASON.SUITEST_DRIVE_SERVICE_OFFLINE:return{title:smst_1.jsx("text",null,"The SuitestDrive is not running on the CandyBox")};case constants_1.NOT_STARTED_REASON.BOOTING:return{title:smst_1.jsx("text",null,"Trying to open Suitest bootstrap application"),description:smst_1.jsx("text",null,"Test will start after the Suitest bootstrap application will open. Suitest will attempt to open the app in a number of ways. After each attempt it will wait for 60 seconds for the app to respond. If it will not, Suitest will try the next available method. Current methods are: 1) Sending EXIT key to the device, 2) Executing user defined boot sequence, 3) turning the TV on and off 4) Turning the TV on again. If starting the test takes a long time, you should configure a better boot sequence")};case constants_1.NOT_STARTED_REASON.DEVICE_IN_USE:return{title:smst_1.jsx("text",null,"A user is currently connected to this device"),description:smst_1.jsx("text",null,"Execution will continue after the user disconnects")};case constants_1.NOT_STARTED_REASON.DEVICE_DISABLED:return{title:smst_1.jsx("text",null,"This device is disabled"),description:smst_1.jsx("text",null,"For the execution to continue please enable the device")};case constants_1.NOT_STARTED_REASON.DEVICE_DELETED:return{title:smst_1.jsx("text",null,"Cannot continue: Device is deleted"),description:smst_1.jsx("text",null,"The device on which the execution was scheduled has been deleted. Please cancel the test and schedule it on another available device")};case constants_1.NOT_STARTED_REASON.INTERNAL_ERROR:return{title:smst_1.jsx("text",null,"Cannot continue: Internal error occurred"),description:smst_1.jsx("text",null,"We are very sorry, but some fishy error occurred when Suitest was trying to execute your test. Our developers have been notified and are already working hard to resolve the problem")};case constants_1.NOT_STARTED_REASON.PLATFORM_ERROR_UNDEFINED:return{title:smst_1.jsx("text",null,"Cannot continue: Device does not support this platform"),description:smst_1.jsx("text",null,"You have scheduled the test execution with a configuration that depends on a platform, which this device does not currently support. You should either configure the platform on the device or cancel the test run")};case constants_1.NOT_STARTED_REASON.PLATFORM_ERROR_LG_WEBOS:return{title:smst_1.jsx("text",null,"Cannot continue: LG WebOS driver has failed"),description:smst_1.jsx("text",null,"LG WebOS driver has misbehaved. Please verify that the device is online and it's current IP address is correctly specified in Suitest. Then double check if the Development mode is enabled on the device. If nothing helps try rebooting the device")};case constants_1.NOT_STARTED_REASON.PLATFORM_ERROR_XBOX:return{title:smst_1.jsx("text",null,"Cannot continue: Xbox driver has failed"),description:smst_1.jsx("text",null,"Xbox driver has misbehaved. Please verify that the device is online and it's current IP address and developer credentials are correctly specified in Suitest. If nothing helps try rebooting the device and restarting SuitestDrive")};case constants_1.NOT_STARTED_REASON.PLATFORM_ERROR_ANDROID:return{title:smst_1.jsx("text",null,"Cannot continue: Android driver has failed"),description:smst_1.jsx("text",null,"Android driver has misbehaved. Please verify that the device is online and it's current IP address is correctly specified in Suitest. If nothing helps try rebooting the device and restarting SuitestDrive")};case constants_1.NOT_STARTED_REASON.PLATFORM_ERROR_APPLE_TV:return{title:smst_1.jsx("text",null,"Cannot continue: Apple TV driver has failed"),description:smst_1.jsx("text",null,"Apple driver has misbehaved. Please verify that the device is paired with Mac that is running SuitestDrive. Make sure that application build is installable on that device. If nothing helps try rebooting the device and restarting SuitestDrive")};case constants_1.NOT_STARTED_REASON.PLATFORM_ERROR_ROKU:return{title:smst_1.jsx("text",null,"Cannot continue: Roku driver has failed"),description:smst_1.jsx("text",null,"Roku driver has misbehaved. Please verify that the device is online and it's current IP address and developer credentials are correctly specified in Suitest. Then double check if the Development mode is enabled on the device and your channel/application is valid. If the local IP of the device changes, make sure to set up a static IP for the device")};case constants_1.NOT_STARTED_REASON.PLATFORM_ERROR_TIZEN:return{title:smst_1.jsx("text",null,"Cannot continue: Tizen driver has failed"),description:smst_1.jsx("text",null,"Tizen driver has misbehaved. Please verify that the device is online and it's current IP address is correctly specified in Suitest. Then double check if the developer mode is enabled and if host PC IP matches the control unit IP. If nothing helps try rebooting the device and restarting SuitestDrive")};case constants_1.NOT_STARTED_REASON.EXCEEDED_PLAN_LIMITS:return{title:smst_1.jsx("text",null,"Application or user limit has been exceeded"),description:smst_1.jsx("fragment",null,"Looks like you have reached the limit of applications or users, check your ",smst_1.jsx("link",{href:"https://the.suite.st/preferences/billing"},"billing section")," to increase your plan. Please contact ",smst_1.jsx("link",{href:"sales@suite.st"},"sales@suite.st")," if you require help with your plan.")};case constants_1.NOT_STARTED_REASON.PLATFORM_ERROR_PLAYSTATION:return{title:smst_1.jsx("text",null,"Cannot continue: PlayStation 4 driver has failed"),description:smst_1.jsx("text",null,"PlayStation 4 driver has misbehaved. Please verify that the device is online and it's current IP address is correctly specified in Suitest. If nothing helps try rebooting the device and restarting SuitestDrive. If the local IP of the device changes, make sure to set up a static IP for the device.")};case constants_1.NOT_STARTED_REASON.PACKAGE_CORRUPTED:return{title:smst_1.jsx("text",null,"Failed to open the app. Please make sure that your app is working correctly.")};case constants_1.NOT_STARTED_REASON.CONFIGURATOR_ERROR:return{title:smst_1.jsx("text",null,"Make sure that Apple Configurator 2 and Automation Tools are installed"),description:smst_1.jsx("fragment",null,"Please see ",smst_1.jsx("link",{href:"https://suite.st/docs/devices/apple-tv/#installing-apple-configurator-2"},"our docs"),".")};case constants_1.NOT_STARTED_REASON.APPLE_NETWORK_LOGS_ERROR:return{title:smst_1.jsx("text",null,"SuitestDrive can't launch NetworkLog service on Mac")};case constants_1.NOT_STARTED_REASON.DEVICE_OFFLINE:return{title:smst_1.jsx("fragment",null,"Device could not be reached, please try again in a few minutes. Contact ",smst_1.jsx("link",{href:"mailto:support@suite.st"},"support")," if the problem persists.")};case constants_1.NOT_STARTED_REASON.SUITEST_DRIVE_UPDATE:return{title:smst_1.jsx("text",null,"SuitestDrive is being automatically updated.")};case constants_1.NOT_STARTED_REASON.DEV_TOOLS_NOT_SUPPORTED:return{title:smst_1.jsx("text",null,"The selected instrumentation option (Lite version) of the configuration is not supported on the device.")};case constants_1.NOT_STARTED_REASON.XBOX_PLATFORM_ERROR_IN_VALID_CERTIFICATE:return{title:smst_1.jsx("text",null,"Invalid SSL certificate. See troubleshooting section for this platform")};default:throw new Error("Unknown not started reason received: "+t)}}exports.translateNotStartedReason=translateNotStartedReason; | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.translateNotStartedReason=void 0;var constants_1=require("./constants"),smst_1=require("@suitest/smst");function translateNotStartedReason(t){switch(t){case constants_1.NOT_STARTED_REASON.BLASTER_ERROR:return{title:smst_1.jsx("text",null,"Cannot continue: IR blaster missing or incorrectly attached"),description:smst_1.jsx("text",null,"Infrared blaster assigned to the device is missing or malfunctioning. Check the wiring, replace the blaster or assign another working CandyBox port to this device")};case constants_1.NOT_STARTED_REASON.PLATFORM_ERROR_BOOTSTRAP:return{title:smst_1.jsx("text",null,"Cannot continue: Suitest bootstrap app is not running"),description:smst_1.jsx("text",null,"Suitest tried to start the bootstrap application on this device but failed several times and will try no more. Please connect to the device and start the bootstrap app manually, then disconnect and the scheduled test will continue. If you have configured the Suitest channel, tune the TV to this channel and verify that Suitest badge is displayed on TV in the top right corner. If you have not configured the Suitest channel, please contact support")};case constants_1.NOT_STARTED_REASON.TEST_QUEUED:return{title:smst_1.jsx("text",null,"Test is added to queue"),description:smst_1.jsx("text",null,"Execution will start as soon as other tests queued on this device will finish execution")};case constants_1.NOT_STARTED_REASON.NO_AUTOMATED_MINUTES:return{title:smst_1.jsx("text",null,"Cannot continue: you've used up all of your testing minutes"),description:smst_1.jsx("fragment",null,"You are testing a lot! Please consider ",smst_1.jsx("link",{href:"https://the.suite.st/preferences/summary?modal=create-organization"},"creating an organization")," and purchasing a plan. Visit our ",smst_1.jsx("link",{href:"https://suite.st/pricing.html"},"Pricing page")," for more details.")};case constants_1.NOT_STARTED_REASON.NO_ACTIVE_PLAN:return{title:smst_1.jsx("text",null,"Cannot continue: Your subscription has expired"),description:smst_1.jsx("fragment",null,"Your subscription has expired, to continue using Suitest please ",smst_1.jsx("link",{href:"https://the.suite.st/preferences/billing"},"renew your subscription"))};case constants_1.NOT_STARTED_REASON.CAMERA_BUSY:return{title:smst_1.jsx("text",null,"Cannot continue: Suitest Camera app is busy"),description:smst_1.jsx("text",null,"Suitest Camera app is busy, please try again in a few minutes")};case constants_1.NOT_STARTED_REASON.CANDYBOX_OFFLINE:return{title:smst_1.jsx("text",null,"Cannot continue: CandyBox controlling this device is offline"),description:smst_1.jsx("text",null,"Check that the cable plugged into the CandyBox delivers Internet connection or reboot the CandyBox and allow about 5 minutes for it to initialize")};case constants_1.NOT_STARTED_REASON.SUITEST_DRIVE_OFFLINE:return{title:smst_1.jsx("text",null,"Cannot continue: SuitestDrive controlling this device is offline"),description:smst_1.jsx("text",null,"SuitestDrive controlling this device is not currently running or is offline. Please verify that the host computer has Internet connection and that SuitestDrive is running")};case constants_1.NOT_STARTED_REASON.SUITEST_DRIVE_SERVICE_OFFLINE:return{title:smst_1.jsx("text",null,"The SuitestDrive is not running on the CandyBox")};case constants_1.NOT_STARTED_REASON.BOOTING:return{title:smst_1.jsx("text",null,"Trying to open Suitest bootstrap application"),description:smst_1.jsx("text",null,"Test will start after the Suitest bootstrap application will open. Suitest will attempt to open the app in a number of ways. After each attempt it will wait for 60 seconds for the app to respond. If it will not, Suitest will try the next available method. Current methods are: 1) Sending EXIT key to the device, 2) Executing user defined boot sequence, 3) turning the TV on and off 4) Turning the TV on again. If starting the test takes a long time, you should configure a better boot sequence")};case constants_1.NOT_STARTED_REASON.DEVICE_IN_USE:return{title:smst_1.jsx("text",null,"A user is currently connected to this device"),description:smst_1.jsx("text",null,"Execution will continue after the user disconnects")};case constants_1.NOT_STARTED_REASON.DEVICE_DISABLED:return{title:smst_1.jsx("text",null,"This device is disabled"),description:smst_1.jsx("text",null,"For the execution to continue please enable the device")};case constants_1.NOT_STARTED_REASON.DEVICE_DELETED:return{title:smst_1.jsx("text",null,"Cannot continue: Device is deleted"),description:smst_1.jsx("text",null,"The device on which the execution was scheduled has been deleted. Please cancel the test and schedule it on another available device")};case constants_1.NOT_STARTED_REASON.INTERNAL_ERROR:return{title:smst_1.jsx("text",null,"Cannot continue: Internal error occurred"),description:smst_1.jsx("text",null,"We are very sorry, but some fishy error occurred when Suitest was trying to execute your test. Our developers have been notified and are already working hard to resolve the problem")};case constants_1.NOT_STARTED_REASON.PLATFORM_ERROR_UNDEFINED:return{title:smst_1.jsx("text",null,"Cannot continue: Device does not support this platform"),description:smst_1.jsx("text",null,"You have scheduled the test execution with a configuration that depends on a platform, which this device does not currently support. You should either configure the platform on the device or cancel the test run")};case constants_1.NOT_STARTED_REASON.PLATFORM_ERROR_LG_WEBOS:return{title:smst_1.jsx("text",null,"Cannot continue: LG WebOS driver has failed"),description:smst_1.jsx("text",null,"LG WebOS driver has misbehaved. Please verify that the device is online and it's current IP address is correctly specified in Suitest. Then double check if the Development mode is enabled on the device. If nothing helps try rebooting the device")};case constants_1.NOT_STARTED_REASON.PLATFORM_ERROR_XBOX:return{title:smst_1.jsx("text",null,"Cannot continue: Xbox driver has failed"),description:smst_1.jsx("text",null,"Xbox driver has misbehaved. Please verify that the device is online and it's current IP address and developer credentials are correctly specified in Suitest. If nothing helps try rebooting the device and restarting SuitestDrive")};case constants_1.NOT_STARTED_REASON.PLATFORM_ERROR_ANDROID:return{title:smst_1.jsx("text",null,"Cannot continue: Android driver has failed"),description:smst_1.jsx("text",null,"Android driver has misbehaved. Please verify that the device is online and it's current IP address is correctly specified in Suitest. If nothing helps try rebooting the device and restarting SuitestDrive")};case constants_1.NOT_STARTED_REASON.PLATFORM_ERROR_APPLE_TV:return{title:smst_1.jsx("text",null,"Cannot continue: Apple TV driver has failed"),description:smst_1.jsx("text",null,"Apple driver has misbehaved. Please verify that the device is paired with Mac that is running SuitestDrive. Make sure that application build is installable on that device. If nothing helps try rebooting the device and restarting SuitestDrive")};case constants_1.NOT_STARTED_REASON.PLATFORM_ERROR_ROKU:return{title:smst_1.jsx("text",null,"Cannot continue: Roku driver has failed"),description:smst_1.jsx("text",null,"Roku driver has misbehaved. Please verify that the device is online and it's current IP address and developer credentials are correctly specified in Suitest. Then double check if the Development mode is enabled on the device and your channel/application is valid. If the local IP of the device changes, make sure to set up a static IP for the device")};case constants_1.NOT_STARTED_REASON.PLATFORM_ERROR_TIZEN:return{title:smst_1.jsx("text",null,"Cannot continue: Tizen driver has failed"),description:smst_1.jsx("text",null,"Tizen driver has misbehaved. Please verify that the device is online and it's current IP address is correctly specified in Suitest. Then double check if the developer mode is enabled and if host PC IP matches the control unit IP. If nothing helps try rebooting the device and restarting SuitestDrive")};case constants_1.NOT_STARTED_REASON.EXCEEDED_PLAN_LIMITS:return{title:smst_1.jsx("text",null,"Application or user limit has been exceeded"),description:smst_1.jsx("fragment",null,"Looks like you have reached the limit of applications or users, check your ",smst_1.jsx("link",{href:"https://the.suite.st/preferences/billing"},"billing section")," to increase your plan. Please contact ",smst_1.jsx("link",{href:"sales@suite.st"},"sales@suite.st")," if you require help with your plan.")};case constants_1.NOT_STARTED_REASON.PLATFORM_ERROR_PLAYSTATION:return{title:smst_1.jsx("text",null,"Cannot continue: PlayStation 4 driver has failed"),description:smst_1.jsx("text",null,"PlayStation 4 driver has misbehaved. Please verify that the device is online and it's current IP address is correctly specified in Suitest. If nothing helps try rebooting the device and restarting SuitestDrive. If the local IP of the device changes, make sure to set up a static IP for the device.")};case constants_1.NOT_STARTED_REASON.PACKAGE_CORRUPTED:return{title:smst_1.jsx("text",null,"Failed to open the app. Please make sure that your app is working correctly.")};case constants_1.NOT_STARTED_REASON.CONFIGURATOR_ERROR:return{title:smst_1.jsx("text",null,"Make sure that Apple Configurator 2 and Automation Tools are installed"),description:smst_1.jsx("fragment",null,"Please see ",smst_1.jsx("link",{href:"https://suite.st/docs/devices/apple-tv/#installing-apple-configurator-2"},"our docs"),".")};case constants_1.NOT_STARTED_REASON.APPLE_NETWORK_LOGS_ERROR:return{title:smst_1.jsx("text",null,"SuitestDrive can't launch NetworkLog service on Mac")};case constants_1.NOT_STARTED_REASON.DEVICE_OFFLINE:return{title:smst_1.jsx("fragment",null,"Device could not be reached, please try again in a few minutes. Contact ",smst_1.jsx("link",{href:"mailto:support@suite.st"},"support")," if the problem persists.")};case constants_1.NOT_STARTED_REASON.SUITEST_DRIVE_UPDATE:return{title:smst_1.jsx("text",null,"SuitestDrive is being automatically updated.")};case constants_1.NOT_STARTED_REASON.DEV_TOOLS_NOT_SUPPORTED:return{title:smst_1.jsx("text",null,"The selected instrumentation option (Lite version) of the configuration is not supported on the device.")};case constants_1.NOT_STARTED_REASON.XBOX_PLATFORM_ERROR_IN_VALID_CERTIFICATE:return{title:smst_1.jsx("text",null,"Invalid SSL certificate. See troubleshooting section for this platform")};case constants_1.NOT_STARTED_REASON.XFINITY_PLATFORM_ERROR_EXPIRED_API_KEY:return{title:smst_1.jsx("text",null,"Your Comcast Xfinity key has been expired.")};default:throw new Error("Unknown not started reason received: "+t)}}exports.translateNotStartedReason=translateNotStartedReason; |
{ | ||
"name": "@suitest/translate", | ||
"version": "4.10.0", | ||
"version": "4.11.0", | ||
"description": "A module that translate Suitest server messages to human readable strings", | ||
@@ -38,3 +38,3 @@ "homepage": "https://suite.st/", | ||
}, | ||
"gitHead": "376a8b654778118a26248e1a9df8af2aac2aee6f" | ||
"gitHead": "1776dd53ba8738437603e1e7b6de6fc5be4eb4a3" | ||
} |
95530
284