/[drupal]/contributions/translations/zh-hans/modules-statistics.po
ViewVC logotype

Contents of /contributions/translations/zh-hans/modules-statistics.po

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Mon Apr 21 02:35:12 2008 UTC (19 months, 1 week ago) by dami
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
File MIME type: text/x-gettext
Drupal 6.x translation, first export from l10n_server.
1 # Chinese, Simplified translation of drupal (6.2)
2 # Copyright (c) 2008 by the Chinese, Simplified translation team
3 # Generated from files:
4 # statistics.admin.inc,v 1.6 2008/01/08 10:35:42 goba
5 # statistics.module,v 1.272 2008/01/04 09:31:48 goba
6 # statistics.install,v 1.13 2007/12/18 12:59:22 dries
7 #
8 msgid ""
9 msgstr ""
10 "Project-Id-Version: drupal (6.2)\n"
11 "POT-Creation-Date: 2008-04-20 19:11-0400\n"
12 "PO-Revision-Date: 2008-04-17 11:52-0400\n"
13 "Language-Team: Chinese, Simplified\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=utf-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=2; plural=(n!=1);\n"
18
19 #: modules/statistics/statistics.admin.inc:50,79,115
20 msgid "Hits"
21 msgstr "点击数"
22
23 #: modules/statistics/statistics.admin.inc:52
24 msgid "Average page generation time"
25 msgstr "平均页面生成时间"
26
27 #: modules/statistics/statistics.admin.inc:53,81
28 msgid "Total page generation time"
29 msgstr "总共页面生成时间"
30
31 #: modules/statistics/statistics.admin.inc:60
32 msgid "%time ms"
33 msgstr "%time 毫秒"
34
35 #: modules/statistics/statistics.admin.inc:67
36 msgid "Top pages in the past %interval"
37 msgstr "最近 %interval 内的热门页面"
38
39 #: modules/statistics/statistics.admin.inc:92
40 msgid "unban"
41 msgstr "解禁"
42
43 #: modules/statistics/statistics.admin.inc:92
44 msgid "ban"
45 msgstr "禁止"
46
47 #: modules/statistics/statistics.admin.inc:100
48 msgid "Top visitors in the past %interval"
49 msgstr "最近 %interval内最活跃的用户"
50
51 #: modules/statistics/statistics.admin.inc:112
52 msgid "Top referrers in the past %interval"
53 msgstr "最近 %interval 内的热门来源"
54
55 #: modules/statistics/statistics.admin.inc:116
56 msgid "Url"
57 msgstr "Url"
58
59 #: modules/statistics/statistics.admin.inc:117
60 msgid "Last visit"
61 msgstr "上次访问"
62
63 #: modules/statistics/statistics.admin.inc:188
64 msgid "Access log settings"
65 msgstr "访问日志设置"
66
67 #: modules/statistics/statistics.admin.inc:191
68 msgid "Enable access log"
69 msgstr "启用访问日志"
70
71 #: modules/statistics/statistics.admin.inc:194
72 msgid "Log each page access. Required for referrer statistics."
73 msgstr "记录每个页面访问。这是来源统计所需要的。"
74
75 #: modules/statistics/statistics.admin.inc:198
76 msgid "Discard access logs older than"
77 msgstr "删除此前的访问日志"
78
79 #: modules/statistics/statistics.admin.inc:201
80 msgid ""
81 "Older access log entries (including referrer statistics) will be "
82 "automatically discarded. (Requires a correctly configured <a "
83 "href=\"@cron\">cron maintenance task</a>.)"
84 msgstr ""
85 "之前的访问记录(包括来源统计)将会自动删除。需要<a "
86 "href=\"@cron\">cron 正常运行</a>。"
87
88 #: modules/statistics/statistics.admin.inc:206
89 msgid "Content viewing counter settings"
90 msgstr "页面访问计数器设置"
91
92 #: modules/statistics/statistics.admin.inc:209
93 msgid "Count content views"
94 msgstr "统计页面访问次数"
95
96 #: modules/statistics/statistics.admin.inc:212
97 msgid "Increment a counter each time content is viewed."
98 msgstr "当页面被访问时计数器加 1。"
99
100 #: modules/statistics/statistics.module:15
101 msgid ""
102 "The statistics module keeps track of numerous site usage statistics, "
103 "including the number of times, and from where, each of your posts is "
104 "viewed. These statistics are useful in determining how users are "
105 "interacting with each other and with your site, and are required for "
106 "the display of some Drupal blocks."
107 msgstr ""
108
109 #: modules/statistics/statistics.module:16
110 msgid "The statistics module provides:"
111 msgstr ""
112
113 #: modules/statistics/statistics.module:17
114 msgid ""
115 "a counter for each post on your site that increments each time the "
116 "post is viewed. (Enable <em>Count content views</em> on the <a "
117 "href=\"@accesslog\">access log settings page</a>, and determine if the "
118 "post access counters should be visible to any user roles on the <a "
119 "href=\"@permissions\">permissions page</a>.)"
120 msgstr ""
121
122 #: modules/statistics/statistics.module:18
123 msgid ""
124 "a <a href=\"@recent-hits\">recent hits</a> log that displays "
125 "information about the latest activity on your site, including the URL "
126 "and title of the page accessed, the user name (if available) and IP "
127 "address of the accessing party."
128 msgstr ""
129
130 #: modules/statistics/statistics.module:19
131 msgid ""
132 "a <a href=\"@top-referrers\">top referrers</a> log that displays the "
133 "referring parties for your site visits (where your visitors came "
134 "from)."
135 msgstr ""
136
137 #: modules/statistics/statistics.module:20
138 msgid ""
139 "a <a href=\"@top-pages\">top pages</a> log that displays site content "
140 "in descending order by number of views."
141 msgstr ""
142
143 #: modules/statistics/statistics.module:21
144 msgid ""
145 "a <a href=\"@top-visitors\">top visitors</a> log that displays the "
146 "most active users on your site."
147 msgstr ""
148
149 #: modules/statistics/statistics.module:22
150 msgid ""
151 "a <em>Popular content</em> block that displays the day's most viewed "
152 "content, the all-time most viewed content, and the last content "
153 "viewed. (Enable the <em>Popular content</em> block on the <a "
154 "href=\"@blocks\">blocks administration page</a>.)"
155 msgstr ""
156
157 #: modules/statistics/statistics.module:23
158 msgid "Configuring the statistics module"
159 msgstr ""
160
161 #: modules/statistics/statistics.module:24
162 msgid ""
163 "When the <em>Enable access log</em> setting on the <a "
164 "href=\"@accesslog\">access log settings page</a> is enabled, data "
165 "about every page accessed (including the remote host's IP address, "
166 "referrer, node accessed, and user name) is stored in the access log. "
167 "The access log must be enabled for the <a href=\"@recent-hits\">recent "
168 "hits</a>, <a href=\"@top-referrers\">top referrers</a>, <a "
169 "href=\"@top-pages\">top pages</a>, and <a href=\"@top-visitors\">top "
170 "visitors</a> log pages to function. Enabling the access log adds one "
171 "additional database call per page displayed by Drupal."
172 msgstr ""
173
174 #: modules/statistics/statistics.module:25
175 msgid ""
176 "The <em>Discard access logs older than</em> setting on the <a "
177 "href=\"@accesslog\">access log settings page</a> specifies the length "
178 "of time entries are retained in the access log before they are "
179 "deleted. Automatic access log entry deletion requires a correctly "
180 "configured <a href=\"@cron\">cron maintenance task</a>."
181 msgstr ""
182
183 #: modules/statistics/statistics.module:26
184 msgid ""
185 "The <em>Count content views</em> setting on the <a "
186 "href=\"@accesslog\">access log settings page</a> enables a counter for "
187 "each post on your site that increments each time the post is viewed. "
188 "This option must be enabled to provide post-specific access counts. "
189 "Enabling this option adds one additional database call per each post "
190 "displayed by Drupal."
191 msgstr ""
192
193 #: modules/statistics/statistics.module:27
194 msgid ""
195 "For more information, see the online handbook entry for <a "
196 "href=\"@statistics\">Statistics module</a>."
197 msgstr ""
198
199 #: modules/statistics/statistics.module:30
200 msgid ""
201 "Settings for the statistical information that Drupal will keep about "
202 "the site. See <a href=\"@statistics\">site statistics</a> for the "
203 "actual information."
204 msgstr ""
205
206 #: modules/statistics/statistics.module:32
207 msgid "This page displays the site's most recent hits."
208 msgstr "此页面显示了最近的点击量。"
209
210 #: modules/statistics/statistics.module:34
211 msgid ""
212 "This page displays all external referrers, or external references to "
213 "your website."
214 msgstr ""
215
216 #: modules/statistics/statistics.module:36
217 msgid ""
218 "When you ban a visitor, you prevent the visitor's IP address from "
219 "accessing your site. Unlike blocking a user, banning a visitor works "
220 "even for anonymous users. This is most commonly used to block "
221 "resource-intensive bots or web crawlers."
222 msgstr ""
223 "屏蔽访客,意味着阻止他的 IP "
224 "访问您的站点。这不同于禁止一个用户,屏蔽IP意味着来自该IP的匿名用户也无法访问。此功能最常见的用途就是拒绝网络机器人程序耗费太多资源。"
225
226 #: modules/statistics/statistics.module:246,288
227 msgid "Popular content"
228 msgstr "热门内容"
229
230 #: modules/statistics/statistics.module:256
231 msgid "Number of day's top views to display"
232 msgstr "每日热门访问显示的数目"
233
234 #: modules/statistics/statistics.module:256
235 msgid "How many content items to display in \"day\" list."
236 msgstr "在“每日”列表中显示多少内容。"
237
238 #: modules/statistics/statistics.module:257
239 msgid "Number of all time views to display"
240 msgstr "总热门访问显示的数目"
241
242 #: modules/statistics/statistics.module:257
243 msgid "How many content items to display in \"all time\" list."
244 msgstr "在“总体”列表中显示多少内容。"
245
246 #: modules/statistics/statistics.module:258
247 msgid "Number of most recent views to display"
248 msgstr "最新热门访问显示的数目"
249
250 #: modules/statistics/statistics.module:258
251 msgid "How many content items to display in \"recently viewed\" list."
252 msgstr "在“最新”列表中显示多少内容。"
253
254 #: modules/statistics/statistics.module:272
255 msgid "Today's:"
256 msgstr "今日头条:"
257
258 #: modules/statistics/statistics.module:277
259 msgid "All time:"
260 msgstr "全部头条:"
261
262 #: modules/statistics/statistics.module:282
263 msgid "Last viewed:"
264 msgstr "上次访问:"
265
266 #: modules/statistics/statistics.module:85
267 msgid "1 read"
268 msgid_plural "@count reads"
269 msgstr[0] "1 此阅读"
270 msgstr[1] "@count 次阅读"
271
272 #: modules/statistics/statistics.install:52
273 msgid "Stores site access information for statistics."
274 msgstr ""
275
276 #: modules/statistics/statistics.install:57
277 msgid "Primary Key: Unique accesslog ID."
278 msgstr ""
279
280 #: modules/statistics/statistics.install:64
281 msgid "Browser session ID of user that visited page."
282 msgstr ""
283
284 #: modules/statistics/statistics.install:70
285 msgid "Title of page visited."
286 msgstr ""
287
288 #: modules/statistics/statistics.install:76
289 msgid "Internal path to page visited (relative to Drupal root.)"
290 msgstr ""
291
292 #: modules/statistics/statistics.install:82
293 msgid "Referrer URI."
294 msgstr ""
295
296 #: modules/statistics/statistics.install:88
297 msgid "Hostname of user that visited the page."
298 msgstr ""
299
300 #: modules/statistics/statistics.install:95
301 msgid "User {users}.uid that visited the page."
302 msgstr ""
303
304 #: modules/statistics/statistics.install:102
305 msgid "Time in milliseconds that the page took to load."
306 msgstr ""
307
308 #: modules/statistics/statistics.install:109
309 msgid "Timestamp of when the page was visited."
310 msgstr ""
311

  ViewVC Help
Powered by ViewVC 1.1.2