This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user