diff --git a/hindi_files/R-between-hi_IN.po b/hindi_files/R-between-hi_IN.po new file mode 100644 index 0000000000..59b6849084 --- /dev/null +++ b/hindi_files/R-between-hi_IN.po @@ -0,0 +1,74 @@ +msgid "" +msgstr "" +"Project-Id-Version: between 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" + +#: between.R:3 +msgid "between has been passed an argument x of type logical" +msgstr "" + +#: between.R:13 between.R:15 +msgid "" +"The 'x' argument of the 'between' function is POSIXct while '%s' was not, " +"coercion to POSIXct failed with: %s" +msgstr "" + +#: between.R:27 +msgid "" +"'between' lower= and upper= are both POSIXct but have different tzone " +"attributes: %s. Please align their time zones." +msgstr "" + +#: between.R:31 +msgid "" +"'between' arguments are all POSIXct but have mismatched tzone attributes: %s. " +"The UTC times will be compared." +msgstr "" + +#: between.R:36 +msgid "trying to use integer64 class when 'bit64' package is not installed" +msgstr "" + +#: between.R:47 +msgid "" +"optimised between not available for this data type, fallback to slow R routine" +msgstr "" + +#: between.R:48 +msgid "" +"Not yet implemented NAbounds=TRUE for this non-numeric and non-character type" +msgstr "" + +#: between.R:49 +msgid "Some lower>upper for this non-numeric and non-character type" +msgstr "" + +#: between.R:63 +#, c-format +msgid "Perhaps you meant %s?" +msgstr "" + +#: between.R:64 +msgid "" +"RHS has length() %d; expecting length 2. %sThe first element should be the " +"lower bound(s); the second element should be the upper bound(s)." +msgstr "" + +#: between.R:77 +msgid "forderv(query) took ..." +msgstr "" + +#: between.R:85 +msgid "Generating final logical vector ..." +msgstr "" + +#: between.R:87 +msgid "done in %s" +msgstr "" diff --git a/hindi_files/R-between.pot b/hindi_files/R-between.pot new file mode 100644 index 0000000000..75c34eacb8 --- /dev/null +++ b/hindi_files/R-between.pot @@ -0,0 +1,75 @@ +msgid "" +msgstr "" +"Project-Id-Version: between 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" + +#: between.R:3 +msgid "between has been passed an argument x of type logical" +msgstr "" + +#: between.R:13 between.R:15 +msgid "" +"The 'x' argument of the 'between' function is POSIXct while '%s' was not, " +"coercion to POSIXct failed with: %s" +msgstr "" + +#: between.R:27 +msgid "" +"'between' lower= and upper= are both POSIXct but have different tzone " +"attributes: %s. Please align their time zones." +msgstr "" + +#: between.R:31 +msgid "" +"'between' arguments are all POSIXct but have mismatched tzone attributes: " +"%s. The UTC times will be compared." +msgstr "" + +#: between.R:36 +msgid "trying to use integer64 class when 'bit64' package is not installed" +msgstr "" + +#: between.R:47 +msgid "" +"optimised between not available for this data type, fallback to slow R " +"routine" +msgstr "" + +#: between.R:48 +msgid "" +"Not yet implemented NAbounds=TRUE for this non-numeric and non-character type" +msgstr "" + +#: between.R:49 +msgid "Some lower>upper for this non-numeric and non-character type" +msgstr "" + +#: between.R:63 +#, c-format +msgid "Perhaps you meant %s?" +msgstr "" + +#: between.R:64 +msgid "" +"RHS has length() %d; expecting length 2. %sThe first element should be the " +"lower bound(s); the second element should be the upper bound(s)." +msgstr "" + +#: between.R:77 +msgid "forderv(query) took ..." +msgstr "" + +#: between.R:85 +msgid "Generating final logical vector ..." +msgstr "" + +#: between.R:87 +msgid "done in %s" +msgstr "" diff --git a/hindi_files/R-fmelt-hi_IN.po b/hindi_files/R-fmelt-hi_IN.po new file mode 100644 index 0000000000..10a4e9b442 --- /dev/null +++ b/hindi_files/R-fmelt-hi_IN.po @@ -0,0 +1,180 @@ +msgid "" +msgstr "" +"Project-Id-Version: fmelt 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" + +#: fmelt.R:16 +msgid "" +"The %1$s generic in data.table has been passed a %2$s, but data.table::%1$s " +"currently only has a method for data.tables. Please confirm your input is a " +"data.table, with setDT(%3$s) or as.data.table(%3$s). If you intend to use a " +"method from reshape2, try installing that package first, but do note that " +"reshape2 is superseded and is no longer actively developed." +msgstr "" + +#: fmelt.R:17 +msgid "" +"The %1$s generic in data.table has been passed a %2$s and will attempt to " +"redirect to the relevant reshape2 method; please note that reshape2 is " +"superseded and is no longer actively developed, and this redirection is now " +"deprecated. To continue using melt methods from reshape2 while both packages " +"are attached, e.g. melt.list, you can prepend the namespace, i.e. reshape2::" +"%1$s(%3$s). In the next version, this warning will become an error." +msgstr "" + +#: fmelt.R:26 fmelt.R:80 +msgid "cols must be a character vector of column names" +msgstr "" + +#: fmelt.R:31 +msgid "Input patterns must be of type character." +msgstr "" + +#: fmelt.R:49 +msgid "" +"each ... argument to measure must be either a symbol without argument name, " +"or a function with argument name, problems: %s" +msgstr "" + +#: fmelt.R:57 +msgid "" +"group names specified in ... conflict with measure argument names; please fix " +"by changing group names: %s" +msgstr "" + +#: fmelt.R:63 +msgid "" +"each ... argument to measure must be a function with at least one argument, " +"problem: %s" +msgstr "" + +#: fmelt.R:74 +msgid "" +"both sep and pattern arguments used; must use either sep or pattern (not both)" +msgstr "" + +#: fmelt.R:77 +msgid "multiple.keyword must be a character string with nchar>0" +msgstr "" + +#: fmelt.R:88 +msgid "in measurev, elements of fun.list must be named, problems: %s" +msgstr "" + +#: fmelt.R:91 +msgid "elements of fun.list should be uniquely named, problems: %s" +msgstr "" + +#: fmelt.R:96 +msgid "pattern must be character string" +msgstr "" + +#: fmelt.R:101 +msgid "" +"pattern did not match any cols, so nothing would be melted; fix by changing " +"pattern" +msgstr "" + +#: fmelt.R:105 +msgid "" +"pattern must contain at least one capture group (parenthesized sub-pattern)" +msgstr "" + +#: fmelt.R:108 +msgid "" +"number of elements of fun.list (%d) must be the same as the number of capture " +"groups in pattern (%d)" +msgstr "" + +#: fmelt.R:116 +msgid "sep must be character string" +msgstr "" + +#: fmelt.R:122 +msgid "" +"each column name results in only one item after splitting using sep, which " +"means that all columns would be melted; to fix please either specify melt on " +"all columns directly without using measure, or use a different sep/pattern " +"specification" +msgstr "" + +#: fmelt.R:125 +msgid "" +"number of elements of fun.list (%d) must be the same as the max number of " +"items after splitting column names (%d)" +msgstr "" + +#: fmelt.R:132 +msgid "measured columns should be uniquely named, problems: %s" +msgstr "" + +#: fmelt.R:136 +msgid "" +"number of unique column IDs =%d is less than number of melted columns =%d; " +"fix by changing pattern/sep" +msgstr "" + +#: fmelt.R:146 +msgid "" +"in the measurev fun.list, each non-NULL element must be a function with at " +"least one argument, problem: %s" +msgstr "" + +#: fmelt.R:150 +msgid "" +"each conversion function must return an atomic vector with same length as its " +"first argument, problem: %s" +msgstr "" + +#: fmelt.R:153 +msgid "%s conversion function returned vector of all NA" +msgstr "" + +#: fmelt.R:159 +msgid "" +"number of unique groups after applying type conversion functions less than " +"number of groups, change type conversion" +msgstr "" + +#: fmelt.R:164 +msgid "" +"%s column class=%s after applying conversion function, but must be character" +msgstr "" + +#: fmelt.R:168 +msgid "%s is the only group; fix by creating at least one more group" +msgstr "" + +#: fmelt.R:191 +msgid "'data' must be a data.table" +msgstr "" + +#: fmelt.R:210 +msgid "" +"'value.name' provided in both 'measure.vars' and 'value.name argument'; value " +"provided in 'measure.vars' is given precedence." +msgstr "" + +#: fmelt.R:213 +msgid "Please provide a name to each element of 'measure.vars'." +msgstr "" + +#: fmelt.R:224 +msgid "" +"Duplicate column names found in molten data.table. Setting unique names using " +"'make.names'" +msgstr "" + +#: fmelt.R:34 +msgid "Pattern not found: [%s]" +msgid_plural "Patterns not found: [%s]" +msgstr[0] "" +msgstr[1] "" diff --git a/hindi_files/R-fmelt.pot b/hindi_files/R-fmelt.pot new file mode 100644 index 0000000000..53830ba6b8 --- /dev/null +++ b/hindi_files/R-fmelt.pot @@ -0,0 +1,181 @@ +msgid "" +msgstr "" +"Project-Id-Version: fmelt 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" + +#: fmelt.R:16 +msgid "" +"The %1$s generic in data.table has been passed a %2$s, but data.table::%1$s " +"currently only has a method for data.tables. Please confirm your input is a " +"data.table, with setDT(%3$s) or as.data.table(%3$s). If you intend to use a " +"method from reshape2, try installing that package first, but do note that " +"reshape2 is superseded and is no longer actively developed." +msgstr "" + +#: fmelt.R:17 +msgid "" +"The %1$s generic in data.table has been passed a %2$s and will attempt to " +"redirect to the relevant reshape2 method; please note that reshape2 is " +"superseded and is no longer actively developed, and this redirection is now " +"deprecated. To continue using melt methods from reshape2 while both packages " +"are attached, e.g. melt.list, you can prepend the namespace, i.e. reshape2::" +"%1$s(%3$s). In the next version, this warning will become an error." +msgstr "" + +#: fmelt.R:26 fmelt.R:80 +msgid "cols must be a character vector of column names" +msgstr "" + +#: fmelt.R:31 +msgid "Input patterns must be of type character." +msgstr "" + +#: fmelt.R:49 +msgid "" +"each ... argument to measure must be either a symbol without argument name, " +"or a function with argument name, problems: %s" +msgstr "" + +#: fmelt.R:57 +msgid "" +"group names specified in ... conflict with measure argument names; please " +"fix by changing group names: %s" +msgstr "" + +#: fmelt.R:63 +msgid "" +"each ... argument to measure must be a function with at least one argument, " +"problem: %s" +msgstr "" + +#: fmelt.R:74 +msgid "" +"both sep and pattern arguments used; must use either sep or pattern (not " +"both)" +msgstr "" + +#: fmelt.R:77 +msgid "multiple.keyword must be a character string with nchar>0" +msgstr "" + +#: fmelt.R:88 +msgid "in measurev, elements of fun.list must be named, problems: %s" +msgstr "" + +#: fmelt.R:91 +msgid "elements of fun.list should be uniquely named, problems: %s" +msgstr "" + +#: fmelt.R:96 +msgid "pattern must be character string" +msgstr "" + +#: fmelt.R:101 +msgid "" +"pattern did not match any cols, so nothing would be melted; fix by changing " +"pattern" +msgstr "" + +#: fmelt.R:105 +msgid "" +"pattern must contain at least one capture group (parenthesized sub-pattern)" +msgstr "" + +#: fmelt.R:108 +msgid "" +"number of elements of fun.list (%d) must be the same as the number of " +"capture groups in pattern (%d)" +msgstr "" + +#: fmelt.R:116 +msgid "sep must be character string" +msgstr "" + +#: fmelt.R:122 +msgid "" +"each column name results in only one item after splitting using sep, which " +"means that all columns would be melted; to fix please either specify melt on " +"all columns directly without using measure, or use a different sep/pattern " +"specification" +msgstr "" + +#: fmelt.R:125 +msgid "" +"number of elements of fun.list (%d) must be the same as the max number of " +"items after splitting column names (%d)" +msgstr "" + +#: fmelt.R:132 +msgid "measured columns should be uniquely named, problems: %s" +msgstr "" + +#: fmelt.R:136 +msgid "" +"number of unique column IDs =%d is less than number of melted columns =%d; " +"fix by changing pattern/sep" +msgstr "" + +#: fmelt.R:146 +msgid "" +"in the measurev fun.list, each non-NULL element must be a function with at " +"least one argument, problem: %s" +msgstr "" + +#: fmelt.R:150 +msgid "" +"each conversion function must return an atomic vector with same length as " +"its first argument, problem: %s" +msgstr "" + +#: fmelt.R:153 +msgid "%s conversion function returned vector of all NA" +msgstr "" + +#: fmelt.R:159 +msgid "" +"number of unique groups after applying type conversion functions less than " +"number of groups, change type conversion" +msgstr "" + +#: fmelt.R:164 +msgid "" +"%s column class=%s after applying conversion function, but must be character" +msgstr "" + +#: fmelt.R:168 +msgid "%s is the only group; fix by creating at least one more group" +msgstr "" + +#: fmelt.R:191 +msgid "'data' must be a data.table" +msgstr "" + +#: fmelt.R:210 +msgid "" +"'value.name' provided in both 'measure.vars' and 'value.name argument'; " +"value provided in 'measure.vars' is given precedence." +msgstr "" + +#: fmelt.R:213 +msgid "Please provide a name to each element of 'measure.vars'." +msgstr "" + +#: fmelt.R:224 +msgid "" +"Duplicate column names found in molten data.table. Setting unique names " +"using 'make.names'" +msgstr "" + +#: fmelt.R:34 +msgid "Pattern not found: [%s]" +msgid_plural "Patterns not found: [%s]" +msgstr[0] "" +msgstr[1] "" diff --git a/hindi_files/R-foverlaps-hi_IN.po b/hindi_files/R-foverlaps-hi_IN.po new file mode 100644 index 0000000000..e8eab0bbdc --- /dev/null +++ b/hindi_files/R-foverlaps-hi_IN.po @@ -0,0 +1,154 @@ +msgid "" +msgstr "" +"Project-Id-Version: foverlaps 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" + +#: foverlaps.R:3 +msgid "" +"y and x must both be data.tables. Use `setDT()` to convert list/data.frames " +"to data.tables by reference or as.data.table() to convert to data.tables by " +"copying." +msgstr "" + +#: foverlaps.R:9 +msgid "maxgap must be a non-negative integer value of length 1" +msgstr "" + +#: foverlaps.R:11 +msgid "minoverlap must be a positive integer value of length 1" +msgstr "" + +#: foverlaps.R:13 +msgid "which must be a logical vector of length 1. Either TRUE/FALSE" +msgstr "" + +#: foverlaps.R:15 +msgid "nomatch must either be NA or NULL" +msgstr "" + +#: foverlaps.R:20 +msgid "maxgap and minoverlap arguments are not yet implemented." +msgstr "" + +#: foverlaps.R:22 +msgid "" +"y must be keyed (i.e., sorted, and, marked as sorted). Call setkey(y, ...) " +"first, see ?setkey. Also check the examples in ?foverlaps." +msgstr "" + +#: foverlaps.R:24 +msgid "" +"'by.x' and 'by.y' should contain at least two column names (or numbers) each " +"- corresponding to 'start' and 'end' points of intervals. Please see ?" +"foverlaps and examples for more info." +msgstr "" + +#: foverlaps.R:27 +msgid "" +"Invalid numeric value for 'by.x'; it should be a vector with values 1 <= by.x " +"<= length(x)" +msgstr "" + +#: foverlaps.R:32 +msgid "" +"Invalid numeric value for 'by.y'; it should be a vector with values 1 <= by.y " +"<= length(y)" +msgstr "" + +#: foverlaps.R:36 +msgid "A non-empty vector of column names or numbers is required for by.x" +msgstr "" + +#: foverlaps.R:38 +msgid "A non-empty vector of column names or numbers is required for by.y" +msgstr "" + +#: foverlaps.R:40 +msgid "" +"The first %d columns of y's key must be identical to the columns specified in " +"by.y." +msgstr "" + +#: foverlaps.R:42 +msgid "Elements listed in 'by.x' must be valid names in data.table x" +msgstr "" + +#: foverlaps.R:44 +msgid "" +"Duplicate columns are not allowed in overlap joins. This may change in the " +"future." +msgstr "" + +#: foverlaps.R:46 +msgid "" +"length(by.x) != length(by.y). Columns specified in by.x should correspond to " +"columns specified in by.y and should be of same lengths." +msgstr "" + +#: foverlaps.R:57 +msgid "" +"The last two columns in by.x should correspond to the 'start' and 'end' " +"intervals in data.table x and must be integer/numeric type." +msgstr "" + +#: foverlaps.R:61 foverlaps.R:63 foverlaps.R:70 foverlaps.R:72 +msgid "" +"NA values in data.table %s '%s' column: '%s'. All rows with NA values in the " +"range columns must be removed for foverlaps() to work." +msgstr "" + +#: foverlaps.R:64 +msgid "" +"All entries in column '%s' should be <= corresponding entries in column '%s' " +"in data.table x." +msgstr "" + +#: foverlaps.R:67 +msgid "" +"The last two columns in by.y should correspond to the 'start' and 'end' " +"intervals in data.table y and must be integer/numeric type." +msgstr "" + +#: foverlaps.R:73 +msgid "" +"All entries in column '%s' should be <= corresponding entries in column '%s' " +"in data.table y." +msgstr "" + +#: foverlaps.R:78 +msgid "" +"Some interval cols are of type POSIXct while others are not. Please ensure " +"all interval cols are (or are not) of POSIXct type" +msgstr "" + +#: foverlaps.R:84 +msgid "" +"POSIXct interval cols have mixed timezones. Overlaps are performed on the " +"internal numerical representation of POSIXct objects (always in UTC epoch " +"time), therefore printed values may give the impression that values don't " +"overlap but their internal representations do Please ensure that POSIXct type " +"interval cols have identical 'tzone' attributes to avoid confusion." +msgstr "" + +#: foverlaps.R:132 +msgid "unique() + setkey() operations done in ..." +msgstr "" + +#: foverlaps.R:158 +msgid "binary search(es) done in ..." +msgstr "" + +#: foverlaps.R:165 foverlaps.R:167 foverlaps.R:171 +msgid "Not yet implemented" +msgstr "" + +#: foverlaps.R:170 +msgid "maxgap > minoverlap. maxgap will have no effect here." +msgstr "" diff --git a/hindi_files/R-foverlaps.pot b/hindi_files/R-foverlaps.pot new file mode 100644 index 0000000000..797ee3e347 --- /dev/null +++ b/hindi_files/R-foverlaps.pot @@ -0,0 +1,154 @@ +msgid "" +msgstr "" +"Project-Id-Version: foverlaps 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" + +#: foverlaps.R:3 +msgid "" +"y and x must both be data.tables. Use `setDT()` to convert list/data.frames " +"to data.tables by reference or as.data.table() to convert to data.tables by " +"copying." +msgstr "" + +#: foverlaps.R:9 +msgid "maxgap must be a non-negative integer value of length 1" +msgstr "" + +#: foverlaps.R:11 +msgid "minoverlap must be a positive integer value of length 1" +msgstr "" + +#: foverlaps.R:13 +msgid "which must be a logical vector of length 1. Either TRUE/FALSE" +msgstr "" + +#: foverlaps.R:15 +msgid "nomatch must either be NA or NULL" +msgstr "" + +#: foverlaps.R:20 +msgid "maxgap and minoverlap arguments are not yet implemented." +msgstr "" + +#: foverlaps.R:22 +msgid "" +"y must be keyed (i.e., sorted, and, marked as sorted). Call setkey(y, ...) " +"first, see ?setkey. Also check the examples in ?foverlaps." +msgstr "" + +#: foverlaps.R:24 +msgid "" +"'by.x' and 'by.y' should contain at least two column names (or numbers) " +"each - corresponding to 'start' and 'end' points of intervals. Please see ?" +"foverlaps and examples for more info." +msgstr "" + +#: foverlaps.R:27 +msgid "" +"Invalid numeric value for 'by.x'; it should be a vector with values 1 <= by." +"x <= length(x)" +msgstr "" + +#: foverlaps.R:32 +msgid "" +"Invalid numeric value for 'by.y'; it should be a vector with values 1 <= by." +"y <= length(y)" +msgstr "" + +#: foverlaps.R:36 +msgid "A non-empty vector of column names or numbers is required for by.x" +msgstr "" + +#: foverlaps.R:38 +msgid "A non-empty vector of column names or numbers is required for by.y" +msgstr "" + +#: foverlaps.R:40 +msgid "" +"The first %d columns of y's key must be identical to the columns specified " +"in by.y." +msgstr "" + +#: foverlaps.R:42 +msgid "Elements listed in 'by.x' must be valid names in data.table x" +msgstr "" + +#: foverlaps.R:44 +msgid "" +"Duplicate columns are not allowed in overlap joins. This may change in the " +"future." +msgstr "" + +#: foverlaps.R:46 +msgid "" +"length(by.x) != length(by.y). Columns specified in by.x should correspond to " +"columns specified in by.y and should be of same lengths." +msgstr "" + +#: foverlaps.R:57 +msgid "" +"The last two columns in by.x should correspond to the 'start' and 'end' " +"intervals in data.table x and must be integer/numeric type." +msgstr "" + +#: foverlaps.R:61 foverlaps.R:63 foverlaps.R:70 foverlaps.R:72 +msgid "" +"NA values in data.table %s '%s' column: '%s'. All rows with NA values in the " +"range columns must be removed for foverlaps() to work." +msgstr "" + +#: foverlaps.R:64 +msgid "" +"All entries in column '%s' should be <= corresponding entries in column '%s' " +"in data.table x." +msgstr "" + +#: foverlaps.R:67 +msgid "" +"The last two columns in by.y should correspond to the 'start' and 'end' " +"intervals in data.table y and must be integer/numeric type." +msgstr "" + +#: foverlaps.R:73 +msgid "" +"All entries in column '%s' should be <= corresponding entries in column '%s' " +"in data.table y." +msgstr "" + +#: foverlaps.R:78 +msgid "" +"Some interval cols are of type POSIXct while others are not. Please ensure " +"all interval cols are (or are not) of POSIXct type" +msgstr "" + +#: foverlaps.R:84 +msgid "" +"POSIXct interval cols have mixed timezones. Overlaps are performed on the " +"internal numerical representation of POSIXct objects (always in UTC epoch " +"time), therefore printed values may give the impression that values don't " +"overlap but their internal representations do Please ensure that POSIXct " +"type interval cols have identical 'tzone' attributes to avoid confusion." +msgstr "" + +#: foverlaps.R:132 +msgid "unique() + setkey() operations done in ..." +msgstr "" + +#: foverlaps.R:158 +msgid "binary search(es) done in ..." +msgstr "" + +#: foverlaps.R:165 foverlaps.R:167 foverlaps.R:171 +msgid "Not yet implemented" +msgstr "" + +#: foverlaps.R:170 +msgid "maxgap > minoverlap. maxgap will have no effect here." +msgstr "" diff --git a/hindi_files/R-fwrite-hi_IN.po b/hindi_files/R-fwrite-hi_IN.po new file mode 100644 index 0000000000..55c15c8d47 --- /dev/null +++ b/hindi_files/R-fwrite-hi_IN.po @@ -0,0 +1,63 @@ +msgid "" +msgstr "" +"Project-Id-Version: fwrite 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" + +#: fwrite.R:19 +msgid "Argument 'encoding' must be '', 'UTF-8' or 'native'." +msgstr "" + +#: fwrite.R:24 +msgid "dateTimeAs must be a single string" +msgstr "" + +#: fwrite.R:26 +msgid "dateTimeAs must be 'ISO','squash','epoch' or 'write.csv'" +msgstr "" + +#: fwrite.R:28 +msgid "logicalAsInt has been renamed logical01. Use logical01 only, not both." +msgstr "" + +#: fwrite.R:30 +msgid "" +"logicalAsInt has been renamed logical01 for consistency with fread. It works " +"fine for now but please change to logical01 at your convenience so we can " +"remove logicalAsInt in future." +msgstr "" + +#: fwrite.R:40 +msgid "x being coerced from class: matrix to data.table" +msgstr "" + +#: fwrite.R:72 +msgid "Appending to existing file so setting bom=FALSE and yaml=FALSE" +msgstr "" + +#: fwrite.R:85 +#, c-format +msgid "" +"If you intended to overwrite the file at %s with an empty one, please use " +"file.remove first." +msgstr "" + +#: fwrite.R:86 +msgid "Input has no columns; doing nothing.%s" +msgstr "" + +#: fwrite.R:89 +msgid "Input has no columns; creating an empty file at '%s' and exiting." +msgstr "" + +#: fwrite.R:97 +msgid "" +"'data.table' relies on the package 'yaml' to write the file header; please " +"add this to your library with install.packages('yaml') and try again." +msgstr "" diff --git a/hindi_files/R-fwrite.pot b/hindi_files/R-fwrite.pot new file mode 100644 index 0000000000..4f404fdaac --- /dev/null +++ b/hindi_files/R-fwrite.pot @@ -0,0 +1,63 @@ +msgid "" +msgstr "" +"Project-Id-Version: fwrite 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" + +#: fwrite.R:19 +msgid "Argument 'encoding' must be '', 'UTF-8' or 'native'." +msgstr "" + +#: fwrite.R:24 +msgid "dateTimeAs must be a single string" +msgstr "" + +#: fwrite.R:26 +msgid "dateTimeAs must be 'ISO','squash','epoch' or 'write.csv'" +msgstr "" + +#: fwrite.R:28 +msgid "logicalAsInt has been renamed logical01. Use logical01 only, not both." +msgstr "" + +#: fwrite.R:30 +msgid "" +"logicalAsInt has been renamed logical01 for consistency with fread. It works " +"fine for now but please change to logical01 at your convenience so we can " +"remove logicalAsInt in future." +msgstr "" + +#: fwrite.R:40 +msgid "x being coerced from class: matrix to data.table" +msgstr "" + +#: fwrite.R:72 +msgid "Appending to existing file so setting bom=FALSE and yaml=FALSE" +msgstr "" + +#: fwrite.R:85 +#, c-format +msgid "" +"If you intended to overwrite the file at %s with an empty one, please use " +"file.remove first." +msgstr "" + +#: fwrite.R:86 +msgid "Input has no columns; doing nothing.%s" +msgstr "" + +#: fwrite.R:89 +msgid "Input has no columns; creating an empty file at '%s' and exiting." +msgstr "" + +#: fwrite.R:97 +msgid "" +"'data.table' relies on the package 'yaml' to write the file header; please " +"add this to your library with install.packages('yaml') and try again." +msgstr "" diff --git a/hindi_files/R-groupingsets-hi_IN.po b/hindi_files/R-groupingsets-hi_IN.po new file mode 100644 index 0000000000..38beed7ef9 --- /dev/null +++ b/hindi_files/R-groupingsets-hi_IN.po @@ -0,0 +1,149 @@ +msgid "" +msgstr "" +"Project-Id-Version: groupingsets 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" + +#: groupingsets.R:7 groupingsets.R:25 groupingsets.R:47 +msgid "Argument 'x' must be a data.table object" +msgstr "" + +#: groupingsets.R:9 groupingsets.R:27 groupingsets.R:53 +msgid "" +"Argument 'by' must be a character vector of column names used in grouping." +msgstr "" + +#: groupingsets.R:11 groupingsets.R:29 groupingsets.R:59 +msgid "Argument 'id' must be a logical scalar." +msgstr "" + +#: groupingsets.R:31 +msgid "Argument 'j' is required" +msgstr "" + +#: groupingsets.R:49 +msgid "" +"Argument 'x' is a 0-column data.table; no measure to apply grouping over." +msgstr "" + +#: groupingsets.R:51 +msgid "Input data.table must not contain duplicate column names." +msgstr "" + +#: groupingsets.R:55 +msgid "Argument 'by' must have unique column names for grouping." +msgstr "" + +#: groupingsets.R:57 +msgid "Argument 'sets' must be a list of character vectors." +msgstr "" + +#: groupingsets.R:63 +msgid "" +"Argument 'label', if not NULL, must be a scalar or a named list of scalars." +msgstr "" + +#: groupingsets.R:65 +msgid "When argument 'label' is a list, all of the list elements must be named." +msgstr "" + +#: groupingsets.R:67 +msgid "" +"When argument 'label' is a list, the element names must not contain " +"duplicates." +msgstr "" + +#: groupingsets.R:70 +msgid "" +"All columns used in 'sets' argument must be in 'by' too. Columns used in " +"'sets' but not present in 'by': %s" +msgstr "" + +#: groupingsets.R:72 +msgid "" +"When using `id=TRUE` the 'x' data.table must not have a column named " +"'grouping'." +msgstr "" + +#: groupingsets.R:74 +msgid "" +"Character vectors in 'sets' list must not have duplicated column names within " +"a single grouping set." +msgstr "" + +#: groupingsets.R:76 +msgid "" +"'sets' contains a duplicate (i.e., equivalent up to sorting) element at index " +"%d; as such, there will be duplicate rows in the output -- note that grouping " +"by A,B and B,A will produce the same aggregations. Use " +"`sets=unique(lapply(sets, sort))` to eliminate duplicates." +msgstr "" + +#: groupingsets.R:82 +msgid "" +"When argument 'label' is a list, all element names must be (1) in 'by', or " +"(2) the first element of the class in the data.table 'x' of a variable in " +"'by', or (3) one of %s. Element names not satisfying this condition: %s" +msgstr "" + +#: groupingsets.R:92 +#, c-format +msgid "%s (label: %s; data: %s)" +msgstr "" + +#: groupingsets.R:96 +msgid "" +"When argument 'label' is a list, the class of each 'label' element with name " +"in 'by' must match the class of the corresponding column of the data.table " +"'x'. Class mismatch for: %s" +msgstr "" + +#: groupingsets.R:100 +#, c-format +msgid "(label name: %s; label class[1]: %s)" +msgstr "" + +#: groupingsets.R:103 +msgid "" +"When argument 'label' is a list, the name of each element of 'label' not in " +"'by' must match the first element of the class of the element value. " +"Mismatches: %s" +msgstr "" + +#: groupingsets.R:110 +msgid "" +"Expression passed to grouping sets function must not update by reference. Use " +"':=' on results of your grouping function." +msgstr "" + +#: groupingsets.R:117 +msgid "" +"When using `id=TRUE` the 'j' expression must not evaluate to a column named " +"'grouping'." +msgstr "" + +#: groupingsets.R:119 +msgid "" +"There exists duplicated column names in the results, ensure the column passed/" +"evaluated in `j` and those in `by` are not overlapping." +msgstr "" + +#: groupingsets.R:142 +#, c-format +msgid "%s (label: %s)" +msgstr "" + +#: groupingsets.R:143 +msgid "" +"For the following variables, the 'label' value was already in the data: %s" +msgstr "" + +#: groupingsets.R:150 +msgid "Using integer64 class columns require to have 'bit64' package installed." +msgstr "" diff --git a/hindi_files/R-groupingsets.pot b/hindi_files/R-groupingsets.pot new file mode 100644 index 0000000000..a3d3e3a282 --- /dev/null +++ b/hindi_files/R-groupingsets.pot @@ -0,0 +1,151 @@ +msgid "" +msgstr "" +"Project-Id-Version: groupingsets 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" + +#: groupingsets.R:7 groupingsets.R:25 groupingsets.R:47 +msgid "Argument 'x' must be a data.table object" +msgstr "" + +#: groupingsets.R:9 groupingsets.R:27 groupingsets.R:53 +msgid "" +"Argument 'by' must be a character vector of column names used in grouping." +msgstr "" + +#: groupingsets.R:11 groupingsets.R:29 groupingsets.R:59 +msgid "Argument 'id' must be a logical scalar." +msgstr "" + +#: groupingsets.R:31 +msgid "Argument 'j' is required" +msgstr "" + +#: groupingsets.R:49 +msgid "" +"Argument 'x' is a 0-column data.table; no measure to apply grouping over." +msgstr "" + +#: groupingsets.R:51 +msgid "Input data.table must not contain duplicate column names." +msgstr "" + +#: groupingsets.R:55 +msgid "Argument 'by' must have unique column names for grouping." +msgstr "" + +#: groupingsets.R:57 +msgid "Argument 'sets' must be a list of character vectors." +msgstr "" + +#: groupingsets.R:63 +msgid "" +"Argument 'label', if not NULL, must be a scalar or a named list of scalars." +msgstr "" + +#: groupingsets.R:65 +msgid "" +"When argument 'label' is a list, all of the list elements must be named." +msgstr "" + +#: groupingsets.R:67 +msgid "" +"When argument 'label' is a list, the element names must not contain " +"duplicates." +msgstr "" + +#: groupingsets.R:70 +msgid "" +"All columns used in 'sets' argument must be in 'by' too. Columns used in " +"'sets' but not present in 'by': %s" +msgstr "" + +#: groupingsets.R:72 +msgid "" +"When using `id=TRUE` the 'x' data.table must not have a column named " +"'grouping'." +msgstr "" + +#: groupingsets.R:74 +msgid "" +"Character vectors in 'sets' list must not have duplicated column names " +"within a single grouping set." +msgstr "" + +#: groupingsets.R:76 +msgid "" +"'sets' contains a duplicate (i.e., equivalent up to sorting) element at " +"index %d; as such, there will be duplicate rows in the output -- note that " +"grouping by A,B and B,A will produce the same aggregations. Use " +"`sets=unique(lapply(sets, sort))` to eliminate duplicates." +msgstr "" + +#: groupingsets.R:82 +msgid "" +"When argument 'label' is a list, all element names must be (1) in 'by', or " +"(2) the first element of the class in the data.table 'x' of a variable in " +"'by', or (3) one of %s. Element names not satisfying this condition: %s" +msgstr "" + +#: groupingsets.R:92 +#, c-format +msgid "%s (label: %s; data: %s)" +msgstr "" + +#: groupingsets.R:96 +msgid "" +"When argument 'label' is a list, the class of each 'label' element with name " +"in 'by' must match the class of the corresponding column of the data.table " +"'x'. Class mismatch for: %s" +msgstr "" + +#: groupingsets.R:100 +#, c-format +msgid "(label name: %s; label class[1]: %s)" +msgstr "" + +#: groupingsets.R:103 +msgid "" +"When argument 'label' is a list, the name of each element of 'label' not in " +"'by' must match the first element of the class of the element value. " +"Mismatches: %s" +msgstr "" + +#: groupingsets.R:110 +msgid "" +"Expression passed to grouping sets function must not update by reference. " +"Use ':=' on results of your grouping function." +msgstr "" + +#: groupingsets.R:117 +msgid "" +"When using `id=TRUE` the 'j' expression must not evaluate to a column named " +"'grouping'." +msgstr "" + +#: groupingsets.R:119 +msgid "" +"There exists duplicated column names in the results, ensure the column " +"passed/evaluated in `j` and those in `by` are not overlapping." +msgstr "" + +#: groupingsets.R:142 +#, c-format +msgid "%s (label: %s)" +msgstr "" + +#: groupingsets.R:143 +msgid "" +"For the following variables, the 'label' value was already in the data: %s" +msgstr "" + +#: groupingsets.R:150 +msgid "" +"Using integer64 class columns require to have 'bit64' package installed." +msgstr "" diff --git a/hindi_files/R-last-hi_IN.po b/hindi_files/R-last-hi_IN.po new file mode 100644 index 0000000000..fa75bb25c3 --- /dev/null +++ b/hindi_files/R-last-hi_IN.po @@ -0,0 +1,22 @@ +msgid "" +msgstr "" +"Project-Id-Version: last 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" + +#: last.R:11 last.R:16 last.R:24 last.R:29 last.R:33 last.R:41 last.R:52 +#: last.R:57 last.R:65 last.R:70 last.R:74 last.R:82 +msgid "%s: using %s: %s" +msgstr "" + +#: last.R:39 last.R:80 +msgid "" +"'xts' class passed to %s function but 'xts' is not available, you should have " +"'xts' installed already" +msgstr "" diff --git a/hindi_files/R-last.pot b/hindi_files/R-last.pot new file mode 100644 index 0000000000..a377237562 --- /dev/null +++ b/hindi_files/R-last.pot @@ -0,0 +1,21 @@ +msgid "" +msgstr "" +"Project-Id-Version: last 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" + +#: last.R:11 last.R:16 last.R:24 last.R:29 last.R:33 last.R:41 last.R:52 last.R:57 last.R:65 last.R:70 last.R:74 last.R:82 +msgid "%s: using %s: %s" +msgstr "" + +#: last.R:39 last.R:80 +msgid "" +"'xts' class passed to %s function but 'xts' is not available, you should " +"have 'xts' installed already" +msgstr "" diff --git a/hindi_files/R-onAttach-hi_IN.po b/hindi_files/R-onAttach-hi_IN.po new file mode 100644 index 0000000000..04222d083e --- /dev/null +++ b/hindi_files/R-onAttach-hi_IN.po @@ -0,0 +1,86 @@ +msgid "" +msgstr "" +"Project-Id-Version: onAttach 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" + +#: onAttach.R:23 +msgid "" +"data.table %s IN DEVELOPMENT built %s%s using %d threads (see ?getDTthreads)." +msgstr "" + +#: onAttach.R:25 +msgid "data.table %s using %d threads (see ?getDTthreads)." +msgstr "" + +#: onAttach.R:26 +msgid "Latest news: r-datatable.com" +msgstr "" + +#: onAttach.R:27 +msgid "TRANSLATION CHECK" +msgstr "" + +#: onAttach.R:29 +msgid "" +"**********\n" +"Running data.table in English; package support is available in English only. " +"When searching for online help, be sure to also check for the English error " +"message. This can be obtained by looking at the po/R-.po and po/" +".po files in the package source, where the native language and " +"English error messages can be found side-by-side.%s\n" +"**********" +msgstr "" + +#: onAttach.R:34 +msgid "" +"**********\n" +"This development version of data.table was built more than 4 weeks ago. " +"Please update: data.table::update_dev_pkg()\n" +"**********" +msgstr "" + +#: onAttach.R:36 +msgid "" +"**********\n" +"This installation of data.table has not detected OpenMP support. It should " +"still work but in single-threaded mode." +msgstr "" + +#: onAttach.R:38 +msgid "" +"This is a Mac. Please read https://mac.r-project.org/openmp/. Please engage " +"with Apple and ask them for support. Check r-datatable.com for updates, and " +"our Mac instructions here: https://github.com/Rdatatable/data.table/wiki/" +"Installation. After several years of many reports of installation problems on " +"Mac, it's time to gingerly point out that there have been no similar problems " +"on Windows or Linux.\n" +"**********" +msgstr "" + +#: onAttach.R:40 +msgid "" +"This is %s. This warning should not normally occur on Windows or Linux where " +"OpenMP is turned on by data.table's configure script by passing -fopenmp to " +"the compiler. If you see this warning on Windows or Linux, please file a " +"GitHub issue.\n" +"**********" +msgstr "" + +#: onAttach.R:44 +msgid "" +"**********\n" +"This data.table installation was compiled for R < 3.4.0 (Apr 2017) and is " +"known to leak memory. Please upgrade R and reinstall data.table to fix the " +"leak. Maintaining and testing code branches to support very old versions " +"increases development time so please do upgrade R. We intend to bump data." +"table's dependency from 8 year old R 3.1.0 (Apr 2014) to 5 year old R 3.4.0 " +"(Apr 2017).\n" +"**********" +msgstr "" diff --git a/hindi_files/R-onAttach.pot b/hindi_files/R-onAttach.pot new file mode 100644 index 0000000000..dd29b88bc9 --- /dev/null +++ b/hindi_files/R-onAttach.pot @@ -0,0 +1,86 @@ +msgid "" +msgstr "" +"Project-Id-Version: onAttach 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" + +#: onAttach.R:23 +msgid "" +"data.table %s IN DEVELOPMENT built %s%s using %d threads (see ?getDTthreads)." +msgstr "" + +#: onAttach.R:25 +msgid "data.table %s using %d threads (see ?getDTthreads)." +msgstr "" + +#: onAttach.R:26 +msgid "Latest news: r-datatable.com" +msgstr "" + +#: onAttach.R:27 +msgid "TRANSLATION CHECK" +msgstr "" + +#: onAttach.R:29 +msgid "" +"**********\n" +"Running data.table in English; package support is available in English only. " +"When searching for online help, be sure to also check for the English error " +"message. This can be obtained by looking at the po/R-.po and po/" +".po files in the package source, where the native language and " +"English error messages can be found side-by-side.%s\n" +"**********" +msgstr "" + +#: onAttach.R:34 +msgid "" +"**********\n" +"This development version of data.table was built more than 4 weeks ago. " +"Please update: data.table::update_dev_pkg()\n" +"**********" +msgstr "" + +#: onAttach.R:36 +msgid "" +"**********\n" +"This installation of data.table has not detected OpenMP support. It should " +"still work but in single-threaded mode." +msgstr "" + +#: onAttach.R:38 +msgid "" +"This is a Mac. Please read https://mac.r-project.org/openmp/. Please engage " +"with Apple and ask them for support. Check r-datatable.com for updates, and " +"our Mac instructions here: https://github.com/Rdatatable/data.table/wiki/" +"Installation. After several years of many reports of installation problems " +"on Mac, it's time to gingerly point out that there have been no similar " +"problems on Windows or Linux.\n" +"**********" +msgstr "" + +#: onAttach.R:40 +msgid "" +"This is %s. This warning should not normally occur on Windows or Linux where " +"OpenMP is turned on by data.table's configure script by passing -fopenmp to " +"the compiler. If you see this warning on Windows or Linux, please file a " +"GitHub issue.\n" +"**********" +msgstr "" + +#: onAttach.R:44 +msgid "" +"**********\n" +"This data.table installation was compiled for R < 3.4.0 (Apr 2017) and is " +"known to leak memory. Please upgrade R and reinstall data.table to fix the " +"leak. Maintaining and testing code branches to support very old versions " +"increases development time so please do upgrade R. We intend to bump data." +"table's dependency from 8 year old R 3.1.0 (Apr 2014) to 5 year old R 3.4.0 " +"(Apr 2017).\n" +"**********" +msgstr "" diff --git a/hindi_files/R-openmp-utils-hi_IN.po b/hindi_files/R-openmp-utils-hi_IN.po new file mode 100644 index 0000000000..2b3d158154 --- /dev/null +++ b/hindi_files/R-openmp-utils-hi_IN.po @@ -0,0 +1,23 @@ +msgid "" +msgstr "" +"Project-Id-Version: openmp-utils 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" + +#: openmp-utils.R:3 +msgid "Provide either threads= or percent= but not both" +msgstr "" + +#: openmp-utils.R:4 +msgid "percent= is provided but is length %d" +msgstr "" + +#: openmp-utils.R:6 +msgid "percent==%d but should be a number between 2 and 100" +msgstr "" diff --git a/hindi_files/R-openmp-utils.pot b/hindi_files/R-openmp-utils.pot new file mode 100644 index 0000000000..38d049c004 --- /dev/null +++ b/hindi_files/R-openmp-utils.pot @@ -0,0 +1,23 @@ +msgid "" +msgstr "" +"Project-Id-Version: openmp-utils 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" + +#: openmp-utils.R:3 +msgid "Provide either threads= or percent= but not both" +msgstr "" + +#: openmp-utils.R:4 +msgid "percent= is provided but is length %d" +msgstr "" + +#: openmp-utils.R:6 +msgid "percent==%d but should be a number between 2 and 100" +msgstr "" diff --git a/hindi_files/R-programming-hi_IN.po b/hindi_files/R-programming-hi_IN.po new file mode 100644 index 0000000000..f1512ae21e --- /dev/null +++ b/hindi_files/R-programming-hi_IN.po @@ -0,0 +1,45 @@ +msgid "" +msgstr "" +"Project-Id-Version: programming 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" + +#: programming.R:14 programming.R:40 +msgid "'x' must be a list" +msgstr "" + +#: programming.R:22 +msgid "" +"Character objects provided in the input are not scalar objects, if you need " +"them as character vector rather than a name, then wrap each into 'I' call: %s" +msgstr "" + +#: programming.R:50 +msgid "'env' must not be missing" +msgstr "" + +#: programming.R:56 +msgid "'env' must be a list or an environment" +msgstr "" + +#: programming.R:63 +msgid "'env' argument does not have names" +msgstr "" + +#: programming.R:65 +msgid "'env' argument has zero char names" +msgstr "" + +#: programming.R:67 +msgid "'env' argument has NA names" +msgstr "" + +#: programming.R:69 +msgid "'env' argument has duplicated names" +msgstr "" diff --git a/hindi_files/R-programming.pot b/hindi_files/R-programming.pot new file mode 100644 index 0000000000..a25920203a --- /dev/null +++ b/hindi_files/R-programming.pot @@ -0,0 +1,45 @@ +msgid "" +msgstr "" +"Project-Id-Version: programming 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" + +#: programming.R:14 programming.R:40 +msgid "'x' must be a list" +msgstr "" + +#: programming.R:22 +msgid "" +"Character objects provided in the input are not scalar objects, if you need " +"them as character vector rather than a name, then wrap each into 'I' call: %s" +msgstr "" + +#: programming.R:50 +msgid "'env' must not be missing" +msgstr "" + +#: programming.R:56 +msgid "'env' must be a list or an environment" +msgstr "" + +#: programming.R:63 +msgid "'env' argument does not have names" +msgstr "" + +#: programming.R:65 +msgid "'env' argument has zero char names" +msgstr "" + +#: programming.R:67 +msgid "'env' argument has NA names" +msgstr "" + +#: programming.R:69 +msgid "'env' argument has duplicated names" +msgstr "" diff --git a/hindi_files/R-setops-hi_IN.po b/hindi_files/R-setops-hi_IN.po new file mode 100644 index 0000000000..a1e6a0b884 --- /dev/null +++ b/hindi_files/R-setops-hi_IN.po @@ -0,0 +1,107 @@ +msgid "" +msgstr "" +"Project-Id-Version: setops 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" + +#: setops.R:3 setops.R:40 +msgid "x and y must both be data.tables" +msgstr "" + +#: setops.R:17 +msgid "" +"When x's column ('%s') is character, the corresponding column in y ('%s') " +"should be factor or character, but found incompatible type '%s'." +msgstr "" + +#: setops.R:19 +msgid "" +"When x's column ('%s') is factor, the corresponding column in y ('%s') should " +"be character or factor, but found incompatible type '%s'." +msgstr "" + +#: setops.R:21 +msgid "" +"When x's column ('%s') is integer or numeric, the corresponding column in y " +"('%s') can not be character or logical types, but found incompatible type " +"'%s'." +msgstr "" + +#: setops.R:39 +msgid "argument 'all' should be logical of length one" +msgstr "" + +#: setops.R:41 +msgid "x and y must have the same column names" +msgstr "" + +#: setops.R:42 +msgid "x and y must have the same column order" +msgstr "" + +#: setops.R:55 +msgid "Item %d of x is '%s' but the corresponding item of y is '%s'." +msgstr "" + +#: setops.R:57 +msgid "None of the datasets should contain a column named '.seqn'" +msgstr "" + +#: setops.R:162 +msgid "Datasets have different keys" +msgstr "" + +#: setops.R:163 setops.R:164 +#, c-format +msgid "has no key" +msgstr "" + +#: setops.R:173 +msgid "Datasets have different indices" +msgstr "" + +#: setops.R:174 setops.R:175 +#, c-format +msgid "has no index" +msgstr "" + +#: setops.R:192 +msgid "None of the datasets to compare should contain a column named '.seqn'" +msgstr "" + +#: setops.R:195 +msgid "" +"Datasets to compare with 'ignore.row.order' must not have unsupported column " +"types: %s" +msgstr "" + +#: setops.R:197 +msgid "" +"Argument 'tolerance' was forced to lowest accepted value `sqrt(." +"Machine$double.eps)` from provided %s" +msgstr "" + +#: setops.R:210 +msgid "" +"Duplicate rows in datasets, numeric columns and ignore.row.order cannot be " +"used with non 0 tolerance argument" +msgstr "" + +#: setops.R:224 +msgid "" +"Factor columns and ignore.row.order cannot be used with non 0 tolerance " +"argument" +msgstr "" + +#: setops.R:46 +msgid "unsupported column type found in x or y: %s" +msgid_plural "unsupported column types found in x or y: %s" +msgstr[0] "" +msgstr[1] "" diff --git a/hindi_files/R-setops.pot b/hindi_files/R-setops.pot new file mode 100644 index 0000000000..a0aef0da02 --- /dev/null +++ b/hindi_files/R-setops.pot @@ -0,0 +1,107 @@ +msgid "" +msgstr "" +"Project-Id-Version: setops 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" + +#: setops.R:3 setops.R:40 +msgid "x and y must both be data.tables" +msgstr "" + +#: setops.R:17 +msgid "" +"When x's column ('%s') is character, the corresponding column in y ('%s') " +"should be factor or character, but found incompatible type '%s'." +msgstr "" + +#: setops.R:19 +msgid "" +"When x's column ('%s') is factor, the corresponding column in y ('%s') " +"should be character or factor, but found incompatible type '%s'." +msgstr "" + +#: setops.R:21 +msgid "" +"When x's column ('%s') is integer or numeric, the corresponding column in y (" +"'%s') can not be character or logical types, but found incompatible type " +"'%s'." +msgstr "" + +#: setops.R:39 +msgid "argument 'all' should be logical of length one" +msgstr "" + +#: setops.R:41 +msgid "x and y must have the same column names" +msgstr "" + +#: setops.R:42 +msgid "x and y must have the same column order" +msgstr "" + +#: setops.R:55 +msgid "Item %d of x is '%s' but the corresponding item of y is '%s'." +msgstr "" + +#: setops.R:57 +msgid "None of the datasets should contain a column named '.seqn'" +msgstr "" + +#: setops.R:162 +msgid "Datasets have different keys" +msgstr "" + +#: setops.R:163 setops.R:164 +#, c-format +msgid "has no key" +msgstr "" + +#: setops.R:173 +msgid "Datasets have different indices" +msgstr "" + +#: setops.R:174 setops.R:175 +#, c-format +msgid "has no index" +msgstr "" + +#: setops.R:192 +msgid "None of the datasets to compare should contain a column named '.seqn'" +msgstr "" + +#: setops.R:195 +msgid "" +"Datasets to compare with 'ignore.row.order' must not have unsupported column " +"types: %s" +msgstr "" + +#: setops.R:197 +msgid "" +"Argument 'tolerance' was forced to lowest accepted value `sqrt(." +"Machine$double.eps)` from provided %s" +msgstr "" + +#: setops.R:210 +msgid "" +"Duplicate rows in datasets, numeric columns and ignore.row.order cannot be " +"used with non 0 tolerance argument" +msgstr "" + +#: setops.R:224 +msgid "" +"Factor columns and ignore.row.order cannot be used with non 0 tolerance " +"argument" +msgstr "" + +#: setops.R:46 +msgid "unsupported column type found in x or y: %s" +msgid_plural "unsupported column types found in x or y: %s" +msgstr[0] "" +msgstr[1] "" diff --git a/hindi_files/assign-hi_IN.po b/hindi_files/assign-hi_IN.po new file mode 100644 index 0000000000..4d1e206dea --- /dev/null +++ b/hindi_files/assign-hi_IN.po @@ -0,0 +1,576 @@ +msgid "" +msgstr "" +"Project-Id-Version: assign 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" + +#: assign.c:122 +msgid "" +".internal.selfref ptr is NULL. This is expected and normal for a data.table " +"loaded from disk. Please remember to always setDT() immediately after loading " +"to prevent unexpected behavior. If this table was not loaded from disk or " +"you've already run setDT(), please report to data.table issue tracker.\n" +msgstr "" + +#: assign.c:203 +#, c-format +msgid "" +"Some columns are a multi-column type (such as a matrix column), for example " +"column %d. setDT will retain these columns as-is but subsequent operations " +"like grouping and joining may fail. Please consider as.data.table() instead " +"which will create a new column for each embedded column." +msgstr "" + +#: assign.c:220 +#, c-format +msgid "" +"Column %d has class 'POSIXlt'. Please convert it to POSIXct (using as." +"POSIXct) and run setDT() again. We do not recommend the use of POSIXlt at all " +"because it uses 40 bytes to store one date." +msgstr "" + +#: assign.c:240 +#, c-format +msgid "" +"All elements in argument 'x' to 'setDT' must be of equal length, but input %d " +"has length %d whereas the first non-empty input had length %d" +msgstr "" + +#: assign.c:250 +msgid "alloccol has been passed a NULL dt" +msgstr "" + +#: assign.c:251 +msgid "dt passed to alloccol isn't type VECSXP" +msgstr "" + +#: assign.c:253 +msgid "" +"dt passed to alloccol has no class attribute. Please report result of " +"traceback() to data.table issue tracker." +msgstr "" + +#: assign.c:270 +#, c-format +msgid "" +"tl (%d) is greater than 10,000 items over-allocated (l = %d). If you didn't " +"set the datatable.alloccol option to be very large, please report to data." +"table issue tracker including the result of sessionInfo()." +msgstr "" + +#: assign.c:272 +#, c-format +msgid "" +"Attempt to reduce allocation from %d to %d ignored. Can only increase " +"allocation via shallow copy. Please do not use DT[...]<- or DT$someCol<-. " +"Use := inside DT[...] instead." +msgstr "" + +#: assign.c:280 +msgid "" +"Has getOption('datatable.alloccol') somehow become unset? It should be a " +"number, by default 1024." +msgstr "" + +#: assign.c:282 +#, c-format +msgid "" +"getOption('datatable.alloccol') should be a number, by default 1024. But its " +"type is '%s'." +msgstr "" + +#: assign.c:284 +#, c-format +msgid "" +"getOption('datatable.alloc') is a numeric vector ok but its length is %d. Its " +"length should be 1." +msgstr "" + +#: assign.c:287 +#, c-format +msgid "getOption('datatable.alloc')==%d. It must be >=0 and not NA." +msgstr "" + +#: assign.c:293 +#, c-format +msgid "%s must be TRUE or FALSE" +msgstr "" + +#: assign.c:341 +msgid "assign has been passed a NULL dt" +msgstr "" + +#: assign.c:342 +msgid "dt passed to assign isn't type VECSXP" +msgstr "" + +#: assign.c:344 +msgid "" +".SD is locked. Updating .SD by reference using := or set are reserved for " +"future use. Use := in j directly. Or use copy(.SD) as a (slow) last resort, " +"until shallow() is exported." +msgstr "" + +#: assign.c:356 +msgid "dt passed to assign has no names" +msgstr "" + +#: assign.c:360 +msgid "" +"data.table is NULL; malformed. A null data.table should be an empty list. " +"typeof() should always return 'list' for data.table." +msgstr "" + +#: assign.c:370 +#, c-format +msgid "Assigning to all %d rows\n" +msgstr "" + +#: assign.c:375 +msgid "" +"Coerced i from numeric to integer. Please pass integer for efficiency; e.g., " +"2L rather than 2" +msgstr "" + +#: assign.c:378 +#, c-format +msgid "" +"i is type '%s'. Must be integer, or numeric is coerced with warning. If i is " +"a logical subset, simply wrap with which(), and take the which() outside the " +"loop if possible for efficiency." +msgstr "" + +#: assign.c:384 +#, c-format +msgid "i[%d] is %d which is out of range [1,nrow=%d]" +msgstr "" + +#: assign.c:387 +#, c-format +msgid "Assigning to %d row subset of %d rows\n" +msgstr "" + +#: assign.c:403 +msgid "length(LHS)==0; no columns to delete or assign RHS to." +msgstr "" + +#: assign.c:417 +msgid "" +"set() on a data.frame is for changing existing columns, not adding new ones. " +"Please use a data.table for that. data.table's are over-allocated and don't " +"shallow copy." +msgstr "" + +#: assign.c:428 +msgid "" +"Coerced j from numeric to integer. Please pass integer for efficiency; e.g., " +"2L rather than 2" +msgstr "" + +#: assign.c:431 +#, c-format +msgid "" +"j is type '%s'. Must be integer, character, or numeric is coerced with " +"warning." +msgstr "" + +#: assign.c:433 +msgid "" +"Can't assign to the same column twice in the same query (duplicates detected)." +msgstr "" + +#: assign.c:434 +msgid "newcolnames is supplied but isn't a character vector" +msgstr "" + +#: assign.c:436 +msgid "" +"Values of type POSIXlt detected and converted to POSIXct. We do not recommend " +"the use of POSIXlt at all because it typically takes more than 6 times the " +"storage as an equivalent POSIXct column. Use as.POSIXct() to avoid this " +"warning." +msgstr "" + +#: assign.c:446 +#, c-format +msgid "" +"RHS_list_of_columns revised to true because RHS list has 1 item which is " +"NULL, or whose length %d is either 1 or targetlen (%d). Please unwrap RHS.\n" +msgstr "" + +#: assign.c:451 +#, c-format +msgid "" +"Supplied %d columns to be assigned an empty list (which may be an empty data." +"table or data.frame since they are lists too). To delete multiple columns use " +"NULL instead. To add multiple empty list columns, use list(list())." +msgstr "" + +#: assign.c:456 +#, c-format +msgid "Recycling single RHS list item across %d columns. Please unwrap RHS.\n" +msgstr "" + +#: assign.c:458 +#, c-format +msgid "" +"Supplied %d columns to be assigned %d items. Please see NEWS for v1.12.2." +msgstr "" + +#: assign.c:466 +#, c-format +msgid "" +"Item %d of column numbers in j is %d which is outside range [1,ncol=%d]. " +"set() on a data.frame is for changing existing columns, not adding new ones. " +"Please use a data.table for that." +msgstr "" + +#: assign.c:467 +#, c-format +msgid "" +"Item %d of column numbers in j is %d which is outside range [1,ncol=%d]. Use " +"column names instead in j to add new columns." +msgstr "" + +#: assign.c:473 +msgid "" +"Doubly-invalid attempt to delete a non-existent column while also providing i" +msgstr "" + +#: assign.c:475 +msgid "" +"Invalid attempt to delete a list column while also providing i; did you " +"intend to add NULL to those rows instead? If so, use list_col := " +"list(list(NULL))." +msgstr "" + +#: assign.c:476 +msgid "When deleting columns, i should not be provided" +msgstr "" + +#: assign.c:484 +#, c-format +msgid "" +"RHS of assignment to existing column '%s' is zero length but not NULL. If you " +"intend to delete the column use NULL. Otherwise, the RHS must have length > " +"0; e.g., NA_integer_. If you are trying to change the column type to be an " +"empty list column then, as with all column type changes, provide a full " +"length RHS vector such as vector('list',nrow(DT)); i.e., 'plonk' in the new " +"column." +msgstr "" + +#: assign.c:491 +#, c-format +msgid "" +"Tried to assign NULL to column '%s', but this column does not exist to remove" +msgstr "" + +#: assign.c:499 +#, c-format +msgid "%d column matrix RHS of := will be treated as one vector" +msgstr "" + +#: assign.c:504 +#, c-format +msgid "" +"Can't assign to column '%s' (type 'factor') a value of type '%s' (not " +"character, factor, integer or numeric)" +msgstr "" + +#: assign.c:510 +#, c-format +msgid "" +"Supplied %d items to be assigned to %d items of column '%s'. If you wish to " +"'recycle' the RHS please use rep() to make this intent clear to readers of " +"your code." +msgstr "" + +#: assign.c:520 +msgid "" +"This data.table has either been loaded from disk (e.g. using readRDS()/" +"load()) or constructed manually (e.g. using structure()). Please run setDT() " +"or setalloccol() on it first (to pre-allocate space for new columns) before " +"assigning by reference to it." +msgstr "" + +#: assign.c:523 +#, c-format +msgid "" +"truelength (%d) is greater than 10,000 items over-allocated (length = %d). " +"See ?truelength. If you didn't set the datatable.alloccol option very large, " +"please report to data.table issue tracker including the result of " +"sessionInfo()." +msgstr "" + +#: assign.c:527 +msgid "" +"It appears that at some earlier point, names of this data.table have been " +"reassigned. Please ensure to use setnames() rather than names<- or " +"colnames<-. Otherwise, please report to data.table issue tracker." +msgstr "" + +#: assign.c:534 +msgid "" +"It appears that at some earlier point, attributes of this data.table have " +"been reassigned. Please use setattr(DT, name, value) rather than attr(DT, " +"name) <- value. If that doesn't apply to you, please report your case to the " +"data.table issue tracker." +msgstr "" + +#: assign.c:564 +#, c-format +msgid "" +"RHS for item %d has been duplicated because MAYBE_REFERENCED==%d " +"MAYBE_SHARED==%d, but then is being plonked. length(values)==%d; " +"length(cols)==%d)\n" +msgstr "" + +#: assign.c:569 +#, c-format +msgid "" +"Direct plonk of unnamed RHS, no copy. MAYBE_REFERENCED==%d, MAYBE_SHARED==%d\n" +msgstr "" + +#: assign.c:638 +#, c-format +msgid "" +"Dropping index '%s' as it doesn't have '__' at the beginning of its name. It " +"was very likely created by v1.9.4 of data.table.\n" +msgstr "" + +#: assign.c:683 assign.c:699 +#, c-format +msgid "Dropping index '%s' due to an update on a key column\n" +msgstr "" + +#: assign.c:692 +#, c-format +msgid "Shortening index '%s' to '%s' due to an update on a key column\n" +msgstr "" + +#: assign.c:750 +#, c-format +msgid "(column %d named '%s')" +msgstr "" + +#: assign.c:784 +#, c-format +msgid "" +"Cannot assign 'factor' to '%s'. Factors can only be assigned to factor, " +"character or list columns." +msgstr "" + +#: assign.c:799 +#, c-format +msgid "" +"Assigning factor numbers to target vector. But %d is outside the level range " +"[1,%d]" +msgstr "" + +#: assign.c:801 +#, c-format +msgid "" +"Assigning factor numbers to column %d named '%s'. But %d is outside the level " +"range [1,%d]" +msgstr "" + +#: assign.c:811 +#, c-format +msgid "" +"Assigning factor numbers to target vector. But %f is outside the level range " +"[1,%d], or is not a whole number." +msgstr "" + +#: assign.c:813 +#, c-format +msgid "" +"Assigning factor numbers to column %d named '%s'. But %f is outside the level " +"range [1,%d], or is not a whole number." +msgstr "" + +#: assign.c:819 +#, c-format +msgid "" +"Cannot assign '%s' to 'factor'. Factor columns can be assigned factor, " +"character, NA in any type, or level numbers." +msgstr "" + +#: assign.c:879 +msgid "Unable to allocate working memory of %zu bytes to combine factor levels" +msgstr "" + +#: assign.c:906 +#, c-format +msgid "Coercing 'character' RHS to '%s' to match the type of target vector." +msgstr "" + +#: assign.c:908 +#, c-format +msgid "" +"Coercing 'character' RHS to '%s' to match the type of column %d named '%s'." +msgstr "" + +#: assign.c:916 +msgid "" +"Cannot coerce 'list' RHS to 'integer64' to match the type of target vector." +msgstr "" + +#: assign.c:918 +#, c-format +msgid "" +"Cannot coerce 'list' RHS to 'integer64' to match the type of column %d named " +"'%s'." +msgstr "" + +#: assign.c:924 +#, c-format +msgid "Coercing 'list' RHS to '%s' to match the type of target vector." +msgstr "" + +#: assign.c:926 +#, c-format +msgid "Coercing 'list' RHS to '%s' to match the type of column %d named '%s'." +msgstr "" + +#: assign.c:934 +#, c-format +msgid "Zero-copy coerce when assigning '%s' to '%s' target vector.\n" +msgstr "" + +#: assign.c:936 +#, c-format +msgid "" +"Zero-copy coerce when assigning '%s' to column %d named '%s' which is '%s'.\n" +msgstr "" + +#: assign.c:952 +#, c-format +msgid "(target vector)" +msgstr "" + +#: assign.c:962 assign.c:963 +#, c-format +msgid "" +"%d (type '%s') at RHS position %d taken as TRUE when assigning to type '%s' %s" +msgstr "" + +#: assign.c:965 +#, c-format +msgid "" +"% (type '%s') at RHS position %d taken as TRUE when assigning to type " +"'%s' %s" +msgstr "" + +#: assign.c:966 +#, c-format +msgid "" +"%f (type '%s') at RHS position %d taken as TRUE when assigning to type '%s' %s" +msgstr "" + +#: assign.c:970 +#, c-format +msgid "" +"%d (type '%s' at RHS position %d taken as 0 when assigning to type '%s' %s" +msgstr "" + +#: assign.c:972 +#, c-format +msgid "" +"% (type '%s') at RHS position %d taken as 0 when assigning to type " +"'%s' %s" +msgstr "" + +#: assign.c:973 +#, c-format +msgid "" +"%f (type '%s') at RHS position %d either truncated (precision lost) or taken " +"as 0 when assigning to type '%s' %s" +msgstr "" + +#: assign.c:978 +#, c-format +msgid "" +"% (type '%s') at RHS position %d out-of-range (NA) when assigning to " +"type '%s' %s" +msgstr "" + +#: assign.c:979 assign.c:986 +#, c-format +msgid "" +"%f (type '%s') at RHS position %d out-of-range(NA) or truncated (precision " +"lost) when assigning to type '%s' %s" +msgstr "" + +#: assign.c:981 assign.c:990 +#, c-format +msgid "" +"%f (type '%s') at RHS position %d either imaginary part discarded or real " +"part truncated (precision lost) when assigning to type '%s' %s" +msgstr "" + +#: assign.c:991 +#, c-format +msgid "" +"%f (type '%s') at RHS position %d imaginary part discarded when assigning to " +"type '%s' %s" +msgstr "" + +#: assign.c:1036 +#, c-format +msgid "type '%s' cannot be coerced to '%s'" +msgstr "" + +#: assign.c:1194 +#, c-format +msgid "Unsupported column type in assign.c:memrecycle '%s'" +msgstr "" + +#: assign.c:1279 +#, c-format +msgid "savetl_init checks failed (%d %d %p %p)" +msgstr "" + +#: assign.c:1288 +#, c-format +msgid "Failed to allocate initial %d items in savetl_init" +msgstr "" + +#: assign.c:1304 +#, c-format +msgid "Failed to realloc saveds to %d items in savetl" +msgstr "" + +#: assign.c:1310 +#, c-format +msgid "Failed to realloc savedtl to %d items in savetl" +msgstr "" + +#: assign.c:1333 +msgid "x must be a character vector" +msgstr "" + +#: assign.c:1334 +msgid "'which' must be an integer vector" +msgstr "" + +#: assign.c:1335 +msgid "'new' must be a character vector" +msgstr "" + +#: assign.c:1336 +#, c-format +msgid "'new' is length %d. Should be the same as length of 'which' (%d)" +msgstr "" + +#: assign.c:1339 +#, c-format +msgid "" +"Item %d of 'which' is %d which is outside range of the length %d character " +"vector" +msgstr "" diff --git a/hindi_files/assign.pot b/hindi_files/assign.pot new file mode 100644 index 0000000000..400efc7bdc --- /dev/null +++ b/hindi_files/assign.pot @@ -0,0 +1,581 @@ +msgid "" +msgstr "" +"Project-Id-Version: assign 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" + +#: assign.c:122 +msgid "" +".internal.selfref ptr is NULL. This is expected and normal for a data.table " +"loaded from disk. Please remember to always setDT() immediately after " +"loading to prevent unexpected behavior. If this table was not loaded from " +"disk or you've already run setDT(), please report to data.table issue " +"tracker.\n" +msgstr "" + +#: assign.c:203 +#, c-format +msgid "" +"Some columns are a multi-column type (such as a matrix column), for example " +"column %d. setDT will retain these columns as-is but subsequent operations " +"like grouping and joining may fail. Please consider as.data.table() instead " +"which will create a new column for each embedded column." +msgstr "" + +#: assign.c:220 +#, c-format +msgid "" +"Column %d has class 'POSIXlt'. Please convert it to POSIXct (using as." +"POSIXct) and run setDT() again. We do not recommend the use of POSIXlt at " +"all because it uses 40 bytes to store one date." +msgstr "" + +#: assign.c:240 +#, c-format +msgid "" +"All elements in argument 'x' to 'setDT' must be of equal length, but input " +"%d has length %d whereas the first non-empty input had length %d" +msgstr "" + +#: assign.c:250 +msgid "alloccol has been passed a NULL dt" +msgstr "" + +#: assign.c:251 +msgid "dt passed to alloccol isn't type VECSXP" +msgstr "" + +#: assign.c:253 +msgid "" +"dt passed to alloccol has no class attribute. Please report result of " +"traceback() to data.table issue tracker." +msgstr "" + +#: assign.c:270 +#, c-format +msgid "" +"tl (%d) is greater than 10,000 items over-allocated (l = %d). If you didn't " +"set the datatable.alloccol option to be very large, please report to data." +"table issue tracker including the result of sessionInfo()." +msgstr "" + +#: assign.c:272 +#, c-format +msgid "" +"Attempt to reduce allocation from %d to %d ignored. Can only increase " +"allocation via shallow copy. Please do not use DT[...]<- or DT$someCol<-. " +"Use := inside DT[...] instead." +msgstr "" + +#: assign.c:280 +msgid "" +"Has getOption('datatable.alloccol') somehow become unset? It should be a " +"number, by default 1024." +msgstr "" + +#: assign.c:282 +#, c-format +msgid "" +"getOption('datatable.alloccol') should be a number, by default 1024. But its " +"type is '%s'." +msgstr "" + +#: assign.c:284 +#, c-format +msgid "" +"getOption('datatable.alloc') is a numeric vector ok but its length is %d. " +"Its length should be 1." +msgstr "" + +#: assign.c:287 +#, c-format +msgid "getOption('datatable.alloc')==%d. It must be >=0 and not NA." +msgstr "" + +#: assign.c:293 +#, c-format +msgid "%s must be TRUE or FALSE" +msgstr "" + +#: assign.c:341 +msgid "assign has been passed a NULL dt" +msgstr "" + +#: assign.c:342 +msgid "dt passed to assign isn't type VECSXP" +msgstr "" + +#: assign.c:344 +msgid "" +".SD is locked. Updating .SD by reference using := or set are reserved for " +"future use. Use := in j directly. Or use copy(.SD) as a (slow) last resort, " +"until shallow() is exported." +msgstr "" + +#: assign.c:356 +msgid "dt passed to assign has no names" +msgstr "" + +#: assign.c:360 +msgid "" +"data.table is NULL; malformed. A null data.table should be an empty list. " +"typeof() should always return 'list' for data.table." +msgstr "" + +#: assign.c:370 +#, c-format +msgid "Assigning to all %d rows\n" +msgstr "" + +#: assign.c:375 +msgid "" +"Coerced i from numeric to integer. Please pass integer for efficiency; e.g., " +"2L rather than 2" +msgstr "" + +#: assign.c:378 +#, c-format +msgid "" +"i is type '%s'. Must be integer, or numeric is coerced with warning. If i is " +"a logical subset, simply wrap with which(), and take the which() outside the " +"loop if possible for efficiency." +msgstr "" + +#: assign.c:384 +#, c-format +msgid "i[%d] is %d which is out of range [1,nrow=%d]" +msgstr "" + +#: assign.c:387 +#, c-format +msgid "Assigning to %d row subset of %d rows\n" +msgstr "" + +#: assign.c:403 +msgid "length(LHS)==0; no columns to delete or assign RHS to." +msgstr "" + +#: assign.c:417 +msgid "" +"set() on a data.frame is for changing existing columns, not adding new ones. " +"Please use a data.table for that. data.table's are over-allocated and don't " +"shallow copy." +msgstr "" + +#: assign.c:428 +msgid "" +"Coerced j from numeric to integer. Please pass integer for efficiency; e.g., " +"2L rather than 2" +msgstr "" + +#: assign.c:431 +#, c-format +msgid "" +"j is type '%s'. Must be integer, character, or numeric is coerced with " +"warning." +msgstr "" + +#: assign.c:433 +msgid "" +"Can't assign to the same column twice in the same query (duplicates " +"detected)." +msgstr "" + +#: assign.c:434 +msgid "newcolnames is supplied but isn't a character vector" +msgstr "" + +#: assign.c:436 +msgid "" +"Values of type POSIXlt detected and converted to POSIXct. We do not " +"recommend the use of POSIXlt at all because it typically takes more than 6 " +"times the storage as an equivalent POSIXct column. Use as.POSIXct() to avoid " +"this warning." +msgstr "" + +#: assign.c:446 +#, c-format +msgid "" +"RHS_list_of_columns revised to true because RHS list has 1 item which is " +"NULL, or whose length %d is either 1 or targetlen (%d). Please unwrap RHS.\n" +msgstr "" + +#: assign.c:451 +#, c-format +msgid "" +"Supplied %d columns to be assigned an empty list (which may be an empty data." +"table or data.frame since they are lists too). To delete multiple columns " +"use NULL instead. To add multiple empty list columns, use list(list())." +msgstr "" + +#: assign.c:456 +#, c-format +msgid "Recycling single RHS list item across %d columns. Please unwrap RHS.\n" +msgstr "" + +#: assign.c:458 +#, c-format +msgid "" +"Supplied %d columns to be assigned %d items. Please see NEWS for v1.12.2." +msgstr "" + +#: assign.c:466 +#, c-format +msgid "" +"Item %d of column numbers in j is %d which is outside range [1,ncol=%d]. " +"set() on a data.frame is for changing existing columns, not adding new ones. " +"Please use a data.table for that." +msgstr "" + +#: assign.c:467 +#, c-format +msgid "" +"Item %d of column numbers in j is %d which is outside range [1,ncol=%d]. Use " +"column names instead in j to add new columns." +msgstr "" + +#: assign.c:473 +msgid "" +"Doubly-invalid attempt to delete a non-existent column while also providing i" +msgstr "" + +#: assign.c:475 +msgid "" +"Invalid attempt to delete a list column while also providing i; did you " +"intend to add NULL to those rows instead? If so, use list_col := " +"list(list(NULL))." +msgstr "" + +#: assign.c:476 +msgid "When deleting columns, i should not be provided" +msgstr "" + +#: assign.c:484 +#, c-format +msgid "" +"RHS of assignment to existing column '%s' is zero length but not NULL. If " +"you intend to delete the column use NULL. Otherwise, the RHS must have " +"length > 0; e.g., NA_integer_. If you are trying to change the column type " +"to be an empty list column then, as with all column type changes, provide a " +"full length RHS vector such as vector('list',nrow(DT)); i.e., 'plonk' in the " +"new column." +msgstr "" + +#: assign.c:491 +#, c-format +msgid "" +"Tried to assign NULL to column '%s', but this column does not exist to remove" +msgstr "" + +#: assign.c:499 +#, c-format +msgid "%d column matrix RHS of := will be treated as one vector" +msgstr "" + +#: assign.c:504 +#, c-format +msgid "" +"Can't assign to column '%s' (type 'factor') a value of type '%s' (not " +"character, factor, integer or numeric)" +msgstr "" + +#: assign.c:510 +#, c-format +msgid "" +"Supplied %d items to be assigned to %d items of column '%s'. If you wish to " +"'recycle' the RHS please use rep() to make this intent clear to readers of " +"your code." +msgstr "" + +#: assign.c:520 +msgid "" +"This data.table has either been loaded from disk (e.g. using readRDS()/" +"load()) or constructed manually (e.g. using structure()). Please run setDT() " +"or setalloccol() on it first (to pre-allocate space for new columns) before " +"assigning by reference to it." +msgstr "" + +#: assign.c:523 +#, c-format +msgid "" +"truelength (%d) is greater than 10,000 items over-allocated (length = %d). " +"See ?truelength. If you didn't set the datatable.alloccol option very large, " +"please report to data.table issue tracker including the result of " +"sessionInfo()." +msgstr "" + +#: assign.c:527 +msgid "" +"It appears that at some earlier point, names of this data.table have been " +"reassigned. Please ensure to use setnames() rather than names<- or " +"colnames<-. Otherwise, please report to data.table issue tracker." +msgstr "" + +#: assign.c:534 +msgid "" +"It appears that at some earlier point, attributes of this data.table have " +"been reassigned. Please use setattr(DT, name, value) rather than attr(DT, " +"name) <- value. If that doesn't apply to you, please report your case to the " +"data.table issue tracker." +msgstr "" + +#: assign.c:564 +#, c-format +msgid "" +"RHS for item %d has been duplicated because MAYBE_REFERENCED==%d " +"MAYBE_SHARED==%d, but then is being plonked. length(values)==%d; " +"length(cols)==%d)\n" +msgstr "" + +#: assign.c:569 +#, c-format +msgid "" +"Direct plonk of unnamed RHS, no copy. MAYBE_REFERENCED==%d, MAYBE_SHARED==" +"%d\n" +msgstr "" + +#: assign.c:638 +#, c-format +msgid "" +"Dropping index '%s' as it doesn't have '__' at the beginning of its name. It " +"was very likely created by v1.9.4 of data.table.\n" +msgstr "" + +#: assign.c:683 assign.c:699 +#, c-format +msgid "Dropping index '%s' due to an update on a key column\n" +msgstr "" + +#: assign.c:692 +#, c-format +msgid "Shortening index '%s' to '%s' due to an update on a key column\n" +msgstr "" + +#: assign.c:750 +#, c-format +msgid "(column %d named '%s')" +msgstr "" + +#: assign.c:784 +#, c-format +msgid "" +"Cannot assign 'factor' to '%s'. Factors can only be assigned to factor, " +"character or list columns." +msgstr "" + +#: assign.c:799 +#, c-format +msgid "" +"Assigning factor numbers to target vector. But %d is outside the level range " +"[1,%d]" +msgstr "" + +#: assign.c:801 +#, c-format +msgid "" +"Assigning factor numbers to column %d named '%s'. But %d is outside the " +"level range [1,%d]" +msgstr "" + +#: assign.c:811 +#, c-format +msgid "" +"Assigning factor numbers to target vector. But %f is outside the level range " +"[1,%d], or is not a whole number." +msgstr "" + +#: assign.c:813 +#, c-format +msgid "" +"Assigning factor numbers to column %d named '%s'. But %f is outside the " +"level range [1,%d], or is not a whole number." +msgstr "" + +#: assign.c:819 +#, c-format +msgid "" +"Cannot assign '%s' to 'factor'. Factor columns can be assigned factor, " +"character, NA in any type, or level numbers." +msgstr "" + +#: assign.c:879 +msgid "Unable to allocate working memory of %zu bytes to combine factor levels" +msgstr "" + +#: assign.c:906 +#, c-format +msgid "Coercing 'character' RHS to '%s' to match the type of target vector." +msgstr "" + +#: assign.c:908 +#, c-format +msgid "" +"Coercing 'character' RHS to '%s' to match the type of column %d named '%s'." +msgstr "" + +#: assign.c:916 +msgid "" +"Cannot coerce 'list' RHS to 'integer64' to match the type of target vector." +msgstr "" + +#: assign.c:918 +#, c-format +msgid "" +"Cannot coerce 'list' RHS to 'integer64' to match the type of column %d named " +"'%s'." +msgstr "" + +#: assign.c:924 +#, c-format +msgid "Coercing 'list' RHS to '%s' to match the type of target vector." +msgstr "" + +#: assign.c:926 +#, c-format +msgid "Coercing 'list' RHS to '%s' to match the type of column %d named '%s'." +msgstr "" + +#: assign.c:934 +#, c-format +msgid "Zero-copy coerce when assigning '%s' to '%s' target vector.\n" +msgstr "" + +#: assign.c:936 +#, c-format +msgid "" +"Zero-copy coerce when assigning '%s' to column %d named '%s' which is '%s'.\n" +msgstr "" + +#: assign.c:952 +#, c-format +msgid "(target vector)" +msgstr "" + +#: assign.c:962 assign.c:963 +#, c-format +msgid "" +"%d (type '%s') at RHS position %d taken as TRUE when assigning to type '%s' " +"%s" +msgstr "" + +#: assign.c:965 +#, c-format +msgid "" +"% (type '%s') at RHS position %d taken as TRUE when assigning to " +"type '%s' %s" +msgstr "" + +#: assign.c:966 +#, c-format +msgid "" +"%f (type '%s') at RHS position %d taken as TRUE when assigning to type '%s' " +"%s" +msgstr "" + +#: assign.c:970 +#, c-format +msgid "" +"%d (type '%s' at RHS position %d taken as 0 when assigning to type '%s' %s" +msgstr "" + +#: assign.c:972 +#, c-format +msgid "" +"% (type '%s') at RHS position %d taken as 0 when assigning to type " +"'%s' %s" +msgstr "" + +#: assign.c:973 +#, c-format +msgid "" +"%f (type '%s') at RHS position %d either truncated (precision lost) or taken " +"as 0 when assigning to type '%s' %s" +msgstr "" + +#: assign.c:978 +#, c-format +msgid "" +"% (type '%s') at RHS position %d out-of-range (NA) when assigning to " +"type '%s' %s" +msgstr "" + +#: assign.c:979 assign.c:986 +#, c-format +msgid "" +"%f (type '%s') at RHS position %d out-of-range(NA) or truncated (precision " +"lost) when assigning to type '%s' %s" +msgstr "" + +#: assign.c:981 assign.c:990 +#, c-format +msgid "" +"%f (type '%s') at RHS position %d either imaginary part discarded or real " +"part truncated (precision lost) when assigning to type '%s' %s" +msgstr "" + +#: assign.c:991 +#, c-format +msgid "" +"%f (type '%s') at RHS position %d imaginary part discarded when assigning to " +"type '%s' %s" +msgstr "" + +#: assign.c:1036 +#, c-format +msgid "type '%s' cannot be coerced to '%s'" +msgstr "" + +#: assign.c:1194 +#, c-format +msgid "Unsupported column type in assign.c:memrecycle '%s'" +msgstr "" + +#: assign.c:1279 +#, c-format +msgid "savetl_init checks failed (%d %d %p %p)" +msgstr "" + +#: assign.c:1288 +#, c-format +msgid "Failed to allocate initial %d items in savetl_init" +msgstr "" + +#: assign.c:1304 +#, c-format +msgid "Failed to realloc saveds to %d items in savetl" +msgstr "" + +#: assign.c:1310 +#, c-format +msgid "Failed to realloc savedtl to %d items in savetl" +msgstr "" + +#: assign.c:1333 +msgid "x must be a character vector" +msgstr "" + +#: assign.c:1334 +msgid "'which' must be an integer vector" +msgstr "" + +#: assign.c:1335 +msgid "'new' must be a character vector" +msgstr "" + +#: assign.c:1336 +#, c-format +msgid "'new' is length %d. Should be the same as length of 'which' (%d)" +msgstr "" + +#: assign.c:1339 +#, c-format +msgid "" +"Item %d of 'which' is %d which is outside range of the length %d character " +"vector" +msgstr "" diff --git a/hindi_files/chmatch-hi_IN.po b/hindi_files/chmatch-hi_IN.po new file mode 100644 index 0000000000..dd9f3753e5 --- /dev/null +++ b/hindi_files/chmatch-hi_IN.po @@ -0,0 +1,28 @@ +msgid "" +msgstr "" +"Project-Id-Version: chmatch 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" + +#: chmatch.c:5 +#, c-format +msgid "table is type '%s' (must be 'character' or NULL)" +msgstr "" + +#: chmatch.c:19 +#, c-format +msgid "x is type '%s' (must be 'character' or NULL)" +msgstr "" + +#: chmatch.c:105 +#, c-format +msgid "" +"Failed to allocate % bytes working memory in chmatchdup: " +"length(table)=%d length(unique(table))=%d" +msgstr "" diff --git a/hindi_files/chmatch.pot b/hindi_files/chmatch.pot new file mode 100644 index 0000000000..766c4524ef --- /dev/null +++ b/hindi_files/chmatch.pot @@ -0,0 +1,28 @@ +msgid "" +msgstr "" +"Project-Id-Version: chmatch 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" + +#: chmatch.c:5 +#, c-format +msgid "table is type '%s' (must be 'character' or NULL)" +msgstr "" + +#: chmatch.c:19 +#, c-format +msgid "x is type '%s' (must be 'character' or NULL)" +msgstr "" + +#: chmatch.c:105 +#, c-format +msgid "" +"Failed to allocate % bytes working memory in chmatchdup: " +"length(table)=%d length(unique(table))=%d" +msgstr "" diff --git a/hindi_files/error_log.txt b/hindi_files/error_log.txt new file mode 100644 index 0000000000..ca216968d6 --- /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/fmelt-hi_IN.po b/hindi_files/fmelt-hi_IN.po new file mode 100644 index 0000000000..5c7787967a --- /dev/null +++ b/hindi_files/fmelt-hi_IN.po @@ -0,0 +1,175 @@ +msgid "" +msgstr "" +"Project-Id-Version: fmelt 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" + +#: fmelt.c:18 +msgid "'x' must be an integer" +msgstr "" + +#: fmelt.c:19 +msgid "'n' must be a positive integer" +msgstr "" + +#: fmelt.c:41 +msgid "Argument to 'which' must be logical" +msgstr "" + +#: fmelt.c:65 +msgid "concat: 'vec' must be a character vector" +msgstr "" + +#: fmelt.c:67 +msgid "concat: 'idx' must be an integer vector" +msgstr "" + +#: fmelt.c:135 +#, c-format +msgid "Unknown 'measure.vars' type %s at index %d of list" +msgstr "" + +#: fmelt.c:188 +msgid "One or more values in 'measure.vars' is invalid." +msgstr "" + +#: fmelt.c:190 +msgid "One or more values in 'id.vars' is invalid." +msgstr "" + +#: fmelt.c:214 +#, c-format +msgid "Unknown 'measure.vars' type %s, must be character or integer vector/list" +msgstr "" + +#: fmelt.c:216 +#, c-format +msgid "Unknown 'id.vars' type %s, must be character or integer vector" +msgstr "" + +#: fmelt.c:241 +#, c-format +msgid "" +"id.vars and measure.vars are internally guessed when both are 'NULL'. All non-" +"numeric/integer/logical type columns are considered id.vars, which in this " +"case are columns [%s]. Consider providing at least one of 'id' or 'measure' " +"vars in future." +msgstr "" + +#: fmelt.c:247 +msgid "" +"'measure.vars' is missing. Assigning all columns other than 'id.vars' columns " +"as 'measure.vars'.\n" +msgstr "" + +#: fmelt.c:249 +#, c-format +msgid "Assigned 'measure.vars' are [%s].\n" +msgstr "" + +#: fmelt.c:260 +msgid "" +"'id.vars' is missing. Assigning all columns other than 'measure.vars' columns " +"as 'id.vars'.\n" +msgstr "" + +#: fmelt.c:261 +#, c-format +msgid "Assigned 'id.vars' are [%s].\n" +msgstr "" + +#: fmelt.c:315 +msgid "" +"When 'measure.vars' is a list, 'value.name' must be a character vector of " +"length =1 or =length(measure.vars)." +msgstr "" + +#: fmelt.c:316 +msgid "" +"When 'measure.vars' is either not specified or a character/integer vector, " +"'value.name' must be a character vector of length =1." +msgstr "" + +#: fmelt.c:319 +msgid "'variable.name' must be a character/integer vector of length 1." +msgstr "" + +#: fmelt.c:372 +msgid "" +"variable_table attribute of measure.vars should be a data table with at least " +"one column" +msgstr "" + +#: fmelt.c:377 +#, c-format +msgid "" +"variable_table attribute of measure.vars should be a data table with same " +"number of rows as max length of measure.vars vectors =%d" +msgstr "" + +#: fmelt.c:381 +msgid "" +"variable_table attribute of measure.vars should be either NULL or a data table" +msgstr "" + +#: fmelt.c:464 +#, c-format +msgid "" +"'measure.vars' [%s] are not all of the same type. By order of hierarchy, the " +"molten data value column will be of type '%s'. All measure variables not of " +"type '%s' will be coerced too. Check DETAILS in ?melt.data.table for more on " +"coercion.\n" +msgstr "" + +#: fmelt.c:576 +#, c-format +msgid "Unknown column type '%s' for column '%s'." +msgstr "" + +#: fmelt.c:686 +#, c-format +msgid "variable_table does not support column type '%s' for column '%s'." +msgstr "" + +#: fmelt.c:780 +#, c-format +msgid "Unknown column type '%s' for column '%s' in 'data'" +msgstr "" + +#: fmelt.c:791 +msgid "Input is not of type VECSXP, expected a data.table, data.frame or list" +msgstr "" + +#: fmelt.c:792 +msgid "Argument 'value.factor' should be logical TRUE/FALSE" +msgstr "" + +#: fmelt.c:793 +msgid "Argument 'variable.factor' should be logical TRUE/FALSE" +msgstr "" + +#: fmelt.c:794 +msgid "Argument 'na.rm' should be logical TRUE/FALSE." +msgstr "" + +#: fmelt.c:795 +msgid "Argument 'variable.name' must be a character vector" +msgstr "" + +#: fmelt.c:796 +msgid "Argument 'value.name' must be a character vector" +msgstr "" + +#: fmelt.c:797 +msgid "Argument 'verbose' should be logical TRUE/FALSE" +msgstr "" + +#: fmelt.c:801 +msgid "ncol(data) is 0. Nothing to melt. Returning original data.table." +msgstr "" diff --git a/hindi_files/fmelt.pot b/hindi_files/fmelt.pot new file mode 100644 index 0000000000..f47e4b6b98 --- /dev/null +++ b/hindi_files/fmelt.pot @@ -0,0 +1,177 @@ +msgid "" +msgstr "" +"Project-Id-Version: fmelt 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" + +#: fmelt.c:18 +msgid "'x' must be an integer" +msgstr "" + +#: fmelt.c:19 +msgid "'n' must be a positive integer" +msgstr "" + +#: fmelt.c:41 +msgid "Argument to 'which' must be logical" +msgstr "" + +#: fmelt.c:65 +msgid "concat: 'vec' must be a character vector" +msgstr "" + +#: fmelt.c:67 +msgid "concat: 'idx' must be an integer vector" +msgstr "" + +#: fmelt.c:135 +#, c-format +msgid "Unknown 'measure.vars' type %s at index %d of list" +msgstr "" + +#: fmelt.c:188 +msgid "One or more values in 'measure.vars' is invalid." +msgstr "" + +#: fmelt.c:190 +msgid "One or more values in 'id.vars' is invalid." +msgstr "" + +#: fmelt.c:214 +#, c-format +msgid "" +"Unknown 'measure.vars' type %s, must be character or integer vector/list" +msgstr "" + +#: fmelt.c:216 +#, c-format +msgid "Unknown 'id.vars' type %s, must be character or integer vector" +msgstr "" + +#: fmelt.c:241 +#, c-format +msgid "" +"id.vars and measure.vars are internally guessed when both are 'NULL'. All " +"non-numeric/integer/logical type columns are considered id.vars, which in " +"this case are columns [%s]. Consider providing at least one of 'id' or " +"'measure' vars in future." +msgstr "" + +#: fmelt.c:247 +msgid "" +"'measure.vars' is missing. Assigning all columns other than 'id.vars' " +"columns as 'measure.vars'.\n" +msgstr "" + +#: fmelt.c:249 +#, c-format +msgid "Assigned 'measure.vars' are [%s].\n" +msgstr "" + +#: fmelt.c:260 +msgid "" +"'id.vars' is missing. Assigning all columns other than 'measure.vars' " +"columns as 'id.vars'.\n" +msgstr "" + +#: fmelt.c:261 +#, c-format +msgid "Assigned 'id.vars' are [%s].\n" +msgstr "" + +#: fmelt.c:315 +msgid "" +"When 'measure.vars' is a list, 'value.name' must be a character vector of " +"length =1 or =length(measure.vars)." +msgstr "" + +#: fmelt.c:316 +msgid "" +"When 'measure.vars' is either not specified or a character/integer vector, " +"'value.name' must be a character vector of length =1." +msgstr "" + +#: fmelt.c:319 +msgid "'variable.name' must be a character/integer vector of length 1." +msgstr "" + +#: fmelt.c:372 +msgid "" +"variable_table attribute of measure.vars should be a data table with at " +"least one column" +msgstr "" + +#: fmelt.c:377 +#, c-format +msgid "" +"variable_table attribute of measure.vars should be a data table with same " +"number of rows as max length of measure.vars vectors =%d" +msgstr "" + +#: fmelt.c:381 +msgid "" +"variable_table attribute of measure.vars should be either NULL or a data " +"table" +msgstr "" + +#: fmelt.c:464 +#, c-format +msgid "" +"'measure.vars' [%s] are not all of the same type. By order of hierarchy, the " +"molten data value column will be of type '%s'. All measure variables not of " +"type '%s' will be coerced too. Check DETAILS in ?melt.data.table for more on " +"coercion.\n" +msgstr "" + +#: fmelt.c:576 +#, c-format +msgid "Unknown column type '%s' for column '%s'." +msgstr "" + +#: fmelt.c:686 +#, c-format +msgid "variable_table does not support column type '%s' for column '%s'." +msgstr "" + +#: fmelt.c:780 +#, c-format +msgid "Unknown column type '%s' for column '%s' in 'data'" +msgstr "" + +#: fmelt.c:791 +msgid "Input is not of type VECSXP, expected a data.table, data.frame or list" +msgstr "" + +#: fmelt.c:792 +msgid "Argument 'value.factor' should be logical TRUE/FALSE" +msgstr "" + +#: fmelt.c:793 +msgid "Argument 'variable.factor' should be logical TRUE/FALSE" +msgstr "" + +#: fmelt.c:794 +msgid "Argument 'na.rm' should be logical TRUE/FALSE." +msgstr "" + +#: fmelt.c:795 +msgid "Argument 'variable.name' must be a character vector" +msgstr "" + +#: fmelt.c:796 +msgid "Argument 'value.name' must be a character vector" +msgstr "" + +#: fmelt.c:797 +msgid "Argument 'verbose' should be logical TRUE/FALSE" +msgstr "" + +#: fmelt.c:801 +msgid "ncol(data) is 0. Nothing to melt. Returning original data.table." +msgstr "" diff --git a/hindi_files/forder-hi_IN.po b/hindi_files/forder-hi_IN.po new file mode 100644 index 0000000000..e31e8effe9 --- /dev/null +++ b/hindi_files/forder-hi_IN.po @@ -0,0 +1,204 @@ +msgid "" +msgstr "" +"Project-Id-Version: forder 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" + +#: forder.c:111 +msgid "Internal error in" +msgstr "" + +#: forder.c:111 +msgid "Please report to the data.table issues tracker." +msgstr "" + +#: forder.c:121 +#, c-format +msgid "Failed to realloc thread private group size buffer to %d*4bytes" +msgstr "" + +#: forder.c:135 +#, c-format +msgid "Failed to realloc group size result to %d*4bytes" +msgstr "" + +#: forder.c:269 +#, c-format +msgid "" +"Logical error. counts[0]=%d in cradix but should have been decremented to 0. " +"radix=%d" +msgstr "" + +#: forder.c:287 +msgid "Failed to alloc cradix_counts and/or cradix_tmp" +msgstr "" + +#: forder.c:320 +#, c-format +msgid "Unable to realloc %d * %d bytes in range_str" +msgstr "" + +#: forder.c:347 +msgid "Failed to alloc ustr3 when converting strings to UTF8" +msgstr "" + +#: forder.c:366 +msgid "Failed to alloc tl when converting strings to UTF8" +msgstr "" + +#: forder.c:395 +msgid "Must an integer or numeric vector length 1" +msgstr "" + +#: forder.c:396 +msgid "Must be 2, 1 or 0" +msgstr "" + +#: forder.c:431 +msgid "Unknown non-finite value; not NA, NaN, -Inf or +Inf" +msgstr "" + +#: forder.c:470 +msgid "" +"Input is an atomic vector (not a list of columns) but order= is not a length " +"1 integer" +msgstr "" + +#: forder.c:472 +#, c-format +msgid "forder.c received a vector type '%s' length %d\n" +msgstr "" + +#: forder.c:480 +#, c-format +msgid "forder.c received %d rows and %d columns\n" +msgstr "" + +#: forder.c:490 +#, c-format +msgid "'order' length (%d) is different to by='s length (%d)" +msgstr "" + +#: forder.c:504 +#, c-format +msgid "" +"Column %d is length %d which differs from length of column 1 (%d), are you " +"attempting to order by a list column?\n" +msgstr "" + +#: forder.c:508 +msgid "retGrp must be TRUE or FALSE" +msgstr "" + +#: forder.c:511 +msgid "retStats must be TRUE or FALSE" +msgstr "" + +#: forder.c:516 +msgid "sort must be TRUE or FALSE" +msgstr "" + +#: forder.c:519 +msgid "At least one of retGrp= or sort= must be TRUE" +msgstr "" + +#: forder.c:521 +msgid "na.last must be logical TRUE, FALSE or NA of length 1" +msgstr "" + +#: forder.c:555 forder.c:669 +#, c-format +msgid "Unable to allocate % bytes of working memory" +msgstr "" + +#: forder.c:573 +#, c-format +msgid "Item %d of order (ascending/descending) is %d. Must be +1 or -1." +msgstr "" + +#: forder.c:599 +#, c-format +msgid "" +"\n" +"*** Column %d passed to forder is a date stored as an 8 byte double but no " +"fractions are present. Please consider a 4 byte integer date such as IDate to " +"save space and time.\n" +msgstr "" + +#: forder.c:615 +#, c-format +msgid "Column %d passed to [f]order is type '%s', not yet supported." +msgstr "" + +#: forder.c:792 +#, c-format +msgid "" +"Failed to allocate TMP or UGRP or they weren't cache line aligned: nth=%d" +msgstr "" + +#: forder.c:801 +msgid "Could not allocate (very tiny) group size thread buffers" +msgstr "" + +#: forder.c:869 +#, c-format +msgid "Timing block %2d%s = %8.3f %8d\n" +msgstr "" + +#: forder.c:919 forder.c:989 forder.c:1011 forder.c:1113 forder.c:1244 +#: forder.c:1300 +#, c-format +msgid "Failed to allocate %d bytes for '%s'." +msgstr "" + +#: forder.c:1144 +#, c-format +msgid "Failed to allocate parallel counts. my_n=%d, nBatch=%d" +msgstr "" + +#: forder.c:1156 +#, c-format +msgid "Failed to allocate 'my_otmp' and/or 'my_ktmp' arrays (%d bytes)." +msgstr "" + +#: forder.c:1261 +#, c-format +msgid "Unable to allocate TMP for my_n=%d items in parallel batch counting" +msgstr "" + +#: forder.c:1376 forder.c:1427 +#, c-format +msgid "issorted 'by' [%d] out of range [1,%d]" +msgstr "" + +#: forder.c:1381 +msgid "is.sorted does not work on list columns" +msgstr "" + +#: forder.c:1414 forder.c:1444 forder.c:1478 +#, c-format +msgid "type '%s' is not yet supported" +msgstr "" + +#: forder.c:1491 +msgid "x must be either NULL or an integer vector" +msgstr "" + +#: forder.c:1493 +msgid "nrow must be integer vector length 1" +msgstr "" + +#: forder.c:1495 +#, c-format +msgid "nrow==%d but must be >=0" +msgstr "" + +#: forder.c:1512 +msgid "x must be type 'double'" +msgstr "" diff --git a/hindi_files/forder.pot b/hindi_files/forder.pot new file mode 100644 index 0000000000..f3f425dc9b --- /dev/null +++ b/hindi_files/forder.pot @@ -0,0 +1,203 @@ +msgid "" +msgstr "" +"Project-Id-Version: forder 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" + +#: forder.c:111 +msgid "Internal error in" +msgstr "" + +#: forder.c:111 +msgid "Please report to the data.table issues tracker." +msgstr "" + +#: forder.c:121 +#, c-format +msgid "Failed to realloc thread private group size buffer to %d*4bytes" +msgstr "" + +#: forder.c:135 +#, c-format +msgid "Failed to realloc group size result to %d*4bytes" +msgstr "" + +#: forder.c:269 +#, c-format +msgid "" +"Logical error. counts[0]=%d in cradix but should have been decremented to 0. " +"radix=%d" +msgstr "" + +#: forder.c:287 +msgid "Failed to alloc cradix_counts and/or cradix_tmp" +msgstr "" + +#: forder.c:320 +#, c-format +msgid "Unable to realloc %d * %d bytes in range_str" +msgstr "" + +#: forder.c:347 +msgid "Failed to alloc ustr3 when converting strings to UTF8" +msgstr "" + +#: forder.c:366 +msgid "Failed to alloc tl when converting strings to UTF8" +msgstr "" + +#: forder.c:395 +msgid "Must an integer or numeric vector length 1" +msgstr "" + +#: forder.c:396 +msgid "Must be 2, 1 or 0" +msgstr "" + +#: forder.c:431 +msgid "Unknown non-finite value; not NA, NaN, -Inf or +Inf" +msgstr "" + +#: forder.c:470 +msgid "" +"Input is an atomic vector (not a list of columns) but order= is not a length " +"1 integer" +msgstr "" + +#: forder.c:472 +#, c-format +msgid "forder.c received a vector type '%s' length %d\n" +msgstr "" + +#: forder.c:480 +#, c-format +msgid "forder.c received %d rows and %d columns\n" +msgstr "" + +#: forder.c:490 +#, c-format +msgid "'order' length (%d) is different to by='s length (%d)" +msgstr "" + +#: forder.c:504 +#, c-format +msgid "" +"Column %d is length %d which differs from length of column 1 (%d), are you " +"attempting to order by a list column?\n" +msgstr "" + +#: forder.c:508 +msgid "retGrp must be TRUE or FALSE" +msgstr "" + +#: forder.c:511 +msgid "retStats must be TRUE or FALSE" +msgstr "" + +#: forder.c:516 +msgid "sort must be TRUE or FALSE" +msgstr "" + +#: forder.c:519 +msgid "At least one of retGrp= or sort= must be TRUE" +msgstr "" + +#: forder.c:521 +msgid "na.last must be logical TRUE, FALSE or NA of length 1" +msgstr "" + +#: forder.c:555 forder.c:669 +#, c-format +msgid "Unable to allocate % bytes of working memory" +msgstr "" + +#: forder.c:573 +#, c-format +msgid "Item %d of order (ascending/descending) is %d. Must be +1 or -1." +msgstr "" + +#: forder.c:599 +#, c-format +msgid "" +"\n" +"*** Column %d passed to forder is a date stored as an 8 byte double but no " +"fractions are present. Please consider a 4 byte integer date such as IDate " +"to save space and time.\n" +msgstr "" + +#: forder.c:615 +#, c-format +msgid "Column %d passed to [f]order is type '%s', not yet supported." +msgstr "" + +#: forder.c:792 +#, c-format +msgid "" +"Failed to allocate TMP or UGRP or they weren't cache line aligned: nth=%d" +msgstr "" + +#: forder.c:801 +msgid "Could not allocate (very tiny) group size thread buffers" +msgstr "" + +#: forder.c:869 +#, c-format +msgid "Timing block %2d%s = %8.3f %8d\n" +msgstr "" + +#: forder.c:919 forder.c:989 forder.c:1011 forder.c:1113 forder.c:1244 forder.c:1300 +#, c-format +msgid "Failed to allocate %d bytes for '%s'." +msgstr "" + +#: forder.c:1144 +#, c-format +msgid "Failed to allocate parallel counts. my_n=%d, nBatch=%d" +msgstr "" + +#: forder.c:1156 +#, c-format +msgid "Failed to allocate 'my_otmp' and/or 'my_ktmp' arrays (%d bytes)." +msgstr "" + +#: forder.c:1261 +#, c-format +msgid "Unable to allocate TMP for my_n=%d items in parallel batch counting" +msgstr "" + +#: forder.c:1376 forder.c:1427 +#, c-format +msgid "issorted 'by' [%d] out of range [1,%d]" +msgstr "" + +#: forder.c:1381 +msgid "is.sorted does not work on list columns" +msgstr "" + +#: forder.c:1414 forder.c:1444 forder.c:1478 +#, c-format +msgid "type '%s' is not yet supported" +msgstr "" + +#: forder.c:1491 +msgid "x must be either NULL or an integer vector" +msgstr "" + +#: forder.c:1493 +msgid "nrow must be integer vector length 1" +msgstr "" + +#: forder.c:1495 +#, c-format +msgid "nrow==%d but must be >=0" +msgstr "" + +#: forder.c:1512 +msgid "x must be type 'double'" +msgstr "" diff --git a/hindi_files/frolladaptive-hi_IN.po b/hindi_files/frolladaptive-hi_IN.po new file mode 100644 index 0000000000..8d74d19df7 --- /dev/null +++ b/hindi_files/frolladaptive-hi_IN.po @@ -0,0 +1,59 @@ +msgid "" +msgstr "" +"Project-Id-Version: frolladaptive 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" + +#: frolladaptive.c:19 frolladaptive.c:214 +#, c-format +msgid "%s: processing algo %u took %.3fs\n" +msgstr "" + +#: frolladaptive.c:29 frolladaptive.c:218 +#, c-format +msgid "%s: running for input length %, hasna %d, narm %d\n" +msgstr "" + +#: frolladaptive.c:35 frolladaptive.c:224 +#, c-format +msgid "%s: Unable to allocate memory for cumsum" +msgstr "" + +#: frolladaptive.c:58 frolladaptive.c:147 frolladaptive.c:247 +#: frolladaptive.c:326 +#, c-format +msgid "" +"%s: hasNA=FALSE used but NA (or other non-finite) value(s) are present in " +"input, use default hasNA=NA to avoid this warning" +msgstr "" + +#: frolladaptive.c:61 frolladaptive.c:151 frolladaptive.c:250 +#: frolladaptive.c:330 +#, c-format +msgid "" +"%s: NA (or other non-finite) value(s) are present in input, re-running with " +"extra care for NAs\n" +msgstr "" + +#: frolladaptive.c:71 frolladaptive.c:260 +#, c-format +msgid "%s: Unable to allocate memory for cum NA counter" +msgstr "" + +#: frolladaptive.c:114 frolladaptive.c:298 +#, c-format +msgid "%s: running in parallel for input length %, hasna %d, narm %d\n" +msgstr "" + +#: frolladaptive.c:153 frolladaptive.c:332 +#, c-format +msgid "" +"%s: NA (or other non-finite) value(s) are present in input, na.rm was FALSE " +"so in 'exact' implementation NAs were handled already, no need to re-run\n" +msgstr "" diff --git a/hindi_files/frolladaptive.pot b/hindi_files/frolladaptive.pot new file mode 100644 index 0000000000..a0d08be1f0 --- /dev/null +++ b/hindi_files/frolladaptive.pot @@ -0,0 +1,57 @@ +msgid "" +msgstr "" +"Project-Id-Version: frolladaptive 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" + +#: frolladaptive.c:19 frolladaptive.c:214 +#, c-format +msgid "%s: processing algo %u took %.3fs\n" +msgstr "" + +#: frolladaptive.c:29 frolladaptive.c:218 +#, c-format +msgid "%s: running for input length %, hasna %d, narm %d\n" +msgstr "" + +#: frolladaptive.c:35 frolladaptive.c:224 +#, c-format +msgid "%s: Unable to allocate memory for cumsum" +msgstr "" + +#: frolladaptive.c:58 frolladaptive.c:147 frolladaptive.c:247 frolladaptive.c:326 +#, c-format +msgid "" +"%s: hasNA=FALSE used but NA (or other non-finite) value(s) are present in " +"input, use default hasNA=NA to avoid this warning" +msgstr "" + +#: frolladaptive.c:61 frolladaptive.c:151 frolladaptive.c:250 frolladaptive.c:330 +#, c-format +msgid "" +"%s: NA (or other non-finite) value(s) are present in input, re-running with " +"extra care for NAs\n" +msgstr "" + +#: frolladaptive.c:71 frolladaptive.c:260 +#, c-format +msgid "%s: Unable to allocate memory for cum NA counter" +msgstr "" + +#: frolladaptive.c:114 frolladaptive.c:298 +#, c-format +msgid "%s: running in parallel for input length %, hasna %d, narm %d\n" +msgstr "" + +#: frolladaptive.c:153 frolladaptive.c:332 +#, c-format +msgid "" +"%s: NA (or other non-finite) value(s) are present in input, na.rm was FALSE " +"so in 'exact' implementation NAs were handled already, no need to re-run\n" +msgstr "" diff --git a/hindi_files/fwriteR-hi_IN.po b/hindi_files/fwriteR-hi_IN.po new file mode 100644 index 0000000000..26f0ddc2d1 --- /dev/null +++ b/hindi_files/fwriteR-hi_IN.po @@ -0,0 +1,65 @@ +msgid "" +msgstr "" +"Project-Id-Version: fwriteR 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" + +#: fwriteR.c:103 +#, c-format +msgid "" +"Row % of list column is type '%s' - not yet implemented. fwrite() can " +"write list columns containing items which are atomic vectors of type logical, " +"integer, integer64, double, complex and character." +msgstr "" + +#: fwriteR.c:176 +msgid "" +"fwrite must be passed an object of type list; e.g. data.frame, data.table" +msgstr "" + +#: fwriteR.c:186 +msgid "fwrite was passed an empty list of no columns. Nothing to write." +msgstr "" + +#: fwriteR.c:240 +#, c-format +msgid "Column %d's length (%d) is not the same as column 1's length (%)" +msgstr "" + +#: fwriteR.c:244 +#, c-format +msgid "Column %d's type is '%s' - not yet implemented in fwrite." +msgstr "" + +#: fwriteR.c:267 +#, c-format +msgid "" +"input has specific integer rownames but their length (%lld) != nrow " +"(%)" +msgstr "" + +#: fwriteR.c:282 +msgid "" +"No list columns are present. Setting sep2='' otherwise quote='auto' would " +"quote fields containing sep2.\n" +msgstr "" + +#: fwriteR.c:286 +#, c-format +msgid "" +"If quote='auto', fields will be quoted if the field contains either sep " +"('%c') or sep2 ('%c') because column %d is a list column.\n" +msgstr "" + +#: fwriteR.c:290 +#, c-format +msgid "" +"sep ('%c'), sep2 ('%c') and dec ('%c') must all be different. Column %d is a " +"list column." +msgstr "" diff --git a/hindi_files/fwriteR.pot b/hindi_files/fwriteR.pot new file mode 100644 index 0000000000..9999c18e32 --- /dev/null +++ b/hindi_files/fwriteR.pot @@ -0,0 +1,66 @@ +msgid "" +msgstr "" +"Project-Id-Version: fwriteR 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" + +#: fwriteR.c:103 +#, c-format +msgid "" +"Row % of list column is type '%s' - not yet implemented. fwrite() " +"can write list columns containing items which are atomic vectors of type " +"logical, integer, integer64, double, complex and character." +msgstr "" + +#: fwriteR.c:176 +msgid "" +"fwrite must be passed an object of type list; e.g. data.frame, data.table" +msgstr "" + +#: fwriteR.c:186 +msgid "fwrite was passed an empty list of no columns. Nothing to write." +msgstr "" + +#: fwriteR.c:240 +#, c-format +msgid "" +"Column %d's length (%d) is not the same as column 1's length (%)" +msgstr "" + +#: fwriteR.c:244 +#, c-format +msgid "Column %d's type is '%s' - not yet implemented in fwrite." +msgstr "" + +#: fwriteR.c:267 +#, c-format +msgid "" +"input has specific integer rownames but their length (%lld) != nrow (" +"%)" +msgstr "" + +#: fwriteR.c:282 +msgid "" +"No list columns are present. Setting sep2='' otherwise quote='auto' would " +"quote fields containing sep2.\n" +msgstr "" + +#: fwriteR.c:286 +#, c-format +msgid "" +"If quote='auto', fields will be quoted if the field contains either sep (" +"'%c') or sep2 ('%c') because column %d is a list column.\n" +msgstr "" + +#: fwriteR.c:290 +#, c-format +msgid "" +"sep ('%c'), sep2 ('%c') and dec ('%c') must all be different. Column %d is a " +"list column." +msgstr "" diff --git a/hindi_files/gsumm-hi_IN.po b/hindi_files/gsumm-hi_IN.po new file mode 100644 index 0000000000..0960c35e4d --- /dev/null +++ b/hindi_files/gsumm-hi_IN.po @@ -0,0 +1,184 @@ +msgid "" +msgstr "" +"Project-Id-Version: gsumm 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" + +#: gsumm.c:48 +msgid "env is not an environment" +msgstr "" + +#: gsumm.c:50 gsumm.c:51 gsumm.c:52 +#, c-format +msgid "%s is not an integer vector" +msgstr "" + +#: gsumm.c:61 +msgid "irowsArg is neither an integer vector nor NULL" +msgstr "" + +#: gsumm.c:72 +#, c-format +msgid "o has length %d but sum(l)=%d" +msgstr "" + +#: gsumm.c:104 +#, c-format +msgid "gforce initial population of grp took %.3f\n" +msgstr "" + +#: gsumm.c:124 +msgid "Failed to allocate counts or TMP when assigning g in gforce" +msgstr "" + +#: gsumm.c:203 +#, c-format +msgid "gforce assign high and low took %.3f\n" +msgstr "" + +#: gsumm.c:209 +#, c-format +msgid "gforce eval took %.3f\n" +msgstr "" + +#: gsumm.c:342 +#, c-format +msgid "gather implemented for INTSXP, REALSXP, and CPLXSXP but not '%s'" +msgstr "" + +#: gsumm.c:344 +#, c-format +msgid "gather took %.3fs\n" +msgstr "" + +#: gsumm.c:351 gsumm.c:587 gsumm.c:733 gsumm.c:870 gsumm.c:1025 gsumm.c:1117 +#, c-format +msgid "%s must be TRUE or FALSE" +msgstr "" + +#: gsumm.c:354 gsumm.c:585 gsumm.c:736 gsumm.c:873 gsumm.c:1028 gsumm.c:1122 +#, c-format +msgid "%s is not meaningful for factors." +msgstr "" + +#: gsumm.c:358 +#, c-format +msgid "This gsum (narm=%s) took ... " +msgstr "" + +#: gsumm.c:359 gsumm.c:593 gsumm.c:741 gsumm.c:876 gsumm.c:928 gsumm.c:1030 +#: gsumm.c:1126 +#, c-format +msgid "nrow [%d] != length(x) [%d] in %s" +msgstr "" + +#: gsumm.c:413 +msgid "" +"The sum of an integer column for a group was more than type 'integer' can " +"hold so the result has been coerced to 'numeric' automatically for " +"convenience." +msgstr "" + +#: gsumm.c:574 gsumm.c:848 gsumm.c:914 gsumm.c:1099 gsumm.c:1171 +#, c-format +msgid "" +"Type '%s' is not supported by GForce %s. Either add the prefix %s or turn off " +"GForce optimization using options(datatable.optimize=1)" +msgstr "" + +#: gsumm.c:577 gsumm.c:725 +#, c-format +msgid "%.3fs\n" +msgstr "" + +#: gsumm.c:592 +#, c-format +msgid "This gmean took (narm=%s) ... " +msgstr "" + +#: gsumm.c:630 gsumm.c:686 +#, c-format +msgid "Unable to allocate %d * %zu bytes for non-NA counts in gmean na.rm=TRUE" +msgstr "" + +#: gsumm.c:722 +#, c-format +msgid "" +"Type '%s' not supported by GForce mean (gmean). Either add the prefix base::" +"mean(.) or turn off GForce optimization using options(datatable.optimize=1)" +msgstr "" + +#: gsumm.c:734 +msgid "" +"GForce min/max can only be applied to columns, not .SD or similar. To find " +"min/max of all items in a list such as .SD, either add the prefix base::min(." +"SD) or turn off GForce optimization using options(datatable.optimize=1). More " +"likely, you may be looking for 'DT[,lapply(.SD,min),by=,.SDcols=]'" +msgstr "" + +#: gsumm.c:845 +msgid "Type 'complex' has no well-defined min/max" +msgstr "" + +#: gsumm.c:871 +msgid "" +"GForce median can only be applied to columns, not .SD or similar. To find " +"median of all items in a list such as .SD, either add the prefix stats::" +"median(.SD) or turn off GForce optimization using options(datatable." +"optimize=1). More likely, you may be looking for 'DT[,lapply(.SD,median),by=,." +"SDcols=]'" +msgstr "" + +#: gsumm.c:988 +#, c-format +msgid "" +"Type '%s' is not supported by GForce head/tail/first/last/`[`. Either add the " +"namespace prefix (e.g. utils::head(.)) or turn off GForce optimization using " +"options(datatable.optimize=1)" +msgstr "" + +#: gsumm.c:1026 +msgid "" +"GForce var/sd can only be applied to columns, not .SD or similar. For the " +"full covariance matrix of all items in a list such as .SD, either add the " +"prefix stats::var(.SD) (or stats::sd(.SD)) or turn off GForce optimization " +"using options(datatable.optimize=1). Alternatively, if you only need the " +"diagonal elements, 'DT[,lapply(.SD,var),by=,.SDcols=]' is the optimized way " +"to do this." +msgstr "" + +#: gsumm.c:1120 +msgid "" +"GForce prod can only be applied to columns, not .SD or similar. To multiply " +"all items in a list such as .SD, either add the prefix base::prod(.SD) or " +"turn off GForce optimization using options(datatable.optimize=1). More " +"likely, you may be looking for 'DT[,lapply(.SD,prod),by=,.SDcols=]'" +msgstr "" + +#: gsumm.c:1129 +#, c-format +msgid "Unable to allocate %d * %zu bytes for gprod" +msgstr "" + +#: gsumm.c:1203 +msgid "fill must be a vector of length 1" +msgstr "" + +#: gsumm.c:1220 +#, c-format +msgid "Item %d of n is NA" +msgstr "" + +#: gsumm.c:1277 +#, c-format +msgid "" +"Type '%s' is not supported by GForce gshift. Either add the namespace prefix " +"(e.g. data.table::shift(.)) or turn off GForce optimization using " +"options(datatable.optimize=1)" +msgstr "" diff --git a/hindi_files/gsumm.pot b/hindi_files/gsumm.pot new file mode 100644 index 0000000000..e33fb6bd64 --- /dev/null +++ b/hindi_files/gsumm.pot @@ -0,0 +1,183 @@ +msgid "" +msgstr "" +"Project-Id-Version: gsumm 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" + +#: gsumm.c:48 +msgid "env is not an environment" +msgstr "" + +#: gsumm.c:50 gsumm.c:51 gsumm.c:52 +#, c-format +msgid "%s is not an integer vector" +msgstr "" + +#: gsumm.c:61 +msgid "irowsArg is neither an integer vector nor NULL" +msgstr "" + +#: gsumm.c:72 +#, c-format +msgid "o has length %d but sum(l)=%d" +msgstr "" + +#: gsumm.c:104 +#, c-format +msgid "gforce initial population of grp took %.3f\n" +msgstr "" + +#: gsumm.c:124 +msgid "Failed to allocate counts or TMP when assigning g in gforce" +msgstr "" + +#: gsumm.c:203 +#, c-format +msgid "gforce assign high and low took %.3f\n" +msgstr "" + +#: gsumm.c:209 +#, c-format +msgid "gforce eval took %.3f\n" +msgstr "" + +#: gsumm.c:342 +#, c-format +msgid "gather implemented for INTSXP, REALSXP, and CPLXSXP but not '%s'" +msgstr "" + +#: gsumm.c:344 +#, c-format +msgid "gather took %.3fs\n" +msgstr "" + +#: gsumm.c:351 gsumm.c:587 gsumm.c:733 gsumm.c:870 gsumm.c:1025 gsumm.c:1117 +#, c-format +msgid "%s must be TRUE or FALSE" +msgstr "" + +#: gsumm.c:354 gsumm.c:585 gsumm.c:736 gsumm.c:873 gsumm.c:1028 gsumm.c:1122 +#, c-format +msgid "%s is not meaningful for factors." +msgstr "" + +#: gsumm.c:358 +#, c-format +msgid "This gsum (narm=%s) took ... " +msgstr "" + +#: gsumm.c:359 gsumm.c:593 gsumm.c:741 gsumm.c:876 gsumm.c:928 gsumm.c:1030 gsumm.c:1126 +#, c-format +msgid "nrow [%d] != length(x) [%d] in %s" +msgstr "" + +#: gsumm.c:413 +msgid "" +"The sum of an integer column for a group was more than type 'integer' can " +"hold so the result has been coerced to 'numeric' automatically for " +"convenience." +msgstr "" + +#: gsumm.c:574 gsumm.c:848 gsumm.c:914 gsumm.c:1099 gsumm.c:1171 +#, c-format +msgid "" +"Type '%s' is not supported by GForce %s. Either add the prefix %s or turn " +"off GForce optimization using options(datatable.optimize=1)" +msgstr "" + +#: gsumm.c:577 gsumm.c:725 +#, c-format +msgid "%.3fs\n" +msgstr "" + +#: gsumm.c:592 +#, c-format +msgid "This gmean took (narm=%s) ... " +msgstr "" + +#: gsumm.c:630 gsumm.c:686 +#, c-format +msgid "Unable to allocate %d * %zu bytes for non-NA counts in gmean na.rm=TRUE" +msgstr "" + +#: gsumm.c:722 +#, c-format +msgid "" +"Type '%s' not supported by GForce mean (gmean). Either add the prefix base::" +"mean(.) or turn off GForce optimization using options(datatable.optimize=1)" +msgstr "" + +#: gsumm.c:734 +msgid "" +"GForce min/max can only be applied to columns, not .SD or similar. To find " +"min/max of all items in a list such as .SD, either add the prefix base::min(." +"SD) or turn off GForce optimization using options(datatable.optimize=1). " +"More likely, you may be looking for 'DT[,lapply(.SD,min),by=,.SDcols=]'" +msgstr "" + +#: gsumm.c:845 +msgid "Type 'complex' has no well-defined min/max" +msgstr "" + +#: gsumm.c:871 +msgid "" +"GForce median can only be applied to columns, not .SD or similar. To find " +"median of all items in a list such as .SD, either add the prefix stats::" +"median(.SD) or turn off GForce optimization using options(datatable." +"optimize=1). More likely, you may be looking for 'DT[,lapply(.SD,median)," +"by=,.SDcols=]'" +msgstr "" + +#: gsumm.c:988 +#, c-format +msgid "" +"Type '%s' is not supported by GForce head/tail/first/last/`[`. Either add " +"the namespace prefix (e.g. utils::head(.)) or turn off GForce optimization " +"using options(datatable.optimize=1)" +msgstr "" + +#: gsumm.c:1026 +msgid "" +"GForce var/sd can only be applied to columns, not .SD or similar. For the " +"full covariance matrix of all items in a list such as .SD, either add the " +"prefix stats::var(.SD) (or stats::sd(.SD)) or turn off GForce optimization " +"using options(datatable.optimize=1). Alternatively, if you only need the " +"diagonal elements, 'DT[,lapply(.SD,var),by=,.SDcols=]' is the optimized way " +"to do this." +msgstr "" + +#: gsumm.c:1120 +msgid "" +"GForce prod can only be applied to columns, not .SD or similar. To multiply " +"all items in a list such as .SD, either add the prefix base::prod(.SD) or " +"turn off GForce optimization using options(datatable.optimize=1). More " +"likely, you may be looking for 'DT[,lapply(.SD,prod),by=,.SDcols=]'" +msgstr "" + +#: gsumm.c:1129 +#, c-format +msgid "Unable to allocate %d * %zu bytes for gprod" +msgstr "" + +#: gsumm.c:1203 +msgid "fill must be a vector of length 1" +msgstr "" + +#: gsumm.c:1220 +#, c-format +msgid "Item %d of n is NA" +msgstr "" + +#: gsumm.c:1277 +#, c-format +msgid "" +"Type '%s' is not supported by GForce gshift. Either add the namespace prefix " +"(e.g. data.table::shift(.)) or turn off GForce optimization using " +"options(datatable.optimize=1)" +msgstr "" diff --git a/hindi_files/init-hi_IN.po b/hindi_files/init-hi_IN.po new file mode 100644 index 0000000000..e96506d88c --- /dev/null +++ b/hindi_files/init-hi_IN.po @@ -0,0 +1,131 @@ +msgid "" +msgstr "" +"Project-Id-Version: init 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" + +#: init.c:172 +msgid "" +"Pointers are %zu bytes, greater than 8. We have not tested on any " +"architecture greater than 64bit yet." +msgstr "" + +#: init.c:186 +msgid "... failed. Please forward this message to maintainer('data.table')." +msgstr "" + +#: init.c:187 +#, c-format +msgid "Checking NA_INTEGER [%d] == INT_MIN [%d] %s" +msgstr "" + +#: init.c:188 +#, c-format +msgid "Checking NA_INTEGER [%d] == NA_LOGICAL [%d] %s" +msgstr "" + +#: init.c:189 init.c:190 init.c:192 init.c:195 init.c:196 init.c:197 init.c:198 +#: init.c:199 init.c:200 init.c:201 +#, c-format +msgid "Checking sizeof(%s) [%zu] is %d %s" +msgstr "" + +#: init.c:193 +#, c-format +msgid "Checking sizeof(pointer) [%zu] is 4 or 8 %s" +msgstr "" + +#: init.c:194 +#, c-format +msgid "Checking sizeof(SEXP) [%zu] == sizeof(pointer) [%zu] %s" +msgstr "" + +#: init.c:204 +#, c-format +msgid "Checking LENGTH(allocVector(INTSXP,2)) [%d] is 2 %s" +msgstr "" + +#: init.c:206 +#, c-format +msgid "Checking TRUELENGTH(allocVector(INTSXP,2)) [%lld] is 0 %s" +msgstr "" + +#: init.c:213 +#, c-format +msgid "Checking memset(&i,0,sizeof(int)); i == (int)0 %s" +msgstr "" + +#: init.c:216 +#, c-format +msgid "Checking memset(&ui, 0, sizeof(unsigned int)); ui == (unsigned int)0 %s" +msgstr "" + +#: init.c:219 +#, c-format +msgid "Checking memset(&d, 0, sizeof(double)); d == (double)0.0 %s" +msgstr "" + +#: init.c:222 +#, c-format +msgid "Checking memset(&ld, 0, sizeof(long double)); ld == (long double)0.0 %s" +msgstr "" + +#: init.c:225 +msgid "" +"Unlike the very common case, e.g. ASCII, the character '/' is not just before " +"'0'." +msgstr "" + +#: init.c:226 +msgid "The C expression (uint_fast8_t)('/'-'0')<10 is true. Should be false." +msgstr "" + +#: init.c:227 +msgid "" +"Unlike the very common case, e.g. ASCII, the character ':' is not just after " +"'9'." +msgstr "" + +#: init.c:228 +msgid "The C expression (uint_fast8_t)('9'-':')<10 is true. Should be false." +msgstr "" + +#: init.c:233 +#, c-format +msgid "Conversion of NA_INT64 via double failed %!=%" +msgstr "" + +#: init.c:237 +msgid "NA_INT64_D (negative -0.0) is not == 0.0." +msgstr "" + +#: init.c:238 +msgid "NA_INT64_D (negative -0.0) is not ==-0.0." +msgstr "" + +#: init.c:239 +msgid "ISNAN(NA_INT64_D) is TRUE but should not be" +msgstr "" + +#: init.c:240 +msgid "isnan(NA_INT64_D) is TRUE but should not be" +msgstr "" + +#: init.c:274 +#, c-format +msgid "PRINTNAME(install(\"integer64\")) has returned %s not %s" +msgstr "" + +#: init.c:333 +msgid "verbose option must be length 1 non-NA logical or integer" +msgstr "" + +#: init.c:367 +msgid ".Last.updated in namespace is not a length 1 integer" +msgstr "" diff --git a/hindi_files/init.pot b/hindi_files/init.pot new file mode 100644 index 0000000000..1aac1d8376 --- /dev/null +++ b/hindi_files/init.pot @@ -0,0 +1,130 @@ +msgid "" +msgstr "" +"Project-Id-Version: init 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" + +#: init.c:172 +msgid "" +"Pointers are %zu bytes, greater than 8. We have not tested on any " +"architecture greater than 64bit yet." +msgstr "" + +#: init.c:186 +msgid "... failed. Please forward this message to maintainer('data.table')." +msgstr "" + +#: init.c:187 +#, c-format +msgid "Checking NA_INTEGER [%d] == INT_MIN [%d] %s" +msgstr "" + +#: init.c:188 +#, c-format +msgid "Checking NA_INTEGER [%d] == NA_LOGICAL [%d] %s" +msgstr "" + +#: init.c:189 init.c:190 init.c:192 init.c:195 init.c:196 init.c:197 init.c:198 init.c:199 init.c:200 init.c:201 +#, c-format +msgid "Checking sizeof(%s) [%zu] is %d %s" +msgstr "" + +#: init.c:193 +#, c-format +msgid "Checking sizeof(pointer) [%zu] is 4 or 8 %s" +msgstr "" + +#: init.c:194 +#, c-format +msgid "Checking sizeof(SEXP) [%zu] == sizeof(pointer) [%zu] %s" +msgstr "" + +#: init.c:204 +#, c-format +msgid "Checking LENGTH(allocVector(INTSXP,2)) [%d] is 2 %s" +msgstr "" + +#: init.c:206 +#, c-format +msgid "Checking TRUELENGTH(allocVector(INTSXP,2)) [%lld] is 0 %s" +msgstr "" + +#: init.c:213 +#, c-format +msgid "Checking memset(&i,0,sizeof(int)); i == (int)0 %s" +msgstr "" + +#: init.c:216 +#, c-format +msgid "Checking memset(&ui, 0, sizeof(unsigned int)); ui == (unsigned int)0 %s" +msgstr "" + +#: init.c:219 +#, c-format +msgid "Checking memset(&d, 0, sizeof(double)); d == (double)0.0 %s" +msgstr "" + +#: init.c:222 +#, c-format +msgid "Checking memset(&ld, 0, sizeof(long double)); ld == (long double)0.0 %s" +msgstr "" + +#: init.c:225 +msgid "" +"Unlike the very common case, e.g. ASCII, the character '/' is not just " +"before '0'." +msgstr "" + +#: init.c:226 +msgid "The C expression (uint_fast8_t)('/'-'0')<10 is true. Should be false." +msgstr "" + +#: init.c:227 +msgid "" +"Unlike the very common case, e.g. ASCII, the character ':' is not just after " +"'9'." +msgstr "" + +#: init.c:228 +msgid "The C expression (uint_fast8_t)('9'-':')<10 is true. Should be false." +msgstr "" + +#: init.c:233 +#, c-format +msgid "Conversion of NA_INT64 via double failed %!=%" +msgstr "" + +#: init.c:237 +msgid "NA_INT64_D (negative -0.0) is not == 0.0." +msgstr "" + +#: init.c:238 +msgid "NA_INT64_D (negative -0.0) is not ==-0.0." +msgstr "" + +#: init.c:239 +msgid "ISNAN(NA_INT64_D) is TRUE but should not be" +msgstr "" + +#: init.c:240 +msgid "isnan(NA_INT64_D) is TRUE but should not be" +msgstr "" + +#: init.c:274 +#, c-format +msgid "PRINTNAME(install(\"integer64\")) has returned %s not %s" +msgstr "" + +#: init.c:333 +msgid "verbose option must be length 1 non-NA logical or integer" +msgstr "" + +#: init.c:367 +msgid ".Last.updated in namespace is not a length 1 integer" +msgstr "" diff --git a/hindi_files/programming-hi_IN.po b/hindi_files/programming-hi_IN.po new file mode 100644 index 0000000000..1475ca1d0b --- /dev/null +++ b/hindi_files/programming-hi_IN.po @@ -0,0 +1,20 @@ +msgid "" +msgstr "" +"Project-Id-Version: programming 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" + +#: programming.c:17 +#, c-format +msgid "" +"Attempting to substitute '%s' element with object of type '%s' but it has to " +"be 'symbol' type when substituting name of the call argument, functions 'as." +"name' and 'I' can be used to work out proper substitution, see ?substitute2 " +"examples." +msgstr "" diff --git a/hindi_files/programming.pot b/hindi_files/programming.pot new file mode 100644 index 0000000000..fa0ef8f49f --- /dev/null +++ b/hindi_files/programming.pot @@ -0,0 +1,20 @@ +msgid "" +msgstr "" +"Project-Id-Version: programming 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" + +#: programming.c:17 +#, c-format +msgid "" +"Attempting to substitute '%s' element with object of type '%s' but it has to " +"be 'symbol' type when substituting name of the call argument, functions 'as." +"name' and 'I' can be used to work out proper substitution, see ?substitute2 " +"examples." +msgstr "" diff --git a/hindi_files/rbindlist-hi_IN.po b/hindi_files/rbindlist-hi_IN.po new file mode 100644 index 0000000000..8e52e39fdf --- /dev/null +++ b/hindi_files/rbindlist-hi_IN.po @@ -0,0 +1,162 @@ +msgid "" +msgstr "" +"Project-Id-Version: rbindlist 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" + +#: rbindlist.c:8 rbindlist.c:12 +#, c-format +msgid "%s should be TRUE or FALSE" +msgstr "" + +#: rbindlist.c:10 +msgid "use.names= should be TRUE, FALSE, or not used (\"check\" by default)" +msgstr "" + +#: rbindlist.c:14 +msgid "" +"Input to rbindlist must be a list. This list can contain data.tables, data." +"frames or plain lists." +msgstr "" + +#: rbindlist.c:33 +#, c-format +msgid "Item %d of input is not a data.frame, data.table or list" +msgstr "" + +#: rbindlist.c:41 +#, c-format +msgid "" +"Item %d has %d columns, inconsistent with item %d which has %d columns. To " +"fill missing columns use fill=TRUE." +msgstr "" + +#: rbindlist.c:44 +#, c-format +msgid "Item %d has %d columns but %d column names. Invalid object." +msgstr "" + +#: rbindlist.c:51 +#, c-format +msgid "" +"Column %d of item %d is length %d inconsistent with column %d which is length " +"%d. Only length-1 columns are recycled." +msgstr "" + +#: rbindlist.c:66 +#, c-format +msgid "" +"Total rows in the list is % which is larger than the maximum number " +"of rows, currently %d" +msgstr "" + +#: rbindlist.c:67 +msgid "use.names=TRUE but no item of input list has any names" +msgstr "" + +#: rbindlist.c:76 +#, c-format +msgid "" +"Failed to allocate upper bound of % unique column names [sum(lapply(l," +"ncol))]" +msgstr "" + +#: rbindlist.c:107 +#, c-format +msgid "Failed to allocate nuniq=%d items working memory in rbindlist.c" +msgstr "" + +#: rbindlist.c:141 +#, c-format +msgid "Failed to allocate ncol=%d items working memory in rbindlist.c" +msgstr "" + +#: rbindlist.c:201 +msgid "" +" use.names='check' (default from v1.12.2) emits this message and proceeds as " +"if use.names=FALSE for backwards compatibility. See news item 5 in v1.12.2 " +"for options to control this message." +msgstr "" + +#: rbindlist.c:215 +#, c-format +msgid "" +"Column %d ['%s'] of item %d is missing in item %d. Use fill=TRUE to fill with " +"NA (NULL for list columns), or use.names=FALSE to ignore column names.%s" +msgstr "" + +#: rbindlist.c:224 +#, c-format +msgid "" +"Column %d ['%s'] of item %d appears in position %d in item %d. Set use." +"names=TRUE to match by column name, or use.names=FALSE to ignore column names." +"%s" +msgstr "" + +#: rbindlist.c:233 +msgid "" +"options()$datatable.rbindlist.check is set but is not a single string. See " +"news item 5 in v1.12.2." +msgstr "" + +#: rbindlist.c:240 +#, c-format +msgid "" +"options()$datatable.rbindlist.check=='%s' which is not " +"'message'|'warning'|'error'|'none'. See news item 5 in v1.12.2." +msgstr "" + +#: rbindlist.c:303 +#, c-format +msgid "" +"Column %d of item %d has type 'factor' but has no levels; i.e. malformed." +msgstr "" + +#: rbindlist.c:332 +#, c-format +msgid "" +"Class attribute on column %d of item %d does not match with column %d of item " +"%d. You can deactivate this safety-check by using ignore.attr=TRUE" +msgstr "" + +#: rbindlist.c:383 +#, c-format +msgid "" +"Failed to allocate working memory for %d ordered factor levels of result " +"column %d" +msgstr "" + +#: rbindlist.c:406 +#, c-format +msgid "" +"Column %d of item %d is an ordered factor but level %d ['%s'] is missing from " +"the ordered levels from column %d of item %d. Each set of ordered factor " +"levels should be an ordered subset of the first longest. A regular factor " +"will be created for this column." +msgstr "" + +#: rbindlist.c:411 +#, c-format +msgid "" +"Column %d of item %d is an ordered factor with '%s'<'%s' in its levels. But " +"'%s'<'%s' in the ordered levels from column %d of item %d. A regular factor " +"will be created for this column due to this ambiguity." +msgstr "" + +#: rbindlist.c:456 +#, c-format +msgid "" +"Failed to allocate working memory for %d factor levels of result column %d " +"when reading item %d of item %d" +msgstr "" + +#: rbindlist.c:548 rbindlist.c:551 +#, c-format +msgid "Column %d of item %d: %s" +msgstr "" diff --git a/hindi_files/rbindlist.pot b/hindi_files/rbindlist.pot new file mode 100644 index 0000000000..1d59cadbdf --- /dev/null +++ b/hindi_files/rbindlist.pot @@ -0,0 +1,162 @@ +msgid "" +msgstr "" +"Project-Id-Version: rbindlist 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" + +#: rbindlist.c:8 rbindlist.c:12 +#, c-format +msgid "%s should be TRUE or FALSE" +msgstr "" + +#: rbindlist.c:10 +msgid "use.names= should be TRUE, FALSE, or not used (\"check\" by default)" +msgstr "" + +#: rbindlist.c:14 +msgid "" +"Input to rbindlist must be a list. This list can contain data.tables, data." +"frames or plain lists." +msgstr "" + +#: rbindlist.c:33 +#, c-format +msgid "Item %d of input is not a data.frame, data.table or list" +msgstr "" + +#: rbindlist.c:41 +#, c-format +msgid "" +"Item %d has %d columns, inconsistent with item %d which has %d columns. To " +"fill missing columns use fill=TRUE." +msgstr "" + +#: rbindlist.c:44 +#, c-format +msgid "Item %d has %d columns but %d column names. Invalid object." +msgstr "" + +#: rbindlist.c:51 +#, c-format +msgid "" +"Column %d of item %d is length %d inconsistent with column %d which is " +"length %d. Only length-1 columns are recycled." +msgstr "" + +#: rbindlist.c:66 +#, c-format +msgid "" +"Total rows in the list is % which is larger than the maximum number " +"of rows, currently %d" +msgstr "" + +#: rbindlist.c:67 +msgid "use.names=TRUE but no item of input list has any names" +msgstr "" + +#: rbindlist.c:76 +#, c-format +msgid "" +"Failed to allocate upper bound of % unique column names " +"[sum(lapply(l,ncol))]" +msgstr "" + +#: rbindlist.c:107 +#, c-format +msgid "Failed to allocate nuniq=%d items working memory in rbindlist.c" +msgstr "" + +#: rbindlist.c:141 +#, c-format +msgid "Failed to allocate ncol=%d items working memory in rbindlist.c" +msgstr "" + +#: rbindlist.c:201 +msgid "" +" use.names='check' (default from v1.12.2) emits this message and proceeds as " +"if use.names=FALSE for backwards compatibility. See news item 5 in v1.12.2 " +"for options to control this message." +msgstr "" + +#: rbindlist.c:215 +#, c-format +msgid "" +"Column %d ['%s'] of item %d is missing in item %d. Use fill=TRUE to fill " +"with NA (NULL for list columns), or use.names=FALSE to ignore column names.%s" +msgstr "" + +#: rbindlist.c:224 +#, c-format +msgid "" +"Column %d ['%s'] of item %d appears in position %d in item %d. Set use." +"names=TRUE to match by column name, or use.names=FALSE to ignore column " +"names.%s" +msgstr "" + +#: rbindlist.c:233 +msgid "" +"options()$datatable.rbindlist.check is set but is not a single string. See " +"news item 5 in v1.12.2." +msgstr "" + +#: rbindlist.c:240 +#, c-format +msgid "" +"options()$datatable.rbindlist.check=='%s' which is not 'message'|'warning'|" +"'error'|'none'. See news item 5 in v1.12.2." +msgstr "" + +#: rbindlist.c:303 +#, c-format +msgid "" +"Column %d of item %d has type 'factor' but has no levels; i.e. malformed." +msgstr "" + +#: rbindlist.c:332 +#, c-format +msgid "" +"Class attribute on column %d of item %d does not match with column %d of " +"item %d. You can deactivate this safety-check by using ignore.attr=TRUE" +msgstr "" + +#: rbindlist.c:383 +#, c-format +msgid "" +"Failed to allocate working memory for %d ordered factor levels of result " +"column %d" +msgstr "" + +#: rbindlist.c:406 +#, c-format +msgid "" +"Column %d of item %d is an ordered factor but level %d ['%s'] is missing " +"from the ordered levels from column %d of item %d. Each set of ordered " +"factor levels should be an ordered subset of the first longest. A regular " +"factor will be created for this column." +msgstr "" + +#: rbindlist.c:411 +#, c-format +msgid "" +"Column %d of item %d is an ordered factor with '%s'<'%s' in its levels. But " +"'%s'<'%s' in the ordered levels from column %d of item %d. A regular factor " +"will be created for this column due to this ambiguity." +msgstr "" + +#: rbindlist.c:456 +#, c-format +msgid "" +"Failed to allocate working memory for %d factor levels of result column %d " +"when reading item %d of item %d" +msgstr "" + +#: rbindlist.c:548 rbindlist.c:551 +#, c-format +msgid "Column %d of item %d: %s" +msgstr "" diff --git a/hindi_files/reorder-hi_IN.po b/hindi_files/reorder-hi_IN.po new file mode 100644 index 0000000000..e648687a4a --- /dev/null +++ b/hindi_files/reorder-hi_IN.po @@ -0,0 +1,45 @@ +msgid "" +msgstr "" +"Project-Id-Version: reorder 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" + +#: reorder.c:22 +#, c-format +msgid "Item %d of list is type '%s' which isn't yet supported (SIZEOF=%zu)" +msgstr "" + +#: reorder.c:24 +#, c-format +msgid "" +"Column %d is length %d which differs from length of column 1 (%d). Invalid " +"data.table." +msgstr "" + +#: reorder.c:32 +#, c-format +msgid "" +"reorder accepts vectors but this non-VECSXP is type '%s' which isn't yet " +"supported (SIZEOF=%zu)" +msgstr "" + +#: reorder.c:39 +msgid "order must be an integer vector" +msgstr "" + +#: reorder.c:58 +#, c-format +msgid "" +"Item %d of order (%d) is either NA, out of range [1,%d], or is duplicated. " +"The new order must be a strict permutation of 1:n" +msgstr "" + +#: reorder.c:118 +msgid "dt passed to setcolorder has no names" +msgstr "" diff --git a/hindi_files/reorder.pot b/hindi_files/reorder.pot new file mode 100644 index 0000000000..2117cc9ba8 --- /dev/null +++ b/hindi_files/reorder.pot @@ -0,0 +1,45 @@ +msgid "" +msgstr "" +"Project-Id-Version: reorder 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" + +#: reorder.c:22 +#, c-format +msgid "Item %d of list is type '%s' which isn't yet supported (SIZEOF=%zu)" +msgstr "" + +#: reorder.c:24 +#, c-format +msgid "" +"Column %d is length %d which differs from length of column 1 (%d). Invalid " +"data.table." +msgstr "" + +#: reorder.c:32 +#, c-format +msgid "" +"reorder accepts vectors but this non-VECSXP is type '%s' which isn't yet " +"supported (SIZEOF=%zu)" +msgstr "" + +#: reorder.c:39 +msgid "order must be an integer vector" +msgstr "" + +#: reorder.c:58 +#, c-format +msgid "" +"Item %d of order (%d) is either NA, out of range [1,%d], or is duplicated. " +"The new order must be a strict permutation of 1:n" +msgstr "" + +#: reorder.c:118 +msgid "dt passed to setcolorder has no names" +msgstr "" diff --git a/hindi_files/vecseq-hi_IN.po b/hindi_files/vecseq-hi_IN.po new file mode 100644 index 0000000000..1e83b91d14 --- /dev/null +++ b/hindi_files/vecseq-hi_IN.po @@ -0,0 +1,52 @@ +msgid "" +msgstr "" +"Project-Id-Version: vecseq 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" + +#: vecseq.c:13 +msgid "x must be an integer vector" +msgstr "" + +#: vecseq.c:14 +msgid "len must be an integer vector" +msgstr "" + +#: vecseq.c:15 +msgid "x and len must be the same length" +msgstr "" + +#: vecseq.c:21 +msgid "" +"Join results in more than 2^31 rows (internal vecseq reached physical limit). " +"Very likely misspecified join. Check for duplicate key values in i each of " +"which join to the same group in x over and over again. If that's ok, try by=." +"EACHI to run j for each group to avoid the large allocation. Otherwise, " +"please search for this error message in the FAQ, Wiki, Stack Overflow and " +"data.table issue tracker for advice." +msgstr "" + +#: vecseq.c:25 +msgid "clamp must be a double vector length 1" +msgstr "" + +#: vecseq.c:27 +msgid "clamp must be positive" +msgstr "" + +#: vecseq.c:28 +#, c-format +msgid "" +"Join results in %d rows; more than %d = nrow(x)+nrow(i). Check for duplicate " +"key values in i each of which join to the same group in x over and over " +"again. If that's ok, try by=.EACHI to run j for each group to avoid the large " +"allocation. If you are sure you wish to proceed, rerun with allow." +"cartesian=TRUE. Otherwise, please search for this error message in the FAQ, " +"Wiki, Stack Overflow and data.table issue tracker for advice." +msgstr "" diff --git a/hindi_files/vecseq.pot b/hindi_files/vecseq.pot new file mode 100644 index 0000000000..0630b2729a --- /dev/null +++ b/hindi_files/vecseq.pot @@ -0,0 +1,52 @@ +msgid "" +msgstr "" +"Project-Id-Version: vecseq 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" + +#: vecseq.c:13 +msgid "x must be an integer vector" +msgstr "" + +#: vecseq.c:14 +msgid "len must be an integer vector" +msgstr "" + +#: vecseq.c:15 +msgid "x and len must be the same length" +msgstr "" + +#: vecseq.c:21 +msgid "" +"Join results in more than 2^31 rows (internal vecseq reached physical " +"limit). Very likely misspecified join. Check for duplicate key values in i " +"each of which join to the same group in x over and over again. If that's ok, " +"try by=.EACHI to run j for each group to avoid the large allocation. " +"Otherwise, please search for this error message in the FAQ, Wiki, Stack " +"Overflow and data.table issue tracker for advice." +msgstr "" + +#: vecseq.c:25 +msgid "clamp must be a double vector length 1" +msgstr "" + +#: vecseq.c:27 +msgid "clamp must be positive" +msgstr "" + +#: vecseq.c:28 +#, c-format +msgid "" +"Join results in %d rows; more than %d = nrow(x)+nrow(i). Check for duplicate " +"key values in i each of which join to the same group in x over and over " +"again. If that's ok, try by=.EACHI to run j for each group to avoid the " +"large allocation. If you are sure you wish to proceed, rerun with allow." +"cartesian=TRUE. Otherwise, please search for this error message in the FAQ, " +"Wiki, Stack Overflow and data.table issue tracker for advice." +msgstr ""