Skip to content

Commit

Permalink
fix: i18n key error
Browse files Browse the repository at this point in the history
  • Loading branch information
cn-xufei committed Jan 4, 2024
1 parent e3f8ce5 commit 8f4d810
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/business/src/locale/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,10 +294,10 @@ export default {
packages_business_statistics_schedule_yonghuliulanqi: 'User browser time zone',
packages_business_statistics_schedule_shijian: 'Time:',
packages_business_statistics_schedule_leixing: 'Type:',
packages_business_dataFlow_delete_confirm_Title: 'Delete the task? ',
packages_business_dataFlow_delete_confirm_Message: 'After deleting task XXX, this task cannot be restored',
packages_business_dataFlow_bulk_delete_confirm_Title: 'Delete tasks in batch? ',
packages_business_dataFlow_bulk_delete_confirm_Message: 'After deleting tasks in batch, tasks cannot be restored',
packages_business_dataFlow_delete_confirm_title: 'Delete the task? ',
packages_business_dataFlow_delete_confirm_message: 'After deleting task XXX, this task cannot be restored',
packages_business_dataFlow_bulk_delete_confirm_title: 'Delete tasks in batch? ',
packages_business_dataFlow_bulk_delete_confirm_message: 'After deleting tasks in batch, tasks cannot be restored',
packages_business_dataFlow_stop_confirm_title: 'Would you like to suspend this task?',
packages_business_dataFlow_stop_confirm_message:
'After the task xxx is suspended, when the table in the task that has not been fully synchronized is started again, the full synchronization will be performed again',
Expand Down

0 comments on commit 8f4d810

Please sign in to comment.