feat: add chinese translation for browser recording save

This commit is contained in:
RohitR311
2024-12-21 00:15:25 +05:30
parent 0af6cd6071
commit eb0b58befc

View File

@@ -154,7 +154,8 @@
"confirm_pagination": "确认分页",
"confirm_limit": "确认限制",
"finish_capture": "完成捕获",
"finish": "完成"
"finish": "完成",
"cancel": "取消"
},
"screenshot": {
"capture_fullpage": "捕获整页",
@@ -212,5 +213,13 @@
"tooltips": {
"saving": "正在优化并保存工作流程"
}
},
"browser_recording": {
"modal": {
"confirm_discard": "您确定要放弃录制吗?"
},
"notifications": {
"terminated": "当前录制已终止"
}
}
}