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:
@@ -1,4 +1,10 @@
|
||||
{
|
||||
"newRecording": {
|
||||
"title": "返回录屏",
|
||||
"description": "当前会话已保存。",
|
||||
"cancel": "取消",
|
||||
"confirm": "确认"
|
||||
},
|
||||
"errors": {
|
||||
"noVideoLoaded": "未加载视频",
|
||||
"videoNotReady": "视频未就绪",
|
||||
|
||||
Reference in New Issue
Block a user