diff --git a/webui/messages/ar.json b/webui/messages/ar.json index 83bc8259..5f4770a7 100644 --- a/webui/messages/ar.json +++ b/webui/messages/ar.json @@ -541,5 +541,7 @@ "dashboard_history_tooltip_added": "تمت إضافة {bytes}", "dashboard_history_tooltip_scanned": "تم فحص {bytes}", "dashboard_history_legend_inprogress": "قيد التنفيذ", - "dashboard_history_tooltip_status_inprogress": "{count} قيد التنفيذ" + "dashboard_history_tooltip_status_inprogress": "{count} قيد التنفيذ", + "dashboard_history_tooltip_overdue": "النسخ الاحتياطي متأخر اعتبارًا من هذا اليوم", + "dashboard_history_tooltip_on_schedule": "النسخ الاحتياطية محدثة اعتبارًا من هذا اليوم" } diff --git a/webui/messages/bn.json b/webui/messages/bn.json index 1d260677..2b94f6b6 100644 --- a/webui/messages/bn.json +++ b/webui/messages/bn.json @@ -541,5 +541,7 @@ "dashboard_history_tooltip_added": "{bytes} যোগ করা হয়েছে", "dashboard_history_tooltip_scanned": "{bytes} স্ক্যান করা হয়েছে", "dashboard_history_legend_inprogress": "চলমান", - "dashboard_history_tooltip_status_inprogress": "{count}টি চলমান" + "dashboard_history_tooltip_status_inprogress": "{count}টি চলমান", + "dashboard_history_tooltip_overdue": "এই দিন অনুযায়ী ব্যাকআপের সময় পেরিয়ে গেছে", + "dashboard_history_tooltip_on_schedule": "এই দিন অনুযায়ী ব্যাকআপগুলো আপ-টু-ডেট রয়েছে" } diff --git a/webui/messages/de.json b/webui/messages/de.json index e96a9f51..27b13e92 100644 --- a/webui/messages/de.json +++ b/webui/messages/de.json @@ -551,5 +551,7 @@ "dashboard_history_tooltip_added": "Hinzugefügt: {bytes}", "dashboard_history_tooltip_scanned": "Gescannt: {bytes}", "dashboard_history_legend_inprogress": "Laufend", - "dashboard_history_tooltip_status_inprogress": "{count} laufend" + "dashboard_history_tooltip_status_inprogress": "{count} laufend", + "dashboard_history_tooltip_overdue": "Backup an diesem Tag überfällig", + "dashboard_history_tooltip_on_schedule": "Backups an diesem Tag auf dem neuesten Stand" } diff --git a/webui/messages/es.json b/webui/messages/es.json index 0676fa2c..eeed54a5 100644 --- a/webui/messages/es.json +++ b/webui/messages/es.json @@ -541,5 +541,7 @@ "dashboard_history_tooltip_added": "Añadido {bytes}", "dashboard_history_tooltip_scanned": "Escaneado {bytes}", "dashboard_history_legend_inprogress": "En progreso", - "dashboard_history_tooltip_status_inprogress": "{count} en progreso" + "dashboard_history_tooltip_status_inprogress": "{count} en progreso", + "dashboard_history_tooltip_overdue": "Copia de seguridad atrasada a fecha de este día", + "dashboard_history_tooltip_on_schedule": "Copias de seguridad al día a fecha de este día" } diff --git a/webui/messages/fr.json b/webui/messages/fr.json index a3e16608..381824f0 100644 --- a/webui/messages/fr.json +++ b/webui/messages/fr.json @@ -541,5 +541,7 @@ "dashboard_history_tooltip_added": "{bytes} ajoutés", "dashboard_history_tooltip_scanned": "{bytes} analysés", "dashboard_history_legend_inprogress": "En cours", - "dashboard_history_tooltip_status_inprogress": "{count} en cours" + "dashboard_history_tooltip_status_inprogress": "{count} en cours", + "dashboard_history_tooltip_overdue": "Backup en retard à ce jour", + "dashboard_history_tooltip_on_schedule": "Backups à jour à ce jour" } diff --git a/webui/messages/hi.json b/webui/messages/hi.json index 8fe2f34b..446e3c75 100644 --- a/webui/messages/hi.json +++ b/webui/messages/hi.json @@ -541,5 +541,7 @@ "dashboard_history_tooltip_added": "{bytes} जोड़े गए", "dashboard_history_tooltip_scanned": "{bytes} स्कैन किए गए", "dashboard_history_legend_inprogress": "प्रगति पर", - "dashboard_history_tooltip_status_inprogress": "{count} प्रगति पर" + "dashboard_history_tooltip_status_inprogress": "{count} प्रगति पर", + "dashboard_history_tooltip_overdue": "इस दिन तक बैकअप का समय बीत चुका है", + "dashboard_history_tooltip_on_schedule": "इस दिन तक बैकअप अप-टू-डेट हैं" } diff --git a/webui/messages/id.json b/webui/messages/id.json index 42d4d51c..5b7be61f 100644 --- a/webui/messages/id.json +++ b/webui/messages/id.json @@ -541,5 +541,7 @@ "dashboard_history_tooltip_added": "Ditambahkan {bytes}", "dashboard_history_tooltip_scanned": "Dipindai {bytes}", "dashboard_history_legend_inprogress": "Sedang berjalan", - "dashboard_history_tooltip_status_inprogress": "{count} sedang berjalan" + "dashboard_history_tooltip_status_inprogress": "{count} sedang berjalan", + "dashboard_history_tooltip_overdue": "Backup terlambat per hari ini", + "dashboard_history_tooltip_on_schedule": "Backup mutakhir per hari ini" } diff --git a/webui/messages/it.json b/webui/messages/it.json index 950d6f2b..9988c0dc 100644 --- a/webui/messages/it.json +++ b/webui/messages/it.json @@ -553,5 +553,7 @@ "dashboard_history_tooltip_added": "Aggiunti {bytes}", "dashboard_history_tooltip_scanned": "Scansionati {bytes}", "dashboard_history_legend_inprogress": "In corso", - "dashboard_history_tooltip_status_inprogress": "{count} in corso" + "dashboard_history_tooltip_status_inprogress": "{count} in corso", + "dashboard_history_tooltip_overdue": "Backup in ritardo a questa data", + "dashboard_history_tooltip_on_schedule": "Backup aggiornati a questa data" } diff --git a/webui/messages/ja.json b/webui/messages/ja.json index 9d4d2f5f..b59d52d9 100644 --- a/webui/messages/ja.json +++ b/webui/messages/ja.json @@ -541,5 +541,7 @@ "dashboard_history_tooltip_added": "{bytes} 追加", "dashboard_history_tooltip_scanned": "{bytes} スキャン済み", "dashboard_history_legend_inprogress": "進行中", - "dashboard_history_tooltip_status_inprogress": "{count} 件進行中" + "dashboard_history_tooltip_status_inprogress": "{count} 件進行中", + "dashboard_history_tooltip_overdue": "この日の時点でバックアップが遅延しています", + "dashboard_history_tooltip_on_schedule": "この日の時点でバックアップは最新です" } diff --git a/webui/messages/ko.json b/webui/messages/ko.json index d988e45c..3bfe23c5 100644 --- a/webui/messages/ko.json +++ b/webui/messages/ko.json @@ -541,5 +541,7 @@ "dashboard_history_tooltip_added": "{bytes} 추가됨", "dashboard_history_tooltip_scanned": "{bytes} 스캔됨", "dashboard_history_legend_inprogress": "진행 중", - "dashboard_history_tooltip_status_inprogress": "{count}개 진행 중" + "dashboard_history_tooltip_status_inprogress": "{count}개 진행 중", + "dashboard_history_tooltip_overdue": "이 날을 기준으로 백업이 지연되었습니다", + "dashboard_history_tooltip_on_schedule": "이 날을 기준으로 백업이 최신 상태입니다" } diff --git a/webui/messages/pl.json b/webui/messages/pl.json index 8c34449b..595d5217 100644 --- a/webui/messages/pl.json +++ b/webui/messages/pl.json @@ -541,5 +541,7 @@ "dashboard_history_tooltip_added": "Dodano {bytes}", "dashboard_history_tooltip_scanned": "Zeskanowano {bytes}", "dashboard_history_legend_inprogress": "W trakcie", - "dashboard_history_tooltip_status_inprogress": "{count} w trakcie" + "dashboard_history_tooltip_status_inprogress": "{count} w trakcie", + "dashboard_history_tooltip_overdue": "Kopia zapasowa zaległa na ten dzień", + "dashboard_history_tooltip_on_schedule": "Kopie zapasowe aktualne na ten dzień" } diff --git a/webui/messages/pt.json b/webui/messages/pt.json index 08f3db1b..cf0d41d4 100644 --- a/webui/messages/pt.json +++ b/webui/messages/pt.json @@ -541,5 +541,7 @@ "dashboard_history_tooltip_added": "Adicionado {bytes}", "dashboard_history_tooltip_scanned": "Escaneado {bytes}", "dashboard_history_legend_inprogress": "Em andamento", - "dashboard_history_tooltip_status_inprogress": "{count} em andamento" + "dashboard_history_tooltip_status_inprogress": "{count} em andamento", + "dashboard_history_tooltip_overdue": "Backup atrasado neste dia", + "dashboard_history_tooltip_on_schedule": "Backups atualizados neste dia" } diff --git a/webui/messages/ru.json b/webui/messages/ru.json index 51d7f813..ccb30cba 100644 --- a/webui/messages/ru.json +++ b/webui/messages/ru.json @@ -541,5 +541,7 @@ "dashboard_history_tooltip_added": "Добавлено {bytes}", "dashboard_history_tooltip_scanned": "Просканировано {bytes}", "dashboard_history_legend_inprogress": "В процессе", - "dashboard_history_tooltip_status_inprogress": "{count} в процессе" + "dashboard_history_tooltip_status_inprogress": "{count} в процессе", + "dashboard_history_tooltip_overdue": "Резервное копирование просрочено на этот день", + "dashboard_history_tooltip_on_schedule": "Резервные копии актуальны на этот день" } diff --git a/webui/messages/zh.json b/webui/messages/zh.json index b8b3f53b..65521d05 100644 --- a/webui/messages/zh.json +++ b/webui/messages/zh.json @@ -553,5 +553,7 @@ "dashboard_history_tooltip_added": "已添加 {bytes}", "dashboard_history_tooltip_scanned": "已扫描 {bytes}", "dashboard_history_legend_inprogress": "进行中", - "dashboard_history_tooltip_status_inprogress": "{count} 个进行中" + "dashboard_history_tooltip_status_inprogress": "{count} 个进行中", + "dashboard_history_tooltip_overdue": "截至当天备份已逾期", + "dashboard_history_tooltip_on_schedule": "截至当天备份已是最新" }