Add initial keyboard shortcut support.

This commit is contained in:
Dermot Duffy
2024-06-05 21:44:17 -07:00
parent 904f6d8142
commit 7ab545738d
186 changed files with 9564 additions and 3658 deletions
+18 -3
View File
@@ -362,7 +362,6 @@
"camera_ui": "Interface utilisateur de la caméra",
"cameras": "Appareils photo",
"clips": "Extraits",
"default_zoom": "",
"display_mode": "",
"download": "Télécharger",
"enabled": "Bouton activé",
@@ -377,7 +376,8 @@
"mute": "Désactiver/Réactiver le son",
"play": "Jouer / Pause",
"priority": "Priorité",
"ptz": "",
"ptz_controls": "",
"ptz_home": "",
"recordings": "Enregistrements",
"screenshot": "Capture d'écran",
"snapshots": "Instantanés",
@@ -437,6 +437,10 @@
},
"default": "Vue par défaut",
"interaction_seconds": "",
"keyboard_shortcuts": {
"editor_label": "",
"enabled": ""
},
"reset_after_interaction": "",
"triggers": {
"actions": {
@@ -580,6 +584,17 @@
"what": "Quoi",
"where": "Où"
},
"key_assigner": {
"assign": "",
"assigning": "",
"modifiers": {
"alt": "",
"ctrl": "",
"meta": "",
"shift": ""
},
"unassign": ""
},
"media_filter": {
"all": "Tous",
"camera": "Caméra",
@@ -630,4 +645,4 @@
"timeline": {
"select_date": "Choisir une date"
}
}
}