diff --git a/frontend/src/components/AboutLicenseModal.vue b/frontend/src/components/AboutLicenseModal.vue index aa73659..e09f7aa 100644 --- a/frontend/src/components/AboutLicenseModal.vue +++ b/frontend/src/components/AboutLicenseModal.vue @@ -28,7 +28,7 @@ const diagnostics = computed(() => { `Version: ${appVersion.value}`, `First Launch: ${formatTime(productStatusStore.firstLaunchedAt)}`, `Connections: ${connectionsStore.connections.length}`, - `Transfer Runs: ${transfersStore.runs.length}`, + `文件分发记录: ${transfersStore.runs.length}`, `Activity Logs: ${activityLogStore.entries.length}`, `User Agent: ${navigator.userAgent}`, ].join('\n') diff --git a/frontend/src/components/BatchCommandModal.vue b/frontend/src/components/BatchCommandModal.vue index 64b623f..79e5d6a 100644 --- a/frontend/src/components/BatchCommandModal.vue +++ b/frontend/src/components/BatchCommandModal.vue @@ -140,7 +140,7 @@ function formatDuration(durationMs: number) {
-