Fixed log mobile view, plot, privacy banner
Build and Publish / Build and Publish Docker Image (push) Successful in 1m42s
Build and Publish / Build and Publish Docker Image (push) Successful in 1m42s
This commit is contained in:
+28
@@ -223,6 +223,10 @@ pub struct Translations {
|
||||
pub analytics_ev_landing_view: &'static str,
|
||||
pub analytics_ev_portal_open: &'static str,
|
||||
pub analytics_ev_media_view: &'static str,
|
||||
pub analytics_ev_landing_short: &'static str,
|
||||
pub analytics_ev_portal_short: &'static str,
|
||||
pub analytics_ev_media_short: &'static str,
|
||||
pub analytics_log_media_prefix: &'static str,
|
||||
|
||||
// Dashboard
|
||||
pub dashboard_title: &'static str,
|
||||
@@ -281,6 +285,12 @@ pub struct Translations {
|
||||
pub landing_footer_text: &'static str,
|
||||
pub landing_footer_copyright: &'static str,
|
||||
|
||||
// Cookies & privacy
|
||||
pub cookie_banner_text: &'static str,
|
||||
pub cookie_banner_accept: &'static str,
|
||||
pub cookie_privacy_link: &'static str,
|
||||
pub privacy_title: &'static str,
|
||||
|
||||
// Testimonials admin
|
||||
pub nav_testimonials: &'static str,
|
||||
pub testimonials_title: &'static str,
|
||||
@@ -545,6 +555,10 @@ static RU: Translations = Translations {
|
||||
analytics_ev_landing_view: "Заход на сайт",
|
||||
analytics_ev_portal_open: "Открытие страницы клиента",
|
||||
analytics_ev_media_view: "Просмотр фото",
|
||||
analytics_ev_landing_short: "Сайт",
|
||||
analytics_ev_portal_short: "Портал",
|
||||
analytics_ev_media_short: "Фото",
|
||||
analytics_log_media_prefix: "Просмотр медиа",
|
||||
|
||||
dashboard_title: "Главная",
|
||||
dashboard_today_visits: "Визиты на сегодня",
|
||||
@@ -680,6 +694,11 @@ static RU: Translations = Translations {
|
||||
landing_footer_text: "МурНяня.РФ — Присмотрим, погладим, покормим",
|
||||
landing_footer_copyright: "Все права защищены",
|
||||
|
||||
cookie_banner_text: "Мы используем файлы cookie для работы сайта и анонимной статистики посещений.",
|
||||
cookie_banner_accept: "Принять",
|
||||
cookie_privacy_link: "Политика конфиденциальности",
|
||||
privacy_title: "Политика конфиденциальности и использования cookie",
|
||||
|
||||
nav_testimonials: "Отзывы",
|
||||
testimonials_title: "Отзывы",
|
||||
testimonials_empty: "Отзывов пока нет.",
|
||||
@@ -857,6 +876,10 @@ static EN: Translations = Translations {
|
||||
analytics_ev_landing_view: "Landing visit",
|
||||
analytics_ev_portal_open: "Client portal open",
|
||||
analytics_ev_media_view: "Photo view",
|
||||
analytics_ev_landing_short: "Site",
|
||||
analytics_ev_portal_short: "Portal",
|
||||
analytics_ev_media_short: "Photos",
|
||||
analytics_log_media_prefix: "Media view",
|
||||
|
||||
dashboard_title: "Home",
|
||||
dashboard_today_visits: "Today's visits",
|
||||
@@ -992,6 +1015,11 @@ static EN: Translations = Translations {
|
||||
landing_footer_text: "МурНяня.РФ — Присмотрим, погладим, покормим",
|
||||
landing_footer_copyright: "All rights reserved",
|
||||
|
||||
cookie_banner_text: "We use cookies to run the site and for anonymous visit statistics.",
|
||||
cookie_banner_accept: "Accept",
|
||||
cookie_privacy_link: "Privacy Policy",
|
||||
privacy_title: "Privacy & Cookie Policy",
|
||||
|
||||
nav_testimonials: "Testimonials",
|
||||
testimonials_title: "Testimonials",
|
||||
testimonials_empty: "No testimonials yet.",
|
||||
|
||||
Reference in New Issue
Block a user