fix: update notice date

This commit is contained in:
NFish 2025-02-28 17:53:13 +08:00
parent ae76dbd92c
commit 73b1adf862
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
const translation = {
offlineNoticeTitle: 'Important Notice',
offlineNotice: 'Dify v1.0.0 is now officially released. Effective February 24, 2025, the current environment will no longer be accessible, and all data will be permanently deleted. Please ensure that you back up any necessary data prior to this date to avoid any loss.',
offlineNotice: 'Dify v1.0.0 is now officially released. Effective March 5, 2025, the current environment will no longer be accessible, and all data will be permanently deleted. Please ensure that you back up any necessary data prior to this date to avoid any loss.',
api: {
success: 'Success',
actionSuccess: 'Action succeeded',

View File

@ -1,6 +1,6 @@
const translation = {
offlineNoticeTitle: '重要通知',
offlineNotice: 'Dify v1.0.0 现已正式发布。自 2025年 2 月 24 日起,当前环境将不可访问,所有数据将被永久删除。请务必在此日期之前备份所有必要数据,以避免任何数据丢失。',
offlineNotice: 'Dify v1.0.0 现已正式发布。自 2025年 3 月 5 日起,当前环境将不可访问,所有数据将被永久删除。请务必在此日期之前备份所有必要数据,以避免任何数据丢失。',
api: {
success: '成功',
actionSuccess: '操作成功',