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

Contents of /contributions/translations/zh-hans/modules-dblog.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 # dblog.admin.inc,v 1.6 2008/01/08 10:35:41 goba
5 # dblog.module,v 1.21.2.2 2008/04/09 21:11:46 goba
6 # dblog.install,v 1.6 2007/11/04 14:33:06 goba
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-16 01:05-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/dblog/dblog.admin.inc:18
20 msgid "Discard log entries above the following row limit"
21 msgstr "摒弃超过如下行数的日志"
22
23 #: modules/dblog/dblog.admin.inc:21
24 msgid ""
25 "The maximum number of rows to keep in the database log. Older entries "
26 "will be automatically discarded. (Requires a correctly configured <a "
27 "href=\"@cron\">cron maintenance task</a>.)"
28 msgstr ""
29
30 #: modules/dblog/dblog.admin.inc:81,109
31 msgid "No log messages available."
32 msgstr "无日志信息"
33
34 #: modules/dblog/dblog.admin.inc:97
35 msgid "Count"
36 msgstr "次数"
37
38 #: modules/dblog/dblog.admin.inc:140
39 msgid "Location"
40 msgstr "位置"
41
42 #: modules/dblog/dblog.admin.inc:152,220
43 msgid "Severity"
44 msgstr "严重程度"
45
46 #: modules/dblog/dblog.admin.inc:260
47 msgid "Filter log messages"
48 msgstr "过滤日志信息"
49
50 #: modules/dblog/dblog.admin.inc:297
51 msgid "You must select something to filter by."
52 msgstr "你必须选择一个过滤条件。"
53
54 #: modules/dblog/dblog.module:21
55 msgid ""
56 "The dblog module monitors your system, capturing system events in a "
57 "log to be reviewed by an authorized individual at a later time. This "
58 "is useful for site administrators who want a quick overview of "
59 "activities on their site. The logs also record the sequence of events, "
60 "so it can be useful for debugging site errors."
61 msgstr ""
62 "日志模块(dlblog "
63 "module)用于监测您的系统,捕捉系统事件并记录到日志中,以供以后有特殊权限的管理员察看。这有助于网站管理员快速浏览站点的活动情况。日志也记录了事件顺序,因此可以用来调试网站错误。"
64
65 #: modules/dblog/dblog.module:22
66 msgid ""
67 "The dblog log is simply a list of recorded events containing usage "
68 "data, performance data, errors, warnings and operational information. "
69 "Administrators should check the dblog report on a regular basis to "
70 "ensure their site is working properly."
71 msgstr "系统日志(dblog)是一个简单的事件记录清单,包括使用数据,性能数据,错误,警告和操作信息等。管理员应该定期检查日志报告,以确保他们的网站正常工作。"
72
73 #: modules/dblog/dblog.module:23
74 msgid ""
75 "For more information, see the online handbook entry for <a "
76 "href=\"@dblog\">Dblog module</a>."
77 msgstr ""
78 "如需更多信息,请参阅帮助手册 <a href=\"@dblog\">Dblog "
79 "模块</a>。"
80
81 #: modules/dblog/dblog.module:26
82 msgid ""
83 "The dblog module monitors your website, capturing system events in a "
84 "log to be reviewed by an authorized individual at a later time. The "
85 "dblog log is simply a list of recorded events containing usage data, "
86 "performance data, errors, warnings and operational information. It is "
87 "vital to check the dblog report on a regular basis as it is often the "
88 "only way to tell what is going on."
89 msgstr ""
90 "系统日志模块(dblog "
91 "module)监测你的网站,捕捉系统事件并记录到日志中,以供以后有特殊权限的管理员察看。系统日志(dblog)是一个简单的事件记录清单,包括使用数据,性能数据,错误,警告和操作信息等。管理员应该定期检查日志报告,以确保他们的网站正常工作。"
92
93 #: modules/dblog/dblog.install:25
94 msgid "Table that contains logs of all system events."
95 msgstr ""
96
97 #: modules/dblog/dblog.install:30
98 msgid "Primary Key: Unique watchdog event ID."
99 msgstr ""
100
101 #: modules/dblog/dblog.install:36
102 msgid "The {users}.uid of the user who triggered the event."
103 msgstr ""
104
105 #: modules/dblog/dblog.install:43
106 msgid "Type of log message, for example \"user\" or \"page not found.\""
107 msgstr ""
108
109 #: modules/dblog/dblog.install:49
110 msgid "Text of log message to be passed into the t() function."
111 msgstr ""
112
113 #: modules/dblog/dblog.install:55
114 msgid ""
115 "Serialized array of variables that match the message string and that "
116 "is passed into the t() function."
117 msgstr ""
118
119 #: modules/dblog/dblog.install:63
120 msgid ""
121 "The severity level of the event; ranges from 0 (Emergency) to 7 "
122 "(Debug)"
123 msgstr ""
124
125 #: modules/dblog/dblog.install:70
126 msgid "Link to view the result of the event."
127 msgstr ""
128
129 #: modules/dblog/dblog.install:75
130 msgid "URL of the origin of the event."
131 msgstr ""
132
133 #: modules/dblog/dblog.install:82
134 msgid "URL of referring page."
135 msgstr ""
136
137 #: modules/dblog/dblog.install:89
138 msgid "Hostname of the user who triggered the event."
139 msgstr ""
140
141 #: modules/dblog/dblog.install:95
142 msgid "Unix timestamp of when event occurred."
143 msgstr ""
144

  ViewVC Help
Powered by ViewVC 1.1.2