Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | 1x | /* Generated from the CSV files in csv/ by `yarn generate-strings`. Do not edit. */
export const strings = {
ADD_ANNOTATION: 'Add Annotation',
ANNOTATION_DESCRIPTION_TOOLTIP: 'Additional details or context about this annotation',
ANNOTATION_LABEL_TOOLTIP: 'Short identifier displayed on the annotation hotspot',
ANNOTATION_TITLE_TOOLTIP: 'Main heading for the annotation',
ANNOTATIONS: 'Annotations',
AR: 'AR',
ARROW_KEYS: 'Arrow Keys',
AUTO_ROTATE: 'Auto Rotate',
BOUNDED_FLY: 'Bounded-fly',
CAMERA_FOCUS_POINT: 'Focus Point',
CAMERA_INFO: 'Camera Info',
CAMERA_POSITION: 'Position',
CANCEL: 'Cancel',
CHOOSE_FILE: 'Choose File...',
CONTROLS: 'Controls',
CTRL: 'Ctrl',
DELETE_ANNOTATION: 'Delete Annotation',
DESCRIPTION: 'Description',
DESELECT_ANNOTATION: 'Deselect Annotation',
EDIT: 'Edit',
EDIT_ANNOTATION: 'Edit Annotation',
EXISTING: 'Existing',
FILE_SELECTED: 'File Selected',
FLY: 'Fly',
FLY_FASTER: 'Fly faster',
FLY_SLOWER: 'Fly slower',
FREE_FLY: 'Free-fly',
IMAGES: 'Images',
LABEL: 'Label',
LEFT_MOUSE: 'Left Mouse',
LOOK: 'Look',
MIDDLE_MOUSE: 'Middle Mouse',
MOUSE_WHEEL: 'Mouse Wheel',
NEW: 'New',
ORBIT: 'Orbit',
PAN: 'Pan',
PINCH: 'Pinch',
REPLACE_FILE: 'Replace File...',
RESET_CAMERA: 'Reset Camera',
RIGHT_MOUSE: 'Right Mouse',
SAVE: 'Save',
SHIFT: 'Shift',
SWIPE: 'Swipe',
TITLE: 'Title',
TOUCH_DRAG: 'Touch + Drag',
UPLOAD_FILES: 'Upload Files',
UPLOAD_FILES_DESCRIPTION: 'Browse or drag and drop files.',
VR: 'VR',
ZOOM: 'Zoom',
};
|