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: 'Ajouter une annotation',
ANNOTATION_DESCRIPTION_TOOLTIP: 'Détails ou contexte supplémentaires concernant cette annotation',
ANNOTATION_LABEL_TOOLTIP: 'Identifiant court affiché sur le point d’annotation',
ANNOTATION_TITLE_TOOLTIP: 'Titre principal de l’annotation',
ANNOTATIONS: 'Annotations',
AR: 'RA',
ARROW_KEYS: 'Touches fléchées',
AUTO_ROTATE: 'Rotation automatique',
BOUNDED_FLY: 'Vol limité',
CAMERA_FOCUS_POINT: 'Point de mise au point',
CAMERA_INFO: 'Informations sur la caméra',
CAMERA_POSITION: 'Position',
CANCEL: 'Annuler',
CHOOSE_FILE: 'Choisissez le fichier...',
CONTROLS: 'Commandes',
CTRL: 'Ctrl',
DELETE_ANNOTATION: 'Supprimer l’annotation',
DESCRIPTION: 'Description',
DESELECT_ANNOTATION: 'Désélectionner l’annotation',
EDIT: 'Modifier',
EDIT_ANNOTATION: 'Modifier l’annotation',
EXISTING: 'Existant',
FILE_SELECTED: 'Fichier sélectionné',
FLY: 'Voler',
FLY_FASTER: 'Voler plus vite',
FLY_SLOWER: 'Voler plus lentement',
FREE_FLY: 'Vol libre',
IMAGES: 'Images',
LABEL: 'Étiquette',
LEFT_MOUSE: 'Bouton gauche de la souris',
LOOK: 'Regarder',
MIDDLE_MOUSE: 'Bouton central de la souris',
MOUSE_WHEEL: 'Molette de la souris',
NEW: 'Nouveau',
ORBIT: 'Orbiter',
PAN: 'Déplacer',
PINCH: 'Pincer',
REPLACE_FILE: 'Remplacer le fichier...',
RESET_CAMERA: 'Réinitialiser la caméra',
RIGHT_MOUSE: 'Bouton droit de la souris',
SAVE: 'Sauvegarder',
SHIFT: 'Maj',
SWIPE: 'Glisser',
TITLE: 'Titre',
TOUCH_DRAG: 'Toucher + Glisser',
UPLOAD_FILES: 'Téléverser des fichiers',
UPLOAD_FILES_DESCRIPTION: 'Parcourir ou glisser-déposer des fichiers.',
VR: 'RV',
ZOOM: 'Zoom',
};
|