blind-friendly-library
Version:
BFL - Blind friendly library
29 lines • 1.9 kB
JSON
{
"en": {
"globalSpeech": {
"textNotFound": "There is no text to read",
"ttsEnd": "The speaker has been turned off",
"ttsStart": "The speaker was turned on"
},
"guide": {
"headline": "Welcome to the guide. \nPress one to explain 'speaker'. \nPress two for 'focused speaker'. \nPress three to 'control the web by voice'.",
"one": "The speaker is turned on using the keyboard shortcut {{speakerKey}}. \nYou can then use the 'right and left arrows' to skip through the paragraphs. \n'Spacebar' functions to pause the speaker. \nThe 'escape' key works to close and cancel the speaker.",
"two": "The focus speaker is turned on using the keyboard shortcut {{focusKey}}. \nThen use the 'TAB' key to click between dynamic elements, the 'ENTER' key will perform an action on the given element. \nClick the 'ESCAPE' key to exit.",
"three": "Voice control is turned on with the keyboard shortcut {{voiceControlKey}}. \nThen say the name of the element you want to find. \nIf there isn't, the 'speaker' will tell you. \nIf there is, the 'speaker' will ask you if you want to perform the action of the given element or not. \nYes means by clicking the Y key, not the N key."
},
"speechFocus": {
"notFound": "Unknown element",
"ttsEnd": "Navigation has been disabled",
"ttsStart": "Navigation has been turned on"
},
"speechToText": {
"sttStart": "Ready to take command",
"foundElement": "We found the same element: {{currentEl}}. \nDo you want {{elAction}} on this element? \nYes or no",
"foundMethod": "We found the same element: {{currentMethod}}.",
"nothingFound": "We did not find any matching element: {{currentEl}}, on this page",
"actionYes": "YES action was performed",
"actionNo": "The action was NOT performed",
"actionUnknownVoice": "Unknown voice, try again"
}
}
}