diff --git a/assets/components/LogViewer/LogAnalytics.vue b/assets/components/LogViewer/LogAnalytics.vue index 564d54ea..5bd70680 100644 --- a/assets/components/LogViewer/LogAnalytics.vue +++ b/assets/components/LogViewer/LogAnalytics.vue @@ -13,11 +13,15 @@ class="textarea textarea-primary w-full font-mono text-lg" :class="{ 'textarea-error': error }" > -
- {{ error }} +
+ {{ $t("analytics.creating_table") }} + {{ $t("analytics.evaluating_query") }} + {{ error }} - Total {{ results.numRows }} records - + {{ $t("analytics.total_records", { count: results.numRows.toLocaleString() }) }} +
diff --git a/locales/da.yml b/locales/da.yml index 5bedbf5b..3b63f500 100644 --- a/locales/da.yml +++ b/locales/da.yml @@ -114,3 +114,8 @@ toasts: copied: title: Kopieret message: Log kopieret til clipboard +analytics: + creating_table: Opretter midlertidig tabel... + evaluating_query: Evaluerer forespørgsel... + total_records: I alt {count} poster. + showing_first: Viser de første {count}. diff --git a/locales/de.yml b/locales/de.yml index c4c332fb..32198ed9 100644 --- a/locales/de.yml +++ b/locales/de.yml @@ -114,3 +114,8 @@ toasts: copied: title: Kopiert message: Log in Zwischenablage kopiert +analytics: + creating_table: Temporäre Tabelle wird erstellt... + evaluating_query: Abfrage wird ausgewertet... + total_records: Insgesamt {count} Datensätze. + showing_first: Zeige die ersten {count}. diff --git a/locales/en.yml b/locales/en.yml index 061a4f1b..e58109aa 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -119,3 +119,8 @@ toasts: copied: title: Copied message: Log copied to clipboard +analytics: + creating_table: Creating temporary table... + evaluating_query: Evaluating query... + total_records: Total {count} records. + showing_first: Showing first {count}. diff --git a/locales/es.yml b/locales/es.yml index ce3f930f..9a02000d 100644 --- a/locales/es.yml +++ b/locales/es.yml @@ -114,3 +114,8 @@ toasts: copied: title: Copiado message: Registro copiado al portapapeles +analytics: + creating_table: Creando tabla temporal... + evaluating_query: Evaluando consulta... + total_records: Total {count} registros. + showing_first: Mostrando los primeros {count}. diff --git a/locales/fr.yml b/locales/fr.yml index 84c3db48..c0c953ec 100644 --- a/locales/fr.yml +++ b/locales/fr.yml @@ -114,3 +114,8 @@ toasts: copied: title: Copié message: Journal copié dans le presse-papiers +analytics: + creating_table: Création d'une table temporaire... + evaluating_query: Évaluation de la requête... + total_records: Total de {count} enregistrements. + showing_first: Affichage des {count} premiers. diff --git a/locales/it.yml b/locales/it.yml index dc1bf990..755fc9b1 100644 --- a/locales/it.yml +++ b/locales/it.yml @@ -114,3 +114,8 @@ toasts: copied: title: Copiato message: Log copiato nella clipboard +analytics: + creating_table: Creazione tabella temporanea... + evaluating_query: Valutazione della query... + total_records: Totale {count} record. + showing_first: Mostrati i primi {count}. diff --git a/locales/pl.yml b/locales/pl.yml index f5da608c..c06eab60 100644 --- a/locales/pl.yml +++ b/locales/pl.yml @@ -114,3 +114,8 @@ toasts: copied: title: Skopiowany message: Log skopiowany do schowka +analytics: + creating_table: Tworzenie tymczasowej tabeli... + evaluating_query: Przetwarzanie zapytania... + total_records: Razem {count} rekordów. + showing_first: Pokazywanie pierwszych {count}. diff --git a/locales/pr.yml b/locales/pr.yml index 158f0fd5..e1d2723c 100644 --- a/locales/pr.yml +++ b/locales/pr.yml @@ -109,3 +109,9 @@ settings: start-line: Esta é uma mensagem de erro multi-linha middle-line: com uma segunda linha end-line: e finalmente uma terceira linha. + +analytics: + creating_table: A criar tabela temporária... + evaluating_query: A avaliar consulta... + total_records: Total de {count} registos. + showing_first: A mostrar os primeiros {count}. diff --git a/locales/pt.yml b/locales/pt.yml index e2119359..866438df 100644 --- a/locales/pt.yml +++ b/locales/pt.yml @@ -114,3 +114,8 @@ toasts: copied: title: Copiado message: Log copiado para a área de transferência +analytics: + creating_table: Criando tabela temporária... + evaluating_query: Avaliando consulta... + total_records: Total de {count} registros. + showing_first: Mostrando os primeiros {count}. diff --git a/locales/ru.yml b/locales/ru.yml index 83871d8e..bc8b2eaf 100644 --- a/locales/ru.yml +++ b/locales/ru.yml @@ -114,3 +114,8 @@ toasts: copied: title: Copied message: Log copied to clipboard +analytics: + creating_table: Создание временной таблицы... + evaluating_query: Выполнение запроса... + total_records: Всего {count} записей. + showing_first: Показаны первые {count}. diff --git a/locales/tr.yml b/locales/tr.yml index 5bde49a8..19e80eb6 100644 --- a/locales/tr.yml +++ b/locales/tr.yml @@ -107,3 +107,8 @@ toasts: copied: title: Kopyalandı message: Günlük panoya kopyalandı +analytics: + creating_table: Geçici tablo oluşturuluyor... + evaluating_query: Sorgu değerlendiriliyor... + total_records: Toplam {count} kayıt. + showing_first: İlk {count} gösteriliyor. diff --git a/locales/zh-tw.yml b/locales/zh-tw.yml index 76a139bd..fe831308 100644 --- a/locales/zh-tw.yml +++ b/locales/zh-tw.yml @@ -116,4 +116,9 @@ log_actions: toasts: copied: title: 已複製 - message: 日誌已複製到剪貼簿 \ No newline at end of file + message: 日誌已複製到剪貼簿 +analytics: + creating_table: 正在建立臨時資料表... + evaluating_query: 正在評估查詢... + total_records: 共計 {count} 筆記錄。 + showing_first: 顯示前 {count} 筆。 diff --git a/locales/zh.yml b/locales/zh.yml index 4986df1f..b5902325 100644 --- a/locales/zh.yml +++ b/locales/zh.yml @@ -114,3 +114,8 @@ toasts: copied: title: 已复制 message: 日志已复制到剪贴板 +analytics: + creating_table: 正在创建临时表... + evaluating_query: 正在评估查询... + total_records: 总共 {count} 条记录。 + showing_first: 显示前 {count} 条。