# ------------------------------------------------------------------- # cdata.ini # # Descriptions in Simplified Chinese for columns and lines in reports # Last Updated: 2000 Sep 3 By: Bob Zhu # For use with Report Magic for Analog 2.0 # Compatible with Analog 4.1 # # ------------------------------------------------------------------- # # HOW TO USE AND MODIFY # # In each section, you can change descriptive text for another # language. Below is a list of the parameters (keys) and what they mean. # # LongName # This field specifies the descriptive name given to columns in all reports # and rows in the General Report and Quick Summary. # # Type # This field tells Report Magic a little about how to present the column's # contents. Valid types are as follows: # Data Will be shown in a table (default) # Filter This is some kind of filter or sort information (like # FLOOR or SORT) and is written as plain text. Filter columns # are handled with a series of regular expression matches. This # is descibed below with the [f] column. # Index This type of column will set the Index number for the row. e.g. [N_] # Level This type of column gives a level in a hierarchical report. e.g. [l] # # Unit # Units # On General Summary columns (rows) this is the singular and plural for # the units (if any) for the given line. # # Activity # In Time Reports, there is a summary line that list the most active entry # and the average for the period. This is followed by activity data for each # column in the report. The 'Activity' parameter gives the text used to # describe the level of activity for that column. # # NumberFormat # All columns can now be given a number format for formatting. Without a format # the number is shown normally. For percentage values a format of '#.#%' will # display the number with a localized percent sign after the value. See # docs/numfmt.html for details on the format spec. # # Width # This tells the CRO parser how many columns wide the column specifier is. For # example, the [D_] column actually has 5 columns of data so its width is 5. # # TimeFormat # This is used to format the date or time data in columns that have that # data (e.g. [D_] and [d]). See docs/datefmt.html for details on the format spec. # ------------------------------------------------------------------- # # General Summary Report Lines # [HN] LongName = 主机名 [HU] LongName = 主机网址 [PS] LongName = 程序开始时间 TimeFormat = yyyy年m月d日, h时nn分 [FR] LongName = 首个申请时间 TimeFormat = yyyy年m月d日, h时nn分 [LR] LongName = 最后申请时间 TimeFormat = yyyy年m月d日, h时nn分 # - This has been deprecated but should remain for backwards compatibility [L7] LongName = 最后7天开始于 TimeFormat = yyyy年m月d日, h时nn分 [E7] LongName = 最后7天直到 TimeFormat = yyyy年m月d日, h时nn分 [SR] LongName = 全部成功申请 Units = 申请数 Unit = 申请 [S7] LongName = 最后7天内的全部成功申请 Units = 申请数 Unit = 申请 [PR] LongName = 全部成功页申请 Units = 页申请数 Unit = 页申请 [P7] LongName = 最后7天内的全部成功页申请 Units = 页申请数 Unit = 页申请 [FL] LongName = 全部失败申请 Units = 申请数 Unit = 申请 [F7] LongName = 最后7天内的全部失败申请 Units = 申请数 Unit = 申请 [RR] LongName = 全部转向申请 Units = 申请数 Unit = 申请 [R7] LongName = 最后7天内的全部转向申请 Units = 申请数 Unit = 申请 [NC] LongName = 无状态代码的日志文件行 Units = 行数 Unit = 行 [C7] LongName = 最后7天内的无状态代码的日志文件行 Units = 行数 Unit = 行 [NF] LongName = 不同文件申请 Units = 文件数 Unit = 文件 [N7] LongName = 最后7天内的不同文件申请 Units = 文件数 Unit = 文件 [NH] LongName = 不同主机申请 Units = 主机数 Unit = 主机 [H7] LongName = 最后7天内的不同主机申请 Units = 主机数 Unit = 主机 [CL] LongName = 损坏的日志文件行 Units = 行数 Unit = 行 [UL] LongName = 多余日志文件行 Units = 行数 Unit = 行 [BT] LongName = 总数据传输量 Units = 字节数 Unit = 字节 [B7] LongName = 最后7天内的总数据传输量 Units = 字节数 Unit = 字节 [VE] LongName = Analog版本 # # Standard Reports Column Letters # [R_] LongName = 申请量 Type = Data Activity = %0处理的申请。 [r] LongName = 申请量百分比 Type = Data NumberFormat = #.#% [P_] LongName = 页申请量 Type = Data Activity = %0送出的页。 [p] LongName = 页申请量百分比 Type = Data NumberFormat = #.#% [B_] LongName = 字节传输量 Type = Data Activity = %0传输的字节。 [b] LongName = 字节传输量百分比 Type = Data NumberFormat = #.#% [D_] LongName = 最后申请时间 Type = Data Width = 5 TimeFormat = yyyy年m月d日, h时nn分 [d] LongName = 最后申请日期 Type = Data Width = 3 TimeFormat = yyyy年m月d日 [N_] Type = Index [l] Type = Level # ------------------------------------------------------------ # These filters use a slightly different set of options than other columns. # Filters will parse their data value and output a text description. For # each filter you can have any number of Columns specified by Width. # Each Column can have any number of Matches, LongNames and Result sets: # # ColX_MatchX The Regular Expressions (without //) to match the contents # of the filter data. # ColX_LongNameX The basic text of the output string for the corresponding # filter match. Replacements from the matches are %1-%9 # ColX_ResultX_n The replacement text (if any) for the matched variables. The # format for this matchset[tab]output text. If no result set is # given, then the match variable is outputted as listed. If a # result line starts with the [tab] then that will be used when # no match is made in the set. # ------------------------------------------------------------ # # FLOOR and SORTBY (cols 1 and 2) # [f] Type = Filter Width = 2 # Need this to keep the CRO splitter happy # # FLOOR # Col1_Match1 = ^\-(\d+)([RBPrbp]) Col1_LongName1 = 此报告显示按%2排列的人首%1位结果。 Col1_Result1_2 = <