fix(i18n): add missing zh-CN translation for newRecording dialog

The zh-CN locale was missing the 'newRecording' section in editor.json,
which is present in the en locale. This commit adds the translation for:
- title: 返回录屏
- description: 当前会话已保存。
- cancel: 取消
- confirm: 确认
This commit is contained in:
Richard
2026-04-08 13:58:53 +08:00
parent e7d5f51740
commit 85bd215f1f
+6
View File
@@ -1,4 +1,10 @@
{
"newRecording": {
"title": "返回录屏",
"description": "当前会话已保存。",
"cancel": "取消",
"confirm": "确认"
},
"errors": {
"noVideoLoaded": "未加载视频",
"videoNotReady": "视频未就绪",