added log filter
Build and Publish / Build and Publish Docker Image (push) Successful in 1m43s

This commit is contained in:
ab
2026-09-20 20:11:18 +03:00
parent 95154c56e7
commit 866118497f
4 changed files with 61 additions and 3 deletions
+3
View File
@@ -216,6 +216,7 @@ pub struct Translations {
pub analytics_summary_period: &'static str,
pub analytics_open_dashboard: &'static str,
pub analytics_log_title: &'static str,
pub analytics_log_show: &'static str,
pub analytics_log_empty: &'static str,
pub analytics_log_end: &'static str,
pub analytics_log_visitor: &'static str,
@@ -537,6 +538,7 @@ static RU: Translations = Translations {
analytics_summary_period: "за последние 30 дней",
analytics_open_dashboard: "Открыть подробную статистику",
analytics_log_title: "Последние события",
analytics_log_show: "Показывать",
analytics_log_empty: "Событий пока нет.",
analytics_log_end: "Это все события.",
analytics_log_visitor: "Посетитель",
@@ -848,6 +850,7 @@ static EN: Translations = Translations {
analytics_summary_period: "over the last 30 days",
analytics_open_dashboard: "Open detailed analytics",
analytics_log_title: "Recent events",
analytics_log_show: "Show",
analytics_log_empty: "No events yet.",
analytics_log_end: "That's all events.",
analytics_log_visitor: "Visitor",