feat: edit replicas in the list

This commit is contained in:
jialin
2024-09-04 19:34:32 +08:00
parent 5fc6d3ee38
commit 825683dd75
8 changed files with 138 additions and 25 deletions
+1
View File
@@ -77,6 +77,7 @@ export default {
'common.button.next': 'Next',
'common.button.prev': 'Previous',
'common.button.back': 'Back',
'common.button.undo': 'Undo',
'common.button.discardChange': 'Discard',
'common.tips.save':
'You have unsaved changes, leaving this page will discard changes.',
+1
View File
@@ -74,6 +74,7 @@ export default {
'common.button.next': '下一步',
'common.button.prev': '上一步',
'common.button.back': '返回',
'common.button.undo': '撤销',
'common.button.discardChange': '放弃',
'common.tips.save': '您有未保存的更改,离开此页面将放弃更改。',
'common.tips.cancel': '您有未保存的更改。确定放弃更改?',