feat: implement video editor timeline components with interactive zoom, trim, and speed region controls.
This commit is contained in:
@@ -8,6 +8,13 @@
|
||||
"manual": "Manual",
|
||||
"auto": "Auto",
|
||||
"autoDescription": "Camera follows the recorded cursor position"
|
||||
},
|
||||
"speed": {
|
||||
"title": "Zoom Speed",
|
||||
"instant": "Instant",
|
||||
"fast": "Fast",
|
||||
"smooth": "Smooth",
|
||||
"lazy": "Lazy"
|
||||
}
|
||||
},
|
||||
"speed": {
|
||||
|
||||
@@ -8,6 +8,13 @@
|
||||
"manual": "Manual",
|
||||
"auto": "Auto",
|
||||
"autoDescription": "La cámara sigue la posición del cursor grabado"
|
||||
},
|
||||
"speed": {
|
||||
"title": "Velocidad de zoom",
|
||||
"instant": "Instantáneo",
|
||||
"fast": "Rápido",
|
||||
"smooth": "Suave",
|
||||
"lazy": "Lento"
|
||||
}
|
||||
},
|
||||
"speed": {
|
||||
|
||||
@@ -8,6 +8,13 @@
|
||||
"manual": "手动",
|
||||
"auto": "自动",
|
||||
"autoDescription": "摄像头跟随录制时的光标位置"
|
||||
},
|
||||
"speed": {
|
||||
"title": "缩放速度",
|
||||
"instant": "即时",
|
||||
"fast": "快速",
|
||||
"smooth": "平滑",
|
||||
"lazy": "缓慢"
|
||||
}
|
||||
},
|
||||
"speed": {
|
||||
|
||||
Reference in New Issue
Block a user