-
Notifications
You must be signed in to change notification settings - Fork 1k
Expand file tree
/
Copy pathdata.table.pot
More file actions
3819 lines (3131 loc) · 85.8 KB
/
data.table.pot
File metadata and controls
3819 lines (3131 loc) · 85.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
msgid ""
msgstr ""
"Project-Id-Version: data.table 1.17.99\n"
"POT-Creation-Date: 2025-12-23 12:03-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: assign.c:67
msgid ""
"The data.table internal attributes of this table are invalid. This is "
"expected and normal for a data.table loaded from disk. Please remember to "
"always setDT() immediately after loading to prevent unexpected behavior. If "
"this table was not loaded from disk or you've already run setDT(), please "
"report to the data.table issue tracker.\n"
msgstr ""
#: assign.c:138
#, c-format
msgid ""
"Some columns are a multi-column type (such as a matrix column), for example "
"column %d. setDT will retain these columns as-is but subsequent operations "
"like grouping and joining may fail. Please consider as.data.table() instead "
"which will create a new column for each embedded column."
msgstr ""
#: assign.c:155
#, c-format
msgid ""
"Column %d has class 'POSIXlt'. Please convert it to POSIXct (using as."
"POSIXct) and run setDT() again. We do not recommend the use of POSIXlt at "
"all because it uses 40 bytes to store one date."
msgstr ""
#: assign.c:172
#, c-format
msgid ""
"All elements in argument 'x' to 'setDT' must be of equal length, but input "
"%d has length %d whereas the first non-empty input had length %d"
msgstr ""
#: assign.c:182
msgid "alloccol has been passed a NULL dt"
msgstr ""
#: assign.c:183
msgid "dt passed to alloccol isn't type VECSXP"
msgstr ""
#: assign.c:185
msgid ""
"dt passed to alloccol has no class attribute. Please report result of "
"traceback() to data.table issue tracker."
msgstr ""
#: assign.c:202
#, c-format
msgid ""
"tl (%d) is greater than 10,000 items over-allocated (l = %d). If you didn't "
"set the datatable.alloccol option to be very large, please report to data."
"table issue tracker including the result of sessionInfo()."
msgstr ""
#: assign.c:204
#, c-format
msgid ""
"Attempt to reduce allocation from %d to %d ignored. Can only increase "
"allocation via shallow copy. Please do not use DT[...]<- or DT$someCol<-. "
"Use := inside DT[...] instead."
msgstr ""
#: assign.c:212
msgid ""
"Has getOption('datatable.alloccol') somehow become unset? It should be a "
"number, by default 1024."
msgstr ""
#: assign.c:214
#, c-format
msgid ""
"getOption('datatable.alloccol') should be a number, by default 1024. But its "
"type is '%s'."
msgstr ""
#: assign.c:216
#, c-format
msgid ""
"getOption('datatable.alloccol') is a numeric vector ok but its length is %d. "
"Its length should be 1."
msgstr ""
#: assign.c:219
#, c-format
msgid "getOption('datatable.alloccol')==%d. It must be >=0 and not NA."
msgstr ""
#: assign.c:225 between.c:22 between.c:28 frollR.c:97 frollR.c:112 fsort.c:117 gsumm.c:351 gsumm.c:587 gsumm.c:733 gsumm.c:871 gsumm.c:1026 gsumm.c:1118 nafill.c:108 openmp-utils.c:97 uniqlist.c:358 utils.c:122 utils.c:124
#, c-format
msgid "%s must be TRUE or FALSE"
msgstr ""
#: assign.c:273
msgid "assign has been passed a NULL dt"
msgstr ""
#: assign.c:274
msgid "dt passed to assign isn't type VECSXP"
msgstr ""
#: assign.c:276
msgid ""
".SD is locked. Updating .SD by reference using := or set are reserved for "
"future use. Use := in j directly. Or use copy(.SD) as a (slow) last resort, "
"until shallow() is exported."
msgstr ""
#: assign.c:288
msgid "dt passed to assign has no names"
msgstr ""
#: assign.c:298
#, c-format
msgid "Assigning to all %d rows\n"
msgstr ""
#: assign.c:304 assign.c:358
#, c-format
msgid ""
"Coerced %s from numeric to integer. Passing integer directly may be more "
"efficient, e.g., 2L rather than 2"
msgstr ""
#: assign.c:307
#, c-format
msgid ""
"i is type '%s'. Must be integer, or numeric is coerced with warning. If i is "
"a logical subset, simply wrap with which(), and take the which() outside the "
"loop if possible for efficiency."
msgstr ""
#: assign.c:313 subset.c:170
#, c-format
msgid "i[%d] is %d which is out of range [1,nrow=%d]"
msgstr ""
#: assign.c:316
#, c-format
msgid "Assigning to %d row subset of %d rows\n"
msgstr ""
#: assign.c:332
msgid "length(LHS)==0; no columns to delete or assign RHS to."
msgstr ""
#: assign.c:346
msgid ""
"set() on a data.frame is for changing existing columns, not adding new ones. "
"Please use a data.table for that. data.table's are over-allocated and don't "
"shallow copy."
msgstr ""
#: assign.c:361
#, c-format
msgid ""
"j is type '%s'. Must be integer, character, or numeric is coerced with "
"warning."
msgstr ""
#: assign.c:363
msgid ""
"Can't assign to the same column twice in the same query (duplicates "
"detected)."
msgstr ""
#: assign.c:364
msgid "newcolnames is supplied but isn't a character vector"
msgstr ""
#: assign.c:366
msgid ""
"Values of type POSIXlt detected and converted to POSIXct. We do not "
"recommend the use of POSIXlt at all because it typically takes more than 6 "
"times the storage as an equivalent POSIXct column. Use as.POSIXct() to avoid "
"this warning."
msgstr ""
#: assign.c:376
#, c-format
msgid ""
"RHS_list_of_columns revised to true because RHS list has 1 item which is "
"NULL, or whose length %d is either 1 or targetlen (%d). Please unwrap RHS.\n"
msgstr ""
#: assign.c:381
#, c-format
msgid ""
"Supplied %d columns to be assigned an empty list (which may be an empty data."
"table or data.frame since they are lists too). To delete multiple columns "
"use NULL instead. To add multiple empty list columns, use list(list())."
msgstr ""
#: assign.c:386
#, c-format
msgid "Recycling single RHS list item across %d columns. Please unwrap RHS.\n"
msgstr ""
#: assign.c:388
#, c-format
msgid ""
"Supplied %d columns to be assigned %d items. Please see NEWS for v1.12.2."
msgstr ""
#: assign.c:396
#, c-format
msgid ""
"Item %d of column numbers in j is %d which is outside range [1,ncol=%d]. "
"set() on a data.frame is for changing existing columns, not adding new ones. "
"Please use a data.table for that."
msgstr ""
#: assign.c:397
#, c-format
msgid ""
"Item %d of column numbers in j is %d which is outside range [1,ncol=%d]. Use "
"column names instead in j to add new columns."
msgstr ""
#: assign.c:403
msgid ""
"Doubly-invalid attempt to delete a non-existent column while also providing i"
msgstr ""
#: assign.c:405
msgid ""
"Invalid attempt to delete a list column while also providing i; did you "
"intend to add NULL to those rows instead? If so, use list_col := "
"list(list(NULL))."
msgstr ""
#: assign.c:406
msgid "When deleting columns, i should not be provided"
msgstr ""
#: assign.c:414
#, c-format
msgid ""
"RHS of assignment to existing column '%s' is zero length but not NULL. If "
"you intend to delete the column use NULL. Otherwise, the RHS must have "
"length > 0; e.g., NA_integer_. If you are trying to change the column type "
"to be an empty list column then, as with all column type changes, provide a "
"full length RHS vector such as vector('list',nrow(DT)); i.e., 'plonk' in the "
"new column."
msgstr ""
#: assign.c:421
#, c-format
msgid ""
"Tried to assign NULL to column '%s', but this column does not exist to remove"
msgstr ""
#: assign.c:429
#, c-format
msgid "%d column matrix RHS of := will be treated as one vector"
msgstr ""
#: assign.c:434
#, c-format
msgid ""
"Can't assign to column '%s' (type 'factor') a value of type '%s' (not "
"character, factor, integer or numeric)"
msgstr ""
#: assign.c:440
#, c-format
msgid ""
"Supplied %d items to be assigned to %d items of column '%s'. If you wish to "
"'recycle' the RHS please use rep() to make this intent clear to readers of "
"your code."
msgstr ""
#: assign.c:447
msgid ""
"This data.table has either been loaded from disk (e.g. using readRDS()/"
"load()) or constructed manually (e.g. using structure()). Please run setDT() "
"or setalloccol() on it first (to pre-allocate space for new columns) before "
"assigning by reference to it."
msgstr ""
#: assign.c:453
#, c-format
msgid ""
"truelength (%d) is greater than 10,000 items over-allocated (length = %d). "
"See ?truelength. If you didn't set the datatable.alloccol option very large, "
"please report to data.table issue tracker including the result of "
"sessionInfo()."
msgstr ""
#: assign.c:457
msgid ""
"It appears that at some earlier point, names of this data.table have been "
"reassigned. Please ensure to use setnames() rather than names<- or "
"colnames<-. Otherwise, please report to data.table issue tracker."
msgstr ""
#: assign.c:464
msgid ""
"It appears that at some earlier point, attributes of this data.table have "
"been reassigned. Please use setattr(DT, name, value) rather than attr(DT, "
"name) <- value. If that doesn't apply to you, please report your case to the "
"data.table issue tracker."
msgstr ""
#: assign.c:496
#, c-format
msgid ""
"RHS for item %d has been duplicated because MAYBE_REFERENCED==%d "
"MAYBE_SHARED==%d ALTREP==%d, but then is being plonked. length(values)==%d; "
"length(cols)==%d\n"
msgstr ""
#: assign.c:501
#, c-format
msgid ""
"Direct plonk of unnamed RHS, no copy. MAYBE_REFERENCED==%d, MAYBE_SHARED=="
"%d\n"
msgstr ""
#: assign.c:570
#, c-format
msgid ""
"Dropping index '%s' as it doesn't have '__' at the beginning of its name. It "
"was very likely created by v1.9.4 of data.table.\n"
msgstr ""
#: assign.c:615 assign.c:631
#, c-format
msgid "Dropping index '%s' due to an update on a key column\n"
msgstr ""
#: assign.c:624
#, c-format
msgid "Shortening index '%s' to '%s' due to an update on a key column\n"
msgstr ""
#: assign.c:682
#, c-format
msgid "(column %d named '%s')"
msgstr ""
#: assign.c:716
#, c-format
msgid ""
"Cannot assign 'factor' to '%s'. Factors can only be assigned to factor, "
"character or list columns."
msgstr ""
#: assign.c:731
#, c-format
msgid ""
"Assigning factor numbers to target vector. But %d is outside the level range "
"[1,%d]"
msgstr ""
#: assign.c:733
#, c-format
msgid ""
"Assigning factor numbers to column %d named '%s'. But %d is outside the "
"level range [1,%d]"
msgstr ""
#: assign.c:743
#, c-format
msgid ""
"Assigning factor numbers to target vector. But %f is outside the level range "
"[1,%d], or is not a whole number."
msgstr ""
#: assign.c:745
#, c-format
msgid ""
"Assigning factor numbers to column %d named '%s'. But %f is outside the "
"level range [1,%d], or is not a whole number."
msgstr ""
#: assign.c:751
#, c-format
msgid ""
"Cannot assign '%s' to 'factor'. Factor columns can be assigned factor, "
"character, NA in any type, or level numbers."
msgstr ""
#: assign.c:822
#, c-format
msgid "Coercing 'character' RHS to '%s' to match the type of target vector."
msgstr ""
#: assign.c:824
#, c-format
msgid ""
"Coercing 'character' RHS to '%s' to match the type of column %d named '%s'."
msgstr ""
#: assign.c:832
msgid ""
"Cannot coerce 'list' RHS to 'integer64' to match the type of target vector."
msgstr ""
#: assign.c:834
#, c-format
msgid ""
"Cannot coerce 'list' RHS to 'integer64' to match the type of column %d named "
"'%s'."
msgstr ""
#: assign.c:840
#, c-format
msgid "Coercing 'list' RHS to '%s' to match the type of target vector."
msgstr ""
#: assign.c:842
#, c-format
msgid "Coercing 'list' RHS to '%s' to match the type of column %d named '%s'."
msgstr ""
#: assign.c:850
#, c-format
msgid "Zero-copy coerce when assigning '%s' to '%s' target vector.\n"
msgstr ""
#: assign.c:852
#, c-format
msgid ""
"Zero-copy coerce when assigning '%s' to column %d named '%s' which is '%s'.\n"
msgstr ""
#: assign.c:868
#, c-format
msgid "(target vector)"
msgstr ""
#: assign.c:878 assign.c:879
#, c-format
msgid ""
"%d (type '%s') at RHS position %d taken as TRUE when assigning to type '%s' "
"%s"
msgstr ""
#: assign.c:881
#, c-format
msgid ""
"%<PRId64> (type '%s') at RHS position %d taken as TRUE when assigning to "
"type '%s' %s"
msgstr ""
#: assign.c:882
#, c-format
msgid ""
"%f (type '%s') at RHS position %d taken as TRUE when assigning to type '%s' "
"%s"
msgstr ""
#: assign.c:886
#, c-format
msgid ""
"%d (type '%s') at RHS position %d taken as 0 when assigning to type '%s' %s"
msgstr ""
#: assign.c:888
#, c-format
msgid ""
"%<PRId64> (type '%s') at RHS position %d taken as 0 when assigning to type "
"'%s' %s"
msgstr ""
#: assign.c:889
#, c-format
msgid ""
"%f (type '%s') at RHS position %d either truncated (precision lost) or taken "
"as 0 when assigning to type '%s' %s"
msgstr ""
#: assign.c:894
#, c-format
msgid ""
"%<PRId64> (type '%s') at RHS position %d out-of-range (NA) when assigning to "
"type '%s' %s"
msgstr ""
#: assign.c:895 assign.c:902
#, c-format
msgid ""
"%f (type '%s') at RHS position %d out-of-range(NA) or truncated (precision "
"lost) when assigning to type '%s' %s"
msgstr ""
#: assign.c:897 assign.c:906
#, c-format
msgid ""
"%f (type '%s') at RHS position %d either imaginary part discarded or real "
"part truncated (precision lost) when assigning to type '%s' %s"
msgstr ""
#: assign.c:907
#, c-format
msgid ""
"%f (type '%s') at RHS position %d imaginary part discarded when assigning to "
"type '%s' %s"
msgstr ""
#: assign.c:952
#, c-format
msgid "type '%s' cannot be coerced to '%s'"
msgstr ""
#: assign.c:1110
#, c-format
msgid "Unsupported column type in assign.c:memrecycle '%s'"
msgstr ""
#: assign.c:1193
msgid "x must be a character vector"
msgstr ""
#: assign.c:1194
msgid "'which' must be an integer vector"
msgstr ""
#: assign.c:1195
msgid "'new' must be a character vector"
msgstr ""
#: assign.c:1196
#, c-format
msgid "'new' is length %d. Should be the same as length of 'which' (%d)"
msgstr ""
#: assign.c:1199
#, c-format
msgid ""
"Item %d of 'which' is %d which is outside range of the length %d character "
"vector"
msgstr ""
#: between.c:18
#, c-format
msgid ""
"Incompatible vector lengths: length(x)==%d length(lower)==%d length(upper)=="
"%d. Each should be either length 1 or the length of the longest."
msgstr ""
#: between.c:25
msgid "NAbounds must be TRUE or NA"
msgstr ""
#: between.c:35 between.c:37
#, c-format
msgid "x is integer64 but %s is not. Please align classes."
msgstr ""
#: between.c:40 between.c:42
#, c-format
msgid "x is not integer64 but %s is. Please align classes."
msgstr ""
#: between.c:83
#, c-format
msgid "Item %d of lower (%d) is greater than item %d of upper (%d)"
msgstr ""
#: between.c:101
#, c-format
msgid "between parallel processing of integer took %8.3fs\n"
msgstr ""
#: between.c:112
#, c-format
msgid ""
"Item %d of lower (%<PRId64>) is greater than item %d of upper (%<PRId64>)"
msgstr ""
#: between.c:129
#, c-format
msgid "between parallel processing of integer64 took %8.3fs\n"
msgstr ""
#: between.c:137
#, c-format
msgid "Item %d of lower (%f) is greater than item %d of upper (%f)"
msgstr ""
#: between.c:155
#, c-format
msgid "between parallel processing of double with open bounds took %8.3fs\n"
msgstr ""
#: between.c:172
#, c-format
msgid "between parallel processing of double with closed bounds took %8.3fs\n"
msgstr ""
#: between.c:187
#, c-format
msgid "Item %d of lower ('%s') is greater than item %d of upper ('%s')"
msgstr ""
#: between.c:202
#, c-format
msgid "between non-parallel processing of character took %8.3fs\n"
msgstr ""
#: bmerge.c:78
#, c-format
msgid "Type '%s' is not supported for joining/merging"
msgstr ""
#: bmerge.c:87
msgid "roll='nearest' can't be applied to a character column, yet."
msgstr ""
#: bmerge.c:96
msgid "rollends must be a length 2 logical vector"
msgstr ""
#: bmerge.c:131
msgid "Only '==' operator is supported for columns of type character."
msgstr ""
#: bmerge.c:209
#, c-format
msgid "bmerge: looping bmerge_r took %.3fs\n"
msgstr ""
#: bmerge.c:241
#, c-format
msgid "bmerge: took %.3fs\n"
msgstr ""
#: bmerge.c:417
msgid "mult='error' and multiple matches during merge"
msgstr ""
#: chmatch.c:5
#, c-format
msgid "table is type '%s' (must be 'character' or NULL)"
msgstr ""
#: chmatch.c:19
#, c-format
msgid "x is type '%s' (must be 'character' or NULL)"
msgstr ""
#: cj.c:95
#, c-format
msgid "Type '%s' is not supported by CJ."
msgstr ""
#: coalesce.c:22
msgid ""
"The first argument is a list, data.table or data.frame. In this case there "
"should be no other arguments provided."
msgstr ""
#: coalesce.c:38
#, c-format
msgid ""
"Item 1 is a factor but item %d is not a factor. When factors are involved, "
"all items must be factor."
msgstr ""
#: coalesce.c:40
#, c-format
msgid ""
"Item %d is a factor but its levels are not identical to the first item's "
"levels."
msgstr ""
#: coalesce.c:44
#, c-format
msgid ""
"Item %d is a factor but item 1 is not a factor. When factors are involved, "
"all items must be factor."
msgstr ""
#: coalesce.c:47
#, c-format
msgid ""
"Item %d is type %s but the first item is type %s. Please coerce before "
"coalescing."
msgstr ""
#: coalesce.c:49
#, c-format
msgid "Item %d has a different class than item 1."
msgstr ""
#: coalesce.c:52
#, c-format
msgid ""
"Item %d is length %d but the first item is length %d. Only singletons are "
"recycled."
msgstr ""
#: coalesce.c:56
msgid "coalesce copied first item (inplace=FALSE)\n"
msgstr ""
#: coalesce.c:193 fifelse.c:199 shift.c:177 uniqlist.c:98 uniqlist.c:130 uniqlist.c:215 uniqlist.c:252 uniqlist.c:325
#, c-format
msgid "Type '%s' is not supported"
msgstr ""
#: dogroups.c:82 gsumm.c:48
msgid "env is not an environment"
msgstr ""
#: dogroups.c:136
msgid "row.names attribute of .SD not found"
msgstr ""
#: dogroups.c:138
#, c-format
msgid ""
"row.names of .SD isn't integer length 2 with NA as first item; i.e., ."
"set_row_names(). [%s %d %d]"
msgstr ""
#: dogroups.c:169
#, c-format
msgid "length(iSD)[%d] != length(jiscols)[%d]"
msgstr ""
#: dogroups.c:170
#, c-format
msgid "length(xSD)[%d] != length(xjiscols)[%d]"
msgstr ""
#: dogroups.c:282
#, c-format
msgid "j evaluates to type '%s'. Must evaluate to atomic vector or list."
msgstr ""
#: dogroups.c:291
#, c-format
msgid ""
"Entry %d for group %d in j=list(...) should be atomic vector or list. If you "
"are trying something like j=list(.SD,newcol=mean(colA)) then use := by group "
"instead (much quicker), or cbind or merge afterwards."
msgstr ""
#: dogroups.c:298
#, c-format
msgid ""
"Entry %d for group %d in j=list(...) is an array with %d dimensions > 1, "
"which is disallowed. \"Break\" the array yourself with c() or as.vector() if "
"that is intentional."
msgstr ""
#: dogroups.c:308
msgid ""
"RHS of := is NULL during grouped assignment, but it's not possible to delete "
"parts of a column."
msgstr ""
#: dogroups.c:312
#, c-format
msgid ""
"Supplied %d items to be assigned to group %d of size %d in column '%s'. The "
"RHS length must either be 1 (single values are ok) or match the LHS length "
"exactly. If you wish to 'recycle' the RHS please use rep() explicitly to "
"make this intent clear to readers of your code."
msgstr ""
#: dogroups.c:345
#, c-format
msgid "Group %d column '%s': %s"
msgstr ""
#: dogroups.c:352
msgid "j doesn't evaluate to the same number of columns for each group"
msgstr ""
#: dogroups.c:386
#, c-format
msgid ""
"Column %d of j's result for the first group is NULL. We rely on the column "
"types of the first result to decide the type expected for the remaining "
"groups (and require consistency). NULL columns are acceptable for later "
"groups (and those are replaced with NA of appropriate type and recycled) but "
"not for the first. Please use a typed empty vector instead, such as "
"integer() or numeric()."
msgstr ""
#: dogroups.c:389
msgid ""
"j appears to be a named vector. The same names will likely be created over "
"and over again for each group and slow things down. Try and pass a named "
"list (which data.table optimizes) or an unnamed list() instead.\n"
msgstr ""
#: dogroups.c:391
#, c-format
msgid ""
"Column %d of j is a named vector (each item down the rows is named, "
"somehow). Please remove those names for efficiency (to save creating them "
"over and over for each group). They are ignored anyway.\n"
msgstr ""
#: dogroups.c:399
msgid ""
"The result of j is a named list. It's very inefficient to create the same "
"names over and over again for each group. When j=list(...), any names are "
"detected, removed and put back after grouping has completed, for efficiency. "
"Using j=transform(), for example, prevents that speedup (consider changing "
"to :=). This message may be upgraded to warning in future.\n"
msgstr ""
#: dogroups.c:411
#, c-format
msgid "dogroups: growing from %d to %d rows\n"
msgstr ""
#: dogroups.c:431
#, c-format
msgid ""
"Item %d of j's result for group %d is zero length. This will be filled with "
"%d NAs to match the longest column in this result. Later groups may have a "
"similar problem but only the first is reported to save filling the warning "
"buffer."
msgstr ""
#: dogroups.c:438
#, c-format
msgid ""
"Column %d of result for group %d is type '%s' but expecting type '%s'. "
"Column types must be consistent for each group."
msgstr ""
#: dogroups.c:440
#, c-format
msgid ""
"Supplied %d items for column %d of group %d which has %d rows. The RHS "
"length must either be 1 (single values are ok) or match the LHS length "
"exactly. If you wish to 'recycle' the RHS please use rep() explicitly to "
"make this intent clear to readers of your code."
msgstr ""
#: dogroups.c:459 fsort.c:264 fwrite.c:749
msgid "\n"
msgstr ""
#: dogroups.c:461 dogroups.c:478
#, c-format
msgid ""
"Processed %d groups out of %d. %.0f%% done. Time elapsed: %ds. ETA: %ds."
msgstr ""
#: dogroups.c:484
#, c-format
msgid "Wrote less rows (%d) than allocated (%d).\n"
msgstr ""
#: dogroups.c:493
#, c-format
msgid ""
"\n"
" collecting discontiguous groups took %.3fs for %d groups\n"
msgstr ""
#: dogroups.c:494
#, c-format
msgid ""
"\n"
" memcpy contiguous groups took %.3fs for %d groups\n"
msgstr ""
#: dogroups.c:496
#, c-format
msgid " eval(j) took %.3fs for %d calls\n"
msgstr ""
#: dogroups.c:510
msgid "growVector passed NULL"
msgstr ""
#: fastmean.c:39 rbindlist.c:8 rbindlist.c:12
#, c-format
msgid "%s should be TRUE or FALSE"
msgstr ""
#: fastmean.c:45
#, c-format
msgid "fastmean was passed type %s, not numeric or logical"
msgstr ""
#: fcast.c:101
#, c-format
msgid "Unsupported column type in fcast val: '%s'"
msgstr ""
#: fifelse.c:11
msgid "Argument 'test' must be logical."
msgstr ""
#: fifelse.c:15
msgid "S4 class objects (except nanotime) are not supported."
msgstr ""
#: fifelse.c:30
#, c-format
msgid ""
"Length of 'yes' is %<PRId64> but must be 1 or length of 'test' (%<PRId64>)."
msgstr ""
#: fifelse.c:32
#, c-format
msgid ""
"Length of 'no' is %<PRId64> but must be 1 or length of 'test' (%<PRId64>)."
msgstr ""
#: fifelse.c:34
#, c-format
msgid ""
"Length of 'na' is %<PRId64> but must be 1 or length of 'test' (%<PRId64>)."
msgstr ""
#: fifelse.c:52
#, c-format
msgid ""
"'no' is of type %s but '%s' is %s. Please make all arguments have the same "
"type."
msgstr ""
#: fifelse.c:58
#, c-format
msgid ""
"'na' is of type %s but '%s' is %s. Please make all arguments have the same "
"type."
msgstr ""
#: fifelse.c:63
msgid ""
"'yes' has different class than 'no'. Please make sure that both arguments "
"have the same class."
msgstr ""
#: fifelse.c:68
msgid ""
"'yes' has different class than 'na'. Please make sure that both arguments "
"have the same class."
msgstr ""
#: fifelse.c:73
msgid ""
"'no' has different class than 'na'. Please make sure that both arguments "
"have the same class."
msgstr ""
#: fifelse.c:80
msgid "'yes' and 'no' are both type factor but their levels are different."
msgstr ""
#: fifelse.c:85
msgid "'yes' and 'na' are both type factor but their levels are different."
msgstr ""
#: fifelse.c:90
msgid "'no' and 'na' are both type factor but their levels are different."
msgstr ""
#: fifelse.c:213
#, c-format
msgid ""
"Received %d inputs; please supply an even number of arguments in ..., "
"consisting of logical condition, resulting value pairs (in that order). Note "
"that the default argument must be named explicitly, e.g., default=0"
msgstr ""
#: fifelse.c:235
msgid ""
"S4 class objects (except nanotime) are not supported. Please see https://"
"github.com/Rdatatable/data.table/issues/4131."
msgstr ""
#: fifelse.c:238
#, c-format
msgid "Argument #%d must be logical but was of type %s."
msgstr ""
#: fifelse.c:260
#, c-format
msgid ""
"Argument #%d has length %lld which differs from that of argument #1 (%lld). "
"Please make sure all logical conditions have the same length."
msgstr ""
#: fifelse.c:266