maziggy 3 months ago
parent
commit
e9e49768fe

+ 2 - 2
frontend/src/components/GitHubBackupSettings.tsx

@@ -764,9 +764,9 @@ export function GitHubBackupSettings() {
             {/* Import */}
             <div className="flex items-center justify-between py-3 border-b border-bambu-dark-tertiary">
               <div>
-                <p className="text-white">Restore Backup</p>
+                <p className="text-white">{t('backup.restoreBackup')}</p>
                 <p className="text-sm text-bambu-gray">
-                  Replace all data from a backup file
+                  {t('backup.restoreDescription')}
                 </p>
                 <p className="text-xs text-bambu-gray-light mt-1">
                   {t('backup.restoreNote')}

+ 1 - 0
frontend/src/i18n/locales/de.ts

@@ -2239,6 +2239,7 @@ export default {
     title: 'Sichern & Wiederherstellen',
     createBackup: 'Sicherung erstellen',
     restoreBackup: 'Sicherung wiederherstellen',
+    restoreDescription: 'Alle Daten aus einer Sicherungsdatei ersetzen',
     downloadBackup: 'Sicherung herunterladen',
     uploadBackup: 'Sicherung hochladen',
     lastBackup: 'Letzte Sicherung',

+ 1 - 0
frontend/src/i18n/locales/en.ts

@@ -2239,6 +2239,7 @@ export default {
     title: 'Backup & Restore',
     createBackup: 'Create Backup',
     restoreBackup: 'Restore Backup',
+    restoreDescription: 'Replace all data from a backup file',
     downloadBackup: 'Download Backup',
     uploadBackup: 'Upload Backup',
     lastBackup: 'Last Backup',

+ 2 - 0
frontend/src/i18n/locales/ja.ts

@@ -1784,6 +1784,8 @@ export default {
     projectsDescription: 'プロジェクト、BOMアイテム、添付ファイル',
     pendingUploadsDescription: 'レビュー待ちの仮想プリンターアップロード',
     apiKeysDescription: 'Webhook APIキー(インポート時に新しいキーが生成されます)',
+    restoreBackup: 'バックアップの復元',
+    restoreDescription: 'バックアップファイルからすべてのデータを置き換える',
     restoreNote: '復元後、仮想プリンターが再起動されます',
   },
 

File diff suppressed because it is too large
+ 0 - 0
static/assets/index-D8xEJ4tS.js


+ 1 - 1
static/index.html

@@ -23,7 +23,7 @@
 
     <!-- Splash screens for iOS -->
     <link rel="apple-touch-startup-image" href="/img/android-chrome-512x512.png" />
-    <script type="module" crossorigin src="/assets/index-Bye0cNCS.js"></script>
+    <script type="module" crossorigin src="/assets/index-D8xEJ4tS.js"></script>
     <link rel="stylesheet" crossorigin href="/assets/index-DME4t7XG.css">
   </head>
   <body>

Some files were not shown because too many files changed in this diff