Interface EditorLocalization

interface EditorLocalization {
    about: string;
    accessibilityInputInstructions: string;
    addAll: string;
    addElementAction: ((elemDescription: string) => string);
    andNMoreCommands: ((count: number) => string);
    anyDevicePanning: string;
    arrowPen: string;
    autocorrectedTo: ((description: string) => string);
    autocorrectionCanceled: string;
    backgroundColor: string;
    cancel: string;
    changeTool: string;
    chooseFile: string;
    clickToPickColorAnnouncement: string;
    close: string;
    closeDialog: string;
    closeSidebar: ((toolName: string) => string);
    colorChangedAnnouncement: ((color: string) => string);
    colorLabel: string;
    colorPickerPipetteHelpText: string;
    colorPickerToggleHelpText: string;
    colorSelectionCanceledAnnouncement: string;
    copied: ((count: number) => string);
    copyPasteError__description: string;
    copyPasteError__errorDetails: string;
    copyPasteError__heading: string;
    copyPasteError__pasteRetry: string;
    decreaseImageSize: string;
    deleteSelection: string;
    describeTheImage: string;
    developerInformation: string;
    disableAccessibilityExploreTool: string;
    disabledAutoresizeOutputCommand: string;
    documentProperties: string;
    doneLoading: string;
    dragAndDropHereOrBrowse: string;
    dropdownHidden: ((toolName: string) => string);
    dropdownShown: ((toolName: string) => string);
    duplicateAction: ((elemDescription: string, count: number) => string);
    duplicateSelection: string;
    duplicatedNoElements: string;
    elements: string;
    emptyBackground: string;
    enableAccessibilityExploreTool: string;
    enableAutoresizeOption: string;
    enabledAutoresizeOutputCommand: string;
    enterTextToInsert: string;
    eraseAction: ((elemDescription: string, numElems: number) => string);
    erasedNoElements: string;
    eraser: string;
    eraserDropdown__baseHelpText: string;
    eraserDropdown__fullStrokeEraserHelpText: string;
    eraserDropdown__thicknessHelpText: string;
    eraserTool: string;
    errorImageHasZeroSize: string;
    exit: string;
    fileInput__andNMoreFiles: ((count: number) => string);
    fileInput__loading: string;
    filledBackgroundWithColor: ((color: string) => string);
    filledRectanglePen: string;
    findDialogHidden: string;
    findDialogShown: string;
    findLabel: string;
    flatTipPen: string;
    focusedFoundText: ((currentMatchNumber: number, totalMatches: number) => string);
    fontLabel: string;
    fullStrokeEraser: string;
    gridBackground: string;
    handDropdown__baseHelpText: string;
    handDropdown__lockRotationHelpText: string;
    handDropdown__resetViewHelpText: string;
    handDropdown__touchPanningHelpText: string;
    handDropdown__zoomDisplayHelpText: string;
    handDropdown__zoomInHelpText: string;
    handDropdown__zoomOutHelpText: string;
    handTool: string;
    help: string;
    helpHidden: string;
    helpScreenNavigationHelp: string;
    image: string;
    imageEditor: string;
    imageHeightOption: string;
    imageLoadError: ((message: string) => string);
    imageNode: ((description: string) => string);
    imageSize: ((size: number, units: string) => string);
    imageWidthOption: string;
    inputAltText: string;
    inputStabilization: string;
    inverseOf: ((actionDescription: string) => string);
    keyboardPanZoom: string;
    linePen: string;
    loading: ((percentage: number) => string);
    lockRotation: string;
    movedDown: string;
    movedLeft: string;
    movedRight: string;
    movedUp: string;
    next: string;
    outlinedCirclePen: string;
    outlinedRectanglePen: string;
    pageDropdown__aboutButtonHelpText: string;
    pageDropdown__autoresizeCheckboxHelpText: string;
    pageDropdown__backgroundColorHelpText: string;
    pageDropdown__baseHelpText: string;
    pageDropdown__gridCheckboxHelpText: string;
    paste: string;
    pasteHandler: string;
    pasted: ((count: number) => string);
    pen: string;
    penDropdown__autocorrectHelpText: string;
    penDropdown__baseHelpText: string;
    penDropdown__colorHelpText: string;
    penDropdown__penTypeHelpText: string;
    penDropdown__stabilizationHelpText: string;
    penDropdown__thicknessHelpText: string;
    penTool: ((penId: number) => string);
    pickColorFromScreen: string;
    pipetteTool: string;
    previous: string;
    redo: string;
    redoAnnouncement: ((actionDescription: string) => string);
    reformatSelection: string;
    rerenderAsText: string;
    resetImage: string;
    resetView: string;
    resizeImageToSelection: string;
    resizeOutputCommand: ((newSize: Rect2) => string);
    restyledElement: ((elementDescription: string) => string);
    rightClickDragPanTool: string;
    rotatedBy: ((degrees: number) => string);
    roundedTipPen: string;
    roundedTipPen2: string;
    save: string;
    select: string;
    selectAllTool: string;
    selectPenType: string;
    selectShape: string;
    selectedElements: ((count: number) => string);
    selectionDropdown__baseHelpText: string;
    selectionDropdown__changeColorHelpText: string;
    selectionDropdown__deleteHelpText: string;
    selectionDropdown__duplicateHelpText: string;
    selectionDropdown__resizeToHelpText: string;
    selectionMenu__copyToClipboard: string;
    selectionMenu__delete: string;
    selectionMenu__duplicate: string;
    selectionMenu__paste: string;
    selectionMenu__show: string;
    selectionTool: string;
    selectionToolKeyboardShortcuts: string;
    softwareLibraries: string;
    soundExplorer: string;
    soundExplorerUsageAnnouncement: string;
    stroke: string;
    strokeAutocorrect: string;
    submit: string;
    svgObject: string;
    text: ((text: string) => string);
    textSize: string;
    textTool: string;
    thicknessLabel: string;
    toNextMatch: string;
    toggleOverflow: string;
    toolDisabledAnnouncement: ((toolName: string) => string);
    toolEnabledAnnouncement: ((toolName: string) => string);
    touchPanTool: string;
    touchPanning: string;
    transformedElements: ((elemCount: number) => string);
    twoFingerPanZoomTool: string;
    undo: string;
    undoAnnouncement: ((actionDescription: string) => string);
    undoRedoTool: string;
    unionOf: ((actionDescription: string, actionCount: number) => string);
    unlabeledImageNode: string;
    updatedViewport: string;
    useGridOption: string;
    zoom: string;
    zoomLevel: ((zoomPercentage: number) => string);
    zoomedIn: string;
    zoomedOut: string;
    imageNodeCount(nodeCount: number): string;
    pathNodeCount(pathCount: number): string;
    textNode(content: string): string;
    textNodeCount(nodeCount: number): string;
}

Hierarchy

  • ToolbarLocalization
  • ToolLocalization
  • CommandLocalization
  • ImageComponentLocalization
  • TextRendererLocalization
    • EditorLocalization

Properties

about accessibilityInputInstructions addAll addElementAction andNMoreCommands anyDevicePanning arrowPen autocorrectedTo autocorrectionCanceled backgroundColor cancel changeTool chooseFile clickToPickColorAnnouncement close closeDialog closeSidebar colorChangedAnnouncement colorLabel colorPickerPipetteHelpText colorPickerToggleHelpText colorSelectionCanceledAnnouncement copied copyPasteError__description copyPasteError__errorDetails copyPasteError__heading copyPasteError__pasteRetry decreaseImageSize deleteSelection describeTheImage developerInformation disableAccessibilityExploreTool disabledAutoresizeOutputCommand documentProperties doneLoading dragAndDropHereOrBrowse dropdownHidden dropdownShown duplicateAction duplicateSelection duplicatedNoElements elements emptyBackground enableAccessibilityExploreTool enableAutoresizeOption enabledAutoresizeOutputCommand enterTextToInsert eraseAction erasedNoElements eraser eraserDropdown__baseHelpText eraserDropdown__fullStrokeEraserHelpText eraserDropdown__thicknessHelpText eraserTool errorImageHasZeroSize exit fileInput__andNMoreFiles fileInput__loading filledBackgroundWithColor filledRectanglePen findDialogHidden findDialogShown findLabel flatTipPen focusedFoundText fontLabel fullStrokeEraser gridBackground handDropdown__baseHelpText handDropdown__lockRotationHelpText handDropdown__resetViewHelpText handDropdown__touchPanningHelpText handDropdown__zoomDisplayHelpText handDropdown__zoomInHelpText handDropdown__zoomOutHelpText handTool help helpHidden helpScreenNavigationHelp image imageEditor imageHeightOption imageLoadError imageNode imageSize imageWidthOption inputAltText inputStabilization inverseOf keyboardPanZoom linePen loading lockRotation movedDown movedLeft movedRight movedUp next outlinedCirclePen outlinedRectanglePen pageDropdown__aboutButtonHelpText pageDropdown__autoresizeCheckboxHelpText pageDropdown__backgroundColorHelpText pageDropdown__baseHelpText pageDropdown__gridCheckboxHelpText paste pasteHandler pasted pen penDropdown__autocorrectHelpText penDropdown__baseHelpText penDropdown__colorHelpText penDropdown__penTypeHelpText penDropdown__stabilizationHelpText penDropdown__thicknessHelpText penTool pickColorFromScreen pipetteTool previous redo redoAnnouncement reformatSelection rerenderAsText resetImage resetView resizeImageToSelection resizeOutputCommand restyledElement rightClickDragPanTool rotatedBy roundedTipPen roundedTipPen2 save select selectAllTool selectPenType selectShape selectedElements selectionDropdown__baseHelpText selectionDropdown__changeColorHelpText selectionDropdown__deleteHelpText selectionDropdown__duplicateHelpText selectionDropdown__resizeToHelpText selectionMenu__copyToClipboard selectionMenu__delete selectionMenu__duplicate selectionMenu__paste selectionMenu__show selectionTool selectionToolKeyboardShortcuts softwareLibraries soundExplorer soundExplorerUsageAnnouncement stroke strokeAutocorrect submit svgObject text textSize textTool thicknessLabel toNextMatch toggleOverflow toolDisabledAnnouncement toolEnabledAnnouncement touchPanTool touchPanning transformedElements twoFingerPanZoomTool undo undoAnnouncement undoRedoTool unionOf unlabeledImageNode updatedViewport useGridOption zoom zoomLevel zoomedIn zoomedOut

Methods

Properties

about: string
accessibilityInputInstructions: string
addAll: string
addElementAction: ((elemDescription: string) => string)
andNMoreCommands: ((count: number) => string)
anyDevicePanning: string
arrowPen: string
autocorrectedTo: ((description: string) => string)
autocorrectionCanceled: string
backgroundColor: string
cancel: string
changeTool: string
chooseFile: string
clickToPickColorAnnouncement: string
close: string
closeDialog: string
closeSidebar: ((toolName: string) => string)

closeSidebar is used for accessibility in a button label.

colorChangedAnnouncement: ((color: string) => string)
colorLabel: string
colorPickerPipetteHelpText: string
colorPickerToggleHelpText: string
colorSelectionCanceledAnnouncement: string
copied: ((count: number) => string)
copyPasteError__description: string
copyPasteError__errorDetails: string
copyPasteError__heading: string
copyPasteError__pasteRetry: string
decreaseImageSize: string
deleteSelection: string
describeTheImage: string
developerInformation: string
disableAccessibilityExploreTool: string
disabledAutoresizeOutputCommand: string
documentProperties: string
doneLoading: string
dragAndDropHereOrBrowse: string
dropdownHidden: ((toolName: string) => string)
dropdownShown: ((toolName: string) => string)
duplicateAction: ((elemDescription: string, count: number) => string)
duplicateSelection: string
duplicatedNoElements: string
elements: string
emptyBackground: string
enableAccessibilityExploreTool: string
enableAutoresizeOption: string
enabledAutoresizeOutputCommand: string
enterTextToInsert: string
eraseAction: ((elemDescription: string, numElems: number) => string)
erasedNoElements: string
eraser: string
eraserDropdown__baseHelpText: string
eraserDropdown__fullStrokeEraserHelpText: string
eraserDropdown__thicknessHelpText: string
eraserTool: string
errorImageHasZeroSize: string
exit: string
fileInput__andNMoreFiles: ((count: number) => string)
fileInput__loading: string
filledBackgroundWithColor: ((color: string) => string)
filledRectanglePen: string
findDialogHidden: string
findDialogShown: string
findLabel: string
flatTipPen: string
focusedFoundText: ((currentMatchNumber: number, totalMatches: number) => string)
fontLabel: string
fullStrokeEraser: string
gridBackground: string
handDropdown__baseHelpText: string
handDropdown__lockRotationHelpText: string
handDropdown__resetViewHelpText: string
handDropdown__touchPanningHelpText: string
handDropdown__zoomDisplayHelpText: string
handDropdown__zoomInHelpText: string
handDropdown__zoomOutHelpText: string
handTool: string
help: string
helpHidden: string
helpScreenNavigationHelp: string
image: string
imageEditor: string
imageHeightOption: string
imageLoadError: ((message: string) => string)
imageNode: ((description: string) => string)
imageSize: ((size: number, units: string) => string)
imageWidthOption: string
inputAltText: string
inputStabilization: string
inverseOf: ((actionDescription: string) => string)
keyboardPanZoom: string
linePen: string
loading: ((percentage: number) => string)
lockRotation: string
movedDown: string
movedLeft: string
movedRight: string
movedUp: string
next: string
outlinedCirclePen: string
outlinedRectanglePen: string
pageDropdown__aboutButtonHelpText: string
pageDropdown__autoresizeCheckboxHelpText: string
pageDropdown__backgroundColorHelpText: string
pageDropdown__baseHelpText: string
pageDropdown__gridCheckboxHelpText: string
paste: string
pasteHandler: string
pasted: ((count: number) => string)
pen: string
penDropdown__autocorrectHelpText: string
penDropdown__baseHelpText: string

Help text

penDropdown__colorHelpText: string
penDropdown__penTypeHelpText: string
penDropdown__stabilizationHelpText: string
penDropdown__thicknessHelpText: string
penTool: ((penId: number) => string)
pickColorFromScreen: string
pipetteTool: string
previous: string
redo: string
redoAnnouncement: ((actionDescription: string) => string)
reformatSelection: string
rerenderAsText: string
resetImage: string
resetView: string
resizeImageToSelection: string
resizeOutputCommand: ((newSize: Rect2) => string)
restyledElement: ((elementDescription: string) => string)
rightClickDragPanTool: string
rotatedBy: ((degrees: number) => string)
roundedTipPen: string
roundedTipPen2: string
save: string
select: string
selectAllTool: string
selectPenType: string
selectShape: string
selectedElements: ((count: number) => string)
selectionDropdown__baseHelpText: string
selectionDropdown__changeColorHelpText: string
selectionDropdown__deleteHelpText: string
selectionDropdown__duplicateHelpText: string
selectionDropdown__resizeToHelpText: string
selectionMenu__copyToClipboard: string
selectionMenu__delete: string
selectionMenu__duplicate: string
selectionMenu__paste: string
selectionMenu__show: string
selectionTool: string
selectionToolKeyboardShortcuts: string
softwareLibraries: string

About dialog localization

soundExplorer: string
soundExplorerUsageAnnouncement: string
stroke: string
strokeAutocorrect: string
submit: string
svgObject: string
text: ((text: string) => string)
textSize: string
textTool: string
thicknessLabel: string
toNextMatch: string
toggleOverflow: string
toolDisabledAnnouncement: ((toolName: string) => string)
toolEnabledAnnouncement: ((toolName: string) => string)
touchPanTool: string
touchPanning: string
transformedElements: ((elemCount: number) => string)
twoFingerPanZoomTool: string
undo: string
undoAnnouncement: ((actionDescription: string) => string)
undoRedoTool: string
unionOf: ((actionDescription: string, actionCount: number) => string)
unlabeledImageNode: string
updatedViewport: string
useGridOption: string
zoom: string
zoomLevel: ((zoomPercentage: number) => string)
zoomedIn: string
zoomedOut: string

Methods

  • Parameters

    • nodeCount: number

    Returns string

  • Parameters

    • pathCount: number

    Returns string

  • Parameters

    • content: string

    Returns string

  • Parameters

    • nodeCount: number

    Returns string

OpenSource licenses