1msgid ""
2msgstr ""
3"Project-Id-Version: data.table 1.12.5\n"
4"POT-Creation-Date: 2020-07-17 14:38\n"
5"PO-Revision-Date: 2019-11-16 18:37+0800\n"
6"Last-Translator: Xianying Tan <shrektan@126.com>\n"
7"Language-Team: Mandarin\n"
8"Language: Mandarin\n"
9"MIME-Version: 1.0\n"
10"Content-Type: text/plain; charset=UTF-8\n"
11"Content-Transfer-Encoding: 8bit\n"
12"Plural-Forms: nplurals=1; plural=0;\n"
13
14msgid "data.table package loaded. When developing don't load package"
15msgstr "data.table包已载入, 开发时无需载入"
16
17msgid ""
18"Internal error -- difftime objects may not be added to IDate, but Ops "
19"dispatch should have intervened to prevent this"
20msgstr ""
21"内部错误 -- 'difftime'对象可能不能被添加到IDate类型但是正确操作应该防止此行为"
22"发生"
23
24msgid "binary + is not defined for \"IDate\" objects"
25msgstr "没有为\"IDate\" 对象定义的'+'操作"
26
27msgid "can only subtract from \"IDate\" objects"
28msgstr "只能从\"IDate\"对象中减去"
29
30msgid "Internal error: storage mode of IDate is somehow no longer integer"
31msgstr "内部错误: IDate的存储模式不为整型"
32
33msgid "unary - is not defined for \"IDate\" objects"
34msgstr "没有为\"IDate\" 对象定义的一元的'-'操作"
35
36msgid ""
37"Internal error -- difftime objects may not be subtracted from IDate, but Ops "
38"dispatch should have intervened to prevent this"
39msgstr ""
40"内部错误 -- 不能与IDate类型中减去'difftime'对象但是正确操作应该防止此行为发生"
41
42msgid "Valid options for ms are 'truncate',"
43msgstr "'ms'有效的选项为'truncate'"
44
45msgid "'nearest', and 'ceil'."
46msgstr "'nearest'和'ceil'"
47
48msgid ""
49"as.data.table.array method should only be called for arrays with 3+ "
50"dimensions; use the matrix method for 2-dimensional arrays"
51msgstr ""
52"请只对3维或以上的数组使用as.data.table.array方法对二维数组请使用matrix方法"
53
54msgid ""
55"Argument 'value.name' must be scalar character, non-NA and at least one "
56"character"
57msgstr "参数'value.name'必须为标量字符或non-NA至少包含一个字符"
58
59msgid "Argument 'sorted' must be scalar logical and non-NA"
60msgstr "参数'sorted'必须为标量逻辑或non-NA"
61
62msgid "Argument 'na.rm' must be scalar logical and non-NA"
63msgstr "参数'na.rm'必须为标量逻辑或non-NA"
64
65msgid "Please provide either 'key' or 'sorted', but not both."
66msgstr "请提供参数'key'或'sorted',但不可同时提供"
67
68msgid "Argument 'value.name' should not overlap with column names in result:"
69msgstr "参数'value.name'不能与结果中已有列名重复"
70
71msgid ""
72"POSIXlt column type detected and converted to POSIXct. We do not recommend "
73"use of POSIXlt at all because it uses 40 bytes to store one date."
74msgstr ""
75"检测到使用了POSIXlt类型的列, 并转成POSIXctdata.table不建议使用POSIXlt对象, "
76"因为其使用40字节来存储一个日期"
77
78msgid "Item"
79msgstr "条目"
80
81msgid "has"
82msgstr "具有"
83
84msgid "rows but longest item has"
85msgstr "行,但最长条目有"
86
87msgid "; recycled with remainder."
88msgstr "用余数循环填充"
89
90msgid "has 0 rows but longest item has"
91msgstr "没有行,但最长的条目有"
92
93msgid "; filled with NA"
94msgstr "用NA填充"
95
96msgid "A column may not be called .SD. That has special meaning."
97msgstr "无法将列命名为 .SD,因为 .SD 为特殊符号。"
98
99msgid "class must be length 1"
100msgstr "class 的长度必须为 1"
101
102msgid "between has been passed an argument x of type logical"
103msgstr "传入 between 的参数 x 为逻辑(logical)型"
104
105msgid ""
106"'between' function the 'x' argument is a POSIX class while 'lower' was not, "
107"coercion to POSIX failed with:"
108msgstr ""
109"'between' 中的 'x' 参数为 POSIX 类,而 'lower' 并不是,将 'lower' 自动转换成 "
110"POSIX 失败:"
111
112msgid ""
113"'between' function the 'x' argument is a POSIX class while 'upper' was not, "
114"coercion to POSIX failed with:"
115msgstr ""
116"'between' 中的 'x' 参数为 POSIX 类,而 'upper' 并不是,将 'upper' 自动转换成 "
117"POSIX 失败:"
118
119msgid ""
120"'between' lower= and upper= are both POSIXct but have different tzone "
121"attributes:"
122msgstr ""
123"'between' 中的 lower= 和 upper= 均为 POSIXct 类型但却有不同的时区属性"
124"(tzone):"
125
126msgid ". Please align their time zones."
127msgstr "。请确保二者的时区一致。"
128
129msgid ""
130"'between' arguments are all POSIXct but have mismatched tzone attributes:"
131msgstr "'between' 的参数均为 POSIXct 类型但时区属性(tzone)不匹配:"
132
133msgid ". The UTC times will be compared."
134msgstr "。将采用 UTC 时间进行比较。"
135
136msgid "trying to use integer64 class when 'bit64' package is not installed"
137msgstr "试图使用 intger64 类型但 'bit64' 包尚未安装"
138
139msgid ""
140"Not yet implemented NAbounds=TRUE for this non-numeric and non-character type"
141msgstr ""
142"对这种非数值(numeric)和非字符(character)的类型,尚未实现 NAbounds=TRUE 的"
143"功能"
144
145msgid "Some lower>upper for this non-numeric and non-character type"
146msgstr ""
147"对于该非数值(numeric)和非字符(character)类型的输入,存在一部分下界"
148"(lower)> 上界(upper)的情况"
149
150msgid "RHS has length()"
151msgstr "右手侧(RHS)的长度为"
152
153msgid "; expecting length 2."
154msgstr ";其长度应为 2。"
155
156msgid "c"
157msgstr "c"
158
159msgid "Perhaps you meant %s?"
160msgstr "或许你想用的是 %s?"
161
162msgid "The first element should be the lower bound(s);"
163msgstr "第一个元素应为下界;"
164
165msgid "the second element should be the upper bound(s)."
166msgstr "第二个元素应为上界。"
167
168msgid "x."
169msgstr "x."
170
171msgid "is type"
172msgstr "的类型为"
173
174msgid "which is not supported by data.table join"
175msgstr ",该类型无法用于 data.table 的联接"
176
177msgid "i."
178msgstr "i."
179
180msgid "Attempting roll join on factor column when joining x."
181msgstr "试图滚动联接(roll join)因子类型(factor)的列,这发生于将 x."
182
183msgid "to i."
184msgstr "与 i."
185
186msgid ". Only integer, double or character columns may be roll joined."
187msgstr ""
188"联接时。但只有整数(integer)、双精度(double)或字符(character)类型的列可"
189"以使用滚动联接(roll join)。"
190
191msgid "Incompatible join types: x."
192msgstr "不兼容的联结类型: x。"
193
194msgid "("
195msgstr "("
196
197msgid ") and i."
198msgstr ")和 i。"
199
200msgid "). Factor columns must join to factor or character columns."
201msgstr ")。 因子类型的列必须与因子类型或字符类型的列才可以联结"
202
203msgid ")"
204msgstr ")"
205
206msgid "Incompatible join types:"
207msgstr "不兼容的联结类型"
208
209msgid "is type integer64 but"
210msgstr "是 integer64 类型但是"
211
212msgid "is type double and contains fractions"
213msgstr "是 double 类型并且包含分数"
214
215msgid "roll is not implemented for non-equi joins yet."
216msgstr "不等长联结还不能执行 roll "
217
218msgid "Column name '_nqgrp_' is reserved for non-equi joins."
219msgstr "列名 '_nqgrp_' 是为不等长联结保留的"
220
221msgid "key argument of data.table() must be character"
222msgstr "data.table() 的主参数必须是字符"
223
224msgid "Object '"
225msgstr "对象 '"
226
227msgid "' not found. Perhaps you intended"
228msgstr "' 不存在, 可能你打算"
229
230msgid ","
231msgstr ","
232
233msgid "or"
234msgstr "或者"
235
236msgid "more"
237msgstr "更多"
238
239msgid "' not found amongst"
240msgstr "' 不存在"
241
242msgid "and"
243msgstr "并且"
244
245msgid "Provide either by= or keyby= but not both"
246msgstr "提供 by= 或 keyby= ,但两者不能同时存在"
247
248msgid "Ignoring keyby= because j= is not supplied"
249msgstr "因为没有提供 j= ,所以忽略 keyby= "
250
251msgid "Ignoring by= because j= is not supplied"
252msgstr "因为没有提供 j= ,所以忽略 by= "
253
254msgid ""
255"When on= is provided but not i=, on= must be a named list or data.table|"
256"frame, and a natural join (i.e. join on common names) is invoked. Ignoring "
257"on= which is '"
258msgstr ""
259"当提供 on= 而不提供 i= 的时候, on= 必须是带名称的 list 或者 data.table 或者 "
260"data.frame,并且会调用自然联结(例如,按照共有名称联结),忽略 on= "
261
262msgid "'."
263msgstr "'。"
264
265msgid ""
266"i and j are both missing so ignoring the other arguments. This warning will "
267"be upgraded to error in future."
268msgstr "i 和 j 都缺少的时候忽略其他参数。将来此警告信息将升级为错误信息。"
269
270msgid "mult argument can only be 'first', 'last' or 'all'"
271msgstr "mult 参数只能赋值为 'first', 'last' 或 'all'"
272
273msgid ""
274"roll must be a single TRUE, FALSE, positive/negative integer/double "
275"including +Inf and -Inf or 'nearest'"
276msgstr ""
277"roll 必须是单个参数,例如 TRUE, FALSE, 正或负的 integer 或 double包括 "
278"+Inf , -Inf 或 'nearest'"
279
280msgid "roll is '"
281msgstr "roll 是"
282
283msgid "' (type character). Only valid character value is 'nearest'."
284msgstr "'(字符类型)。 唯一有效的字符值是'nearest'。"
285
286msgid "rollends must be a logical vector"
287msgstr "rollends必须是一个逻辑向量"
288
289msgid "rollends must be length 1 or 2"
290msgstr "rollends 的长度必须是 1 或者 2"
291
292msgid ""
293"nomatch= must be either NA or NULL (or 0 for backwards compatibility which "
294"is the same as NULL)"
295msgstr "nomatch= 必须是 NA 或 NULL (或者在向后兼容的情形下为 0,这等同于 NULL)"
296
297msgid "which= must be a logical vector length 1. Either FALSE, TRUE or NA."
298msgstr "which= 必须是一个长度为 1 的逻辑向量。其取值为 FALSE,TRUE 或者 NA。"
299
300msgid "which=="
301msgstr "which=="
302
303msgid ""
304"(meaning return row numbers) but j is also supplied. Either you need row "
305"numbers or the result of j, but only one type of result can be returned."
306msgstr ""
307"(表示行数会被返回) 但是 j 也被提供了。你可能需要行数或者是 j 的结果,但是只能"
308"返回一种结果。"
309
310msgid ""
311"which=NA with nomatch=0 would always return an empty vector. Please change "
312"or remove either which or nomatch."
313msgstr ""
314"同时使用 which=NA 和 nomatch=0 会得到一个空向量。请改变或者是移除 which或 "
315"nomatch 的取值"
316
317msgid "j must be provided when with=FALSE"
318msgstr "如果with=FALSE(假),j必须要赋值"
319
320msgid ""
321"The symbol .. is invalid. The .. prefix must be followed by at least one "
322"character."
323msgstr "符号 .. 是无效的。前缀 .. 之后必须要有至少一个字符"
324
325msgid "Variable '"
326msgstr "变量 '"
327
328msgid ""
329"' is not found in calling scope. Looking in calling scope because you used "
330"the .. prefix."
331msgstr "' 并没有存在于调用环境中。之所以在调用环境中寻找是因为你使用了..的前缀"
332
333msgid "Variable '.."
334msgstr "变量 '.."
335
336msgid ""
337"' does exist in calling scope though, so please just removed the .. prefix "
338"from that variable name in calling scope."
339msgstr "' 并不存在于调用环境中。所以请移除在调用环境中那个变量名字的..前缀"
340
341msgid "Both '"
342msgstr "两个都有 '"
343
344msgid "' and '.."
345msgstr "' 和 '.."
346
347msgid "' exist in calling scope. Please remove the '.."
348msgstr "' 当前存在于调用环境. 请删除 '.."
349
350msgid "' variable in calling scope for clarity."
351msgstr "这个调用环境里的变量以方便理解"
352
353msgid ""
354"Internal error:  DT[, ..var] should be dealt with by the branch above now."
355msgstr "内部错误: DT[, ..var]应该被分支处理中。"
356
357msgid ""
358"' is not found in calling scope. Looking in calling scope because you set "
359"with=FALSE. Also, please use .. symbol prefix and remove with=FALSE."
360msgstr ""
361"' 并没有存在于调用环境中。之所以在调用环境中搜索是因为你使用了with=FALSE。请"
362"使用 .. 符号前缀并且移除 with=FALSE。"
363
364msgid ""
365"You have wrapped := with {} which is ok but then := must be the only thing "
366"inside {}. You have something else inside {} as well. Consider placing the "
367"{} on the RHS of := instead; e.g. DT[,someCol:={tmpVar1<-...;tmpVar2<-...;"
368"tmpVar1*tmpVar2}"
369msgstr ""
370"用 {} 套用 := 可行,但是 {} 中只能有 := 。而你现在 {} 中还有其他的参数。请尝"
371"试将 {} 置于 := 的RHS之上;比如,DT[,someCol:={tmpVar1<-...; tmpVar2<-...; "
372"tmpVar1*tmpVar2}"
373
374msgid ""
375":= with keyby is only possible when i is not supplied since you can't setkey "
376"on a subset of rows. Either change keyby to by or remove i"
377msgstr ""
378":=和keyby的组合只有在i没有赋值下才合理存在。因为你不能在一个行的子集调用"
379"setkey。要么把keyby换成by或者是移除i"
380
381msgid "nomatch isn't relevant together with :=, ignoring nomatch"
382msgstr "nomatch 并不和 := 有任何的相关,将忽略nomatch"
383
384msgid ""
385"not-join '!' prefix is present on i but nomatch is provided. Please remove "
386"nomatch."
387msgstr ""
388"not-join '!' 前缀在 i 中存在,但是 nomatch 也被提供了。需要移除nomatch。"
389
390msgid ""
391"Operator := detected in i, the first argument inside DT[...], but is only "
392"valid in the second argument, j. Most often, this happens when forgetting "
393"the first comma (e.g. DT[newvar := 5] instead of DT[ , new_var := 5]). "
394"Please double-check the syntax. Run traceback(), and debugger() to get a "
395"line number."
396msgstr "在 i, 即 DT[...] 中的第一个参数,中检测出操作符 := ,但该操作符仅在 j,"
397"即 DT[...] 中的第二个参数中使用才有效。通常,该错误发生在忘记"
398"添加第一个逗号时 (如错误地将 [DT , new_var := 5] 写作 DT[newvar := 5])。"
399"请再次检查语法是否正确。运行 trackback(),和 debugger() 来获取发生错误的行号。"
400
401msgid "is not found in calling scope"
402msgstr "不存在调用环境里"
403
404msgid ""
405"When the first argument inside DT[...] is a single symbol (e.g. DT[var]), "
406"data.table looks for var in calling scope."
407msgstr ""
408"当DT[...]的第一个参数是一个单个的符号(e.g. DT[var]),data.table会在调用环境中"
409"搜寻var。"
410
411msgid ""
412"i is invalid type (matrix). Perhaps in future a 2 column matrix could return "
413"a list of elements of DT (in the spirit of A[B] in FAQ 2.14). Please report "
414"to data.table issue tracker if you'd like this, or add your comments to FR "
415"#657."
416msgstr ""
417"i不是一个有效的类型(矩阵)。也许在以后一个包含两列的矩阵会返回包含一串元素的"
418"DT (请参考问答集2.14的A[B])。如果你有需求,请将此问题汇报给data.table 问题追"
419"踪器或者是在FR中留下你的想法"
420
421msgid ""
422"When i is a data.table (or character vector), the columns to join by must be "
423"specified using 'on=' argument (see ?data.table), by keying x (i.e. sorted, "
424"and, marked as sorted, see ?setkey), or by sharing column names between x "
425"and i (i.e., a natural join). Keyed joins might have further speed benefits "
426"on very large data due to x being sorted in RAM."
427msgstr ""
428"但i是一个 data.table (或者是字符向量),必须使用 'on=' 参数指明参与连接的列 "
429"(参见 ?data.table),可以是keying x(比如,已排序过,和标记已排序过,请参见?"
430"setkey),或者是在x和i共用列的名字(比如,自然连接)。如果x有在内存被排序过,"
431"Keyed连接的速度会在非常大的数据上有较明显的提高。"
432
433msgid "Attempting to do natural join but no common columns in provided tables"
434msgstr "尝试进行自然连接然而并没有找到表格中相同的列"
435
436msgid "Internal error. Cannot by=.EACHI when joining to a secondary key, yet"
437msgstr "内部错误:目前尚无法对次键使用by=.EACH命令"
438
439msgid "Internal error. irows has length in by=.EACHI"
440msgstr "内部错误:by=.EACHI 中 irows 有长度"
441
442msgid "logical error. i is not a data.table, but 'on' argument is provided."
443msgstr "逻辑错误。当 i 并非一个 data.table时,不应提供'on'参数"
444
445msgid "i has evaluated to type"
446msgstr "i 运算结果为类型"
447
448msgid ". Expecting logical, integer or double."
449msgstr "。期望布尔类型,整型或浮点型。"
450
451msgid "i evaluates to a logical vector length"
452msgstr "i 为一个布尔类型向量的长度。"
453
454msgid "but there are"
455msgstr "但是存在"
456
457msgid ""
458"rows. Recycling of logical i is no longer allowed as it hides more bugs than "
459"is worth the rare convenience. Explicitly use rep(...,length=.N) if you "
460"really need to recycle."
461msgstr ""
462"行。不再允许布尔值 i 循环补齐,尽管这样有些许便利,但会隐藏更多的 bug,得不偿"
463"失。若确实需要循环补齐,请直接使用 rep(...,length=.N)。"
464
465msgid "Internal error: notjoin but byjoin or !integer or nomatch==NA"
466msgstr "内部错误。原因可能为:notjoin 而非 byjoin;非整数;nomatch 为空"
467
468msgid ""
469"with=FALSE together with := was deprecated in v1.9.4 released Oct 2014. "
470"Please wrap the LHS of := with parentheses; e.g., DT[,(myVar):=sum(b),by=a] "
471"to assign to column name(s) held in variable myVar. See ?':=' for other "
472"examples. As warned in 2014, this is now a warning."
473msgstr ""
474"2014年10月发布的1.9.4版本中,with=FALSE 和 := 共用的用法已被弃用。请把 := 左"
475"侧部分打上括号;例如,DT[,(myVar):=sum(b),by=a]对 myVar 中的列名进行赋值。输"
476"入 ?':=' 参看其他的例子。正如2014年的版本中所说明的,现在这种用法会出现警告。"
477
478msgid ""
479"with=FALSE ignored, it isn't needed when using :=. See ?':=' for examples."
480msgstr ""
481"当使用 :=. 的时候,with=FALSE 是多余的,会被忽略。输入 ?':=' 参看例子。"
482
483msgid "column(s) not removed because not found:"
484msgstr "列未被删除因为不存在:"
485
486msgid "column(s) not found:"
487msgstr "列不存在"
488
489msgid "of j is"
490msgstr "j 是"
491
492msgid "which is outside the column number range [1,ncol="
493msgstr "不在列索引范围内 [1,ncol="
494
495msgid "]"
496msgstr "]"
497
498msgid "j mixes positives and negatives"
499msgstr "j 中同时存在正数和负数"
500
501msgid ""
502"When with=FALSE, j-argument should be of type logical/character/integer "
503"indicating the columns to select."
504msgstr "当 with=FALSE,参数 j 必须为布尔型/字符型/整型之一,表征要选择的列。"
505
506msgid "by=c(...), key(...) or names(...) must evaluate to 'character'"
507msgstr "by=c(...), key(...) 或 names(...) 只接受 'character' "
508
509msgid "'by' is a character vector length"
510msgstr "'by' 是一个字符型向量,长度为"
511
512msgid ""
513"but one or more items include a comma. Either pass a vector of column names "
514"(which can contain spaces, but no commas), or pass a vector length 1 "
515"containing comma separated column names. See ?data.table for other "
516"possibilities."
517msgstr ""
518"但是其中包含一个或多个逗号。请传入一个列名组成的向量(可以包含空格,但是不能"
519"包含逗号),或传入一个长度为1,由逗号分隔的列名组成的向量输入 ?data.table查看"
520"其他的选项。"
521
522msgid "Internal error: irows isn't integer"
523msgstr "内部错误:irows 不是整型"
524
525msgid ""
526"'by' appears to evaluate to column names but isn't c() or key(). Use "
527"by=list(...) if you can. Otherwise, by=eval"
528msgstr ""
529"传递给 'by' 参数的似乎是列名,但没有用 c() 或者 key() 函数。如若可以,请使用"
530"by=list(...)。此外,by=eval"
531
532msgid ""
533"should work. This is for efficiency so data.table can detect which columns "
534"are needed."
535msgstr ""
536"应该是可行的。这样做是出于性能考虑,凭此 data.table 可以判断哪些列是需要的。"
537
538msgid ""
539"'by' or 'keyby' must evaluate to a vector or a list of vectors (where 'list' "
540"includes data.table and data.frame which are lists, too)"
541msgstr ""
542"'by' 或者 'keyby' 参数只接受一个向量或由向量组成的列表(这里 'list'包含 data."
543"table 和 data.frame,这二者本质也是列表"
544
545msgid "column or expression"
546msgstr "列或者表达式"
547
548msgid "of 'by' or 'keyby' is type"
549msgstr "传递给 'by' 和 'keyby' 参数的类型是"
550
551msgid ""
552". Do not quote column names. Usage: DT[,sum(colC),by=list(colA,month(colB))]"
553msgstr "。请勿引用列名。用法:DT[,sum(colC),by=list(colA,month(colB))]"
554
555msgid ""
556"The items in the 'by' or 'keyby' list are length(s) (%s). Each must be "
557"length %d; the same length as there are rows in x (after subsetting if i is "
558"provided)."
559msgstr ""
560"在'by'或'keyby'列表中的项长度为 %s。每一项的长度须均为%d,即应与 x (或经 i "
561"筛选后的子集)中所包含行数相同。"
562
563msgid "Internal error: drop_dot passed"
564msgstr "内部错误:drop_dot 传入的参数有"
565
566msgid "items"
567msgstr "项"
568
569msgid "Item %d of the .() or list() passed to j is missing"
570msgstr "传递给j的 .() 或 list()中第%d项缺失"
571
572msgid ""
573"Different branches of j expression produced different auto-named columns:"
574msgstr "j表达式中的不同分支自动生成的列名不同:"
575
576msgid "%s!=%s"
577msgstr "%s!=%s"
578
579msgid "; using the most \"last\" names"
580msgstr ";将使用最晚生成的名字"
581
582msgid ""
583"When .SDcols is a function, it is applied to each column; the output of this "
584"function must be a non-missing boolean scalar signalling inclusion/exclusion "
585"of the column. However, these conditions were not met for:"
586msgstr ""
587"当传入 .SDcols 的参数为一个方程时,该方程将应用于每一列,并须返回单个非缺失值"
588"的布尔值指示该列是否应当被包含/排除。然而上述条件对如下列并不满足:"
589
590msgid ".SDcols missing at the following indices:"
591msgstr ".SDcols 的如下位置为缺失值:"
592
593msgid ".SDcols is numeric but has both +ve and -ve indices"
594msgstr ".SDcols 为数值,但同时具有 +ve 和 -ve 索引"
595
596msgid ".SDcols is numeric but out of bounds [1,"
597msgstr ".SDcols 为数值但超出了 [1,"
598
599msgid "] at:"
600msgstr "] 的范围:"
601
602msgid ".SDcols should be column numbers or names"
603msgstr ".SDcols 应为列数或是列名"
604
605msgid "Some items of .SDcols are not column names:"
606msgstr ".SDcols 中的部份项目不是列名:"
607
608msgid ""
609"'(m)get' found in j. ansvars being set to all columns. Use .SDcols or a "
610"single j=eval(macro) instead. Both will detect the columns used which is "
611"important for efficiency.\n"
612"Old ansvars: %s"
613msgstr "在 j 中检测出 '(m)get'。ansvars 将被设为所以列。请使用 .SDcols 或"
614"j=eval(macro) 来代替。二者均可检测出实际参与运算的列,这对提高运行效率非常重要。\n"
615"旧的 ansvars:%s"
616
617msgid "New ansvars: %s"
618msgstr "新的 ansvars: %s"
619
620msgid ""
621"This j doesn't use .SD but .SDcols has been supplied. Ignoring .SDcols. See ?"
622"data.table."
623msgstr "此处 j 不使用 .SD 但提供了 .SDcols ,因此忽略 .SDcols详见 ?data.table"
624
625msgid ""
626".SD is locked. Using := in .SD's j is reserved for possible future use; a "
627"tortuously flexible way to modify by group. Use := in j directly to modify "
628"by group by reference."
629msgstr ""
630".SD 已锁定,在 .SD  的 j  中使用 := 进行分组修改是较不直观的方式此功能被保留"
631"以供未来使用请直接在 j 中使用 := 依照引用进行分组修改"
632
633msgid "In `:=`(col1=val1, col2=val2, ...) form, all arguments must be named."
634msgstr "在`:=`(col1=val1, col2=val2, ...) 中,所有参数必须被指名"
635
636msgid ""
637"LHS of := must be a symbol, or an atomic vector (column names or positions)."
638msgstr ":= 的 LHS 必须是符号或是原子向量(列名或是列的位置)"
639
640msgid ""
641"LHS of := appears to be column positions but are outside [1,ncol] range. New "
642"columns can only be added by name."
643msgstr ":= 的 LHS 是列的位置但超出了 [1,ncol] 的范围新列只能以名称的方式新增"
644
645msgid ""
646"LHS of := isn't column names ('character') or positions ('integer' or "
647"'numeric')"
648msgstr ":= 的 LHS 不是列名('字符')或列的位置('整数'或'数值')"
649
650msgid ""
651"Invalid .internal.selfref detected and fixed by taking a (shallow) copy of "
652"the data.table so that := can add this new column by reference. At an "
653"earlier point, this data.table has been copied by R (or was created manually "
654"using structure() or similar). Avoid names<- and attr<- which in R currently "
655"(and oddly) may copy the whole data.table. Use set* syntax instead to avoid "
656"copying: ?set, ?setnames and ?setattr. If this message doesn't help, please "
657"report your use case to the data.table issue tracker so the root cause can "
658"be fixed or this message improved."
659msgstr ""
660"侦测到无效的 .internal.selfref ,已藉由获取 data.table 的(浅层)副本的方式修复"
661"以便 := 能利用引用加入新列在过去的某个时间点,此 data.table 已被 R 复制(或是"
662"以 structure()等方式手动生成)请避免 names<- 与 attr<- 等目前(与偶发)可能会在 "
663"R 中复制整个data.table的操作请改用 set* 语法以避免复制,详见 ?set、?setnames "
664"及 ?setattr如果以上讯息无法提供帮助,请回报你的案例至 data.table 问题追踪以助"
665"于修复根本原因或改进本讯息"
666
667msgid ""
668"Cannot assign to an under-allocated recursively indexed list -- L[[i]][,:=] "
669"syntax is only valid when i is length 1, but it's length"
670msgstr ""
671"无法指定配置不足的递归索引列表-- L[[i]][,:=] 语法只有在 i 长度为1时有效,但它"
672"的長度"
673
674msgid "Internal error -- item '"
675msgstr "内部错误 -- 项目 '"
676
677msgid "' not found in names of list"
678msgstr "' 未能在名称列表中找到"
679
680msgid "Internal error -- column(s) not found:"
681msgstr "内部错误 -- 找不到此列:"
682
683msgid ""
684"strptime() usage detected and wrapped with as.POSIXct(). This is to minimize "
685"the chance of assigning POSIXlt columns, which use 40+ bytes to store one "
686"date (versus 8 for POSIXct). Use as.POSIXct() (which will call strptime() as "
687"needed internally) to avoid this warning."
688msgstr ""
689"侦测到使用 strptime() ,已用 as.POSIXct() 包裹这么做是为了尽量避免列被指定为 "
690"POSIXltPOSIXlt用40个以上的位元组储存日期(相较于 POSIXct 只用8位元组)请使用 "
691"as.POSIXct() 以避免本警告 (此函数会根据需求在内部调用 strptime())"
692
693msgid ""
694"' is not found in calling scope. Looking in calling scope because this "
695"symbol was prefixed with .. in the j= parameter."
696msgstr ""
697"' 未能在调用范围 (calling scope) 中找到,请查看调用范围因为  j= 的参数以 .. "
698"作为前缀"
699
700msgid "Internal error: xcolAns does not pass checks:"
701msgstr "内部错误 : xcolAns 无法通过检查:"
702
703msgid ""
704"Internal error: irows is NULL when making join result at R level. Should no "
705"longer happen now we use CsubsetDT earlier."
706msgstr ""
707"内部错误 : 在 R 生成连接结果时,irows为 NULL 我们已使用了 CsubsetDT,现在不应"
708"该再发生了"
709
710msgid "j (the 2nd argument inside [...]) is a single symbol but column name '"
711msgstr "j ( [...] 中的第二顺位参数) 是单个符号而列名 '"
712
713msgid "' is not found. Perhaps you intended DT[, .."
714msgstr "' 未被找到,也许你打算 DT[, .."
715
716msgid ""
717"]. This difference to data.frame is deliberate and explained in FAQ 1.1."
718msgstr "] ,在FAQ 1.1 中有解释dat.tabledata.frame的差别"
719
720msgid ""
721"Internal error: j has created a data.table result containing a NULL column"
722msgstr "内部错误 : j 创建了一个有列为 NULL 的 data.table"
723
724msgid ""
725"The column '.N' can't be grouped because it conflicts with the special .N "
726"variable. Try setnames(DT,'.N','N') first."
727msgstr ""
728"无法对 '.N' 列进行分组,因为与 data.table 特有的 .N 变量冲突请先尝试 "
729"setnames(DT,'.N','N')"
730
731msgid ""
732"The column '.I' can't be grouped because it conflicts with the special .I "
733"variable. Try setnames(DT,'.I','I') first."
734msgstr ""
735"无法对 '.I' 列进行分组,因为与 data.table 特有的 .I 变量冲突请先尝试 "
736"setnames(DT,'.I','I')"
737
738msgid "logical error. i is not data.table, but mult='all' and 'by'=.EACHI"
739msgstr "逻辑错误: i 不是data.table,但 mult='all' 及 'by'=.EACHI"
740
741msgid "Internal error: by= is missing"
742msgstr "内部错误 : 缺少 by="
743
744msgid "Internal error: byindex not the index name"
745msgstr "内部错误 : byindex 不是索引名称"
746
747msgid "Internal error: byindex not found"
748msgstr "内部错误 : 找不到 byindex"
749
750msgid ""
751"Unable to optimize call to mean() and could be very slow. You must name 'na."
752"rm' like that otherwise if you do mean(x,TRUE) the TRUE is taken to mean "
753"'trim' which is the 2nd argument of mean. 'trim' is not yet optimized."
754msgstr ""
755"无法优化对 mean() 的调用,这可能导致运行非常缓慢您必须使用 na.rm=TRUE,否则如"
756"果您直接使用 mean(x,TRUE)会被认定为 trim=TRUE,trim 是 mean() 中尚未被优化的"
757"第二顺位参数"
758
759msgid "Internal error: length(irows)!=length(o__)"
760msgstr "内部错误:length(irows)!=length(o__)"
761
762msgid ""
763"The setkey() normally performed by keyby= has been skipped (as if by= was "
764"used) because := is being used together with keyby= but the keyby= contains "
765"some expressions. To avoid this warning, use by= instead, or provide "
766"existing column names to keyby=."
767msgstr ""
768"因为`:=`与`keyby=`一起使用且`keyby=`含有表达式, 所以代码跳过了一般`keyby=`会"
769"执行的`setkey()` -- 代码只执行了`by=`。若要避免此警告, 请使用`by=`, 或者提供"
770"`keyby=`现有的列名"
771
772msgid "Internal error: jvnames is length"
773msgstr "内部错误:jvnames 是长度"
774
775msgid "but ans is"
776msgstr "但是ans(答案)是"
777
778msgid "and bynames is"
779msgstr "同时bynames是"
780
781msgid "rownames and rownames.value cannot both be used at the same time"
782msgstr "rownames和rownames.value 不能同时使用"
783
784msgid "length(rownames)=="
785msgstr "length(rownames)== (行名长度==)"
786
787msgid "but nrow(DT)=="
788msgstr "但是nrow(DT)=="
789
790msgid ""
791". The rownames argument specifies a single column name or number. Consider "
792"rownames.value= instead."
793msgstr "。 rownames参数为单一列名或单一数值。请考虑使用`rownames.values=`。"
794
795msgid ""
796"length(rownames)==0 but should be a single column name or number, or NULL"
797msgstr ""
798"行名长度为零,`length(rownames)==0`,但应该为单一列名,单一数值,或NULL"
799
800msgid "rownames is TRUE but key has multiple columns"
801msgstr "rownames是TRUE但key不只一个列"
802
803msgid "; taking first column x[,1] as rownames"
804msgstr "; 取第一列, `column x[,1]`, 为rownames"
805
806msgid "'"
807msgstr "'"
808
809msgid "' is not a column of x"
810msgstr "' 不是x的一个列"
811
812msgid "as.integer(rownames)=="
813msgstr "as.integer(rownames)=="
814
815msgid "]."
816msgstr "]."
817
818msgid "length(rownames.value)=="
819msgstr "length(rownames.value)=="
820
821msgid "but should be nrow(x)=="
822msgstr "但应该是nrow(x)=="
823
824msgid ""
825"When i is a matrix in DT[i]<-value syntax, it doesn't make sense to provide j"
826msgstr "当i以`DT[i]<-value`的形式出现,不需要提供j"
827
828msgid "j must be an atomic vector, see ?is.atomic"
829msgstr "j必须是原子向量,请参考 ?is.atomic"
830
831msgid "NA in j"
832msgstr "j里有NA"
833
834msgid "j must be vector of column name or positions"
835msgstr "j 必须是列名(column name)或列位(column position)的向量"
836
837msgid ""
838"Attempt to assign to column position greater than ncol(x). Create the column "
839"by name, instead. This logic intends to catch (most likely) user errors."
840msgstr ""
841"试图指定至比ncol(x)还大的列位(column position)。请指定至列名(column name)。一"
842"般来说用列名取代列位能解决大部分错误。"
843
844msgid ""
845"data.table inherits from data.frame (from v1.5), but this data.table does "
846"not. Has it been created manually (e.g. by using 'structure' rather than "
847"'data.table') or saved to disk using a prior version of data.table?"
848msgstr ""
849"data.table继承自data.frame(v1.5),但这个data.table并不是。请检查这个data."
850"table是不是手动创建的(可能创建时使用了`structure()`而非`data.table()`),或者"
851"是不是使用了更早的data.table版本创建后存到硬盘了。"
852
853msgid "attempting to assign invalid object to dimnames of a data.table"
854msgstr "试图指定无效对象给data.table的维度名(dimnames)"
855
856msgid "data.tables do not have rownames"
857msgstr "data.tables没有rownames"
858
859msgid "Can't assign"
860msgstr "无法指定"
861
862msgid "colnames to a"
863msgstr "列名为一个"
864
865msgid "-column data.table"
866msgstr "-列 data.table"
867
868msgid "'subset' must evaluate to logical"
869msgstr "'subset' 必须为logical"
870
871msgid "Argument 'invert' must be logical TRUE/FALSE"
872msgstr " 'invert' 的参数是逻辑值,必须是 TRUE/FALSE"
873
874msgid "x argument must be a data.table"
875msgstr "参数 x 必须是一个 data.table"
876
877msgid "group length is 0 but data nrow > 0"
878msgstr "分组长度为0,但 data nrow > 0"
879
880msgid ""
881"passing 'f' argument together with 'by' is not allowed, use 'by' when split "
882"by column in data.table and 'f' when split by external factor"
883msgstr ""
884"不可同时指定参数 'f' 和参数 'by' ,当利用 data.table的纵列进行数据分割时,请使"
885"用参数 'by';当利用外部因子进行数据分割时,请使用参数 'f'"
886
887msgid "Either 'by' or 'f' argument must be supplied"
888msgstr "必须提供参数 'by' 或参数 'f'"
889
890msgid "Column '.ll.tech.split' is reserved for split.data.table processing"
891msgstr "为 split.data.table 进程,纵列 '.ll.tech.split' 被保存"
892
893msgid "Column '.nm.tech.split' is reserved for split.data.table processing"
894msgstr "为 split.data.table 进程,纵列 '.nm.tech.split' 被保存"
895
896msgid "Argument 'by' must refer to column names in x"
897msgstr "参数 'by' 只适用于 x 中的列名"
898
899msgid ""
900"Argument 'by' must refer only to atomic-type columns, but the following "
901"columns are non-atomic:"
902msgstr "参数 'by' 只适用于原子类型的纵列,但现在关联的纵列不是原子类型"
903
904msgid ""
905"x is not a data.table. Shallow copy is a copy of the vector of column "
906"pointers (only), so is only meaningful for data.table"
907msgstr ""
908"浅拷贝(shallow copy)只是列指针向量的拷贝,因此仅对 data.table 有意义,而 x "
909"不是 data.table"
910
911msgid "setalloccol attempting to modify `*tmp*`"
912msgstr "setalloccol 试图修改 '*tmp*'"
913
914msgid ""
915"Input is a length=1 logical that points to the same address as R's global "
916"value. Therefore the attribute has not been set by reference, rather on a "
917"copy. You will need to assign the result back to a variable. See issue #1281."
918msgstr ""
919"输入值是一个指向与R全局值相同位置的长度为1的逻辑值。因此,该属性是通过副本,"
920"而不是reference 的形式设置。您需要将结果分配回一个变量,参看 issue #1281"
921
922msgid "x is not a data.table or data.frame"
923msgstr "x 不是 data.tabledata.frame."
924
925msgid "x has"
926msgstr "x 有"
927
928msgid "columns but its names are length"
929msgstr " 列,但其列名的数为 "
930
931msgid "Passed a vector of type '"
932msgstr "传递了一个向量,向量类型是;"
933
934msgid "'. Needs to be type 'character'."
935msgstr ". 需要是 'character' 类型."
936
937msgid "names to a"
938msgstr "命名"
939
940msgid "column data.table"
941msgstr "data.table 的纵列"
942
943msgid "'new' is not a character vector or a function"
944msgstr "'new' 既不是特征向量也不是 function"
945
946msgid "NA in 'new' at positions"
947msgstr "在 'new' 中有NA值"
948
949msgid "Some duplicates exist in 'old':"
950msgstr "在'old' 中存在重复名称"
951
952msgid "'old' is type"
953msgstr "'old' 的类型是"
954
955msgid "but should be integer, double or character"
956msgstr "应该为整型,浮点型或者字符型"
957
958msgid "'old' is length"
959msgstr "'old' 长度为"
960
961msgid "but 'new' is length"
962msgstr "'new' 的长度为"
963
964msgid "NA (or out of bounds) in 'old' at positions"
965msgstr "NA(或超出界限)出现在'old' 的位置"
966
967msgid "of 'old' is '"
968msgstr "是"
969
970msgid ""
971"' which appears several times in column names. Just the first will be "
972"changed. There are"
973msgstr "在列名中重复出现,仅第一个会改动,如下:"
974
975msgid "other items in old that are also duplicated in column names."
976msgstr "old中的其他项在列名中出现重复"
977
978msgid "Items of 'old' not found in column names:"
979msgstr "在列名中未找到 'old' 有关项"
980
981msgid ". Consider skip_absent=TRUE."
982msgstr "尝试 skip_absent=TRUE"
983
984msgid "Internal error: length(i)!=length(new)"
985msgstr "内部错误:length(i)!=length(new)"
986
987msgid "x has some duplicated column name(s):"
988msgstr "x 有多个重复列名:"
989
990msgid ". Please remove or rename the duplicate(s) and try again."
991msgstr "请移除或者重命名重复项并重试"
992
993msgid "Input is"
994msgstr "输入为"
995
996msgid "but should be a plain list of items to be stacked"
997msgstr "应该叠加普通列表项"
998
999msgid ""
1000"idcol must be a logical or character vector of length 1. If logical TRUE the "
1001"id column will named '.id'."
1002msgstr ""
1003"idcol必须为逻辑型向量或长度为1的字符型向量.如果逻辑值为TRUEid 列会命名为'.id'"
1004
1005msgid "use.names=NA invalid"
1006msgstr "use.names=NA 无效赋值"
1007
1008msgid ""
1009"use.names='check' cannot be used explicitly because the value 'check' is new "
1010"in v1.12.2 and subject to change. It is just meant to convey default "
1011"behavior. See ?rbindlist."
1012msgstr ""
1013"请勿直接使用use.names='check',因为值'check'为新增在v1.12.2中后续有所变化,仅"
1014"用表示默认模式详见 ?rbindlist"
1015
1016msgid ""
1017"Check that is.data.table(DT) == TRUE. Otherwise, := and `:=`(...) are "
1018"defined for use in j, once only and in particular ways. See help(\":=\")."
1019msgstr ""
1020"检查是否is.data.table(DT) == TRUE,否则,:= and `:=`(...) 为被界定在j使用,仅一"
1021"次以特别的方式使用,详见help(\":=\")"
1022
1023msgid ""
1024"setDF only accepts data.table, data.frame or list of equal length as input"
1025msgstr "setDF仅允许data.tabledata.frame或者同样长度的列表作为输入"
1026
1027msgid "rownames contains duplicates"
1028msgstr "行名含有重复"
1029
1030msgid "rownames incorrect length; expected"
1031msgstr "行名长度不正确;需要"
1032
1033msgid "names, got"
1034msgstr "名字,用"
1035
1036msgid "All elements in argument 'x' to 'setDF' must be of same length"
1037msgstr "'setDF'中的参数'x'的所有元素必须同等长度"
1038
1039msgid "Cannot find symbol"
1040msgstr "无法找到符号"
1041
1042msgid "Cannot convert '"
1043msgstr "无法转换'"
1044
1045msgid ""
1046"' to data.table by reference because binding is locked. It is very likely "
1047"that '"
1048msgstr "' 为引用形式的 data.table,因为绑定被锁定了。很有可能 '"
1049
1050msgid ""
1051"' resides within a package (or an environment) that is locked to prevent "
1052"modifying its variable bindings. Try copying the object to your current "
1053"environment, ex: var <- copy(var) and then using setDT again."
1054msgstr ""
1055"' 存在于一个被锁定的包(或环境)中导致无法修改其绑定的变量。可以尝试复制对象"
1056"(object)到你的现有环境,如:var <- copy(var) 然后再使用 setDT。"
1057
1058msgid "Some columns are a multi-column type (such as a matrix column):"
1059msgstr "某些列是多重列类型(如矩阵列):"
1060
1061msgid ""
1062". setDT will retain these columns as-is but subsequent operations like "
1063"grouping and joining may fail. Please consider as.data.table() instead which "
1064"will create a new column for each embedded column."
1065msgstr ""
1066"。setDT 会原样保留这些列但后续的操作如编组(grouping)和联接(joining)可能会"
1067"失败。请考虑使用 as.data.table() 因为它会为每个内嵌列建立一个新列。"
1068
1069msgid "Column"
1070msgstr "列"
1071
1072msgid ""
1073"is of POSIXlt type. Please convert it to POSIXct using as.POSIXct and run "
1074"setDT again. We do not recommend use of POSIXlt at all because it uses 40 "
1075"bytes to store one date."
1076msgstr ""
1077"属于 POSIXlt 类型。请使用 as.POSIXct 转换为 POSIXct 并再次执行setDT。我们非常"
1078"不推荐使用 POSIXlt 因为它要用 40 字节来存储一个日期。"
1079
1080msgid ""
1081"All elements in argument 'x' to 'setDT' must be of same length, but the "
1082"profile of input lengths (length:frequency) is:"
1083msgstr ""
1084"'setDT' 的参数 'x' 中所有的元素都必须是同一长度,但输入长度的概况(长度"
1085"(length):频率(frequency))是:"
1086
1087msgid "%s:%d"
1088msgstr "%s:%d"
1089
1090msgid "The first entry with fewer than"
1091msgstr "第一个长度少于"
1092
1093msgid "entries is"
1094msgstr "的输入项是"
1095
1096msgid ""
1097"Argument 'x' to 'setDT' should be a 'list', 'data.frame' or 'data.table'"
1098msgstr ""
1099"'setDT' 参数 'x' 应为一个列表('list'),数据框('data.frame')或 'data."
1100"table'"
1101
1102msgid "Item '"
1103msgstr "项 '"
1104
1105msgid "' not found in names of input list"
1106msgstr "' 不存在于输入列表的子项名中"
1107
1108msgid "'prefix' must be NULL or a character vector of length 1."
1109msgstr "'prefix' 必须为 空(NULL)或者长度为 1 的字符向量。"
1110
1111msgid "x is a single vector, non-NULL 'cols' doesn't make sense."
1112msgstr "x 是单个向量,非空的 'cols' 没有意义。"
1113
1114msgid "x is a list, 'cols' cannot be 0-length."
1115msgstr "x 是一个列表(list),'cols' 长度不能为0。"
1116
1117msgid ""
1118"RHS of %s is length %d which is not 1 or nrow (%d). For robustness, no "
1119"recycling is allowed (other than of length 1 RHS). Consider %%in%% instead."
1120msgstr ""
1121"%s 的右手侧 (RHS) 长度为 %d, 其非 1 或 总行数 nrow (%d)。考虑到程序的稳健性,"
1122"只有在右侧元素长度为 1 的情况下,我们才会对之进行循环。考虑改用 %%in%% 。"
1123
1124msgid ""
1125"Internal error in .isFastSubsettable. Please report to data.table developers"
1126msgstr ".isFastSubsettable 产生了内部错误。请向 data.table 开发者报告"
1127
1128msgid ""
1129"'on' argument should be a named atomic vector of column names indicating "
1130"which columns in 'i' should be joined with which columns in 'x'."
1131msgstr ""
1132"'on' 参数应为一个有子项名字的原子列名向量,指明'i' 中的哪些列应与 'x' 中的哪"
1133"些列联接。"
1134
1135msgid "Found more than one operator in one 'on' statement:"
1136msgstr "在一个 'on' 语句中出现了多于一个的操作符(operator):"
1137
1138msgid ". Please specify a single operator."
1139msgstr "。请指定单个操作符。"
1140
1141msgid "'on' contains no column name:"
1142msgstr "'on' 中没有列名:"
1143
1144msgid ". Each 'on' clause must contain one or two column names."
1145msgstr "。每个'on' 子句必须包含一个或两个列名。"
1146
1147msgid "'on' contains more than 2 column names:"
1148msgstr "'on' 包含了超过两个列名:"
1149
1150msgid "Invalid operators"
1151msgstr "无效的操作符"
1152
1153msgid ". Only allowed operators are"
1154msgstr "。只有这些操作符是有效的"
1155
1156msgid "."
1157msgstr "."
1158
1159msgid "There is no package %s in provided repository."
1160msgstr "所提供的资料库中不含包%s"
1161
1162msgid "'fromLast' must be TRUE or FALSE"
1163msgstr "'fromLast' 必须为 TRUE 或 FALSE"
1164
1165msgid "x must be an atomic vector or data.frames/data.tables"
1166msgstr "x 必须是原子向量或data.frame/data.table"
1167
1168msgid "Using '"
1169msgstr "使用 '"
1170
1171msgid "' as value column. Use 'value.var' to override"
1172msgstr "' 作为 value 列。可使用 'value.var' 修改"
1173
1174msgid "The dcast generic in data.table has been passed a"
1175msgstr "data.table 中的 dcast 泛型函数被传递了"
1176
1177msgid ""
1178", but data.table::dcast currently only has a method for data.tables. Please "
1179"confirm your input is a data.table, with setDT("
1180msgstr ""
1181",但目前 data.table::dcast 仅提供了针对 data.table 的方法。您可通过如下两种方"
1182"法确保您的输入为一个 data.table对象,即setDT("
1183
1184msgid ") or as.data.table("
1185msgstr ") 或 as.data.table("
1186
1187msgid ""
1188"). If you intend to use a reshape2::dcast, try installing that package "
1189"first, but do note that reshape2 is deprecated and you should be migrating "
1190"your code away from using it."
1191msgstr ""
1192")。若您想使用reshape2::dcast,尝试先安装reshape2。但请注意reshape2已经不推荐"
1193"使用,您应修改您的代码以不再使用它。"
1194
1195msgid ""
1196"and will attempt to redirect to the reshape2::dcast; please note that "
1197"reshape2 is deprecated, and this redirection is now deprecated as well. "
1198"Please do this redirection yourself like reshape2::dcast("
1199msgstr ""
1200",将尝试重定向到reshape2::dcast。请注意reshape2已经不推荐使用,故该重定向目前"
1201"也不推荐使用。请手动执行该重定向,如reshape2::dcast("
1202
1203msgid "). In the next version, this warning will become an error."
1204msgstr ")。在下一个版本中,此警告将变成为错误。"
1205
1206msgid ""
1207"Invalid formula. Cast formula should be of the form LHS ~ RHS, for e.g., a + "
1208"b ~ c."
1209msgstr "无效的公式。所转换的公式的形式应为LHS ~ RHS,如a + b ~ c。"
1210
1211msgid "data.table to cast must have unique column names"
1212msgstr "要转换的data.table必须具有唯一的列名"
1213
1214msgid "value.var values ["
1215msgstr "value.var 的值 ["
1216
1217msgid "] are not found in 'data'."
1218msgstr "] 无法在 'data' 中找到"
1219
1220msgid ""
1221"When 'fun.aggregate' and 'value.var' are both lists, 'value.var' must be "
1222"either of length =1 or =length(fun.aggregate)."
1223msgstr ""
1224"当 'fun.aggregate' 和 'value.var' 同为 list时, 'value.var' 的长度必须为 1 或 "
1225"length(fun.aggregate)。"
1226
1227msgid "'data' must be a data.table."
1228msgstr "'data' 必须为 data.table"
1229
1230msgid "'drop' must be logical TRUE/FALSE"
1231msgstr "'drop' 必须为逻辑 TRUE/FALSE"
1232
1233msgid "Column ["
1234msgstr "列 ["
1235
1236msgid "] not found or of unknown type."
1237msgstr "] 无法找到或其类型未知。"
1238
1239msgid "Columns specified in formula can not be of type list"
1240msgstr "在formula中指定的列不应为列表类型"
1241
1242msgid "Can not cast an empty data.table"
1243msgstr "无法转换一个空的data.table"
1244
1245msgid "Aggregate function missing, defaulting to 'length'"
1246msgstr "聚合函数缺失,将默认采用'length'"
1247
1248msgid "Internal error -- empty rhsnames in dcast; please report"
1249msgstr "内部错误:dcast 中 rhsnames 为空;请报告"
1250
1251msgid "The melt generic in data.table has been passed a"
1252msgstr "data.table 中的 melt 泛型函数被传递了"
1253
1254msgid ""
1255", but data.table::melt currently only has a method for data.tables. Please "
1256"confirm your input is a data.table, with setDT("
1257msgstr ""
1258",然而 data.table::melt 当前只支持输入 data.table 对象。请确保输入的是一个  "
1259"data.table 对象,可以用 setDT("
1260
1261msgid ""
1262"). If you intend to use a method from reshape2, try installing that package "
1263"first, but do note that reshape2 is deprecated and you should be migrating "
1264"your code away from using it."
1265msgstr ""
1266")。如果确实要使用 reshape2 中的方法,首先要安装这个包。需要注意,reshape2 已"
1267"经弃用,你应该将代码迁移并且不再使用它。"
1268
1269msgid ""
1270"and will attempt to redirect to the relevant reshape2 method; please note "
1271"that reshape2 is deprecated, and this redirection is now deprecated as well. "
1272"To continue using melt methods from reshape2 while both libraries are "
1273"attached, e.g. melt.list, you can prepend the namespace like reshape2::melt("
1274msgstr ""
1275"即将转向到 reshape2 中的相关方法;请注意 reshape2 已经弃用,这个转向也已经弃"
1276"用。如果要在 data.table 和 reshape2 同时附着的情况下继续使用 reshape2 中的 "
1277"melt 方法,(例如 melt.list),你可以把命名空间写在函数名称前面,例如 "
1278"reshape2::melt("
1279
1280msgid "Input patterns must be of type character."
1281msgstr "输入的 patterns 必须是字符类型。"
1282
1283msgid "'data' must be a data.table"
1284msgstr "'data' 必须是一个 data.table"
1285
1286msgid "'value.name' provided in both 'measure.vars'"
1287msgstr "'value.name' 同时出现在了 'measure.vars'"
1288
1289msgid "and 'value.name argument'; value provided in"
1290msgstr "和 'value.name' 参数中;'measure.vars' 中的值"
1291
1292msgid "'measure.vars' is given precedence."
1293msgstr "将被优先使用。"
1294
1295msgid "Please provide a name to each element of 'measure.vars'."
1296msgstr "请为 'measure.vars' 中的每个元素提供一个名称。"
1297
1298msgid ""
1299"y and x must both be data.tables. Use `setDT()` to convert list/data.frames "
1300"to data.tables by reference or as.data.table() to convert to data.tables by "
1301"copying."
1302msgstr ""
1303"y 和 x 必须都是 data.table 对象。用 `setDT()` 可以把列表/数据框引用转换为  "
1304"data.table,或者用 as.data.table() 进行复制转换。"
1305
1306msgid "maxgap must be a non-negative integer value of length 1"
1307msgstr "maxgap 必须是一个长度为1的非负整数"
1308
1309msgid "minoverlap must be a positive integer value of length 1"
1310msgstr "minoverlap 必须是一个长度为1的正整数"
1311
1312msgid "which must be a logical vector of length 1. Either TRUE/FALSE"
1313msgstr "which 必须是一个长度为1的逻辑向量(TRUE/FALSE)"
1314
1315msgid "nomatch must either be NA or NULL"
1316msgstr "nomatch 必须是 NA 或 NULL"
1317
1318msgid "maxgap and minoverlap arguments are not yet implemented."
1319msgstr "maxgap 和 minoverlap 参数还未实现。"
1320
1321msgid ""
1322"'y' must be keyed (i.e., sorted, and, marked as sorted). Call setkey(y, ...) "
1323"first, see ?setkey. Also check the examples in ?foverlaps."
1324msgstr ""
1325"'y' 必须有主键(已经排序并且标记为已排序)。请先用 setkey(y, ...) 设置主键,"
1326"可以参考 ?setkey 以及 ?foverlaps 中提供的例子。"
1327
1328msgid ""
1329"'by.x' and 'by.y' should contain at least two column names (or numbers) each "
1330"- corresponding to 'start' and 'end' points of intervals. Please see ?"
1331"foverlaps and examples for more info."
1332msgstr ""
1333"'by.x' 和 'by.y' 每个应当包含至少两个列名(或序号),分别对应区间的起始点 "
1334"'start' 和 结束点 'end'。请参考 ?foverlaps 以及提供的例子。"
1335
1336msgid ""
1337"Invalid numeric value for 'by.x'; it should be a vector with values 1 <= by."
1338"x <= length(x)"
1339msgstr ""
1340"无效的 'by.x' 数值,应该是一个向量,其中的值满足 1 <= by.x <= length(x)"
1341
1342msgid ""
1343"Invalid numeric value for 'by.y'; it should be a vector with values 1 <= by."
1344"y <= length(y)"
1345msgstr "无效的 'by.y' 数值,应当满足 1 <= by.y <= length(y)"
1346
1347msgid "A non-empty vector of column names or numbers is required for by.x"
1348msgstr "'by.x' 必须是一个非空向量,包含列名或者序号"
1349
1350msgid "A non-empty vector of column names or numbers is required for by.y"
1351msgstr "'by.y'应该是具有列名或者数字非空向量"
1352
1353msgid "The first"
1354msgstr "首先"
1355
1356msgid "columns of y's key must be identical to the columns specified in by.y."
1357msgstr "在'by.y'中,y键的列必须与指定的列相同"
1358
1359msgid "Elements listed in 'by.x' must be valid names in data.table 'x'"
1360msgstr "对于data.table中的'X','by.x'中的元素必须是有效名称"
1361
1362msgid ""
1363"Duplicate columns are not allowed in overlap joins. This may change in the "
1364"future."
1365msgstr "搭接部分不允许出现重复列。这个要求可能会在未来有所调整。"
1366
1367msgid ""
1368"length(by.x) != length(by.y). Columns specified in by.x should correspond to "
1369"columns specified in by.y and should be of same lengths."
1370msgstr "当by.x的长度不等于by.y时。by.x中指定的列应该与by.y中指定的列等长。"
1371
1372msgid "y has some duplicated column name(s):"
1373msgstr "y有重复的列名时:"
1374
1375msgid ""
1376"The last two columns in by.x should correspond to the 'start' and 'end' "
1377"intervals in data.table 'x' and must be integer/numeric type."
1378msgstr ""
1379"'by.x'的最后两列应该与data.table 'x'中的'开始'与'结尾'的间隔对应且必须是整数/"
1380"数字类型"
1381
1382msgid "NA values in data.table 'x' start column: '"
1383msgstr "在data.table的X的初始列的NA值时:'"
1384
1385msgid ""
1386"'. All rows with NA values in the range columns must be removed for "
1387"foverlaps() to work."
1388msgstr "'。必须删除范围列内的具有NA值的行,以(保证)foverlaps()起作用。"
1389
1390msgid "NA values in data.table 'x' end column: '"
1391msgstr "在data.table的'X'的末尾列中NA值时:"
1392
1393msgid "All entries in column"
1394msgstr "列中所有条目"
1395
1396msgid "should be <= corresponding entries in column"
1397msgstr "应该<=列中相应的条目"
1398
1399msgid "in data.table 'x'."
1400msgstr "在data.table的'X'部分"
1401
1402msgid ""
1403"The last two columns in by.y should correspond to the 'start' and 'end' "
1404"intervals in data.table 'y' and must be integer/numeric type."
1405msgstr ""
1406"'by.y'的最后两列应该与data.table 'y'中的'开始'与'结尾'的间隔对应且必须是整数/"
1407"数字类型"
1408
1409msgid "NA values in data.table 'y' start column: '"
1410msgstr "NA值在data.table的'y'起始列时:"
1411
1412msgid "NA values in data.table 'y' end column: '"
1413msgstr "NA值在data.table的'y'尾列时:"
1414
1415msgid "in data.table 'y'."
1416msgstr "在data.table的'y'部分"
1417
1418msgid ""
1419"Some interval cols are of type POSIXct while others are not. Please ensure "
1420"all interval cols are (or are not) of POSIXct type"
1421msgstr ""
1422"一些间隔列的类型是POSIXct而有些不是。(因此)请确保所有间隔列都是或都不是"
1423"POSIXct类型"
1424
1425msgid ""
1426"POSIXct interval cols have mixed timezones. Overlaps are performed on the "
1427"internal numerical representation of POSIXct objects (always in UTC epoch "
1428"time), therefore printed values may give the impression that values don't "
1429"overlap but their internal representations do Please ensure that POSIXct "
1430"type interval cols have identical 'tzone' attributes to avoid confusion."
1431msgstr ""
1432"POSIXct间隔列有混合的时区。POSIXct对象(始终以UTC纪元时间为准)以内部数字表现"
1433"形式展现为重叠,因此显示的值可能(使用户)留下'值是不会重叠,但其内部表现显示"
1434"显示却重叠'的印象,(所以)请确保POSIXct类型的间隔列具有相同的'时区'属性以避"
1435"免混乱。"
1436
1437msgid "Not yet implemented"
1438msgstr "尚未实现"
1439
1440msgid "maxgap > minoverlap. maxgap will have no effect here."
1441msgstr "最大空隙大于最小重叠,此处的最大空隙无效。"
1442
1443msgid "length(na.last) = 0"
1444msgstr "na.last长度等于0"
1445
1446msgid "length(na.last) > 1, only the first element will be used"
1447msgstr "当na.last长度大于1时,只会使用第一个元素"
1448
1449msgid "x is a single vector, non-NULL 'cols' doesn't make sense"
1450msgstr "x是单个向量,非空的'cols'没有意义"
1451
1452msgid "x is a list, 'cols' can not be 0-length"
1453msgstr "x是一个list, 'cols'不能为0长度"
1454
1455msgid "Used more than one of the arguments input=, file=, text= and cmd=."
1456msgstr "使用了超过一个参数, 包括input=, file=, text= 和 cmd=."
1457
1458msgid "Argument 'encoding' must be 'unknown', 'UTF-8' or 'Latin-1'."
1459msgstr "参数 'encoding' 必须为 'unknown', 'UTF-8' 或 'Latin-1'."
1460
1461msgid "'text=' is type"
1462msgstr "'text=' 是类型"
1463
1464msgid "but must be character."
1465msgstr "但必须是字符."
1466
1467msgid ""
1468"input= must be a single character string containing a file name, a system "
1469"command containing at least one space, a URL starting 'http[s]://', "
1470"'ftp[s]://' or 'file://', or, the input data itself containing at least one "
1471"\\n or \\r"
1472msgstr ""
1473"input= 必须是以下其中一种字符串: 一个文件名, 一个含有不少于一个空格的系统命"
1474"令, 以'http[s]://','ftp[s]://' 或 'file://' 开头的URL, 或是本身就包含至少一个"
1475"\\n 或 \\r的输入数据"
1476
1477msgid ""
1478"input= contains no \\n or \\r, but starts with a space. Please remove the "
1479"leading space, or use text=, file= or cmd="
1480msgstr ""
1481"input= 不包含 \\n 或 \\r, 但是开头有个空格请移除开头的空格, 或使用text=, "
1482"file= 或 cmd="
1483
1484msgid ""
1485"Input URL requires https:// connection for which fread() requires 'curl' "
1486"package which cannot be found. Please install 'curl' using 'install."
1487"packages('curl')'."
1488msgstr ""
1489"输入的URL要求 https:// 连接. 因而 fread() 要求 'curl' 包.请用 'install."
1490"packages('curl')' 安装'curl'包."
1491
1492msgid "Taking input= as a system command ('"
1493msgstr "正将 input= 当做系统命令 ('"
1494
1495msgid ""
1496"') and a variable has been used in the expression passed to `input=`. Please "
1497"use fread(cmd=...). There is a security concern if you are creating an app, "
1498"and the app could have a malicious user, and the app is not running in a "
1499"secure environment; e.g. the app is running as root. Please read item 5 in "
1500"the NEWS file for v1.11.6 for more information and for the option to "
1501"suppress this message."
1502msgstr ""
1503"') 同时一个变量也被传输到 `input=`.请使用fread(cmd=...).这是出于安全考虑. 试"
1504"想你在开发一个app, 这个app可能有恶意用户, 同时这个app的运行环境不安全 (比如在"
1505"root环境下运行).请阅读v1.11.6版本的NEWS file里面的item 5获取更多资讯, 或了解"
1506"如何取消这个提示."
1507
1508msgid "File '"
1509msgstr "文件'"
1510
1511msgid "' does not exist or is non-readable. getwd()=='"
1512msgstr "' 不存在, 或不可读. getwd()=='"
1513
1514msgid "' is a directory. Not yet implemented."
1515msgstr "'是个目录。还没有编程实现。"
1516
1517msgid "' has size 0. Returning a NULL"
1518msgstr "' 的大小为0. 返回一个NULL"
1519
1520msgid "data.table"
1521msgstr "data.table"
1522
1523msgid "data.frame"
1524msgstr "data.frame"
1525
1526msgid ""
1527"To read gz and bz2 files directly, fread() requires 'R.utils' package which "
1528"cannot be found. Please install 'R.utils' using 'install.packages('R."
1529"utils')'."
1530msgstr ""
1531"想要直接读取 gz 和 bz2 文件, fread() 需要 'R.utils' 包.请用 'install."
1532"packages('R.utils')'安装 'R.utils' 包."
1533
1534msgid ""
1535"'autostart' is now deprecated and ignored. Consider skip='string' or skip=n"
1536msgstr ""
1537"'autostart' 现在已经不再推荐使用且失效, 请考虑用 skip='string' 或 skip=n"
1538
1539msgid ""
1540"colClasses is type 'logical' which is ok if all NA but it has some TRUE or "
1541"FALSE values in it which is not allowed. Please consider the drop= or "
1542"select= argument instead. See ?fread."
1543msgstr ""
1544"colClasses 只能在全部是NA的情况下为逻辑变量. 请考虑使用 drop= 或 select= . 更"
1545"多信息请参照 ?fread"
1546
1547msgid "colClasses is not type list or character vector"
1548msgstr "colClasses 不是列表 (list) 或字符向量 (character vector)"
1549
1550msgid ""
1551"colClasses=\"NULL\" (quoted) is interpreted as colClasses=NULL (the default) "
1552"as opposed to dropping every column."
1553msgstr ""
1554"colClasses=\"NULL\" (带引号) 应该被视为 colClasses=NULL (默认情况)而不是弃掉"
1555"每个列"
1556
1557msgid ""
1558"strip.white==TRUE (default) and \"\" is present in na.strings, so any number "
1559"of spaces in string columns will already be read as <NA>."
1560msgstr ""
1561"na.strings 中包含 strip.white==TRUE (默认情况) 和 \"\", 因此(字符类型的)列中"
1562"的空格会被当作 <NA>."
1563
1564msgid ""
1565"Since strip.white=TRUE (default), use na.strings=\"\" to specify that any "
1566"number of spaces in a string column should be read as <NA>."
1567msgstr ""
1568"因为 strip.white=TRUE (默认情况), 请使用 na.strings=\"\" 以使得(字符类型的)列"
1569"中的空格会被当作 <NA>."
1570
1571msgid ""
1572"But strip.white=FALSE. Use strip.white=TRUE (default) together with na."
1573"strings=\"\" to turn any number of spaces in string columns into <NA>"
1574msgstr ""
1575"但是 strip.white=FALSE. 请使用 strip.white=TRUE (默认情况), 同时na.strings="
1576"\"\", 以使得(字符类型的)列中的空格转成 <NA>."
1577
1578msgid ""
1579"'data.table' relies on the package 'yaml' to parse the file header; please "
1580"add this to your library with install.packages('yaml') and try again."
1581msgstr ""
1582"'data.table' 依赖 'yaml' 包来分析文件头 (header)请使用 install."
1583"packages('yaml') 来安装然后再重试."
1584
1585msgid ""
1586"Combining a search string as 'skip' and reading a YAML header may not work "
1587"as expected -- currently,"
1588msgstr ""
1589"读取一个 YAML 文件头 (header) 的同时以 'skip' 为搜索字符可能会引起异常 -- 目"
1590"前"
1591
1592msgid ""
1593"reading will proceed to search for 'skip' from the beginning of the file, "
1594"NOT from the end of"
1595msgstr "读取会直接从文件的开头搜索 'skip', 而非从元数据 (metadata) "
1596
1597msgid ""
1598"the metadata; please file an issue on GitHub if you'd like to see more "
1599"intuitive behavior supported."
1600msgstr "的尾部开始; 如果你希望更直观的功能, 请在 Github 上提交 issue."
1601
1602msgid "Encountered <"
1603msgstr "遇到 <"
1604
1605msgid "..."
1606msgstr "..."
1607
1608msgid "> at the first"
1609msgstr "> 在第一个"
1610
1611msgid "unskipped line ("
1612msgstr "非跳过的行 ("
1613
1614msgid "), which does not constitute the start to a valid YAML header"
1615msgstr "), 它不含符合要求的 YAML header."
1616
1617msgid "(expecting something matching regex \""
1618msgstr "需要符合正则 (regex) \""
1619
1620msgid "\"); please check your input and try again."
1621msgstr "\"); 请检查你的输入然后重试."
1622
1623msgid ""
1624"Reached the end of the file before finding a completion to the YAML header. "
1625"A valid YAML header is bookended by lines matching"
1626msgstr ""
1627"到了文件的结尾, 还没发现 YAML header 的完结.一个有效的 YAML header 应该根据行"
1628"匹配结尾."
1629
1630msgid "the regex \""
1631msgstr "正则 \""
1632
1633msgid "\". Please double check the input file is a valid csvy."
1634msgstr "从这里开始"
1635
1636msgid "User-supplied 'header' will override that found in metadata."
1637msgstr "用户提供的'header'将覆盖元数据中的表头"
1638
1639msgid ""
1640"User-supplied column names in 'col.names' will override those found in YAML "
1641"metadata."
1642msgstr "用户在“col.names”中提供的列名将覆盖在YAML元数据中找到的列名"
1643
1644msgid ""
1645"colClasses dictated by user input and those read from YAML header are in "
1646"conflict (specifically, for column"
1647msgstr "用户输入指定的列类型和从YAML列名中读取的列类型发生冲突(特别是column"
1648
1649msgid "s"
1650msgstr "s"
1651
1652msgid "["
1653msgstr "["
1654
1655msgid "]); the proceeding assumes the user input was"
1656msgstr "]); 该过程假定用户输入的是"
1657
1658msgid ""
1659"an intentional override and will ignore the types implied by the YAML "
1660"header; please exclude"
1661msgstr "有意覆盖的,因此将忽略YAML表头所指示的列类型;请排除"
1662
1663msgid "these columns"
1664msgstr "这些列"
1665
1666msgid "this column from colClasses if this was unintentional."
1667msgstr "如果不想覆盖,请将这些列从colClasses中排除"
1668
1669msgid "User-supplied 'sep' will override that found in metadata."
1670msgstr "用户提供的“sep”将覆盖元数据中的分隔符"
1671
1672msgid "User-supplied 'quote' will override that found in metadata."
1673msgstr "用户提供的“quote”将覆盖元数据中的引号"
1674
1675msgid "User-supplied 'dec' will override that found in metadata."
1676msgstr "用户提供的“dec”将覆盖元数据中的小数点分隔符"
1677
1678msgid "User-supplied 'na.strings' will override that found in metadata."
1679msgstr "用户提供的“na.strings”将覆盖元数据中对默认值的预处理"
1680
1681msgid "Column '"
1682msgstr "列"
1683
1684msgid "' was requested to be '"
1685msgstr "被要求为"
1686
1687msgid "' but fread encountered the following"
1688msgstr "但是fread遇到了以下问题"
1689
1690msgid "error"
1691msgstr "错误"
1692
1693msgid "warning"
1694msgstr "警告"
1695
1696msgid ":"
1697msgstr ":"
1698
1699msgid "so the column has been left as type '"
1700msgstr "所以该列已经被保存为类型"
1701
1702msgid ""
1703"key argument of data.table() must be a character vector naming columns (NB: "
1704"col.names are applied before this)"
1705msgstr ""
1706"data.table()的关键参数必须是字符向量命名的列(NB:col.names在这之前被使用过)"
1707
1708msgid ""
1709"index argument of data.table() must be a character vector naming columns "
1710"(NB: col.names are applied before this)"
1711msgstr ""
1712"data.table()的index参数必须是字符向量命名的列(NB:参数col.names在这之前被使用"
1713"过)"
1714
1715msgid "dateTimeAs must be a single string"
1716msgstr "dataTimeAs 必须是单个字符串"
1717
1718msgid "dateTimeAs must be 'ISO','squash','epoch' or 'write.csv'"
1719msgstr "dateTimeAs 必须是 'ISO','squash','epoch' 或 'write.csv'"
1720
1721msgid "logicalAsInt has been renamed logical01. Use logical01 only, not both."
1722msgstr ""
1723"logicalAsInt 已重命名为 logical01。不要同时使用它们,仅使用 logical01。"
1724
1725msgid "x being coerced from class: matrix to data.table"
1726msgstr "x 的类将强制从 matrix 转变为 data.table"
1727
1728msgid "Input has no columns; doing nothing."
1729msgstr "输入没有列,不执行任何操作。"
1730
1731msgid "If you intended to overwrite the file at"
1732msgstr "如果你打算覆盖文件"
1733
1734msgid "with an empty one, please use file.remove first."
1735msgstr "为空文件,请先使用 file.remove。"
1736
1737msgid "Input has no columns; creating an empty file at '"
1738msgstr "输入没有列,将创建一个空文件 '"
1739
1740msgid "' and exiting."
1741msgstr "' 并退出。"
1742
1743msgid ""
1744"'data.table' relies on the package 'yaml' to write the file header; please "
1745"add this to your library with install.packages('yaml') and try again."
1746msgstr ""
1747"'data.table' 依赖于 'yaml' 包来写文件头;请运行 install.packages('yaml') 安"
1748"装 'yaml' 包后再试。"
1749
1750msgid "Argument 'x' must be a data.table object"
1751msgstr "'x' 参数必须是一个 data.table 对象"
1752
1753msgid ""
1754"Argument 'by' must be a character vector of column names used in grouping."
1755msgstr "'by' 参数必须是一个字符向量,向量的元素是列名,用于分组。"
1756
1757msgid "Argument 'id' must be a logical scalar."
1758msgstr "'id' 参数必须是一个逻辑标量。"
1759
1760msgid ""
1761"Argument 'x' is a 0-column data.table; no measure to apply grouping over."
1762msgstr "'x' 参数是一个 0 列的 data.table;无法对其应用分组。"
1763
1764msgid "Input data.table must not contain duplicate column names."
1765msgstr "作为输入的 data.table 对象不能含有重复的列名。"
1766
1767msgid "Argument 'by' must have unique column names for grouping."
1768msgstr "'by' 参数用于分组,不可包含重复列名。"
1769
1770msgid "Argument 'sets' must be a list of character vectors."
1771msgstr "'sets' 参数必须是一个字符向量的列表。"
1772
1773msgid ""
1774"All columns used in 'sets' argument must be in 'by' too. Columns used in "
1775"'sets' but not present in 'by':"
1776msgstr ""
1777"在 'sets' 参数中应用的所有列也必须在 'by' 中。当前 'sets' 包含而 'by' 中不含"
1778"的列有:"
1779
1780msgid ""
1781"When using `id=TRUE` the 'x' data.table must not have a column named "
1782"'grouping'."
1783msgstr "当使用 `id=TRUE` 时,data.table 'x' 不能包含名为 'grouping' 的列。"
1784
1785msgid ""
1786"Character vectors in 'sets' list must not have duplicated column names "
1787"within a single grouping set."
1788msgstr "在单个分组中,'sets' 列表中的字符串向量不能有重复的列名。"
1789
1790msgid ""
1791"'sets' contains a duplicate (i.e., equivalent up to sorting) element at index"
1792msgstr "'sets' 的索引含有重复的元素,在做排序时的作用是对等的"
1793
1794msgid ""
1795"; as such, there will be duplicate rows in the output -- note that grouping "
1796"by A,B and B,A will produce the same aggregations. Use "
1797"`sets=unique(lapply(sets, sort))` to eliminate duplicates."
1798msgstr ""
1799";同样的,输出中也会包含重复的行(注意按照A、B分组与按照B、A分组的结果是一样"
1800"的。)使用 `sets=unique(lapply(sets, sort))` 来消除重复。"
1801
1802msgid ""
1803"Expression passed to grouping sets function must not update by reference. "
1804"Use ':=' on results of your grouping function."
1805msgstr ""
1806"传递给分组相关函数的表达式不能通过引用更新。请在你的分组函数返回的结果中使用 "
1807"':=' 。"
1808
1809msgid ""
1810"When using `id=TRUE` the 'j' expression must not evaluate to a column named "
1811"'grouping'."
1812msgstr "当 `id=TRUE` 时,'j' 表达式不能针对 'grouping' 列求值。"
1813
1814msgid ""
1815"There exists duplicated column names in the results, ensure the column "
1816"passed/evaluated in `j` and those in `by` are not overlapping."
1817msgstr "结果中存在重复的列名,请确保 `j` 和 `by` 传递的列中没有发生重叠。"
1818
1819msgid ""
1820"Using integer64 class columns require to have 'bit64' package installed."
1821msgstr "要在列中使用 integer64 类,需要先安装 'bit64' 包。"
1822
1823msgid ""
1824"'xts' class passed to %s function but 'xts' is not available, you should "
1825"have 'xts' installed already"
1826msgstr "'xts'类对象传递给了%s方程,但是'xts'包不可用。您应首先安装'xts'包"
1827
1828msgid "Argument 'sort' should be logical TRUE/FALSE"
1829msgstr "参数 'sort' 应为逻辑值 TRUE 或 FALSE"
1830
1831msgid "Argument 'no.dups' should be logical TRUE/FALSE"
1832msgstr "参数 'no.dups' 应为逻辑值 TRUE 或 FALSE"
1833
1834msgid "You are trying to join data.tables where"
1835msgstr "你正在试图去联结data.table,其中"
1836
1837msgid "'x' and 'y' arguments are"
1838msgstr "参数'x'和'y'是"
1839
1840msgid "'x' argument is"
1841msgstr "参数'x'的值为"
1842
1843msgid "'y' argument is"
1844msgstr "参数'y'的值为"
1845
1846msgid "0 columns data.table."
1847msgstr "0列的data.table对象。"
1848
1849msgid "`by.x` and `by.y` must be of same length."
1850msgstr "`by.x`和`by.y`必须是相同的长度。"
1851
1852msgid "Supplied both `by` and `by.x/by.y`. `by` argument will be ignored."
1853msgstr "参数`by`和`by.x/by.y`都提供了值。参数`by`的值会被忽略。"
1854
1855msgid "A non-empty vector of column names is required for `by.x` and `by.y`."
1856msgstr "`by.x`和`by.y`必须是非空的列名。"
1857
1858msgid "Elements listed in `by.x` must be valid column names in x."
1859msgstr "`by.x`中的列名必须是x的有效列。"
1860
1861msgid "Elements listed in `by.y` must be valid column names in y."
1862msgstr "`by.y`中的列名必须是y的有效列。"
1863
1864msgid "A non-empty vector of column names for `by` is required."
1865msgstr "`by`必须是非空的列名。"
1866
1867msgid "Elements listed in `by` must be valid column names in x and y"
1868msgstr "`by`中的列名必须是x和y的有效列"
1869
1870msgid "column names"
1871msgstr "列名"
1872
1873msgid "are duplicated in the result"
1874msgstr "在结果中是重复的"
1875
1876msgid "IN DEVELOPMENT built"
1877msgstr "在开发版本中"
1878
1879msgid "using"
1880msgstr "使用"
1881
1882msgid "threads (see ?getDTthreads).  Latest news: r-datatable.com"
1883msgstr "线程(请参阅?getDTthreads)。最新的消息:r-datatable.com"
1884
1885msgid "TRANSLATION CHECK"
1886msgstr "翻译检查"
1887
1888msgid ""
1889"**********\n"
1890"Running data.table in English; package support is available in English only. "
1891"When searching for online help, be sure to also check for the English error "
1892"message. This can be obtained by looking at the po/R-<locale>.po and po/"
1893"<locale>.po files in the package source, where the native language and "
1894"English error messages can be found side-by-side\n"
1895"**********"
1896msgstr ""
1897"**********\n"
1898"用中文运行data.table。软件包只提供英语支持。当在在线搜索帮助时,也要确保检查"
1899"英语错误信息。这个可以通过查看软件包源文件中的po/R-zh_CN.popo/zh_CN.po文件"
1900"获得,这个文件可以并排找到母语和英语错误信息。\n"
1901"**********"
1902
1903msgid ""
1904"**********\n"
1905"This development version of data.table was built more than 4 weeks ago. "
1906"Please update: data.table::update.dev.pkg()\n"
1907"**********"
1908msgstr ""
1909"**********这个data.table的开发版本是在4个多星期之前构建的。请更新版本:data."
1910"table::update.dev.pkg()\n"
1911"**********"
1912
1913msgid "**********"
1914msgstr "**********"
1915
1916msgid ""
1917"This installation of data.table has not detected OpenMP support. It should "
1918"still work but in single-threaded mode."
1919msgstr ""
1920"data.table的安装未检测到OpenMP支持。在单线程模式下应该仍能运行"
1921
1922msgid "sysname"
1923msgstr "sysname"
1924
1925msgid "Darwin"
1926msgstr "Darwin"
1927
1928msgid ""
1929"This is a Mac. Please read https://mac.r-project.org/openmp/. Please engage "
1930"with Apple and ask them for support. Check r-datatable.com for updates, and "
1931"our Mac instructions here: https://github.com/Rdatatable/data.table/wiki/"
1932"Installation. After several years of many reports of installation problems "
1933"on Mac, it's time to gingerly point out that there have been no similar "
1934"problems on Windows or Linux."
1935msgstr ""
1936"此设备为 Mac。请阅读 https://mac.r-project.org/openmp/。请"
1937"与 Apple 公司联系以获取支持。查看 r-datatable.com 以获取更新,并"
1938"参阅我们的 Mac 设备说明:https://github.com/Rdatatable/data.table/wiki/Installation"
1939"在 Mac 上出现相关安装问题的报告已数年之久,"
1940"需要指出的是在 Windows 或 Linux 平台上一般不存在类似问题。"
1941
1942msgid "This is"
1943msgstr "这是"
1944
1945msgid ""
1946". This warning should not normally occur on Windows or Linux where OpenMP is "
1947"turned on by data.table's configure script by passing -fopenmp to the "
1948"compiler. If you see this warning on Windows or Linux, please file a GitHub "
1949"issue."
1950msgstr ""
1951"。此警告一般不应出现在 Windows 或 Linux 平台中,因为"
1952"data.table 的 configure 脚本中已通过向编译器传递 -fopenmp 参数启用了 OpenMP。"
1953"如果你在 Windows 或 Linux 平台中发现此警告,请在 GitHub 中提交 issue。"
1954
1955msgid ""
1956"The option 'datatable.nomatch' is being used and is not set to the default "
1957"NA. This option is still honored for now but will be deprecated in future. "
1958"Please see NEWS for 1.12.4 for detailed information and motivation. To "
1959"specify inner join, please specify `nomatch=NULL` explicitly in your calls "
1960"rather than changing the default using this option."
1961msgstr ""
1962"这个选项'datatable.nomatch'正在被使用,没有被设置为默认值NA。该选项目前仍被使"
1963"用,但在未来不会被使用。相关的详细信息和动机,请参阅1.12.4的信息。要指定内部"
1964"连接,请在调用中明确指定`nomatch = NULL`,而不要使用此选项更改默认值。"
1965
1966msgid "The datatable."
1967msgstr "datatable"
1968
1969msgid "version ("
1970msgstr "版本("
1971
1972msgid ") does not match the package ("
1973msgstr ")和包不匹配 ("
1974
1975msgid "). Please close all R sessions to release the old"
1976msgstr ").请关闭所有R会话以释放旧版本"
1977
1978msgid ""
1979"and reinstall data.table in a fresh R session. The root cause is that R's "
1980"package installer can in some unconfirmed circumstances leave a package in a "
1981"state that is apparently functional but where new R code is calling old C "
1982"code silently: https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17478. "
1983"Once a package is in this mismatch state it may produce wrong results "
1984"silently until you next upgrade the package. Please help by adding precise "
1985"circumstances to 17478 to move the status to confirmed. This mismatch "
1986"between R and C code can happen with any package not just data.table. It is "
1987"just that data.table has added this check."
1988msgstr ""
1989"并在全新的R会话中重新安装data.table。根本原因是R包安装程序可能在某些未经确认"
1990"的条件下将包置于显然可以正常工作的状态,但是新的R代码正在默默地调用旧的C代"
1991"码:https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17478。一旦安装包处于"
1992"这不匹配的状态下,在您下次升级程序包之前,它可能会默默地产生错误的结果请提交"
1993"具体的情况至17478协助我们确认这个Bug。R和C代码之间的这种不匹配可能发生在任何"
1994"包中,而不仅仅是在data.table中。只是data.table添加了这个检查"
1995
1996msgid "This is R"
1997msgstr "这是R"
1998
1999msgid "but data.table has been installed using R"
2000msgstr "但是data.table安装在R"
2001
2002msgid ". The major version must match. Please reinstall data.table."
2003msgstr "。主要的版本必须匹配。 请重新安装data.table"
2004
2005msgid ""
2006"Option 'datatable.old.bywithoutby' has been removed as warned for 2 years. "
2007"It is now ignored. Please use by=.EACHI instead and stop using this option."
2008msgstr ""
2009"选项'datatable.old.bywithoutby'已经被移除,警告了2年。它现在被忽略。 请改用"
2010"by = .EACHI,然后停止使用这个选项。"
2011
2012msgid ""
2013"Option 'datatable.old.unique.by.key' has been removed as warned for 4 years. "
2014"It is now ignored. Please use by=key(DT) instead and stop using this option."
2015msgstr ""
2016"选项'datatable.old.bywithoutby'已经被移除,警告了2年。它现在被忽略。 请改用"
2017"by = .EACHI,然后停止使用这个选项。"
2018
2019msgid "Unexpected base R behaviour: list(x) has copied x"
2020msgstr "意外的base R行为:list(x)已经复制了x"
2021
2022msgid "Unexpected base R behaviour: names<- has copied column contents"
2023msgstr "意外的base R行为:names<- 已复制列内容"
2024
2025msgid ""
2026"Unexpected base R behaviour: DF[2,2]<- did not copy column 2 which was "
2027"assigned to"
2028msgstr "意外的base R行为:DF[2,2]<- 没有复制第二列它被分配给"
2029
2030msgid ""
2031"Unexpected base R behaviour: DF[2,2]<- copied the first column which was not "
2032"assigned to, too"
2033msgstr "意外的base R行为:DF[2,2]<-复制了第一列的内容,它也没有被分配给"
2034
2035msgid "Unexpected base R behaviour: DF[2,2]<- has not copied address(DF)"
2036msgstr "意外的base R行为:DF[2,2]<- 还没有复制address(DF)"
2037
2038msgid ""
2039"Reminder to data.table developers: don't use getRversion() internally. Add a "
2040"behaviour test to .onLoad instead."
2041msgstr ""
2042"提醒data.table开发人员:请勿在内部使用getRversion()。将行为测试添加到.onLoad"
2043
2044msgid "Provide either threads= or percent= but not both"
2045msgstr "提供threads=或percent=,但不能两者都提供"
2046
2047msgid "percent= is provided but is length"
2048msgstr "提供了percent =,但为长度"
2049
2050msgid "percent=="
2051msgstr "percent=="
2052
2053msgid "but should be a number between 2 and 100"
2054msgstr "但应为2到100之间的数字"
2055
2056msgid "Valid options for col.names are 'auto', 'top', and 'none'"
2057msgstr "对col.names有效的参数为'auto', 'top', and 'none'"
2058
2059msgid "Column classes will be suppressed when col.names is 'none'"
2060msgstr "当col.names为'none'时,列的类型将被抑制"
2061
2062msgid ""
2063"Internal structure doesn't seem to be a list. Possibly corrupt data.table."
2064msgstr "内部类型可能不是一个列表,该操作可能会损坏data.table"
2065
2066msgid ""
2067"x may no longer be the character name of the data.table. The possibility was "
2068"undocumented and has been removed."
2069msgstr "x可能不再是data.table的名字。 该变化不被记录并且已经被删除"
2070
2071msgid ""
2072"key(x)<-value is deprecated and not supported. Please change to use setkey() "
2073"with perhaps copy(). Has been warning since 2012 and will be an error in "
2074"future."
2075msgstr ""
2076"key(x)<-value 已经废弃,不再支持。请使用setkey(), 也许您需要配套使用copy()自"
2077"2012年来就警告将弃用原用法,将来该用法将报错"
2078
2079msgid "x is not a data.table"
2080msgstr "x不是一个data.table"
2081
2082msgid ""
2083"cols is not a character vector. Please see further information in ?setkey."
2084msgstr "列不是一个字符类型的向量. 更多信息请查看?setkey."
2085
2086msgid ""
2087"Setting a physical key on .SD is reserved for possible future use; to modify "
2088"the original data's order by group. Try setindex() instead. Or, set*(copy(."
2089"SD)) as a (slow) last resort."
2090msgstr ""
2091"在.SD设置一个物理的键的功能被保留,以备未来的需求; 如需通过分组修改原数据顺序"
2092"请使用setindex(), 或者set*(copy(.SD))作为最终(该方式缓慢)的方法"
2093
2094msgid ""
2095"cols is a character vector of zero length. Removed the key, but use NULL "
2096"instead, or wrap with suppressWarnings() to avoid this warning."
2097msgstr ""
2098"列为一个长度为0的字符串向量,请删除键值并使用NULL, 或者使用suppressWarnings()"
2099"来避免警告"
2100
2101msgid "cols is the empty string. Use NULL to remove the key."
2102msgstr "列为一个空字符串,请使用NULL以删除键值。"
2103
2104msgid "cols contains some blanks."
2105msgstr "列中包含空白"
2106
2107msgid "some columns are not in the data.table:"
2108msgstr "一些列不在data.table中"
2109
2110msgid ""
2111"x contains a column called '.xi'. Conflicts with internal use by data.table."
2112msgstr "x包含一个叫做'.xi'的列。这与data.table中使用的内部名称冲突"
2113
2114msgid "' is type '"
2115msgstr "是类型"
2116
2117msgid "' which is not supported as a key column type, currently."
2118msgstr "目前不是一种被支持的列类型"
2119
2120msgid ""
2121"Internal error. 'cols' should be character at this point in setkey; please "
2122"report."
2123msgstr "内部错误: 目前在setkey中,'cols'应该是字符类型, 请报告"
2124
2125msgid "Internal error: index '"
2126msgstr "内部错误:索引"
2127
2128msgid "' exists but is invalid"
2129msgstr "存在但无效"
2130
2131msgid "x is vector but 'by' is supplied"
2132msgstr "x是一个向量, 但是参数'by'被提供"
2133
2134msgid "x is a single vector, non-NULL 'by' doesn't make sense"
2135msgstr "x是一个单向量,非NULL的'by'参数不合理"
2136
2137msgid "Attempting to order a 0-column data.table or data.frame."
2138msgstr "你正在试图对一个0列的data.table或者data.frame排序"
2139
2140msgid ""
2141"The first item passed to [f]order is a plain list but there are more items. "
2142"It should be a data.table or data.frame."
2143msgstr ""
2144"传递给[f]order的第一个变量是一个简单的列表, 但此处有更多的项它需要是一个data."
2145"table或者data.frame"
2146
2147msgid "Internal code should not be being called on type double"
2148msgstr "内部代码不应被调用给双精度类型"
2149
2150msgid ""
2151"Input is not a vector of type double. New parallel sort has only been done "
2152"for double vectors so far. Using one thread."
2153msgstr ""
2154"输入一个并非双精度类型的向量。目前新的并行排序方法仅可应用于双精确度向量。将"
2155"使用单线程进行计算"
2156
2157msgid ""
2158"New parallel sort has not been implemented for decreasing=TRUE so far. Using "
2159"one thread."
2160msgstr ""
2161"目前新的并行排序方法尚无法在decreasing=TRUE的条件下使用。将使用单线程进行计"
2162"算。"
2163
2164msgid ""
2165"New parallel sort has not been implemented for vectors containing NA values "
2166"so far. Using one thread."
2167msgstr "目前新的并行排序方法尚无法用于包含缺失值的向量。将使用单线程。"
2168
2169msgid "x must be a data.frame or data.table"
2170msgstr "x 必须为 data.framedata.table"
2171
2172msgid "na.last must be logical TRUE/FALSE"
2173msgstr "na.last 必须为逻辑 TRUE/FALSE"
2174
2175msgid ""
2176"cols is not a character vector. Please see further information in ?setorder."
2177msgstr "cols并非一个字符向量。请参考 ?setorder以获得更多信息。"
2178
2179msgid ""
2180"cols is a character vector of zero length. Use NULL instead, or wrap with "
2181"suppressWarnings() to avoid this warning."
2182msgstr ""
2183"cols为一长度为零的字符向量。请使用NULL代替,或将本函数使用suppressWarnings()"
2184"包裹以阻止该警告。"
2185
2186msgid "' which is not supported for ordering currently."
2187msgstr "',该类型目前尚不支持排序。"
2188
2189msgid "'sorted' is TRUE but element"
2190msgstr "'sorted' 为 TRUE 但元素"
2191
2192msgid "is non-atomic, which can't be sorted; try setting sorted = FALSE"
2193msgstr "并非原子类型,无法排序。请尝试使用 sorted=FALSE"
2194
2195msgid ""
2196"Cross product of elements provided to CJ() would result in %.0f rows which "
2197"exceeds .Machine$integer.max == %d"
2198msgstr "CJ()中元素的叉积将产生 %.0f 行,已超过 .Machine$integer.max == %d"
2199
2200msgid "x and y must both be data.tables"
2201msgstr "x 和 y 均需为 data.table"
2202
2203msgid "length(by.x) != length(by.y)"
2204msgstr "length(by.x) != length(by.y)"
2205
2206msgid "When x's column ('"
2207msgstr "当 x 的列 ('"
2208
2209msgid "') is character, the corresponding column in y ('"
2210msgstr "') 是字符,y 中相应的列 ('"
2211
2212msgid "') should be factor or character, but found incompatible type '"
2213msgstr "') 应该是因子或字符,然而此类型并不兼容:'"
2214
2215msgid "') is factor, the corresponding column in y ('"
2216msgstr "') 是因子,y 中相应的列 ('"
2217
2218msgid "') should be character or factor, but found incompatible type '"
2219msgstr "') 应该是字符或因子,然而此类型并不兼容:'"
2220
2221msgid "') is integer or numeric, the corresponding column in y ('"
2222msgstr "') 是整数或数值,y 中相应的列 ('"
2223
2224msgid "') can not be character or logical types, but found incompatible type '"
2225msgstr "') 不能是字符或逻辑类型,然而此类型不兼容:'"
2226
2227msgid "argument 'all' should be logical of length one"
2228msgstr "参数 'all' 应该是长度为 1 的逻辑型"
2229
2230msgid "x and y must have the same column names"
2231msgstr "x 和 y 的列名必须相同"
2232
2233msgid "x and y must have the same column order"
2234msgstr "x 和 y 的列顺序必须保持一致"
2235
2236msgid "unsupported column type"
2237msgstr "不支持的列类型"
2238
2239msgid "found in x or y:"
2240msgstr "存在于 x 或 y 中"
2241
2242msgid "of x is '"
2243msgstr "对于 x ,是 '"
2244
2245msgid "' but the corresponding item of y is '"
2246msgstr "' 然而 y 中对应的项是:'"
2247
2248msgid "None of the datasets should contain a column named '.seqn'"
2249msgstr "所有的数据集都不应该包含名为 '.seqn' 的列"
2250
2251msgid "Internal error: ncol(current)==ncol(target) was checked above"
2252msgstr "内部错误:ncol(current)==ncol(target) 之前已经检查"
2253
2254msgid "None of the datasets to compare should contain a column named '.seqn'"
2255msgstr "所有参与比较的数据集都不应该包含名为 '.seqn' 的列"
2256
2257msgid ""
2258"Datasets to compare with 'ignore.row.order' must not have unsupported column "
2259"types:"
2260msgstr "与 'ignore.row.order' 进行比较的数据集,不能存在不支持的列类型:"
2261
2262msgid ""
2263"Argument 'tolerance' was forced to lowest accepted value `sqrt(.Machine"
2264"$double.eps)` from provided"
2265msgstr ""
2266"参数 'tolerance' 被强制设定为最低接受值 `sqrt(.Machine$double.eps)`,此值来自"
2267"于:"
2268
2269msgid ""
2270"Duplicate rows in datasets, numeric columns and ignore.row.order cannot be "
2271"used with non 0 tolerance argument"
2272msgstr ""
2273"数据集中的重复行、数字列和 ignore.row.order 都不能与非 0 的容差(tolerance)"
2274"参数同时使用"
2275
2276msgid ""
2277"Factor columns and ignore.row.order cannot be used with non 0 tolerance "
2278"argument"
2279msgstr "因子列和 ignore.row.order 都不能与非 0 的容差(tolerance)参数同时使用"
2280
2281msgid "Internal error: factor type mismatch should have been caught earlier"
2282msgstr "内部错误:此时不匹配的因子类型应已被发现"
2283
2284msgid "argument 'fill' ignored, only make sense for type='const'"
2285msgstr "参数 'fill' 将被忽略,因其仅当 type='const'时有意义"
2286
2287msgid "order.col='"
2288msgstr "order.col='"
2289
2290msgid "' not a column name of info"
2291msgstr "' 并非info的一个列名"
2292
2293msgid "data.table package is loaded. Unload or start a fresh R session."
2294msgstr "data.table 包已被加载。请将其卸载或启动一个新的 R 会话。"
2295
2296msgid ""
2297"script must end with '.Rraw'. If a file ending '.Rraw.bz2' exists, that will "
2298"be found and used."
2299msgstr ""
2300"脚本文件名必须以 '.Rraw' 结尾。如果以 'Rraw.bz2' 结尾的文件存在,其也将被使"
2301"用。"
2302
2303msgid "Neither %s nor %s exist in %s"
2304msgstr "%3$s 中 %1$s 也 %2$s 不存在"
2305
2306msgid "Failed after test"
2307msgstr "错误出现于测试"
2308
2309msgid "before the next test() call in"
2310msgstr "后,先于下一调用test()于"
2311
2312msgid "out of"
2313msgstr "总数为"
2314
2315msgid ". Search"
2316msgstr ". 搜索"
2317
2318msgid "for test number"
2319msgstr "以获得测试编号"
2320
2321msgid "Timings count mismatch:"
2322msgstr "计时不一致:"
2323
2324msgid "vs"
2325msgstr "vs"
2326
2327msgid "Test"
2328msgstr "测试"
2329
2330msgid ""
2331"is invalid: when error= is provided it does not make sense to pass y as well"
2332msgstr "无效:当使用了error=,不应再输入y"
2333
2334msgid "Use started.at=proc.time() not Sys.time() (POSIXt and slow)"
2335msgstr "使用started.at=proc.time()而非Sys.time() (返回POSIXt类型,处理较慢)"
2336
2337msgid "make.names='"
2338msgstr "make.names='"
2339
2340msgid "' not found in names of input"
2341msgstr "'不存在于输入的名字里"
2342
2343msgid "make.names="
2344msgstr "make.names="
2345
2346msgid "is out of range [1,ncol="
2347msgstr "不在以下区间[1,ncol="
2348
2349msgid "'names' must be TRUE/FALSE or a character vector."
2350msgstr "'names'必须为TRUE/FALSE,或一个字符(character)向量。"
2351
2352msgid "'keep' should contain integer values between"
2353msgstr "'keep'所含整数值应在区间"
2354
2355msgid "length(names) (="
2356msgstr "length(names) (="
2357
2358msgid ") is not equal to length("
2359msgstr ") 并不等于(="
2360
2361msgid ") (="
2362msgstr ") (="
2363
2364msgid ")."
2365msgstr ")."
2366
2367msgid "l not type list"
2368msgstr "l并非列表(list)类型"
2369
2370msgid "Argument 'nan' must be length 1"
2371msgstr "参数 'nan' 的长度必须为 1"
2372
2373msgid "Argument 'nan' must be NA or NaN"
2374msgstr "参数 'nan' 必须为 NA 或 NaN"
2375
2376msgid "x not boolean"
2377msgstr "x并非布尔值"
2378
2379msgid ""
2380"Some columns are type 'integer64' but package bit64 is not installed. Those "
2381"columns will print as strange looking floating point data. There is no need "
2382"to reload the data. Simply install.packages('bit64') to obtain the integer64 "
2383"print method and print the data again."
2384msgstr ""
2385"有些列的类型是64 位整数类型('integer64')但bit64包并没有安装。这些列会被显示"
2386"成看起来有些奇怪的浮点型数据。然而并不需要重新载入这些数据,只需运行 install."
2387"packages('bit64') 来获取显示integer64类型的打印方法,再重新打印该数据即可。"
2388
2389msgid "Pattern"
2390msgstr "Pattern"
2391
2392msgid "not found: ["
2393msgstr "未找到: ["
2394
2395msgid "keep.rownames must be length 1"
2396msgstr "keep.rownames 的长度必须为 1"
2397
2398msgid "keep.rownames must not be NA"
2399msgstr "keep.rownames 不可为 NA"
2400
2401msgid ""
2402"Input xts object should not have '%s' column because it would result in "
2403"duplicate column names. Rename '%s' column in xts or use `keep.rownames` to "
2404"change the index column name."
2405msgstr ""
2406"输入的xts对象不能含有'%s'列,因这会导致出现重复的列名。请尝试重新命名xts中"
2407"的'%s'列或者使用`keep.rownames`并手动添加index为另外的列"
2408
2409msgid ""
2410"data.table must have a time based column in first position, use "
2411"`setcolorder` function to change the order, or see ?timeBased for supported "
2412"types"
2413msgstr ""
2414"data.table的首列必须为一个以时间为基础的列,请使用`setcolorder`方程来改变它的"
2415"顺序,或者通过?timeBased来查看支持的类型"
2416
2417msgid "Following columns are not numeric and will be omitted:"
2418msgstr "以下的列并非数值类型,将被忽略:"
2419
2420msgid "%d variable not shown: %s\n"
2421msgid_plural "%d variables not shown: %s\n"
2422msgstr[0] "%d变量没显示: %s\n"
2423