Approval.

This commit is contained in:
2020-08-07 09:39:43 +02:00
committed by Stefan Rohde-Enslin
parent d5d5f84a82
commit 96b165f9a7
48 changed files with 2667 additions and 0 deletions

23
backend/zh/visitors.json Normal file
View File

@ -0,0 +1,23 @@
{
"tlVisitors": {
"add_new_visitor": "Enter a new museum visitor",
"generate_qr_code": "Generate QR-Code",
"new_visitor_added": "A new visitor has been registered",
"day": "Day",
"week": "Week",
"month": "Month",
"all_time": "All time",
"filter_by_time": "Filter by time",
"time_context": "Date (time context)",
"ticket_types": "Type of visitor (by ticket)",
"amount": "Amount",
"other_not_categorized": "Other\/Without category",
"calendar_week": "Calendar week",
"year": "Year",
"manually_add": "Manually add visitors",
"number_new_visitors": "Number of visitors to register",
"in_numbers": "In numbers",
"manage_ticket_types": "Manage ticket types",
"export_all_visitors": "Export all visitor logs"
}
}