Search
282 results 111-120
Reference
language.stateRestore.removeTitle
› Set the title shown in the StateRestore remove modalThis string is displayed as a title within the remove modal which confirms that a user wants to remove the given state.language.stateRestore.removeSubmit
› Set the text within the StateRestore remove buttonThis string is displayed in the confirmation button within the remove modal that is shown when a state is being removed.language.stateRestore.removeJoiner
› Set the joiner used between states within the StateRestore remove modalThis string is displayed in the confirmation modal for removal between the last two states in the list. The default is ' and ', meaning that a typical ending to the language.stateRestore.removeConfirm message would be ... State 1 and State 2?.language.stateRestore.removeError
› Set the error message shown when incorrectly removing a stateThis string is displayed within the remove modal to indicate an error has occured when removing the state.language.stateRestore.removeConfirm
› Set the confirmation message shown within the StateRestore remove modalThis string is displayed within the remove modal to confirm that a user wants to remove this state. The %s token will be replaced with the name of the state, or states that are being removed. When multiple states are being deleted, the states will be listed separated by a comma (,), except for the last two states that will be separated by the value of language.stateRestore.removeJoiner.language.stateRestore.emptyStates
› Set the text that is shown in the savedStates collection when there are no saved statesThis string will be displayed within the savedStates collection when no saves have been loaded or created.language.stateRestore.emptyError
› Set the error message shown when incorrectly renaming a state to an empty stringThis string is displayed within the rename modal to indicate to the user that they have not inputted a valid name for the state, because the value is an empty string.language.stateRestore.duplicateError
› Set the error message shown when attempting to rename a state to one that already existsThis string is displayed within the rename modal to indicate to the user that a state with this name already exists and they should choose another.language.stateRestore.creationModal.toggleLabel
› Set the label text shown beside the toggle check boxesThis string is displayed as a label within the creation modal next to the toggle check boxes. These check boxes allow the user to set what is saved by that state. They are configured using the toggle option of stateRestoreConfig.language.stateRestore.creationModal.title
› Set the text for the title of the creation modalThis string is displayed as the heading within the creation modal that is shown when a state is being created. The value set here is passed through the i18n() function.