diff --git a/hindi_files/R-data.table-hi_IN.po b/hindi_files/R-data.table-hi_IN.po new file mode 100644 index 000000000..eb240aed8 --- /dev/null +++ b/hindi_files/R-data.table-hi_IN.po @@ -0,0 +1,998 @@ +msgid "" +msgstr "" +"Project-Id-Version: data.table 0.0\n" +"POT-Creation-Date: 2024-10-10 22:46+0100\n" +"PO-Revision-Date: 2024-10-10 22:46+0100\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: hi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" + +#: data.table.R:55 +msgid "key argument of data.table() must be character" +msgstr "" + +#: data.table.R:121 +msgid "Object '%s' not found. Perhaps you intended %s" +msgstr "" + +#: data.table.R:123 +msgid "Object '%s' not found amongst %s" +msgstr "" + +#: data.table.R:139 +msgid "" +"[ was called on a data.table in an environment that is not data.table-aware " +"(i.e. cedta()), but '%s' was used, implying the owner of this call really " +"intended for data.table methods to be called. See vignette('datatable-" +"importing') for details on properly importing data.table." +msgstr "" + +#: data.table.R:150 +msgid "verbose must be logical or integer" +msgstr "" + +#: data.table.R:151 +msgid "verbose must be length 1 non-NA" +msgstr "" + +#: data.table.R:159 +msgid "Ignoring by/keyby because 'j' is not supplied" +msgstr "" + +#: data.table.R:173 +msgid "When by and keyby are both provided, keyby must be TRUE or FALSE" +msgstr "" + +#: data.table.R:176 data.table.R:241 data.table.R:330 +msgid "Argument '%s' after substitute: %s" +msgstr "" + +#: data.table.R:185 +msgid "" +"When on= is provided but not i=, on= must be a named list or data.table|" +"frame, and a natural join (i.e. join on common names) is invoked. Ignoring " +"on= which is '%s'." +msgstr "" + +#: data.table.R:198 +msgid "" +"i and j are both missing so ignoring the other arguments. This warning will " +"be upgraded to error in future." +msgstr "" + +#: data.table.R:202 +msgid "mult argument can only be 'first', 'last' or 'all'" +msgstr "" + +#: data.table.R:204 +msgid "" +"roll must be a single TRUE, FALSE, positive/negative integer/double including " +"+Inf and -Inf or 'nearest'" +msgstr "" + +#: data.table.R:206 +msgid "roll is '%s' (type character). Only valid character value is 'nearest'." +msgstr "" + +#: data.table.R:211 +msgid "rollends must be a logical vector" +msgstr "" + +#: data.table.R:212 +msgid "rollends must be length 1 or 2" +msgstr "" + +#: data.table.R:220 +msgid "" +"nomatch= must be either NA or NULL (or 0 for backwards compatibility which is " +"the same as NULL but please use NULL)" +msgstr "" + +#: data.table.R:223 +msgid "which= must be a logical vector length 1. Either FALSE, TRUE or NA." +msgstr "" + +#: data.table.R:224 +msgid "" +"which==%s (meaning return row numbers) but j is also supplied. Either you " +"need row numbers or the result of j, but only one type of result can be " +"returned." +msgstr "" + +#: data.table.R:225 +msgid "" +"which=NA with nomatch=0|NULL would always return an empty vector. Please " +"change or remove either which or nomatch." +msgstr "" + +#: data.table.R:226 +msgid "j must be provided when with=FALSE" +msgstr "" + +#: data.table.R:227 +msgid "%s must be TRUE or FALSE" +msgstr "" + +#: data.table.R:269 +msgid "" +"The symbol .. is invalid. The .. prefix must be followed by at least one " +"character." +msgstr "" + +#: data.table.R:273 +#, c-format +msgid "" +"Variable '..%s' does exist in calling scope though, so please just removed " +"the .. prefix from that variable name in calling scope." +msgstr "" + +#: data.table.R:277 +msgid "" +"Variable '%s' is not found in calling scope. Looking in calling scope because " +"you used the .. prefix.%s" +msgstr "" + +#: data.table.R:279 +msgid "" +"Both '%1$s' and '..%1$s' exist in calling scope. Please remove the '..%1$s' " +"variable in calling scope for clarity." +msgstr "" + +#: data.table.R:287 +msgid "" +"Variable '%s' is not found in calling scope. Looking in calling scope because " +"you set with=FALSE. Also, please use .. symbol prefix and remove with=FALSE." +msgstr "" + +#: data.table.R:295 +msgid "" +"You have wrapped := with {} which is ok but then := must be the only thing " +"inside {}. You have something else inside {} as well. Consider placing the {} " +"on the RHS of := instead; e.g. DT[,someCol:={tmpVar1<-...;tmpVar2<-...;" +"tmpVar1*tmpVar2}]" +msgstr "" + +#: data.table.R:313 +msgid "" +":= with keyby is only possible when i is not supplied since you can't setkey " +"on a subset of rows. Either change keyby to by or remove i" +msgstr "" + +#: data.table.R:315 +msgid "nomatch isn't relevant together with :=, ignoring nomatch" +msgstr "" + +#: data.table.R:371 +msgid "" +"not-join '!' prefix is present on i but nomatch is provided. Please remove " +"nomatch." +msgstr "" + +#: data.table.R:399 +msgid "" +"Operator := detected in i, the first argument inside DT[...], but is only " +"valid in the second argument, j. Most often, this happens when forgetting the " +"first comma (e.g. DT[newvar := 5] instead of DT[ , new_var := 5]). Please " +"double-check the syntax. Run traceback(), and debugger() to get a line number." +msgstr "" + +#: data.table.R:409 +#, c-format +msgid "'%s' is not found in calling scope and it is not a column name either" +msgstr "" + +#: data.table.R:412 +#, c-format +msgid "" +"'%s' is not found in calling scope, but it is a column of type %s. If you " +"wish to select rows where that column contains TRUE, or perhaps that column " +"contains row numbers of itself to select, try DT[(col)], DT[DT$col], or " +"DT[col==TRUE] is particularly clear and is optimized" +msgstr "" + +#: data.table.R:415 +msgid "" +"%s. When the first argument inside DT[...] is a single symbol (e.g. DT[var]), " +"data.table looks for var in calling scope." +msgstr "" + +#: data.table.R:427 +msgid "" +"i is invalid type (matrix). Perhaps in future a 2 column matrix could return " +"a list of elements of DT (in the spirit of A[B] in FAQ 2.14). Please report " +"to data.table issue tracker if you'd like this, or add your comments to FR " +"#657." +msgstr "" + +#: data.table.R:450 +msgid "" +"When i is a data.table (or character vector), the columns to join by must be " +"specified using 'on=' argument (see ?data.table), by keying x (i.e. sorted, " +"and, marked as sorted, see ?setkey), or by sharing column names between x and " +"i (i.e., a natural join). Keyed joins might have further speed benefits on " +"very large data due to x being sorted in RAM." +msgstr "" + +#: data.table.R:458 +msgid "Attempting to do natural join but no common columns in provided tables" +msgstr "" + +#: data.table.R:461 +msgid "Joining but 'x' has no key, natural join using all 'x' columns" +msgstr "" + +#: data.table.R:463 +msgid "Joining but 'x' has no key, natural join using: %s" +msgstr "" + +#: data.table.R:492 +msgid "not-join called with 'by=.EACHI'; Replacing !i with i=setdiff_(x,i) ..." +msgstr "" + +#: data.table.R:495 +msgid "done in %s" +msgstr "" + +#: data.table.R:522 +msgid "Constructing irows for '!byjoin || nqbyjoin' ..." +msgstr "" + +#: data.table.R:561 +msgid "Reorder irows for 'mult==\"all\" && !allGrp1' ..." +msgstr "" + +#: data.table.R:573 +msgid "Reordering %d rows after bmerge done in ..." +msgstr "" + +#: data.table.R:590 +msgid "logical error. i is not a data.table, but 'on' argument is provided." +msgstr "" + +#: data.table.R:594 +msgid "i has evaluated to type %s. Expecting logical, integer or double." +msgstr "" + +#: data.table.R:616 +msgid "" +"i evaluates to a logical vector length %d but there are %d rows. Recycling of " +"logical i is no longer allowed as it hides more bugs than is worth the rare " +"convenience. Explicitly use rep(...,length=.N) if you really need to recycle." +msgstr "" + +#: data.table.R:619 +msgid "" +"Please use nomatch=NULL instead of nomatch=0; see news item 5 in v1.12.0 (Jan " +"2019)" +msgstr "" + +#: data.table.R:634 +msgid "Inverting irows for notjoin done in ..." +msgstr "" + +#: data.table.R:691 +msgid "" +"with=FALSE together with := was deprecated in v1.9.4 released Oct 2014. " +"Please wrap the LHS of := with parentheses; e.g., DT[,(myVar):=sum(b),by=a] " +"to assign to column name(s) held in variable myVar. See ?':=' for other " +"examples. As warned in 2014, this is now a warning." +msgstr "" + +#: data.table.R:694 +msgid "" +"with=FALSE ignored, it isn't needed when using :=. See ?':=' for examples." +msgstr "" + +#: data.table.R:741 +msgid "Item %d of j is %d which is outside the column number range [1,ncol=%d]" +msgstr "" + +#: data.table.R:744 +msgid "j mixes positives and negatives" +msgstr "" + +#: data.table.R:752 +msgid "" +"When with=FALSE, j-argument should be of type logical/character/integer " +"indicating the columns to select." +msgstr "" + +#: data.table.R:766 +msgid "" +"'by' contains .I but only the following are currently supported: by=.I, by=.(." +"I), by=c(.I), by=list(.I)" +msgstr "" + +#: data.table.R:790 +msgid "by=c(...), key(...) or names(...) must evaluate to 'character'" +msgstr "" + +#: data.table.R:800 +msgid "" +"'by' is a character vector length %d but one or more items include a comma. " +"Either pass a vector of column names (which can contain spaces, but no " +"commas), or pass a vector length 1 containing comma separated column names. " +"See ?data.table for other possibilities." +msgstr "" + +#: data.table.R:807 +msgid "At least one entry of by is empty" +msgstr "" + +#: data.table.R:834 +msgid "by index '%s' but that index has 0 length. Ignoring." +msgstr "" + +#: data.table.R:857 +msgid "i clause present and columns used in by detected, only these subset: %s" +msgstr "" + +#: data.table.R:860 +msgid "" +"i clause present but columns used in by not detected. Having to subset all " +"columns before evaluating 'by': '%s'" +msgstr "" + +#: data.table.R:882 +msgid "" +"'by' appears to evaluate to column names but isn't c() or key(). Use " +"by=list(...) if you can. Otherwise, by=eval%s should work. This is for " +"efficiency so data.table can detect which columns are needed." +msgstr "" + +#: data.table.R:893 +msgid "" +"'by' or 'keyby' must evaluate to a vector or a list of vectors (where 'list' " +"includes data.table and data.frame which are lists, too)" +msgstr "" + +#: data.table.R:897 +msgid "" +"Column or expression %d of 'by' or 'keyby' is type '%s' which is not " +"currently supported. If you have a compelling use case, please add it to " +"https://github.com/Rdatatable/data.table/issues/1597. As a workaround, " +"consider converting the column to a supported type, e.g. by=sapply(list_col, " +"toString), whilst taking care to maintain distinctness in the process." +msgstr "" + +#: data.table.R:903 +msgid "" +"%s Each must be length %d; the same length as there are rows in x (after " +"subsetting if i is provided)." +msgstr "" + +#: data.table.R:923 +msgid "" +"by-expression '%s' is not named, and the auto-generated name '%s' clashed " +"with variable(s) in j. Therefore assigning the entire by-expression as name." +msgstr "" + +#: data.table.R:957 +msgid "Item %d of the .() or list() passed to j is missing" +msgstr "" + +#: data.table.R:963 +msgid "" +"j may not evaluate to the same number of columns for each group; if you're " +"sure this warning is in error, please put the branching logic outside of " +"[ for efficiency" +msgstr "" + +#: data.table.R:965 +msgid "" +"Different branches of j expression produced different auto-named columns: %s; " +"using the most \"last\" names. If this was intentional (e.g., you know only " +"one branch will ever be used in a given query because the branch is " +"controlled by a function argument), please (1) pull this branch out of the " +"call; (2) explicitly provide missing defaults for each branch in all cases; " +"or (3) use the same name for each branch and re-name it in a follow-up call." +msgstr "" + +#: data.table.R:1035 +msgid "" +"When .SDcols is a function, it is applied to each column; the output of this " +"function must be a non-missing boolean scalar signalling inclusion/exclusion " +"of the column. However, these conditions were not met for: %s" +msgstr "" + +#: data.table.R:1041 +msgid ".SDcols missing at the following indices: %s" +msgstr "" + +#: data.table.R:1043 +msgid ".SDcols is a logical vector of length %d but there are %d columns" +msgstr "" + +#: data.table.R:1049 +msgid ".SDcols is numeric but has both +ve and -ve indices" +msgstr "" + +#: data.table.R:1051 +msgid ".SDcols is numeric but out of bounds [1, %d] at: %s" +msgstr "" + +#: data.table.R:1055 +msgid ".SDcols should be column numbers or names" +msgstr "" + +#: data.table.R:1057 +msgid "Some items of .SDcols are not column names: %s" +msgstr "" + +#: data.table.R:1070 +msgid "" +"'(m)get' found in j. ansvars being set to all columns. Use .SDcols or a " +"single j=eval(macro) instead. Both will detect the columns used which is " +"important for efficiency.\n" +"Old ansvars: %s" +msgstr "" + +#: data.table.R:1090 +msgid "New ansvars: %s" +msgstr "" + +#: data.table.R:1099 +msgid "" +"This j doesn't use .SD but .SDcols has been supplied. Ignoring .SDcols. See ?" +"data.table." +msgstr "" + +#: data.table.R:1102 +msgid "Detected that j uses these columns: %s" +msgstr "" + +#: data.table.R:1115 +msgid "" +".SD is locked. Using := in .SD's j is reserved for possible future use; a " +"tortuously flexible way to modify by group. Use := in j directly to modify by " +"group by reference." +msgstr "" + +#: data.table.R:1126 +msgid "In %s(col1=val1, col2=val2, ...) form, all arguments must be named." +msgstr "" + +#: data.table.R:1149 +msgid "" +"In %s(col1=val1, col2=val2, ...) form, all arguments must be named, but the " +"last argument has no name. Did you forget a trailing comma?" +msgstr "" + +#: data.table.R:1151 +msgid "" +"In %s(col1=val1, col2=val2, ...) form, all arguments must be named, but these " +"arguments lack names: %s." +msgstr "" + +#: data.table.R:1158 +msgid "" +"LHS of := must be a symbol, or an atomic vector (column names or positions)." +msgstr "" + +#: data.table.R:1163 +msgid "" +"LHS of := appears to be column positions but are outside [1,ncol] range. New " +"columns can only be added by name." +msgstr "" + +#: data.table.R:1166 +msgid "" +"LHS of := isn't column names ('character') or positions ('integer' or " +"'numeric')" +msgstr "" + +#: data.table.R:1182 +msgid "" +"No rows match i. No new columns to add so not evaluating RHS of :=\n" +"Assigning to 0 row subset of %d rows" +msgstr "" + +#: data.table.R:1197 +msgid "" +"Invalid .internal.selfref detected and fixed by taking a (shallow) copy of " +"the data.table so that := can add this new column by reference. At an earlier " +"point, this data.table has been copied by R (or was created manually using " +"structure() or similar). Avoid names<- and attr<- which in R currently (and " +"oddly) may copy the whole data.table. Use set* syntax instead to avoid " +"copying: ?set, ?setnames and ?setattr. If this message doesn't help, please " +"report your use case to the data.table issue tracker so the root cause can be " +"fixed or this message improved." +msgstr "" + +#: data.table.R:1205 +msgid "" +"Growing vector of column pointers from truelength %d to %d. A shallow copy " +"has been taken, see ?setalloccol. Only a potential issue if two variables " +"point to the same data (we can't yet detect that well) and if not you can " +"safely ignore this. To avoid this message you could setalloccol() first, deep " +"copy first using copy(), wrap with suppressWarnings() or increase the " +"'datatable.alloccol' option." +msgstr "" + +#: data.table.R:1207 +msgid "" +"Note that the shallow copy will assign to the environment from which := was " +"called. That means for example that if := was called within a function, the " +"original table may be unaffected." +msgstr "" + +#: data.table.R:1228 +msgid "" +"Cannot assign to an under-allocated recursively indexed list -- L[[i]][,:=] " +"syntax is only valid when i is length 1, but its length is %d" +msgstr "" + +#: data.table.R:1297 +msgid "" +"Variable '%s' is not found in calling scope. Looking in calling scope because " +"this symbol was prefixed with .. in the j= parameter." +msgstr "" + +#: data.table.R:1383 +msgid "" +"j (the 2nd argument inside [...]) is a single symbol but column name '%1$s' " +"is not found. If you intended to select columns using a variable in calling " +"scope, please try DT[, ..%1$s]. The .. prefix conveys one-level-up similar to " +"a file system path." +msgstr "" + +#: data.table.R:1471 +msgid "" +"The column '.N' can't be grouped because it conflicts with the special .N " +"variable. Try setnames(DT,'.N','N') first." +msgstr "" + +#: data.table.R:1472 +msgid "" +"The column '.I' can't be grouped because it conflicts with the special .I " +"variable. Try setnames(DT,'.I','I') first." +msgstr "" + +#: data.table.R:1491 +msgid "" +"Note: forcing units=\"secs\" on implicit difftime by group; call difftime " +"explicitly to choose custom units" +msgstr "" + +#: data.table.R:1500 +msgid "logical error. i is not data.table, but mult='all' and 'by'=.EACHI" +msgstr "" + +#: data.table.R:1527 +msgid "Finding groups using forderv ..." +msgstr "" + +#: data.table.R:1541 data.table.R:1573 +msgid "Finding group sizes from the positions (can be avoided to save RAM) ..." +msgstr "" + +#: data.table.R:1549 +msgid "Getting back original order ..." +msgstr "" + +#: data.table.R:1561 +msgid "Finding groups using uniqlist on key ..." +msgstr "" + +#: data.table.R:1565 +msgid "Finding groups using uniqlist on index '%s' ..." +msgstr "" + +#: data.table.R:1784 +msgid "lapply optimization changed j from '%s' to '%s'" +msgstr "" + +#: data.table.R:1786 +msgid "lapply optimization is on, j unchanged as '%s'" +msgstr "" + +#: data.table.R:1795 data.table.R:1819 +msgid "GForce optimized j to '%s' (see ?GForce)" +msgstr "" + +#: data.table.R:1820 +msgid "" +"GForce is on, but not activated for this query; left j unchanged (see ?GForce)" +msgstr "" + +#: data.table.R:1839 +msgid "" +"Unable to optimize call to mean() and could be very slow. You must name 'na." +"rm' like that otherwise if you do mean(x,TRUE) the TRUE is taken to mean " +"'trim' which is the 2nd argument of mean. 'trim' is not yet optimized." +msgstr "" + +#: data.table.R:1843 +msgid "Old mean optimization changed j from '%s' to '%s'" +msgstr "" + +#: data.table.R:1845 +msgid "Old mean optimization is on, left j unchanged." +msgstr "" + +#: data.table.R:1855 +msgid "All optimizations are turned off" +msgstr "" + +#: data.table.R:1856 +msgid "Optimization is on but left j unchanged (single plain symbol): '%s'" +msgstr "" + +#: data.table.R:1885 +msgid "Making each group and running j (GForce %s) ..." +msgstr "" + +#: data.table.R:1981 +msgid "setkey() after the := with keyby= ..." +msgstr "" + +#: data.table.R:1985 +msgid "" +"The setkey() normally performed by keyby= has been skipped (as if by= was " +"used) because := is being used together with keyby= but the keyby= contains " +"some expressions. To avoid this warning, use by= instead, or provide existing " +"column names to keyby=." +msgstr "" + +#: data.table.R:2011 +msgid "setkey() afterwards for keyby=.EACHI ..." +msgstr "" + +#: data.table.R:2077 +msgid "rownames and rownames.value cannot both be used at the same time" +msgstr "" + +#: data.table.R:2082 +msgid "" +"length(rownames)==%d but nrow(DT)==%d. The rownames argument specifies a " +"single column name or number. Consider rownames.value= instead." +msgstr "" + +#: data.table.R:2086 +msgid "" +"length(rownames)==0 but should be a single column name or number, or NULL" +msgstr "" + +#: data.table.R:2090 +msgid "" +"rownames is TRUE but key has multiple columns %s; taking first column x[,1] " +"as rownames" +msgstr "" + +#: data.table.R:2100 +msgid "'%s' is not a column of x" +msgstr "" + +#: data.table.R:2106 +msgid "" +"as.integer(rownames)==%d which is outside the column number range [1,ncol=%d]." +msgstr "" + +#: data.table.R:2111 +msgid "length(rownames.value)==%d but should be nrow(x)==%d" +msgstr "" + +#: data.table.R:2207 +msgid "" +"When i is a matrix in DT[i]<-value syntax, it doesn't make sense to provide j" +msgstr "" + +#: data.table.R:2217 +msgid "j must be an atomic vector, see ?is.atomic" +msgstr "" + +#: data.table.R:2218 +msgid "NA in j" +msgstr "" + +#: data.table.R:2224 +msgid "j must be vector of column name or positions" +msgstr "" + +#: data.table.R:2225 +msgid "" +"Attempt to assign to column position greater than ncol(x). Create the column " +"by name, instead. This logic intends to catch (most likely) user errors." +msgstr "" + +#: data.table.R:2292 +msgid "" +"data.table inherits from data.frame (from v1.5), but this data.table does " +"not. Has it been created manually (e.g. by using 'structure' rather than " +"'data.table') or saved to disk using a prior version of data.table?" +msgstr "" + +#: data.table.R:2301 +msgid "attempting to assign invalid object to dimnames of a data.table" +msgstr "" + +#: data.table.R:2302 +msgid "data.tables do not have rownames" +msgstr "" + +#: data.table.R:2303 data.table.R:2672 +msgid "Can't assign %d names to a %d-column data.table" +msgstr "" + +#: data.table.R:2367 +msgid "'subset' must evaluate to logical" +msgstr "" + +#: data.table.R:2410 +msgid "Argument 'invert' must be logical TRUE/FALSE" +msgstr "" + +#: data.table.R:2451 +msgid "x argument must be a data.table" +msgstr "" + +#: data.table.R:2456 +msgid "group length is 0 but data nrow > 0" +msgstr "" + +#: data.table.R:2458 +msgid "" +"passing 'f' argument together with 'by' is not allowed, use 'by' when split " +"by column in data.table and 'f' when split by external factor" +msgstr "" + +#: data.table.R:2466 +msgid "Either 'by' or 'f' argument must be supplied" +msgstr "" + +#: data.table.R:2468 +msgid "Column '.ll.tech.split' is reserved for split.data.table processing" +msgstr "" + +#: data.table.R:2469 +msgid "Column '.nm.tech.split' is reserved for split.data.table processing" +msgstr "" + +#: data.table.R:2470 +msgid "Argument 'by' must refer to column names in x" +msgstr "" + +#: data.table.R:2471 +msgid "" +"Argument 'by' must refer only to atomic-type columns, but the following " +"columns are non-atomic: %s" +msgstr "" + +#: data.table.R:2518 +msgid "Processing split.data.table with: %s" +msgstr "" + +#: data.table.R:2603 +msgid "" +"x is not a data.table|frame. Shallow copy is a copy of the vector of column " +"pointers (only), so is only meaningful for data.table|frame" +msgstr "" + +#: data.table.R:2612 +msgid "setalloccol attempting to modify `*tmp*`" +msgstr "" + +#: data.table.R:2647 +msgid "" +"Input is a length=1 logical that points to the same address as R's global " +"value. Therefore the attribute has not been set by reference, rather on a " +"copy. You will need to assign the result back to a variable. See issue #1281." +msgstr "" + +#: data.table.R:2662 +msgid "x is not a data.table or data.frame" +msgstr "" + +#: data.table.R:2664 +msgid "x has %d columns but its names are length %d" +msgstr "" + +#: data.table.R:2671 +msgid "Passed a vector of type '%s'. Needs to be type 'character'." +msgstr "" + +#: data.table.R:2684 +msgid "'new' is not a character vector or a function" +msgstr "" + +#: data.table.R:2686 +msgid "NA in 'new' at positions %s" +msgstr "" + +#: data.table.R:2687 +msgid "Some duplicates exist in 'old': %s" +msgstr "" + +#: data.table.R:2689 +msgid "'old' is type %s but should be integer, double or character" +msgstr "" + +#: data.table.R:2690 +msgid "'old' is length %d but 'new' is length %d" +msgstr "" + +#: data.table.R:2691 +msgid "NA (or out of bounds) in 'old' at positions %s" +msgstr "" + +#: data.table.R:2694 +msgid "" +"Item %d of 'old' is '%s' which appears several times in column names. Just " +"the first will be changed. There are %d other items in 'old' that are also " +"duplicated in column names." +msgstr "" + +#: data.table.R:2702 +msgid "Items of 'old' not found in column names: %s. Consider skip_absent=TRUE." +msgstr "" + +#: data.table.R:2743 +msgid "Provide either before= or after= but not both" +msgstr "" + +#: data.table.R:2745 +msgid "before=/after= accept a single column name or number, not more than one" +msgstr "" + +#: data.table.R:2801 +msgid "Input is %s but should be a plain list of items to be stacked" +msgstr "" + +#: data.table.R:2805 +msgid "" +"idcol must be a logical or character vector of length 1. If logical TRUE the " +"id column will named '.id'." +msgstr "" + +#: data.table.R:2810 +msgid "use.names=NA invalid" +msgstr "" + +#: data.table.R:2812 +msgid "" +"use.names='check' cannot be used explicitly because the value 'check' is new " +"in v1.12.2 and subject to change. It is just meant to convey default " +"behavior. See ?rbindlist." +msgstr "" + +#: data.table.R:2827 +msgid "" +"Check that is.data.table(DT) == TRUE. Otherwise, :=, `:=`(...) and let(...) " +"are defined for use in j, once only and in particular ways. Note that " +"namespace-qualification like data.table::`:=`(...) is not supported. See " +"help(\":=\")." +msgstr "" + +#: data.table.R:2844 +msgid "" +"setDF only accepts data.table, data.frame or list of equal length as input" +msgstr "" + +#: data.table.R:2845 +msgid "rownames contains duplicates" +msgstr "" + +#: data.table.R:2852 data.table.R:2863 data.table.R:2886 +msgid "rownames incorrect length; expected %d names, got %d" +msgstr "" + +#: data.table.R:2871 +msgid "All elements in argument 'x' to 'setDF' must be of same length" +msgstr "" + +#: data.table.R:2900 +msgid "Cannot find symbol %s" +msgstr "" + +#: data.table.R:2907 +msgid "" +"Cannot convert '%1$s' to data.table by reference because binding is locked. " +"It is very likely that '%1$s' resides within a package (or an environment) " +"that is locked to prevent modifying its variable bindings. Try copying the " +"object to your current environment, ex: var <- copy(var) and then using setDT " +"again." +msgstr "" + +#: data.table.R:2964 +msgid "Argument 'x' to 'setDT' should be a 'list', 'data.frame' or 'data.table'" +msgstr "" + +#: data.table.R:2979 +msgid "Item '%s' not found in names of input list" +msgstr "" + +#: data.table.R:3004 data.table.R:3029 +msgid "'prefix' must be NULL or a character vector of length 1." +msgstr "" + +#: data.table.R:3007 data.table.R:3032 +msgid "x is a single vector, non-NULL 'cols' doesn't make sense." +msgstr "" + +#: data.table.R:3011 data.table.R:3036 +msgid "x is a list, 'cols' cannot be 0-length." +msgstr "" + +#: data.table.R:3173 +msgid "" +"It looks like you re-used `:=` in argument %d a functional assignment call -- " +"use `=` instead: %s(col1=val1, col2=val2, ...)" +msgstr "" + +#: data.table.R:3239 +msgid "" +"RHS of %s is length %d which is not 1 or nrow (%d). For robustness, no " +"recycling is allowed (other than of length 1 RHS). Consider %%in%% instead." +msgstr "" + +#: data.table.R:3271 +msgid "" +"Subsetting optimization disabled because the cross-product of RHS values " +"exceeds 1e4, causing memory problems." +msgstr "" + +#: data.table.R:3289 +msgid "Optimized subsetting with key %s" +msgstr "" + +#: data.table.R:3308 data.table.R:3320 +msgid "Optimized subsetting with index '%s'" +msgstr "" + +#: data.table.R:3315 +msgid "Creating new index '%s'" +msgstr "" + +#: data.table.R:3316 +msgid "Creating index %s done in ..." +msgstr "" + +#: data.table.R:3354 +msgid "" +"'on' argument should be a named atomic vector of column names indicating " +"which columns in 'i' should be joined with which columns in 'x'." +msgstr "" + +#: data.table.R:3395 +msgid "" +"Found more than one operator in one 'on' statement: %s. Please specify a " +"single operator." +msgstr "" + +#: data.table.R:3418 +msgid "" +"'on' contains no column name: %s. Each 'on' clause must contain one or two " +"column names." +msgstr "" + +#: data.table.R:3420 +msgid "" +"'on' contains more than 2 column names: %s. Each 'on' clause must contain one " +"or two column names." +msgstr "" + +#: data.table.R:3425 +msgid "Invalid join operators %s. Only allowed operators are %s." +msgstr "" + +#: data.table.R:719 +msgid "column not removed because not found: %s" +msgid_plural "columns not removed because not found: %s" +msgstr[0] "" +msgstr[1] "" + +#: data.table.R:734 +msgid "column not found: %s" +msgid_plural "columns not found: %s" +msgstr[0] "" +msgstr[1] "" + +#: data.table.R:902 +msgid "The item in the 'by' or 'keyby' list is length %s." +msgid_plural "The items in the 'by' or 'keyby' list have lengths %s." +msgstr[0] "" +msgstr[1] "" diff --git a/hindi_files/R-data.table.pot b/hindi_files/R-data.table.pot new file mode 100644 index 000000000..06a63a115 --- /dev/null +++ b/hindi_files/R-data.table.pot @@ -0,0 +1,1005 @@ +msgid "" +msgstr "" +"Project-Id-Version: data.table 0.0\n" +"POT-Creation-Date: 2024-10-10 22:46+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" + +#: data.table.R:55 +msgid "key argument of data.table() must be character" +msgstr "" + +#: data.table.R:121 +msgid "Object '%s' not found. Perhaps you intended %s" +msgstr "" + +#: data.table.R:123 +msgid "Object '%s' not found amongst %s" +msgstr "" + +#: data.table.R:139 +msgid "" +"[ was called on a data.table in an environment that is not data.table-aware " +"(i.e. cedta()), but '%s' was used, implying the owner of this call really " +"intended for data.table methods to be called. See vignette('datatable-" +"importing') for details on properly importing data.table." +msgstr "" + +#: data.table.R:150 +msgid "verbose must be logical or integer" +msgstr "" + +#: data.table.R:151 +msgid "verbose must be length 1 non-NA" +msgstr "" + +#: data.table.R:159 +msgid "Ignoring by/keyby because 'j' is not supplied" +msgstr "" + +#: data.table.R:173 +msgid "When by and keyby are both provided, keyby must be TRUE or FALSE" +msgstr "" + +#: data.table.R:176 data.table.R:241 data.table.R:330 +msgid "Argument '%s' after substitute: %s" +msgstr "" + +#: data.table.R:185 +msgid "" +"When on= is provided but not i=, on= must be a named list or data.table|" +"frame, and a natural join (i.e. join on common names) is invoked. Ignoring " +"on= which is '%s'." +msgstr "" + +#: data.table.R:198 +msgid "" +"i and j are both missing so ignoring the other arguments. This warning will " +"be upgraded to error in future." +msgstr "" + +#: data.table.R:202 +msgid "mult argument can only be 'first', 'last' or 'all'" +msgstr "" + +#: data.table.R:204 +msgid "" +"roll must be a single TRUE, FALSE, positive/negative integer/double " +"including +Inf and -Inf or 'nearest'" +msgstr "" + +#: data.table.R:206 +msgid "roll is '%s' (type character). Only valid character value is 'nearest'." +msgstr "" + +#: data.table.R:211 +msgid "rollends must be a logical vector" +msgstr "" + +#: data.table.R:212 +msgid "rollends must be length 1 or 2" +msgstr "" + +#: data.table.R:220 +msgid "" +"nomatch= must be either NA or NULL (or 0 for backwards compatibility which " +"is the same as NULL but please use NULL)" +msgstr "" + +#: data.table.R:223 +msgid "which= must be a logical vector length 1. Either FALSE, TRUE or NA." +msgstr "" + +#: data.table.R:224 +msgid "" +"which==%s (meaning return row numbers) but j is also supplied. Either you " +"need row numbers or the result of j, but only one type of result can be " +"returned." +msgstr "" + +#: data.table.R:225 +msgid "" +"which=NA with nomatch=0|NULL would always return an empty vector. Please " +"change or remove either which or nomatch." +msgstr "" + +#: data.table.R:226 +msgid "j must be provided when with=FALSE" +msgstr "" + +#: data.table.R:227 +msgid "%s must be TRUE or FALSE" +msgstr "" + +#: data.table.R:269 +msgid "" +"The symbol .. is invalid. The .. prefix must be followed by at least one " +"character." +msgstr "" + +#: data.table.R:273 +#, c-format +msgid "" +"Variable '..%s' does exist in calling scope though, so please just removed " +"the .. prefix from that variable name in calling scope." +msgstr "" + +#: data.table.R:277 +msgid "" +"Variable '%s' is not found in calling scope. Looking in calling scope " +"because you used the .. prefix.%s" +msgstr "" + +#: data.table.R:279 +msgid "" +"Both '%1$s' and '..%1$s' exist in calling scope. Please remove the '..%1$s' " +"variable in calling scope for clarity." +msgstr "" + +#: data.table.R:287 +msgid "" +"Variable '%s' is not found in calling scope. Looking in calling scope " +"because you set with=FALSE. Also, please use .. symbol prefix and remove " +"with=FALSE." +msgstr "" + +#: data.table.R:295 +msgid "" +"You have wrapped := with {} which is ok but then := must be the only thing " +"inside {}. You have something else inside {} as well. Consider placing the " +"{} on the RHS of := instead; e.g. DT[,someCol:={tmpVar1<-...;tmpVar2<-...;" +"tmpVar1*tmpVar2}]" +msgstr "" + +#: data.table.R:313 +msgid "" +":= with keyby is only possible when i is not supplied since you can't setkey " +"on a subset of rows. Either change keyby to by or remove i" +msgstr "" + +#: data.table.R:315 +msgid "nomatch isn't relevant together with :=, ignoring nomatch" +msgstr "" + +#: data.table.R:371 +msgid "" +"not-join '!' prefix is present on i but nomatch is provided. Please remove " +"nomatch." +msgstr "" + +#: data.table.R:399 +msgid "" +"Operator := detected in i, the first argument inside DT[...], but is only " +"valid in the second argument, j. Most often, this happens when forgetting " +"the first comma (e.g. DT[newvar := 5] instead of DT[ , new_var := 5]). " +"Please double-check the syntax. Run traceback(), and debugger() to get a " +"line number." +msgstr "" + +#: data.table.R:409 +#, c-format +msgid "'%s' is not found in calling scope and it is not a column name either" +msgstr "" + +#: data.table.R:412 +#, c-format +msgid "" +"'%s' is not found in calling scope, but it is a column of type %s. If you " +"wish to select rows where that column contains TRUE, or perhaps that column " +"contains row numbers of itself to select, try DT[(col)], DT[DT$col], or " +"DT[col==TRUE] is particularly clear and is optimized" +msgstr "" + +#: data.table.R:415 +msgid "" +"%s. When the first argument inside DT[...] is a single symbol (e.g. " +"DT[var]), data.table looks for var in calling scope." +msgstr "" + +#: data.table.R:427 +msgid "" +"i is invalid type (matrix). Perhaps in future a 2 column matrix could return " +"a list of elements of DT (in the spirit of A[B] in FAQ 2.14). Please report " +"to data.table issue tracker if you'd like this, or add your comments to FR " +"#657." +msgstr "" + +#: data.table.R:450 +msgid "" +"When i is a data.table (or character vector), the columns to join by must be " +"specified using 'on=' argument (see ?data.table), by keying x (i.e. sorted, " +"and, marked as sorted, see ?setkey), or by sharing column names between x " +"and i (i.e., a natural join). Keyed joins might have further speed benefits " +"on very large data due to x being sorted in RAM." +msgstr "" + +#: data.table.R:458 +msgid "Attempting to do natural join but no common columns in provided tables" +msgstr "" + +#: data.table.R:461 +msgid "Joining but 'x' has no key, natural join using all 'x' columns" +msgstr "" + +#: data.table.R:463 +msgid "Joining but 'x' has no key, natural join using: %s" +msgstr "" + +#: data.table.R:492 +msgid "not-join called with 'by=.EACHI'; Replacing !i with i=setdiff_(x,i) ..." +msgstr "" + +#: data.table.R:495 +msgid "done in %s" +msgstr "" + +#: data.table.R:522 +msgid "Constructing irows for '!byjoin || nqbyjoin' ..." +msgstr "" + +#: data.table.R:561 +msgid "Reorder irows for 'mult==\"all\" && !allGrp1' ..." +msgstr "" + +#: data.table.R:573 +msgid "Reordering %d rows after bmerge done in ..." +msgstr "" + +#: data.table.R:590 +msgid "logical error. i is not a data.table, but 'on' argument is provided." +msgstr "" + +#: data.table.R:594 +msgid "i has evaluated to type %s. Expecting logical, integer or double." +msgstr "" + +#: data.table.R:616 +msgid "" +"i evaluates to a logical vector length %d but there are %d rows. Recycling " +"of logical i is no longer allowed as it hides more bugs than is worth the " +"rare convenience. Explicitly use rep(...,length=.N) if you really need to " +"recycle." +msgstr "" + +#: data.table.R:619 +msgid "" +"Please use nomatch=NULL instead of nomatch=0; see news item 5 in v1.12.0 " +"(Jan 2019)" +msgstr "" + +#: data.table.R:634 +msgid "Inverting irows for notjoin done in ..." +msgstr "" + +#: data.table.R:691 +msgid "" +"with=FALSE together with := was deprecated in v1.9.4 released Oct 2014. " +"Please wrap the LHS of := with parentheses; e.g., DT[,(myVar):=sum(b),by=a] " +"to assign to column name(s) held in variable myVar. See ?':=' for other " +"examples. As warned in 2014, this is now a warning." +msgstr "" + +#: data.table.R:694 +msgid "" +"with=FALSE ignored, it isn't needed when using :=. See ?':=' for examples." +msgstr "" + +#: data.table.R:741 +msgid "Item %d of j is %d which is outside the column number range [1,ncol=%d]" +msgstr "" + +#: data.table.R:744 +msgid "j mixes positives and negatives" +msgstr "" + +#: data.table.R:752 +msgid "" +"When with=FALSE, j-argument should be of type logical/character/integer " +"indicating the columns to select." +msgstr "" + +#: data.table.R:766 +msgid "" +"'by' contains .I but only the following are currently supported: by=.I, by=." +"(.I), by=c(.I), by=list(.I)" +msgstr "" + +#: data.table.R:790 +msgid "by=c(...), key(...) or names(...) must evaluate to 'character'" +msgstr "" + +#: data.table.R:800 +msgid "" +"'by' is a character vector length %d but one or more items include a comma. " +"Either pass a vector of column names (which can contain spaces, but no " +"commas), or pass a vector length 1 containing comma separated column names. " +"See ?data.table for other possibilities." +msgstr "" + +#: data.table.R:807 +msgid "At least one entry of by is empty" +msgstr "" + +#: data.table.R:834 +msgid "by index '%s' but that index has 0 length. Ignoring." +msgstr "" + +#: data.table.R:857 +msgid "i clause present and columns used in by detected, only these subset: %s" +msgstr "" + +#: data.table.R:860 +msgid "" +"i clause present but columns used in by not detected. Having to subset all " +"columns before evaluating 'by': '%s'" +msgstr "" + +#: data.table.R:882 +msgid "" +"'by' appears to evaluate to column names but isn't c() or key(). Use " +"by=list(...) if you can. Otherwise, by=eval%s should work. This is for " +"efficiency so data.table can detect which columns are needed." +msgstr "" + +#: data.table.R:893 +msgid "" +"'by' or 'keyby' must evaluate to a vector or a list of vectors (where 'list' " +"includes data.table and data.frame which are lists, too)" +msgstr "" + +#: data.table.R:897 +msgid "" +"Column or expression %d of 'by' or 'keyby' is type '%s' which is not " +"currently supported. If you have a compelling use case, please add it to " +"https://github.com/Rdatatable/data.table/issues/1597. As a workaround, " +"consider converting the column to a supported type, e.g. by=sapply(list_col, " +"toString), whilst taking care to maintain distinctness in the process." +msgstr "" + +#: data.table.R:903 +msgid "" +"%s Each must be length %d; the same length as there are rows in x (after " +"subsetting if i is provided)." +msgstr "" + +#: data.table.R:923 +msgid "" +"by-expression '%s' is not named, and the auto-generated name '%s' clashed " +"with variable(s) in j. Therefore assigning the entire by-expression as name." +msgstr "" + +#: data.table.R:957 +msgid "Item %d of the .() or list() passed to j is missing" +msgstr "" + +#: data.table.R:963 +msgid "" +"j may not evaluate to the same number of columns for each group; if you're " +"sure this warning is in error, please put the branching logic outside of [ " +"for efficiency" +msgstr "" + +#: data.table.R:965 +msgid "" +"Different branches of j expression produced different auto-named columns: " +"%s; using the most \"last\" names. If this was intentional (e.g., you know " +"only one branch will ever be used in a given query because the branch is " +"controlled by a function argument), please (1) pull this branch out of the " +"call; (2) explicitly provide missing defaults for each branch in all cases; " +"or (3) use the same name for each branch and re-name it in a follow-up call." +msgstr "" + +#: data.table.R:1035 +msgid "" +"When .SDcols is a function, it is applied to each column; the output of this " +"function must be a non-missing boolean scalar signalling inclusion/exclusion " +"of the column. However, these conditions were not met for: %s" +msgstr "" + +#: data.table.R:1041 +msgid ".SDcols missing at the following indices: %s" +msgstr "" + +#: data.table.R:1043 +msgid ".SDcols is a logical vector of length %d but there are %d columns" +msgstr "" + +#: data.table.R:1049 +msgid ".SDcols is numeric but has both +ve and -ve indices" +msgstr "" + +#: data.table.R:1051 +msgid ".SDcols is numeric but out of bounds [1, %d] at: %s" +msgstr "" + +#: data.table.R:1055 +msgid ".SDcols should be column numbers or names" +msgstr "" + +#: data.table.R:1057 +msgid "Some items of .SDcols are not column names: %s" +msgstr "" + +#: data.table.R:1070 +msgid "" +"'(m)get' found in j. ansvars being set to all columns. Use .SDcols or a " +"single j=eval(macro) instead. Both will detect the columns used which is " +"important for efficiency.\n" +"Old ansvars: %s" +msgstr "" + +#: data.table.R:1090 +msgid "New ansvars: %s" +msgstr "" + +#: data.table.R:1099 +msgid "" +"This j doesn't use .SD but .SDcols has been supplied. Ignoring .SDcols. See ?" +"data.table." +msgstr "" + +#: data.table.R:1102 +msgid "Detected that j uses these columns: %s" +msgstr "" + +#: data.table.R:1115 +msgid "" +".SD is locked. Using := in .SD's j is reserved for possible future use; a " +"tortuously flexible way to modify by group. Use := in j directly to modify " +"by group by reference." +msgstr "" + +#: data.table.R:1126 +msgid "In %s(col1=val1, col2=val2, ...) form, all arguments must be named." +msgstr "" + +#: data.table.R:1149 +msgid "" +"In %s(col1=val1, col2=val2, ...) form, all arguments must be named, but the " +"last argument has no name. Did you forget a trailing comma?" +msgstr "" + +#: data.table.R:1151 +msgid "" +"In %s(col1=val1, col2=val2, ...) form, all arguments must be named, but " +"these arguments lack names: %s." +msgstr "" + +#: data.table.R:1158 +msgid "" +"LHS of := must be a symbol, or an atomic vector (column names or positions)." +msgstr "" + +#: data.table.R:1163 +msgid "" +"LHS of := appears to be column positions but are outside [1,ncol] range. New " +"columns can only be added by name." +msgstr "" + +#: data.table.R:1166 +msgid "" +"LHS of := isn't column names ('character') or positions ('integer' or " +"'numeric')" +msgstr "" + +#: data.table.R:1182 +msgid "" +"No rows match i. No new columns to add so not evaluating RHS of :=\n" +"Assigning to 0 row subset of %d rows" +msgstr "" + +#: data.table.R:1197 +msgid "" +"Invalid .internal.selfref detected and fixed by taking a (shallow) copy of " +"the data.table so that := can add this new column by reference. At an " +"earlier point, this data.table has been copied by R (or was created manually " +"using structure() or similar). Avoid names<- and attr<- which in R currently " +"(and oddly) may copy the whole data.table. Use set* syntax instead to avoid " +"copying: ?set, ?setnames and ?setattr. If this message doesn't help, please " +"report your use case to the data.table issue tracker so the root cause can " +"be fixed or this message improved." +msgstr "" + +#: data.table.R:1205 +msgid "" +"Growing vector of column pointers from truelength %d to %d. A shallow copy " +"has been taken, see ?setalloccol. Only a potential issue if two variables " +"point to the same data (we can't yet detect that well) and if not you can " +"safely ignore this. To avoid this message you could setalloccol() first, " +"deep copy first using copy(), wrap with suppressWarnings() or increase the " +"'datatable.alloccol' option." +msgstr "" + +#: data.table.R:1207 +msgid "" +"Note that the shallow copy will assign to the environment from which := was " +"called. That means for example that if := was called within a function, the " +"original table may be unaffected." +msgstr "" + +#: data.table.R:1228 +msgid "" +"Cannot assign to an under-allocated recursively indexed list -- L[[i]][,:=] " +"syntax is only valid when i is length 1, but its length is %d" +msgstr "" + +#: data.table.R:1297 +msgid "" +"Variable '%s' is not found in calling scope. Looking in calling scope " +"because this symbol was prefixed with .. in the j= parameter." +msgstr "" + +#: data.table.R:1383 +msgid "" +"j (the 2nd argument inside [...]) is a single symbol but column name '%1$s' " +"is not found. If you intended to select columns using a variable in calling " +"scope, please try DT[, ..%1$s]. The .. prefix conveys one-level-up similar " +"to a file system path." +msgstr "" + +#: data.table.R:1471 +msgid "" +"The column '.N' can't be grouped because it conflicts with the special .N " +"variable. Try setnames(DT,'.N','N') first." +msgstr "" + +#: data.table.R:1472 +msgid "" +"The column '.I' can't be grouped because it conflicts with the special .I " +"variable. Try setnames(DT,'.I','I') first." +msgstr "" + +#: data.table.R:1491 +msgid "" +"Note: forcing units=\"secs\" on implicit difftime by group; call difftime " +"explicitly to choose custom units" +msgstr "" + +#: data.table.R:1500 +msgid "logical error. i is not data.table, but mult='all' and 'by'=.EACHI" +msgstr "" + +#: data.table.R:1527 +msgid "Finding groups using forderv ..." +msgstr "" + +#: data.table.R:1541 data.table.R:1573 +msgid "Finding group sizes from the positions (can be avoided to save RAM) ..." +msgstr "" + +#: data.table.R:1549 +msgid "Getting back original order ..." +msgstr "" + +#: data.table.R:1561 +msgid "Finding groups using uniqlist on key ..." +msgstr "" + +#: data.table.R:1565 +msgid "Finding groups using uniqlist on index '%s' ..." +msgstr "" + +#: data.table.R:1784 +msgid "lapply optimization changed j from '%s' to '%s'" +msgstr "" + +#: data.table.R:1786 +msgid "lapply optimization is on, j unchanged as '%s'" +msgstr "" + +#: data.table.R:1795 data.table.R:1819 +msgid "GForce optimized j to '%s' (see ?GForce)" +msgstr "" + +#: data.table.R:1820 +msgid "" +"GForce is on, but not activated for this query; left j unchanged (see ?" +"GForce)" +msgstr "" + +#: data.table.R:1839 +msgid "" +"Unable to optimize call to mean() and could be very slow. You must name 'na." +"rm' like that otherwise if you do mean(x,TRUE) the TRUE is taken to mean " +"'trim' which is the 2nd argument of mean. 'trim' is not yet optimized." +msgstr "" + +#: data.table.R:1843 +msgid "Old mean optimization changed j from '%s' to '%s'" +msgstr "" + +#: data.table.R:1845 +msgid "Old mean optimization is on, left j unchanged." +msgstr "" + +#: data.table.R:1855 +msgid "All optimizations are turned off" +msgstr "" + +#: data.table.R:1856 +msgid "Optimization is on but left j unchanged (single plain symbol): '%s'" +msgstr "" + +#: data.table.R:1885 +msgid "Making each group and running j (GForce %s) ..." +msgstr "" + +#: data.table.R:1981 +msgid "setkey() after the := with keyby= ..." +msgstr "" + +#: data.table.R:1985 +msgid "" +"The setkey() normally performed by keyby= has been skipped (as if by= was " +"used) because := is being used together with keyby= but the keyby= contains " +"some expressions. To avoid this warning, use by= instead, or provide " +"existing column names to keyby=." +msgstr "" + +#: data.table.R:2011 +msgid "setkey() afterwards for keyby=.EACHI ..." +msgstr "" + +#: data.table.R:2077 +msgid "rownames and rownames.value cannot both be used at the same time" +msgstr "" + +#: data.table.R:2082 +msgid "" +"length(rownames)==%d but nrow(DT)==%d. The rownames argument specifies a " +"single column name or number. Consider rownames.value= instead." +msgstr "" + +#: data.table.R:2086 +msgid "" +"length(rownames)==0 but should be a single column name or number, or NULL" +msgstr "" + +#: data.table.R:2090 +msgid "" +"rownames is TRUE but key has multiple columns %s; taking first column x[,1] " +"as rownames" +msgstr "" + +#: data.table.R:2100 +msgid "'%s' is not a column of x" +msgstr "" + +#: data.table.R:2106 +msgid "" +"as.integer(rownames)==%d which is outside the column number range [1,ncol=" +"%d]." +msgstr "" + +#: data.table.R:2111 +msgid "length(rownames.value)==%d but should be nrow(x)==%d" +msgstr "" + +#: data.table.R:2207 +msgid "" +"When i is a matrix in DT[i]<-value syntax, it doesn't make sense to provide j" +msgstr "" + +#: data.table.R:2217 +msgid "j must be an atomic vector, see ?is.atomic" +msgstr "" + +#: data.table.R:2218 +msgid "NA in j" +msgstr "" + +#: data.table.R:2224 +msgid "j must be vector of column name or positions" +msgstr "" + +#: data.table.R:2225 +msgid "" +"Attempt to assign to column position greater than ncol(x). Create the column " +"by name, instead. This logic intends to catch (most likely) user errors." +msgstr "" + +#: data.table.R:2292 +msgid "" +"data.table inherits from data.frame (from v1.5), but this data.table does " +"not. Has it been created manually (e.g. by using 'structure' rather than " +"'data.table') or saved to disk using a prior version of data.table?" +msgstr "" + +#: data.table.R:2301 +msgid "attempting to assign invalid object to dimnames of a data.table" +msgstr "" + +#: data.table.R:2302 +msgid "data.tables do not have rownames" +msgstr "" + +#: data.table.R:2303 data.table.R:2672 +msgid "Can't assign %d names to a %d-column data.table" +msgstr "" + +#: data.table.R:2367 +msgid "'subset' must evaluate to logical" +msgstr "" + +#: data.table.R:2410 +msgid "Argument 'invert' must be logical TRUE/FALSE" +msgstr "" + +#: data.table.R:2451 +msgid "x argument must be a data.table" +msgstr "" + +#: data.table.R:2456 +msgid "group length is 0 but data nrow > 0" +msgstr "" + +#: data.table.R:2458 +msgid "" +"passing 'f' argument together with 'by' is not allowed, use 'by' when split " +"by column in data.table and 'f' when split by external factor" +msgstr "" + +#: data.table.R:2466 +msgid "Either 'by' or 'f' argument must be supplied" +msgstr "" + +#: data.table.R:2468 +msgid "Column '.ll.tech.split' is reserved for split.data.table processing" +msgstr "" + +#: data.table.R:2469 +msgid "Column '.nm.tech.split' is reserved for split.data.table processing" +msgstr "" + +#: data.table.R:2470 +msgid "Argument 'by' must refer to column names in x" +msgstr "" + +#: data.table.R:2471 +msgid "" +"Argument 'by' must refer only to atomic-type columns, but the following " +"columns are non-atomic: %s" +msgstr "" + +#: data.table.R:2518 +msgid "Processing split.data.table with: %s" +msgstr "" + +#: data.table.R:2603 +msgid "" +"x is not a data.table|frame. Shallow copy is a copy of the vector of column " +"pointers (only), so is only meaningful for data.table|frame" +msgstr "" + +#: data.table.R:2612 +msgid "setalloccol attempting to modify `*tmp*`" +msgstr "" + +#: data.table.R:2647 +msgid "" +"Input is a length=1 logical that points to the same address as R's global " +"value. Therefore the attribute has not been set by reference, rather on a " +"copy. You will need to assign the result back to a variable. See issue #1281." +msgstr "" + +#: data.table.R:2662 +msgid "x is not a data.table or data.frame" +msgstr "" + +#: data.table.R:2664 +msgid "x has %d columns but its names are length %d" +msgstr "" + +#: data.table.R:2671 +msgid "Passed a vector of type '%s'. Needs to be type 'character'." +msgstr "" + +#: data.table.R:2684 +msgid "'new' is not a character vector or a function" +msgstr "" + +#: data.table.R:2686 +msgid "NA in 'new' at positions %s" +msgstr "" + +#: data.table.R:2687 +msgid "Some duplicates exist in 'old': %s" +msgstr "" + +#: data.table.R:2689 +msgid "'old' is type %s but should be integer, double or character" +msgstr "" + +#: data.table.R:2690 +msgid "'old' is length %d but 'new' is length %d" +msgstr "" + +#: data.table.R:2691 +msgid "NA (or out of bounds) in 'old' at positions %s" +msgstr "" + +#: data.table.R:2694 +msgid "" +"Item %d of 'old' is '%s' which appears several times in column names. Just " +"the first will be changed. There are %d other items in 'old' that are also " +"duplicated in column names." +msgstr "" + +#: data.table.R:2702 +msgid "" +"Items of 'old' not found in column names: %s. Consider skip_absent=TRUE." +msgstr "" + +#: data.table.R:2743 +msgid "Provide either before= or after= but not both" +msgstr "" + +#: data.table.R:2745 +msgid "before=/after= accept a single column name or number, not more than one" +msgstr "" + +#: data.table.R:2801 +msgid "Input is %s but should be a plain list of items to be stacked" +msgstr "" + +#: data.table.R:2805 +msgid "" +"idcol must be a logical or character vector of length 1. If logical TRUE the " +"id column will named '.id'." +msgstr "" + +#: data.table.R:2810 +msgid "use.names=NA invalid" +msgstr "" + +#: data.table.R:2812 +msgid "" +"use.names='check' cannot be used explicitly because the value 'check' is new " +"in v1.12.2 and subject to change. It is just meant to convey default " +"behavior. See ?rbindlist." +msgstr "" + +#: data.table.R:2827 +msgid "" +"Check that is.data.table(DT) == TRUE. Otherwise, :=, `:=`(...) and let(...) " +"are defined for use in j, once only and in particular ways. Note that " +"namespace-qualification like data.table::`:=`(...) is not supported. See " +"help(\":=\")." +msgstr "" + +#: data.table.R:2844 +msgid "" +"setDF only accepts data.table, data.frame or list of equal length as input" +msgstr "" + +#: data.table.R:2845 +msgid "rownames contains duplicates" +msgstr "" + +#: data.table.R:2852 data.table.R:2863 data.table.R:2886 +msgid "rownames incorrect length; expected %d names, got %d" +msgstr "" + +#: data.table.R:2871 +msgid "All elements in argument 'x' to 'setDF' must be of same length" +msgstr "" + +#: data.table.R:2900 +msgid "Cannot find symbol %s" +msgstr "" + +#: data.table.R:2907 +msgid "" +"Cannot convert '%1$s' to data.table by reference because binding is locked. " +"It is very likely that '%1$s' resides within a package (or an environment) " +"that is locked to prevent modifying its variable bindings. Try copying the " +"object to your current environment, ex: var <- copy(var) and then using " +"setDT again." +msgstr "" + +#: data.table.R:2964 +msgid "" +"Argument 'x' to 'setDT' should be a 'list', 'data.frame' or 'data.table'" +msgstr "" + +#: data.table.R:2979 +msgid "Item '%s' not found in names of input list" +msgstr "" + +#: data.table.R:3004 data.table.R:3029 +msgid "'prefix' must be NULL or a character vector of length 1." +msgstr "" + +#: data.table.R:3007 data.table.R:3032 +msgid "x is a single vector, non-NULL 'cols' doesn't make sense." +msgstr "" + +#: data.table.R:3011 data.table.R:3036 +msgid "x is a list, 'cols' cannot be 0-length." +msgstr "" + +#: data.table.R:3173 +msgid "" +"It looks like you re-used `:=` in argument %d a functional assignment " +"call -- use `=` instead: %s(col1=val1, col2=val2, ...)" +msgstr "" + +#: data.table.R:3239 +msgid "" +"RHS of %s is length %d which is not 1 or nrow (%d). For robustness, no " +"recycling is allowed (other than of length 1 RHS). Consider %%in%% instead." +msgstr "" + +#: data.table.R:3271 +msgid "" +"Subsetting optimization disabled because the cross-product of RHS values " +"exceeds 1e4, causing memory problems." +msgstr "" + +#: data.table.R:3289 +msgid "Optimized subsetting with key %s" +msgstr "" + +#: data.table.R:3308 data.table.R:3320 +msgid "Optimized subsetting with index '%s'" +msgstr "" + +#: data.table.R:3315 +msgid "Creating new index '%s'" +msgstr "" + +#: data.table.R:3316 +msgid "Creating index %s done in ..." +msgstr "" + +#: data.table.R:3354 +msgid "" +"'on' argument should be a named atomic vector of column names indicating " +"which columns in 'i' should be joined with which columns in 'x'." +msgstr "" + +#: data.table.R:3395 +msgid "" +"Found more than one operator in one 'on' statement: %s. Please specify a " +"single operator." +msgstr "" + +#: data.table.R:3418 +msgid "" +"'on' contains no column name: %s. Each 'on' clause must contain one or two " +"column names." +msgstr "" + +#: data.table.R:3420 +msgid "" +"'on' contains more than 2 column names: %s. Each 'on' clause must contain " +"one or two column names." +msgstr "" + +#: data.table.R:3425 +msgid "Invalid join operators %s. Only allowed operators are %s." +msgstr "" + +#: data.table.R:719 +msgid "column not removed because not found: %s" +msgid_plural "columns not removed because not found: %s" +msgstr[0] "" +msgstr[1] "" + +#: data.table.R:734 +msgid "column not found: %s" +msgid_plural "columns not found: %s" +msgstr[0] "" +msgstr[1] "" + +#: data.table.R:902 +msgid "The item in the 'by' or 'keyby' list is length %s." +msgid_plural "The items in the 'by' or 'keyby' list have lengths %s." +msgstr[0] "" +msgstr[1] "" diff --git a/hindi_files/R-frank-hi_IN.po b/hindi_files/R-frank-hi_IN.po new file mode 100644 index 000000000..eda2a3e47 --- /dev/null +++ b/hindi_files/R-frank-hi_IN.po @@ -0,0 +1,43 @@ +msgid "" +msgstr "" +"Project-Id-Version: frank 0.0\n" +"POT-Creation-Date: 2024-10-10 22:46+0100\n" +"PO-Revision-Date: 2024-10-10 22:46+0100\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: hi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: frank.R:3 +msgid "length(na.last) = 0" +msgstr "length(na.last) = 0" + +#: frank.R:5 +msgid "length(na.last) > 1, only the first element will be used" +msgstr "length(na.last) > 1, केवल पहला तत्व ही उपयोग किया जाएगा" + +#: frank.R:17 +msgid "x is a single vector, non-NULL 'cols' doesn't make sense" +msgstr "x एक सिंगल (single) वेक्टर (vector) है, non-NULL 'cols' का कोई अर्थ नहीं है" + +#: frank.R:23 +msgid "x is a list, 'cols' can not be 0-length" +msgstr "x एक list है, 'cols' की 0-length नहीं हो सकती" + +#: frank.R:31 +msgid "" +"Input column '..na_prefix..' conflicts with data.table internal usage; please " +"rename" +msgstr "" +"इनपुट (Input) कॉलम (column) '..na_prefix..' का data.table के आंतरिक उपयोग के साथ टकराव हो रहा है; कृपया " +"नाम बदलें" + +#: frank.R:46 +msgid "" +"Input column '..stats_runif..' conflicts with data.table internal usage; " +"please rename" +msgstr "" +"इनपुट (Input) कॉलम (column) '..stats_runif..' का data.table के आंतरिक उपयोग के साथ टकराव हो रहा है; " +"कृपया नाम बदलें" diff --git a/hindi_files/R-frank.pot b/hindi_files/R-frank.pot new file mode 100644 index 000000000..d9c90e339 --- /dev/null +++ b/hindi_files/R-frank.pot @@ -0,0 +1,39 @@ +msgid "" +msgstr "" +"Project-Id-Version: frank 0.0\n" +"POT-Creation-Date: 2024-10-10 22:46+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: frank.R:3 +msgid "length(na.last) = 0" +msgstr "" + +#: frank.R:5 +msgid "length(na.last) > 1, only the first element will be used" +msgstr "" + +#: frank.R:17 +msgid "x is a single vector, non-NULL 'cols' doesn't make sense" +msgstr "" + +#: frank.R:23 +msgid "x is a list, 'cols' can not be 0-length" +msgstr "" + +#: frank.R:31 +msgid "" +"Input column '..na_prefix..' conflicts with data.table internal usage; " +"please rename" +msgstr "" + +#: frank.R:46 +msgid "" +"Input column '..stats_runif..' conflicts with data.table internal usage; " +"please rename" +msgstr "" diff --git a/hindi_files/R-fread-hi_IN.po b/hindi_files/R-fread-hi_IN.po new file mode 100644 index 000000000..7a746dfe0 --- /dev/null +++ b/hindi_files/R-fread-hi_IN.po @@ -0,0 +1,225 @@ +msgid "" +msgstr "" +"Project-Id-Version: fread 0.0\n" +"POT-Creation-Date: 2024-10-10 22:46+0100\n" +"PO-Revision-Date: 2024-10-10 22:46+0100\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: hi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" + +#: fread.R:10 +msgid "Used more than one of the arguments input=, file=, text= and cmd=." +msgstr "" + +#: fread.R:23 +msgid "Argument 'encoding' must be 'unknown', 'UTF-8' or 'Latin-1'." +msgstr "" + +#: fread.R:42 +msgid "'text=' is type %s but must be character." +msgstr "" + +#: fread.R:55 +msgid "" +"input= must be a single character string containing a file name, a system " +"command containing at least one space, a URL starting 'http[s]://', " +"'ftp[s]://' or 'file://', or, the input data itself containing at least one " +"\\n or \\r" +msgstr "" + +#: fread.R:60 +msgid "" +"input= contains no \\n or \\r, but starts with a space. Please remove the " +"leading space, or use text=, file= or cmd=" +msgstr "" + +#: fread.R:64 +msgid "" +"Taking input= as a system command because it contains a space ('%s'). If it's " +"a filename please remove the space, or use file= explicitly. A variable is " +"being passed to input= and when this is taken as a system command there is a " +"security concern if you are creating an app, the app could have a malicious " +"user, and the app is not running in a secure environment; e.g. the app is " +"running as root. Please read item 5 in the NEWS file for v1.11.6 for more " +"information and for the option to suppress this message." +msgstr "" + +#: fread.R:77 +msgid "" +"file= must be a single character string containing a filename, or URL " +"starting 'http[s]://', 'ftp[s]://' or 'file://'" +msgstr "" + +#: fread.R:90 +msgid "File '%s' does not exist or is non-readable. getwd()=='%s'" +msgstr "" + +#: fread.R:91 +msgid "File '%s' is a directory. Not yet implemented." +msgstr "" + +#: fread.R:93 +msgid "File '%s' has size 0. Returning a NULL %s." +msgstr "" + +#: fread.R:105 +msgid "" +"Compressed files containing more than 1 file are currently not supported." +msgstr "" + +#: fread.R:115 +msgid "" +"To read %s files directly, fread() requires 'R.utils' package which cannot be " +"found. Please install 'R.utils' using 'install.packages('R.utils')'." +msgstr "" + +#: fread.R:125 +msgid "" +"'autostart' is now deprecated and ignored. Consider skip='string' or skip=n" +msgstr "" + +#: fread.R:127 +msgid "" +"colClasses is type 'logical' which is ok if all NA but it has some TRUE or " +"FALSE values in it which is not allowed. Please consider the drop= or select= " +"argument instead. See ?fread." +msgstr "" + +#: fread.R:131 +msgid "colClasses is not type list or character vector" +msgstr "" + +#: fread.R:136 +msgid "" +"colClasses=\"NULL\" (quoted) is interpreted as colClasses=NULL (the default) " +"as opposed to dropping every column." +msgstr "" + +#: fread.R:148 +#, c-format +msgid "na.strings[%d]==\"%s\" consists only of whitespace, ignoring" +msgstr "" + +#: fread.R:151 +msgid "" +"%s. Since strip.white=TRUE (default), use na.strings=\"\" to specify that any " +"number of spaces in a string column should be read as ." +msgstr "" + +#: fread.R:153 +msgid "" +"%s. strip.white==TRUE (default) and \"\" is present in na.strings, so any " +"number of spaces in string columns will already be read as ." +msgstr "" + +#: fread.R:157 +msgid "" +"%s. But strip.white=FALSE. Use strip.white=TRUE (default) together with na." +"strings=\"\" to turn any number of spaces in string columns into " +msgstr "" + +#: fread.R:164 +msgid "" +"'data.table' relies on the package 'yaml' to parse the file header; please " +"add this to your library with install.packages('yaml') and try again." +msgstr "" + +#: fread.R:168 +msgid "" +"Combining a search string as 'skip' and reading a YAML header may not work as " +"expected -- currently, reading will proceed to search for 'skip' from the " +"beginning of the file, NOT from the end of the metadata; please file an issue " +"on GitHub if you'd like to see more intuitive behavior supported." +msgstr "" + +#: fread.R:178 +msgid "" +"Encountered <%s%s> at the first unskipped line (%d), which does not " +"constitute the start to a valid YAML header (expecting something matching " +"regex \"%s\"); please check your input and try again." +msgstr "" + +#: fread.R:190 +msgid "" +"Reached the end of the file before finding a completion to the YAML header. A " +"valid YAML header is bookended by lines matching the regex \"%s\". Please " +"double check the input file is a valid csvy." +msgstr "" + +#: fread.R:201 +msgid "" +"Processed %d lines of YAML metadata with the following top-level fields: %s" +msgstr "" + +#: fread.R:204 +msgid "User-supplied 'header' will override that found in metadata." +msgstr "" + +#: fread.R:222 +msgid "" +"User-supplied column names in 'col.names' will override those found in YAML " +"metadata." +msgstr "" + +#: fread.R:231 +msgid "" +"colClasses dictated by user input and those read from YAML header are in " +"conflict (specifically, for column(s) [%s]); the proceeding assumes the user " +"input was an intentional override and will ignore the type(s) implied by the " +"YAML header; please exclude the column(s) from colClasses if this was " +"unintentional." +msgstr "" + +#: fread.R:252 +msgid "User-supplied 'sep' will override that found in metadata." +msgstr "" + +#: fread.R:257 +msgid "User-supplied 'quote' will override that found in metadata." +msgstr "" + +#: fread.R:262 +msgid "User-supplied 'dec' will override that found in metadata." +msgstr "" + +#: fread.R:266 +msgid "User-supplied 'na.strings' will override that found in metadata." +msgstr "" + +#: fread.R:318 +msgid "" +"Column '%s' was requested to be '%s' but fread encountered the following " +"warning:\n" +"\t%s\n" +"so the column has been left as type '%s'" +msgstr "" + +#: fread.R:320 +msgid "" +"Column '%s' was requested to be '%s' but fread encountered the following " +"error:\n" +"\t%s\n" +"so the column has been left as type '%s'" +msgstr "" + +#: fread.R:347 +msgid "" +"key argument of data.table() must be a character vector naming columns (NB: " +"col.names are applied before this)" +msgstr "" + +#: fread.R:355 +msgid "" +"index argument of data.table() must be a character vector naming columns (NB: " +"col.names are applied before this)" +msgstr "" + +#: fread.R:338 +msgid "stringsAsFactors=%s converted %d column: %s\n" +msgid_plural "stringsAsFactors=%s converted %d columns: %s\n" +msgstr[0] "" +msgstr[1] "" diff --git a/hindi_files/R-fread.pot b/hindi_files/R-fread.pot new file mode 100644 index 000000000..74d9e0904 --- /dev/null +++ b/hindi_files/R-fread.pot @@ -0,0 +1,225 @@ +msgid "" +msgstr "" +"Project-Id-Version: fread 0.0\n" +"POT-Creation-Date: 2024-10-10 22:46+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" + +#: fread.R:10 +msgid "Used more than one of the arguments input=, file=, text= and cmd=." +msgstr "" + +#: fread.R:23 +msgid "Argument 'encoding' must be 'unknown', 'UTF-8' or 'Latin-1'." +msgstr "" + +#: fread.R:42 +msgid "'text=' is type %s but must be character." +msgstr "" + +#: fread.R:55 +msgid "" +"input= must be a single character string containing a file name, a system " +"command containing at least one space, a URL starting 'http[s]://', " +"'ftp[s]://' or 'file://', or, the input data itself containing at least one " +"\\n or \\r" +msgstr "" + +#: fread.R:60 +msgid "" +"input= contains no \\n or \\r, but starts with a space. Please remove the " +"leading space, or use text=, file= or cmd=" +msgstr "" + +#: fread.R:64 +msgid "" +"Taking input= as a system command because it contains a space ('%s'). If " +"it's a filename please remove the space, or use file= explicitly. A variable " +"is being passed to input= and when this is taken as a system command there " +"is a security concern if you are creating an app, the app could have a " +"malicious user, and the app is not running in a secure environment; e.g. the " +"app is running as root. Please read item 5 in the NEWS file for v1.11.6 for " +"more information and for the option to suppress this message." +msgstr "" + +#: fread.R:77 +msgid "" +"file= must be a single character string containing a filename, or URL " +"starting 'http[s]://', 'ftp[s]://' or 'file://'" +msgstr "" + +#: fread.R:90 +msgid "File '%s' does not exist or is non-readable. getwd()=='%s'" +msgstr "" + +#: fread.R:91 +msgid "File '%s' is a directory. Not yet implemented." +msgstr "" + +#: fread.R:93 +msgid "File '%s' has size 0. Returning a NULL %s." +msgstr "" + +#: fread.R:105 +msgid "" +"Compressed files containing more than 1 file are currently not supported." +msgstr "" + +#: fread.R:115 +msgid "" +"To read %s files directly, fread() requires 'R.utils' package which cannot " +"be found. Please install 'R.utils' using 'install.packages('R.utils')'." +msgstr "" + +#: fread.R:125 +msgid "" +"'autostart' is now deprecated and ignored. Consider skip='string' or skip=n" +msgstr "" + +#: fread.R:127 +msgid "" +"colClasses is type 'logical' which is ok if all NA but it has some TRUE or " +"FALSE values in it which is not allowed. Please consider the drop= or " +"select= argument instead. See ?fread." +msgstr "" + +#: fread.R:131 +msgid "colClasses is not type list or character vector" +msgstr "" + +#: fread.R:136 +msgid "" +"colClasses=\"NULL\" (quoted) is interpreted as colClasses=NULL (the default) " +"as opposed to dropping every column." +msgstr "" + +#: fread.R:148 +#, c-format +msgid "na.strings[%d]==\"%s\" consists only of whitespace, ignoring" +msgstr "" + +#: fread.R:151 +msgid "" +"%s. Since strip.white=TRUE (default), use na.strings=\"\" to specify that " +"any number of spaces in a string column should be read as ." +msgstr "" + +#: fread.R:153 +msgid "" +"%s. strip.white==TRUE (default) and \"\" is present in na.strings, so any " +"number of spaces in string columns will already be read as ." +msgstr "" + +#: fread.R:157 +msgid "" +"%s. But strip.white=FALSE. Use strip.white=TRUE (default) together with na." +"strings=\"\" to turn any number of spaces in string columns into " +msgstr "" + +#: fread.R:164 +msgid "" +"'data.table' relies on the package 'yaml' to parse the file header; please " +"add this to your library with install.packages('yaml') and try again." +msgstr "" + +#: fread.R:168 +msgid "" +"Combining a search string as 'skip' and reading a YAML header may not work " +"as expected -- currently, reading will proceed to search for 'skip' from the " +"beginning of the file, NOT from the end of the metadata; please file an " +"issue on GitHub if you'd like to see more intuitive behavior supported." +msgstr "" + +#: fread.R:178 +msgid "" +"Encountered <%s%s> at the first unskipped line (%d), which does not " +"constitute the start to a valid YAML header (expecting something matching " +"regex \"%s\"); please check your input and try again." +msgstr "" + +#: fread.R:190 +msgid "" +"Reached the end of the file before finding a completion to the YAML header. " +"A valid YAML header is bookended by lines matching the regex \"%s\". Please " +"double check the input file is a valid csvy." +msgstr "" + +#: fread.R:201 +msgid "" +"Processed %d lines of YAML metadata with the following top-level fields: %s" +msgstr "" + +#: fread.R:204 +msgid "User-supplied 'header' will override that found in metadata." +msgstr "" + +#: fread.R:222 +msgid "" +"User-supplied column names in 'col.names' will override those found in YAML " +"metadata." +msgstr "" + +#: fread.R:231 +msgid "" +"colClasses dictated by user input and those read from YAML header are in " +"conflict (specifically, for column(s) [%s]); the proceeding assumes the user " +"input was an intentional override and will ignore the type(s) implied by the " +"YAML header; please exclude the column(s) from colClasses if this was " +"unintentional." +msgstr "" + +#: fread.R:252 +msgid "User-supplied 'sep' will override that found in metadata." +msgstr "" + +#: fread.R:257 +msgid "User-supplied 'quote' will override that found in metadata." +msgstr "" + +#: fread.R:262 +msgid "User-supplied 'dec' will override that found in metadata." +msgstr "" + +#: fread.R:266 +msgid "User-supplied 'na.strings' will override that found in metadata." +msgstr "" + +#: fread.R:318 +msgid "" +"Column '%s' was requested to be '%s' but fread encountered the following " +"warning:\n" +"\t%s\n" +"so the column has been left as type '%s'" +msgstr "" + +#: fread.R:320 +msgid "" +"Column '%s' was requested to be '%s' but fread encountered the following " +"error:\n" +"\t%s\n" +"so the column has been left as type '%s'" +msgstr "" + +#: fread.R:347 +msgid "" +"key argument of data.table() must be a character vector naming columns (NB: " +"col.names are applied before this)" +msgstr "" + +#: fread.R:355 +msgid "" +"index argument of data.table() must be a character vector naming columns " +"(NB: col.names are applied before this)" +msgstr "" + +#: fread.R:338 +msgid "stringsAsFactors=%s converted %d column: %s\n" +msgid_plural "stringsAsFactors=%s converted %d columns: %s\n" +msgstr[0] "" +msgstr[1] "" diff --git a/hindi_files/R-utils-hi_IN.po b/hindi_files/R-utils-hi_IN.po new file mode 100644 index 000000000..e89b83b85 --- /dev/null +++ b/hindi_files/R-utils-hi_IN.po @@ -0,0 +1,51 @@ +msgid "" +msgstr "" +"Project-Id-Version: R 0.0\n" +"Report-Msgid-Bugs-To: bugs.r-project.org\n" +"POT-Creation-Date: 2024-10-10 22:46+0100\n" +"PO-Revision-Date: 2024-10-10 22:46+0100\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: hi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" + +#: utils.R:18 +msgid "Argument 'nan' must be length 1" +msgstr "" + +#: utils.R:21 +msgid "Argument 'nan' must be NA or NaN" +msgstr "" + +#: utils.R:25 +msgid "Internal error in" +msgstr "" + +#: utils.R:28 +msgid "Please report to the data.table issues tracker." +msgstr "" + +#: utils.R:72 utils.R:81 +msgid "x not boolean" +msgstr "" + +#: utils.R:92 +msgid "" +"Some columns are type 'integer64' but package bit64 is not installed. Those " +"columns will print as strange looking floating point data. There is no need " +"to reload the data. Simply install.packages('bit64') to obtain the integer64 " +"print method and print the data again." +msgstr "" + +#: utils.R:36 +msgid "" +"%s has duplicated column name %s. Please remove or rename the duplicate and " +"try again." +msgid_plural "" +"%s has duplicated column names %s. Please remove or rename the duplicates and " +"try again." +msgstr[0] "" +msgstr[1] "" diff --git a/hindi_files/R-utils.pot b/hindi_files/R-utils.pot new file mode 100644 index 000000000..9cd2f0705 --- /dev/null +++ b/hindi_files/R-utils.pot @@ -0,0 +1,47 @@ +msgid "" +msgstr "" +"Project-Id-Version: R 0.0\n" +"Report-Msgid-Bugs-To: bugs.r-project.org\n" +"POT-Creation-Date: 2024-10-10 22:46+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" + +#: utils.R:18 +msgid "Argument 'nan' must be length 1" +msgstr "" + +#: utils.R:21 +msgid "Argument 'nan' must be NA or NaN" +msgstr "" + +#: utils.R:25 +msgid "Internal error in" +msgstr "" + +#: utils.R:28 +msgid "Please report to the data.table issues tracker." +msgstr "" + +#: utils.R:72 utils.R:81 +msgid "x not boolean" +msgstr "" + +#: utils.R:92 +msgid "" +"Some columns are type 'integer64' but package bit64 is not installed. Those " +"columns will print as strange looking floating point data. There is no need " +"to reload the data. Simply install.packages('bit64') to obtain the integer64 " +"print method and print the data again." +msgstr "" + +#: utils.R:36 +msgid "%s has duplicated column name %s. Please remove or rename the duplicate and try again." +msgid_plural "%s has duplicated column names %s. Please remove or rename the duplicates and try again." +msgstr[0] "" +msgstr[1] "" diff --git a/hindi_files/R-xts-hi_IN.po b/hindi_files/R-xts-hi_IN.po new file mode 100644 index 000000000..a9c64445f --- /dev/null +++ b/hindi_files/R-xts-hi_IN.po @@ -0,0 +1,41 @@ +msgid "" +msgstr "" +"Project-Id-Version: xts 0.0\n" +"POT-Creation-Date: 2024-10-10 22:46+0100\n" +"PO-Revision-Date: 2024-10-10 22:46+0100\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: hi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: xts.R:4 +msgid "keep.rownames must be length 1" +msgstr "keep.rownames की length 1 होनी चाहिए" + +#: xts.R:5 +msgid "keep.rownames must not be NA" +msgstr "keep.rownames NA नहीं हो सकता" + +#: xts.R:11 +msgid "" +"Input xts object should not have '%s' column because it would result in " +"duplicate column names. Rename '%s' column in xts or use `keep.rownames` to " +"change the index column name." +msgstr "" +"इनपुट (Input) xts ऑब्जेक्ट (object) में '%s' कॉलम (column) नहीं होना चाहिए क्योंकि इससे डुप्लिकेट (duplicate) कॉलम (column) नाम हो जाएंगे।" +"xts में '%s' कॉलम (column) का नाम बदलें या keep.rownames का" +" उपयोग करें।" + +#: xts.R:21 +msgid "" +"data.table must have a time based column in first position, use `setcolorder` " +"function to change the order, or see ?timeBased for supported types" +msgstr "" +"data.table के पहले स्थान पर एक समय-आधारित कॉलम (column) होना चाहिए, क्रम बदलने के लिए" +"'setcolorder' फ़ंक्शन (function) का उपयोग करें, या समर्थित प्रकारों के लिए ?timeBased देखें" + +#: xts.R:25 +msgid "Following columns are not numeric and will be omitted: %s" +msgstr "निम्नलिखित कॉलम (column) संख्यात्मक नहीं हैं और इन्हें छोड़ दिया जाएगा: %s" diff --git a/hindi_files/R-xts.pot b/hindi_files/R-xts.pot new file mode 100644 index 000000000..2f5c93f7d --- /dev/null +++ b/hindi_files/R-xts.pot @@ -0,0 +1,37 @@ +msgid "" +msgstr "" +"Project-Id-Version: xts 0.0\n" +"POT-Creation-Date: 2024-10-10 22:46+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: xts.R:4 +msgid "keep.rownames must be length 1" +msgstr "" + +#: xts.R:5 +msgid "keep.rownames must not be NA" +msgstr "" + +#: xts.R:11 +msgid "" +"Input xts object should not have '%s' column because it would result in " +"duplicate column names. Rename '%s' column in xts or use `keep.rownames` to " +"change the index column name." +msgstr "" + +#: xts.R:21 +msgid "" +"data.table must have a time based column in first position, use " +"`setcolorder` function to change the order, or see ?timeBased for supported " +"types" +msgstr "" + +#: xts.R:25 +msgid "Following columns are not numeric and will be omitted: %s" +msgstr "" diff --git a/hindi_files/bmerge-hi_IN.po b/hindi_files/bmerge-hi_IN.po new file mode 100644 index 000000000..d76c6da57 --- /dev/null +++ b/hindi_files/bmerge-hi_IN.po @@ -0,0 +1,42 @@ +msgid "" +msgstr "" +"Project-Id-Version: bmerge 0.0\n" +"POT-Creation-Date: 2024-10-10 22:46+0100\n" +"PO-Revision-Date: 2024-10-10 22:46+0100\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: hi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: bmerge.c:65 +#, c-format +msgid "icols[%d]=%d outside range [1,length(i)=%d]" +msgstr "icols[%d]=%d रेंज [1,length(i)=%d] के बाहर है" + +#: bmerge.c:66 +#, c-format +msgid "xcols[%d]=%d outside range [1,length(x)=%d]" +msgstr "xcols[%d]=%d रेंज [1,length(x)=%d] के बाहर है" + +#: bmerge.c:72 +#, c-format +msgid "Type '%s' is not supported for joining/merging" +msgstr "प्रकार '%s' को जोड़ने/मर्ज करने के लिए समर्थित नहीं है" + +#: bmerge.c:78 +msgid "roll is character but not 'nearest'" +msgstr "roll एक चर है लेकिन 'nearest' नहीं है" + +#: bmerge.c:79 +msgid "roll='nearest' can't be applied to a character column, yet." +msgstr "roll='nearest' को अभी तक एक चर कॉलम (column) पर लागू नहीं किया जा सकता है।" + +#: bmerge.c:87 +msgid "rollends must be a length 2 logical vector" +msgstr "rollends की लंबाई 2 का एक तार्किक वेक्टर (vector) होना चाहिए" + +#: bmerge.c:116 +msgid "Only '==' operator is supported for columns of type character." +msgstr "केवल '==' ऑपरेटर (operator) को चर प्रकार के कॉलम (column) के लिए समर्थित किया गया है।" diff --git a/hindi_files/bmerge.pot b/hindi_files/bmerge.pot new file mode 100644 index 000000000..7f7aea2ab --- /dev/null +++ b/hindi_files/bmerge.pot @@ -0,0 +1,42 @@ +msgid "" +msgstr "" +"Project-Id-Version: bmerge 0.0\n" +"POT-Creation-Date: 2024-10-10 22:46+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: bmerge.c:65 +#, c-format +msgid "icols[%d]=%d outside range [1,length(i)=%d]" +msgstr "" + +#: bmerge.c:66 +#, c-format +msgid "xcols[%d]=%d outside range [1,length(x)=%d]" +msgstr "" + +#: bmerge.c:72 +#, c-format +msgid "Type '%s' is not supported for joining/merging" +msgstr "" + +#: bmerge.c:78 +msgid "roll is character but not 'nearest'" +msgstr "" + +#: bmerge.c:79 +msgid "roll='nearest' can't be applied to a character column, yet." +msgstr "" + +#: bmerge.c:87 +msgid "rollends must be a length 2 logical vector" +msgstr "" + +#: bmerge.c:116 +msgid "Only '==' operator is supported for columns of type character." +msgstr "" diff --git a/hindi_files/coalesce-hi_IN.po b/hindi_files/coalesce-hi_IN.po new file mode 100644 index 000000000..fbd6187e4 --- /dev/null +++ b/hindi_files/coalesce-hi_IN.po @@ -0,0 +1,66 @@ +msgid "" +msgstr "" +"Project-Id-Version: coalesce 0.0\n" +"POT-Creation-Date: 2024-10-10 22:46+0100\n" +"PO-Revision-Date: 2024-10-10 22:46+0100\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: hi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: coalesce.c:20 +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:36 +#, 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:38 +#, c-format +msgid "" +"Item %d is a factor but its levels are not identical to the first item's " +"levels." +msgstr "" + +#: coalesce.c:42 +#, 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:45 +#, c-format +msgid "" +"Item %d is type %s but the first item is type %s. Please coerce before " +"coalescing." +msgstr "" + +#: coalesce.c:47 +#, c-format +msgid "Item %d has a different class than item 1." +msgstr "" + +#: coalesce.c:50 +#, c-format +msgid "" +"Item %d is length %d but the first item is length %d. Only singletons are " +"recycled." +msgstr "" + +#: coalesce.c:54 +msgid "coalesce copied first item (inplace=FALSE)\n" +msgstr "" + +#: coalesce.c:170 +#, c-format +msgid "Type '%s' is not supported" +msgstr "" diff --git a/hindi_files/coalesce.pot b/hindi_files/coalesce.pot new file mode 100644 index 000000000..be77e8768 --- /dev/null +++ b/hindi_files/coalesce.pot @@ -0,0 +1,66 @@ +msgid "" +msgstr "" +"Project-Id-Version: coalesce 0.0\n" +"POT-Creation-Date: 2024-10-10 22:46+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: coalesce.c:20 +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:36 +#, 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:38 +#, c-format +msgid "" +"Item %d is a factor but its levels are not identical to the first item's " +"levels." +msgstr "" + +#: coalesce.c:42 +#, 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:45 +#, c-format +msgid "" +"Item %d is type %s but the first item is type %s. Please coerce before " +"coalescing." +msgstr "" + +#: coalesce.c:47 +#, c-format +msgid "Item %d has a different class than item 1." +msgstr "" + +#: coalesce.c:50 +#, c-format +msgid "" +"Item %d is length %d but the first item is length %d. Only singletons are " +"recycled." +msgstr "" + +#: coalesce.c:54 +msgid "coalesce copied first item (inplace=FALSE)\n" +msgstr "" + +#: coalesce.c:170 +#, c-format +msgid "Type '%s' is not supported" +msgstr "" diff --git a/hindi_files/error_log.txt b/hindi_files/error_log.txt new file mode 100644 index 000000000..ca216968d --- /dev/null +++ b/hindi_files/error_log.txt @@ -0,0 +1,2 @@ +Error with R file for IDateTime: Could not copy from ../data.table/R/IDateTime.R to IDateTime/R/IDateTime.R +Error with C file for IDateTime: Could not copy from ../data.table/src/IDateTime.c to IDateTime/src/IDateTime.c diff --git a/hindi_files/frollR-hi_IN.po b/hindi_files/frollR-hi_IN.po new file mode 100644 index 000000000..800da8720 --- /dev/null +++ b/hindi_files/frollR-hi_IN.po @@ -0,0 +1,103 @@ +msgid "" +msgstr "" +"Project-Id-Version: frollR 0.0\n" +"POT-Creation-Date: 2024-10-10 22:46+0100\n" +"PO-Revision-Date: 2024-10-10 22:46+0100\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: hi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: frollR.c:17 +msgid "" +"x must be of type numeric or logical, or a list, data.frame or data.table of " +"such" +msgstr "" + +#: frollR.c:38 frollR.c:244 +msgid "n must be non 0 length" +msgstr "" + +#: frollR.c:41 frollR.c:95 +#, c-format +msgid "%s must be TRUE or FALSE" +msgstr "" + +#: frollR.c:49 +msgid "n must be integer, list is accepted for adaptive TRUE" +msgstr "" + +#: frollR.c:56 frollR.c:236 frollR.c:239 +msgid "n must be integer" +msgstr "" + +#: frollR.c:63 +msgid "n must be positive integer values (> 0)" +msgstr "" + +#: frollR.c:72 frollR.c:84 +msgid "n must be integer vector or list of integer vectors" +msgstr "" + +#: frollR.c:98 +msgid "hasNA must be TRUE, FALSE or NA" +msgstr "" + +#: frollR.c:100 +msgid "" +"using hasNA FALSE and na.rm TRUE does not make sense, if you know there are " +"NA values use hasNA TRUE, otherwise leave it as default NA" +msgstr "" + +#: frollR.c:113 +msgid "" +"using adaptive TRUE and align argument different than 'right' is not " +"implemented" +msgstr "" + +#: frollR.c:117 frollR.c:267 +#, c-format +msgid "%s: allocating memory for results %dx%d\n" +msgstr "" + +#: frollR.c:126 +msgid "" +"adaptive rolling function can only process 'x' having equal length of " +"elements, like data.table or data.frame; If you want to call rolling function " +"on list having variable length of elements call it for each field separately" +msgstr "" + +#: frollR.c:128 +msgid "" +"length of integer vector(s) provided as list to 'n' argument must be equal to " +"number of observations provided in 'x'" +msgstr "" + +#: frollR.c:146 frollR.c:259 +msgid "fill must be a vector of length 1" +msgstr "" + +#: frollR.c:148 frollR.c:261 +msgid "fill must be numeric or logical" +msgstr "" + +#: frollR.c:178 +#, c-format +msgid "" +"%s: %d column(s) and %d window(s), if product > 1 then entering parallel " +"execution\n" +msgstr "" + +#: frollR.c:180 +#, c-format +msgid "" +"%s: %d column(s) and %d window(s), not entering parallel execution here " +"because algo='exact' will compute results in parallel\n" +msgstr "" + +#: frollR.c:207 frollR.c:299 +#, c-format +msgid "%s: processing of %d column(s) and %d window(s) took %.3fs\n" +msgstr "" diff --git a/hindi_files/frollR.pot b/hindi_files/frollR.pot new file mode 100644 index 000000000..dff04f534 --- /dev/null +++ b/hindi_files/frollR.pot @@ -0,0 +1,104 @@ +msgid "" +msgstr "" +"Project-Id-Version: frollR 0.0\n" +"POT-Creation-Date: 2024-10-10 22:46+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: frollR.c:17 +msgid "" +"x must be of type numeric or logical, or a list, data.frame or data.table of " +"such" +msgstr "" + +#: frollR.c:38 frollR.c:244 +msgid "n must be non 0 length" +msgstr "" + +#: frollR.c:41 frollR.c:95 +#, c-format +msgid "%s must be TRUE or FALSE" +msgstr "" + +#: frollR.c:49 +msgid "n must be integer, list is accepted for adaptive TRUE" +msgstr "" + +#: frollR.c:56 frollR.c:236 frollR.c:239 +msgid "n must be integer" +msgstr "" + +#: frollR.c:63 +msgid "n must be positive integer values (> 0)" +msgstr "" + +#: frollR.c:72 frollR.c:84 +msgid "n must be integer vector or list of integer vectors" +msgstr "" + +#: frollR.c:98 +msgid "hasNA must be TRUE, FALSE or NA" +msgstr "" + +#: frollR.c:100 +msgid "" +"using hasNA FALSE and na.rm TRUE does not make sense, if you know there are " +"NA values use hasNA TRUE, otherwise leave it as default NA" +msgstr "" + +#: frollR.c:113 +msgid "" +"using adaptive TRUE and align argument different than 'right' is not " +"implemented" +msgstr "" + +#: frollR.c:117 frollR.c:267 +#, c-format +msgid "%s: allocating memory for results %dx%d\n" +msgstr "" + +#: frollR.c:126 +msgid "" +"adaptive rolling function can only process 'x' having equal length of " +"elements, like data.table or data.frame; If you want to call rolling " +"function on list having variable length of elements call it for each field " +"separately" +msgstr "" + +#: frollR.c:128 +msgid "" +"length of integer vector(s) provided as list to 'n' argument must be equal " +"to number of observations provided in 'x'" +msgstr "" + +#: frollR.c:146 frollR.c:259 +msgid "fill must be a vector of length 1" +msgstr "" + +#: frollR.c:148 frollR.c:261 +msgid "fill must be numeric or logical" +msgstr "" + +#: frollR.c:178 +#, c-format +msgid "" +"%s: %d column(s) and %d window(s), if product > 1 then entering parallel " +"execution\n" +msgstr "" + +#: frollR.c:180 +#, c-format +msgid "" +"%s: %d column(s) and %d window(s), not entering parallel execution here " +"because algo='exact' will compute results in parallel\n" +msgstr "" + +#: frollR.c:207 frollR.c:299 +#, c-format +msgid "%s: processing of %d column(s) and %d window(s) took %.3fs\n" +msgstr "" diff --git a/hindi_files/fsort-hi_IN.po b/hindi_files/fsort-hi_IN.po new file mode 100644 index 000000000..206bcbd9f --- /dev/null +++ b/hindi_files/fsort-hi_IN.po @@ -0,0 +1,74 @@ +msgid "" +msgstr "" +"Project-Id-Version: fsort 0.0\n" +"POT-Creation-Date: 2024-10-10 22:46+0100\n" +"PO-Revision-Date: 2024-10-10 22:46+0100\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: hi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: fsort.c:106 +msgid "Reduced MSBsize from %zu to %zu by excluding 0 and 1 counts\n" +msgstr "" + +#: fsort.c:119 +#, c-format +msgid "%s must be TRUE or FALSE" +msgstr "" + +#: fsort.c:121 +msgid "x must be a vector of type double currently" +msgstr "" + +#: fsort.c:147 +#, c-format +msgid "Failed to allocate %d bytes in fsort()." +msgstr "" + +#: fsort.c:173 +#, c-format +msgid "Range = [%g,%g]\n" +msgstr "" + +#: fsort.c:174 +msgid "Cannot yet handle negatives." +msgstr "" + +#: fsort.c:196 +#, c-format +msgid "" +"counts is %dMB (%d pages per nBatch=%d, batchSize=%, " +"lastBatchSize=%)\n" +msgstr "" + +#: fsort.c:266 +msgid "Top 20 MSB counts: " +msgstr "" + +#: fsort.c:266 +#, c-format +msgid "% " +msgstr "" + +#: fsort.c:266 +msgid "\n" +msgstr "" + +#: fsort.c:333 +#, c-format +msgid "" +"OpenMP %d did not assign threads to iterations monotonically. Please search " +"Stack Overflow for this message." +msgstr "" + +#: fsort.c:335 +msgid "Unable to allocate working memory" +msgstr "" + +#: fsort.c:345 +#, c-format +msgid "%d: %.3f (%4.1f%%)\n" +msgstr "" diff --git a/hindi_files/fsort.pot b/hindi_files/fsort.pot new file mode 100644 index 000000000..ba52ae02f --- /dev/null +++ b/hindi_files/fsort.pot @@ -0,0 +1,74 @@ +msgid "" +msgstr "" +"Project-Id-Version: fsort 0.0\n" +"POT-Creation-Date: 2024-10-10 22:46+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: fsort.c:106 +msgid "Reduced MSBsize from %zu to %zu by excluding 0 and 1 counts\n" +msgstr "" + +#: fsort.c:119 +#, c-format +msgid "%s must be TRUE or FALSE" +msgstr "" + +#: fsort.c:121 +msgid "x must be a vector of type double currently" +msgstr "" + +#: fsort.c:147 +#, c-format +msgid "Failed to allocate %d bytes in fsort()." +msgstr "" + +#: fsort.c:173 +#, c-format +msgid "Range = [%g,%g]\n" +msgstr "" + +#: fsort.c:174 +msgid "Cannot yet handle negatives." +msgstr "" + +#: fsort.c:196 +#, c-format +msgid "" +"counts is %dMB (%d pages per nBatch=%d, batchSize=%, lastBatchSize=" +"%)\n" +msgstr "" + +#: fsort.c:266 +msgid "Top 20 MSB counts: " +msgstr "" + +#: fsort.c:266 +#, c-format +msgid "% " +msgstr "" + +#: fsort.c:266 +msgid "\n" +msgstr "" + +#: fsort.c:333 +#, c-format +msgid "" +"OpenMP %d did not assign threads to iterations monotonically. Please search " +"Stack Overflow for this message." +msgstr "" + +#: fsort.c:335 +msgid "Unable to allocate working memory" +msgstr "" + +#: fsort.c:345 +#, c-format +msgid "%d: %.3f (%4.1f%%)\n" +msgstr "" diff --git a/hindi_files/ijoin-hi_IN.po b/hindi_files/ijoin-hi_IN.po new file mode 100644 index 000000000..a45b630f7 --- /dev/null +++ b/hindi_files/ijoin-hi_IN.po @@ -0,0 +1,37 @@ +msgid "" +msgstr "" +"Project-Id-Version: ijoin 0.0\n" +"POT-Creation-Date: 2024-10-10 22:46+0100\n" +"PO-Revision-Date: 2024-10-10 22:46+0100\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: hi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ijoin.c:128 +#, c-format +msgid "First pass on calculating lengths in lookup ... done in %8.3f seconds\n" +msgstr "लुकअप (lookup) में लंबाइयों की गणना का पहला चरण ... %8.3f सेकंड (seconds) में पूरा हुआ\n" + +#: ijoin.c:141 +#, c-format +msgid "Second pass on allocation in lookup ... done in %8.3f seconds\n" +msgstr "लुकअप (lookup) में आवंटन का दूसरा चरण ... %8.3f सेकंड (seconds) में पूरा हुआ\n" + +#: ijoin.c:220 +#, c-format +msgid "Final step in generating lookup ... done in %8.3f seconds\n" +msgstr "लुकअप (lookup) उत्पन्न करने का अंतिम चरण ... %8.3f सेकंड (seconds) में पूरा हुआ\n" + +#: ijoin.c:330 +#, c-format +msgid "" +"First pass on calculating lengths in overlaps ... done in %8.3f seconds\n" +msgstr "ओवरलैप (overlaps) में लंबाइयों की गणना का पहला चरण ... %8.3f सेकंड (seconds) में पूरा हुआ\n" + +#: ijoin.c:729 +#, c-format +msgid "Final step, fetching indices in overlaps ... done in %8.3f seconds\n" +msgstr "ओवरलैप (overlaps) में इंडेक्स (indices) लाने का अंतिम चरण ... %8.3f सेकंड (seconds) में पूरा हुआ\n" diff --git a/hindi_files/ijoin.pot b/hindi_files/ijoin.pot new file mode 100644 index 000000000..9d6db0658 --- /dev/null +++ b/hindi_files/ijoin.pot @@ -0,0 +1,37 @@ +msgid "" +msgstr "" +"Project-Id-Version: ijoin 0.0\n" +"POT-Creation-Date: 2024-10-10 22:46+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ijoin.c:128 +#, c-format +msgid "First pass on calculating lengths in lookup ... done in %8.3f seconds\n" +msgstr "" + +#: ijoin.c:141 +#, c-format +msgid "Second pass on allocation in lookup ... done in %8.3f seconds\n" +msgstr "" + +#: ijoin.c:220 +#, c-format +msgid "Final step in generating lookup ... done in %8.3f seconds\n" +msgstr "" + +#: ijoin.c:330 +#, c-format +msgid "" +"First pass on calculating lengths in overlaps ... done in %8.3f seconds\n" +msgstr "" + +#: ijoin.c:729 +#, c-format +msgid "Final step, fetching indices in overlaps ... done in %8.3f seconds\n" +msgstr "" diff --git a/hindi_files/subset-hi_IN.po b/hindi_files/subset-hi_IN.po new file mode 100644 index 000000000..f341d8d7c --- /dev/null +++ b/hindi_files/subset-hi_IN.po @@ -0,0 +1,62 @@ +msgid "" +msgstr "" +"Project-Id-Version: subset 0.0\n" +"POT-Creation-Date: 2024-10-10 22:46+0100\n" +"PO-Revision-Date: 2024-10-10 22:46+0100\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: hi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: subset.c:170 +#, c-format +msgid "i[%d] is %d which is out of range [1,nrow=%d]" +msgstr "" + +#: subset.c:182 +#, c-format +msgid "" +"Item %d of i is %d and item %d is %d. Cannot mix positives and negatives." +msgstr "" + +#: subset.c:192 +#, c-format +msgid "Item %d of i is %d and item %d is NA. Cannot mix negatives and NA." +msgstr "" + +#: subset.c:239 +#, c-format +msgid "" +"Item %d of i is %d but there are only %d rows. Ignoring this and %d more like " +"it out of %d." +msgstr "" + +#: subset.c:241 +#, c-format +msgid "" +"Item %d of i is %d which removes that item but that has occurred before. " +"Ignoring this dup and %d other dups." +msgstr "" + +#: subset.c:255 +#, c-format +msgid "Column %d is NULL; malformed data.table." +msgstr "" + +#: subset.c:258 +#, c-format +msgid "Column %d ['%s'] is a data.frame or data.table; malformed data.table." +msgstr "" + +#: subset.c:263 +#, c-format +msgid "" +"Column %d ['%s'] is length %d but column 1 is length %d; malformed data.table." +msgstr "" + +#: subset.c:296 +#, c-format +msgid "Item %d of cols is %d which is outside the range [1,ncol(x)=%d]" +msgstr "" diff --git a/hindi_files/subset.pot b/hindi_files/subset.pot new file mode 100644 index 000000000..3d754818f --- /dev/null +++ b/hindi_files/subset.pot @@ -0,0 +1,63 @@ +msgid "" +msgstr "" +"Project-Id-Version: subset 0.0\n" +"POT-Creation-Date: 2024-10-10 22:46+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: subset.c:170 +#, c-format +msgid "i[%d] is %d which is out of range [1,nrow=%d]" +msgstr "" + +#: subset.c:182 +#, c-format +msgid "" +"Item %d of i is %d and item %d is %d. Cannot mix positives and negatives." +msgstr "" + +#: subset.c:192 +#, c-format +msgid "Item %d of i is %d and item %d is NA. Cannot mix negatives and NA." +msgstr "" + +#: subset.c:239 +#, c-format +msgid "" +"Item %d of i is %d but there are only %d rows. Ignoring this and %d more " +"like it out of %d." +msgstr "" + +#: subset.c:241 +#, c-format +msgid "" +"Item %d of i is %d which removes that item but that has occurred before. " +"Ignoring this dup and %d other dups." +msgstr "" + +#: subset.c:255 +#, c-format +msgid "Column %d is NULL; malformed data.table." +msgstr "" + +#: subset.c:258 +#, c-format +msgid "Column %d ['%s'] is a data.frame or data.table; malformed data.table." +msgstr "" + +#: subset.c:263 +#, c-format +msgid "" +"Column %d ['%s'] is length %d but column 1 is length %d; malformed data." +"table." +msgstr "" + +#: subset.c:296 +#, c-format +msgid "Item %d of cols is %d which is outside the range [1,ncol(x)=%d]" +msgstr "" diff --git a/hindi_files/transpose-hi_IN.po b/hindi_files/transpose-hi_IN.po new file mode 100644 index 000000000..70fe5802e --- /dev/null +++ b/hindi_files/transpose-hi_IN.po @@ -0,0 +1,45 @@ +msgid "" +msgstr "" +"Project-Id-Version: transpose 0.0\n" +"POT-Creation-Date: 2024-10-10 22:46+0100\n" +"PO-Revision-Date: 2024-10-10 22:46+0100\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: hi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: transpose.c:9 +msgid "l must be a list." +msgstr "l एक सूची (list) होनी चाहिए।" + +#: transpose.c:13 +msgid "ignore.empty should be logical TRUE/FALSE." +msgstr "ignore.empty तार्किक TRUE/FALSE होना चाहिए।" + +#: transpose.c:16 +msgid "" +"keep.names should be either NULL, or the name of the first column of the " +"result in which to place the names of the input" +msgstr "" +"keep.names या तो NULL होना चाहिए, या परिणाम की पहली कॉलम (column) का नाम होना चाहिए" +"जिसमें इनपुट (Input) के नाम रखें।" + +#: transpose.c:19 +msgid "fill must be a length 1 vector, such as the default NA" +msgstr "fill की लंबाई 1 का एक वेक्टर (vector) होना चाहिए, जैसे कि डिफ़ॉल्ट NA।" + +#: transpose.c:22 +msgid "list.cols should be logical TRUE/FALSE." +msgstr "list.cols तार्किक TRUE/FALSE होना चाहिए।" + +#: transpose.c:31 +#, c-format +msgid "Item %d of list input is not either an atomic vector, or a list" +msgstr "सूची (list) इनपुट (Input) का आइटम %d न तो एक एटॉमिक (atomic) वेक्टर (vector) है और न ही एक सूची (list)।" + +#: transpose.c:97 +#, c-format +msgid "Unsupported column type '%s'" +msgstr "असमर्थित कॉलम (column) प्रकार '%s'" diff --git a/hindi_files/transpose.pot b/hindi_files/transpose.pot new file mode 100644 index 000000000..8e30f9148 --- /dev/null +++ b/hindi_files/transpose.pot @@ -0,0 +1,43 @@ +msgid "" +msgstr "" +"Project-Id-Version: transpose 0.0\n" +"POT-Creation-Date: 2024-10-10 22:46+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: transpose.c:9 +msgid "l must be a list." +msgstr "" + +#: transpose.c:13 +msgid "ignore.empty should be logical TRUE/FALSE." +msgstr "" + +#: transpose.c:16 +msgid "" +"keep.names should be either NULL, or the name of the first column of the " +"result in which to place the names of the input" +msgstr "" + +#: transpose.c:19 +msgid "fill must be a length 1 vector, such as the default NA" +msgstr "" + +#: transpose.c:22 +msgid "list.cols should be logical TRUE/FALSE." +msgstr "" + +#: transpose.c:31 +#, c-format +msgid "Item %d of list input is not either an atomic vector, or a list" +msgstr "" + +#: transpose.c:97 +#, c-format +msgid "Unsupported column type '%s'" +msgstr ""