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 de usuário da câmera",
"cameras": "Selecionar câmera",
"clips": "Clipes",
"default_zoom": "",
"display_mode": "",
"download": "Baixe a mídia do evento",
"enabled": "Botão ativado",
@@ -377,7 +376,8 @@
"mute": "",
"play": "",
"priority": "Prioridade",
"ptz": "",
"ptz_controls": "",
"ptz_home": "",
"recordings": "Gravações",
"screenshot": "",
"snapshots": "Instantâneos",
@@ -437,6 +437,10 @@
},
"default": "Visualização padrão",
"interaction_seconds": "",
"keyboard_shortcuts": {
"editor_label": "",
"enabled": ""
},
"reset_after_interaction": "",
"triggers": {
"actions": {
@@ -580,6 +584,17 @@
"what": "O que",
"where": "Onde"
},
"key_assigner": {
"assign": "",
"assigning": "",
"modifiers": {
"alt": "",
"ctrl": "",
"meta": "",
"shift": ""
},
"unassign": ""
},
"media_filter": {
"all": "Todos",
"camera": "Câmera",
@@ -630,4 +645,4 @@
"timeline": {
"select_date": "Escolha a data"
}
}
}