fix: update changelog & backup restore

This commit is contained in:
lollipopkit
2023-04-19 20:52:02 +08:00
parent 20d2817c8d
commit e709262477
11 changed files with 39 additions and 24 deletions

View File

@@ -168,7 +168,7 @@ abstract class S {
/// No description provided for @backupTip.
///
/// In en, this message translates to:
/// **'The exported data is simply encrypted. \nPlease keep it safe.\nRestoring will not overwrite existing data.'**
/// **'The exported data is simply encrypted. \nPlease keep it safe.'**
String get backupTip;
/// No description provided for @backupVersionNotMatch.

View File

@@ -41,7 +41,7 @@ class SEn extends S {
String get backupAndRestore => 'Backup and Restore';
@override
String get backupTip => 'The exported data is simply encrypted. \nPlease keep it safe.\nRestoring will not overwrite existing data.';
String get backupTip => 'The exported data is simply encrypted. \nPlease keep it safe.';
@override
String get backupVersionNotMatch => 'Backup version is not match.';

View File

@@ -41,7 +41,7 @@ class SZh extends S {
String get backupAndRestore => '备份和恢复';
@override
String get backupTip => '导出的数据仅进行了简单加密,请妥善保管。\n恢复的数据不会覆盖现有数据。';
String get backupTip => '导出的数据仅进行了简单加密,请妥善保管。';
@override
String get backupVersionNotMatch => '备份版本不匹配,无法恢复';