Add backup-related error messages and improve UI styles

- Updated English, Spanish, Russian, Simplified Chinese, and Traditional Chinese locale files to include new error messages related to backup and restore processes.
- Added prefix and suffix strings for the "cached empty" message to enhance clarity in user prompts.
- Enhanced the management CSS with new styles for the backup browser refresh prompt to improve layout and user experience.
This commit is contained in:
shuaiplus
2026-06-27 12:38:41 +08:00
parent 31dcc76ee2
commit 4cd9ad00d2
9 changed files with 483 additions and 3 deletions
+4
View File
@@ -443,6 +443,10 @@
color: #64748b;
}
.backup-browser-refresh-prompt {
@apply inline-flex flex-wrap items-center justify-center gap-2;
}
.backup-inline-note {
@apply m-0 mb-3 leading-[1.5];
color: #64748b;