mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
13 lines
491 B
PHP
13 lines
491 B
PHP
<?php
|
|
$lang->counter = '访问统计';
|
|
$lang->cmd_select_date = '选择日期';
|
|
$lang->cmd_select_counter_type['hour'] = '按时';
|
|
$lang->cmd_select_counter_type['day'] = '按天';
|
|
$lang->cmd_select_counter_type['month'] = '按月';
|
|
$lang->cmd_select_counter_type['year'] = '按年';
|
|
$lang->total_counter = '总揽';
|
|
$lang->selected_day_counter = '指定日概况';
|
|
$lang->unique_visitor = '访问者';
|
|
$lang->pageview = '页面浏览';
|
|
$lang->today = '今日';
|
|
$lang->yesterday = '昨日';
|