Add new translation file for statistics in frontend

This commit is contained in:
2019-11-19 11:50:01 +01:00
committed by Stefan Rohde-Enslin
parent 6fb685d4e7
commit 3cc01398a9
16 changed files with 256 additions and 0 deletions

View File

@ -0,0 +1,16 @@
{
"tlStatistics": {
"visitor_stats_for": "Page Visitor Statistics for",
"general_numbers": "Numbers",
"count_start_date": "Start day of counting",
"total_obj_page_views_no": "Page views (total)",
"total_obj_page_visitors_no": "Visitors (total)",
"total_obj_page_visitors_this_year": "Visitors (this year)",
"total_obj_page_visitors_this_month": "Visitors (this month)",
"total_obj_page_visitors_today": "Visitors (today)",
"visitor_dev_this_month": "Development (this month)",
"total_obj_page_views_this_year": "Page views (this year)",
"total_obj_page_views_this_month": "Page views (this month)",
"total_obj_page_views_today": "Page views (today)"
}
}