pull/1106/head
Mikael Finstad 2022-04-04 13:26:52 +08:00
rodzic 01be8af526
commit 3ccf49f3a7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 25AB36E3E81CBC26
1 zmienionych plików z 8 dodań i 8 usunięć

Wyświetl plik

@ -146,7 +146,7 @@ const KeyboardShortcuts = memo(({
toggleKeyboardShortcuts: {
name: t('Keyboard & mouse shortcuts'),
},
// playbackCategory
togglePlayResetSpeed: {
name: t('Play/pause'),
@ -188,7 +188,7 @@ const KeyboardShortcuts = memo(({
name: t('Decrease audio volume'),
category: playbackCategory,
},
// seekingCategory
seekPreviousFrame: {
name: t('Step backward 1 frame'),
@ -244,7 +244,7 @@ const KeyboardShortcuts = memo(({
name: t('Seek to timecode'),
category: seekingCategory,
},
// segmentsAndCutpointsCategory
addSegment: {
name: t('Add cut segment'),
@ -332,7 +332,7 @@ const KeyboardShortcuts = memo(({
name: t('Remove selected segments'),
category: segmentsAndCutpointsCategory,
},
// streamsCategory
toggleStreamsSelector: {
name: t('Edit tracks / metadata tags'),
@ -342,7 +342,7 @@ const KeyboardShortcuts = memo(({
name: t('Extract all tracks'),
category: streamsCategory,
},
// zoomOperationsCategory
timelineZoomIn: {
name: t('Zoom in timeline'),
@ -356,7 +356,7 @@ const KeyboardShortcuts = memo(({
name: t('Toggle zoom between 1x and a calculated comfortable zoom level'),
category: zoomOperationsCategory,
},
// outputCategory
export: {
name: t('Export segment(s)'),
@ -386,7 +386,7 @@ const KeyboardShortcuts = memo(({
name: t('Fix incorrect duration'),
category: outputCategory,
},
// batchFilesCategory
batchPreviousFile: {
name: t('Previous file'),
@ -408,7 +408,7 @@ const KeyboardShortcuts = memo(({
name: t('Merge/concatenate files'),
category: batchFilesCategory,
},
// otherCategory
toggleKeyframeCutMode: {
name: t('Cut mode'),