R语言错误的提示(中英文翻译)

本文主要介绍了R语言中常见的错误提示及其英文原文,帮助R语言使用者理解并解决遇到的问题。
摘要由CSDN通过智能技术生成
# Chinese translations for R package
# Copyright (C) 2005 The R Foundation
# This file is distributed under the same license as the PACKAGE package.
# 陈斐 <feic@normipaiva.com>, 2006.
# 邓小冬 DENG Xiaodong <xd_deng@hotmail.com>, 2015.
#
msgid ""
msgstr ""
"Project-Id-Version: R 3.2.2\n"
"Report-Msgid-Bugs-To: bugs.r-project.org\n"
"POT-Creation-Date: 2015-06-06 13:51\n"
"PO-Revision-Date: 2015-10-13 08:37+0000\n"
"Last-Translator: 邓小冬 DENG Xiaodong <xd_deng@hotmail.com>\n"
"Language-Team: Chinese\n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"

msgid "models are not all fitted to the same number of observations"
msgstr "模型拟合时没有用同样大小的数据集"

msgid "empty model supplied"
msgstr "提供的模型是空的"

msgid "'acf' must be of length two or more"
msgstr "'acf'的长度必需是一或二"

msgid "object not interpretable as a factor"
msgstr "不能把对象解释成因子"

msgid "cannot fit models without level ('alpha' must not be 0 or FALSE)"
msgstr "无法拟合没有层次的模型('alpha'不能为0或FALSE)"

msgid "'alpha', 'beta' and 'gamma' must be within the unit interval"
msgstr "'alpha', 'beta'和'gamma'必需在单位区间内"

msgid "data must be non-zero for multiplicative Holt-Winters"
msgstr "乘法Holt-Winters的数据不能是零"

msgid "need at least 2 periods to compute seasonal start values"
msgstr "计算季节性初始值至少需要两个周期的数据"

msgid "invalid length(x)"
msgstr "length(x)不对"

msgid "optimization difficulties: %s"
msgstr "优化困难: %s "

msgid "optimization failure"
msgstr "优化失败"

msgid "time series has no or less than 2 periods"
msgstr "时间序列的周期不能小于二"

msgid "the series is entirely NA"
msgstr "时间序列里所有的值都是NA"

msgid "frequency must be a positive integer >= 2 for BSM"
msgstr "用BSM时频率必需是大于等于二的正整数"

msgid "only implemented for univariate time series"
msgstr "只适用于单变量时间序列"

msgid "'x' must be numeric"
msgstr "'x'必需为数值"

msgid "the first value of the time series must not be missing"
msgstr "时间序列的第一个数值不能是遗漏值"

msgid "all parameters were fixed"
msgstr "所有参数值都是固定的"

msgid "possible convergence problem: 'optim' gave code = %d and message %s"
msgstr "可能遇到了收敛问题:'optim'提供了code=%d和信息%s"

msgid "no factors in the fitted model"
msgstr "拟合模型里没有因子"

msgid "'which' specified no factors"
msgstr "'which'没有指定因子"

msgid "'which' specified some non-factors which will be dropped"
msgstr "'which'内的非因子略过不用"

msgid "'sampleT' and 'nser' must be integer"
msgstr "'sampleT'和'nser'必需都是整数"

msgid "'lag.max' must be at least 0"
msgstr "'lag.max'至少必需为零"

msgid "'lag.max' must be at least 1"
msgstr "'lag.max'至少必需为一"

msgid "NAs in 'x'"
msgstr "'x'里不能有NA"

msgid "x$lag must have at least 1 column"
msgstr "x$lag至少需要有一列"

msgid "can use ci.type=\"ma\" only if first lag is 0"
msgstr "只有在第一个滞后为0时才能用ci.type=\"ma\" "

msgid "Page [%d,%d]: i =%s; j =%s"
msgstr ""

msgid "univariate time series only"
msgstr "只适用于单变量时间序列"

msgid "no terms in scope"
msgstr "范畴里没有项"

msgid "no terms in scope for adding to object"
msgstr "加入对象时范畴内没有项"

msgid "number of rows in use has changed: remove missing values?"
msgstr "行数有变化:是不是删除了遗漏值?"

msgid "attempting model selection on an essentially perfect fit is nonsense"
msgstr "对几乎是完全拟合再进行模型选择是没有用的"

msgid "F test assumes quasi%s family"
msgstr "F检验假设quasi%s家族"

msgid "no 'add1' method implemented for \"mlm\" models"
msgstr "\"mlm\"模型还没有实现'add1'方法"

msgid "scope is not a subset of term labels"
msgstr "范畴不是项标记集的子集"

msgid "no 'drop1' method for \"mlm\" models"
msgstr "\"mlm\" 模型没有'drop1'方法"

msgid "F test assumes 'quasi%s' family"
msgstr "F检验假设'quasi%s'家族"

msgid "AIC is not defined for this model, so 'step' cannot proceed"
msgstr "这个模型没有AIC定义,因此不能用'step'这一功能"

msgid "AIC is -infinity for this model, so 'step' cannot proceed"
msgstr "这个模型AIC的值是负无限的,因此'step'不能继续进行"

msgid "'A' must be an array or table"
msgstr "'A'必需是矩阵或是数据框"

msgid ""
"length of FUN, %d,\n"
" does not match the length of the margins, %d"
msgstr ""
"FUN的长度, %d,\n"
"与边缘的长度, %d不相符"

msgid "no rows to aggregate"
msgstr "没有可用来聚合的行"

msgid "'by' must be a list"
msgstr "'by'必需是串列"

msgid "arguments must have same length"
msgstr "参数的长度必需一样"

msgid "'formula' missing or incorrect"
msgstr "没有'formula'或有错"

msgid "'formula' must have both left and right hand sides"
msgstr "'formula'的公式左右两边都必需存在"

msgid "cannot change frequency from %g to %g"
msgstr "无法将频率从%g改到%g"

msgid "'x' must be coefficient matrix/data frame"
msgstr "'x'必需是系数矩阵/数据框"

msgid "option \"show.coef.Pvalues\" is invalid: assuming TRUE"
msgstr "选项\"show.coef.Pvalues\"不对: 假设成TRUE"

msgid "'P.values' is TRUE, but 'has.Pvalue' is not"
msgstr "'P.values'值是TRUE, 但'has.Pvalue'不是"

msgid "wrong k / cs.ind"
msgstr "k/cs.ind有错"

msgid "option \"show.signif.stars\" is invalid: assuming TRUE"
msgstr "选项\"show.signif.stars\"不对: 假设成TRUE"

msgid "'anova' object must have colnames"
msgstr "'anova'对象必需有列名"

msgid "'conf.level' must be a single number between 0 and 1"
msgstr "'conf.level'必需是一个数值在零到一之间的数字"

msgid "not enough 'x' observations"
msgstr "'x'观察值数量不够"

msgid "not enough 'y' observations"
msgstr "'y'观察值数量不够"

msgid "samples differ in location: cannot compute confidence set, returning NA"
msgstr "样本的位置不一样:无法计算置信集, 因此回覆NA"

msgid "cannot compute confidence set, returning NA"
msgstr "无法计算置信集, 回覆NA"

msgid "cannot compute asymptotic confidence set or estimator"
msgstr "无法计算渐近置信集或估计量"

msgid "cannot compute estimate, returning NA"
msgstr "无法计算估计量, 回覆NA"

msgid "cannot compute exact p-value with ties"
msgstr "无法精确计算带连结的p值"

msgid "cannot compute exact confidence intervals with ties"
msgstr "无法精确计算带连结的置信区间"

msgid "grouping factor must have exactly 2 levels"
msgstr "分组因子只能有两层"

msgid "weights are not supported in a multistratum aov() fit"
msgstr "不支持加权多层aov()拟合"

msgid "Error() model is singular"
msgstr "Error()模型奇异"

msgid "the 'split' argument must be a list"
msgstr "'split'参数必需是串列"

msgid "'coef' must define a contrast, i.e., sum to 0"
msgstr "'coef'必需设定对比, 如, 总和为零"

msgid "'coef' must have same length as 'contrast.obj'"
msgstr "'coef'的长度必需同'contrast.obj'长度一样"

msgid "each element of '%s' must be logical"
msgstr "'%s'的所有单元都必需是逻辑值"

msgid "the contrast defined is empty (has no TRUE elements)"
msgstr "设定的对比是空的(不含任何TRUE值)"

msgid "columns of 'contrast.obj' must define a contrast (sum to zero)"
msgstr "'contrast.obj'的列必需设定成对比(总和为零)"

msgid "no degrees of freedom for residuals"
msgstr "残差没有自由度"

msgid "'object' does not include an error 'qr' component"
msgstr "'object'不包含误差'qr'组件"

msgid "Refitting model to allow projection"
msgstr "重新拟合模型以提供射影"

msgid "columns of 'contrast.obj' must define a contrast(sum to zero)"
msgstr "'contrast.obj'列必需设定对比(总和为零)"

msgid "collapsing to unique 'x' values"
msgstr "折拢'x'成相互不同的值"

msgid "invalid interpolation method"
msgstr "内插方法不对"

msgid "need at least two non-NA values to interpolate"
msgstr "调用内插至少需要两个非NA值的数据"

msgid "zero non-NA points"
msgstr "没有非NA数据点"

msgid "'approx' requires n >= 1"
msgstr "'approx'需要n大于等于一"

msgid "'order.max' must be >= 1"
msgstr "'order.max'必需大于等于一"

msgid "'order.max' must be < 'n.used'"
msgstr "'order.max'必需小于'n.used'"

msgid "zero-variance series"
msgstr ""

msgid "'n.ahead' must be at least 1"
msgstr "'n.ahead'至少必需为一"

msgid "number of series in 'object' and 'newdata' do not match"
msgstr "'object'和'newdata'里的序列数目不同"

msgid "'se.fit' not yet implemented for multivariate models"
msgstr "'se.fit'没有为多变量的模型实现"

msgid "MLE only implemented for univariate series"
msgstr "MLE只为单变量序列实现"

msgid "'order.max' must be >= 0"
msgstr "'order.max'必需大于等于零"

msgid "'order' must be a non-negative numeric vector of length 3"
msgstr "'order'必需是长度为三的非负数值矢量"

msgid "'seasonal' must be a list with component 'order'"
msgstr "'seasonal'必需是带'order'组件的串列"

msgid "'seasonal$order' must be a non-negative numeric vector of length 3"
msgstr "'seasonal$order'必需是长度为三的非负数值矢量"

msgid "lengths of 'x' and 'xreg' do not match"
msgstr "'x'和'xreg'的长度不一样"

msgid "wrong length for 'fixed'"
msgstr "'fixed'长度不对"

msgid "some AR parameters were fixed: setting transform.pars = FALSE"
msgstr "一些AR参数是固定的:把transform.pars设成FALSE"

msgid "too few non-missing observations"
msgstr "非遗漏的观察量数目不够"

msgid "'init' is of the wrong length"
msgstr "'init'长度不对"

msgid "non-stationary AR part"
msgstr "非平穩AR部分"

msgid "non-stationary seasonal AR part"
msgstr "非平穩季节性AR部分"

msgid "possible convergence problem: optim gave code = %d"
msgstr "可能遇到了收斂问题:optim信息code=%d"

msgid "non-stationary AR part from CSS"
msgstr "CSS里有非平穩的AR部分"

msgid "non-stationary seasonal AR part from CSS"
msgstr "CSS里有非平穩季节性的AR部分"

msgid "'xreg' and 'newxreg' have different numbers of columns"
msgstr "'xreg'和'newxreg'有不同数目的列"

msgid "MA part of model is not invertible"
msgstr "模型的MA部分非可逆"

msgid "seasonal MA part of model is not invertible"
msgstr "模型季节性的MA部分非可逆"

#, fuzzy
msgid "NAs in '%s'"
msgstr "'x'里不能有NA"

#, fuzzy
msgid "invalid 'SSinit'"
msgstr "'nb'不对"

msgid "converting non-invertible initial MA values"
msgstr "转换非可逆的MA初始值"

msgid "some ARMA parameters were fixed: setting transform.pars = FALSE"
msgstr "一些ARMA参数是固定的:把transform.pars设成FALSE"

msgid "'xreg' is collinear"
msgstr "'xreg'是同线的"

msgid "NAs present: setting 'delta' to -1"
msgstr "出现了NA:请把'delta'设成-1"

msgid "transformed ARMA parameters were fixed"
msgstr "变换过的ARMA参数是固定的"

msgid "need at least 2 data points"
msgstr "至少需要两个数据点"

msgid "invalid 'x'"
msgstr "'x'不对"

msgid "invalid 'nb'"
msgstr "'nb'不对"

msgid "no solution in the specified range of bandwidths"
msgstr "在设定的频宽值域内找不到解答"

msgid "increasing bw.SJ() search interval (%d) to [%.4g,%.4g]"
msgstr "增加bw.SJ()的搜索间隔(%d) 至[%.4g,%.4g]"

msgid "minimum occurred at one end of the range"
msgstr "最小值存在于值域的边界上"

msgid "'x' must be a list with at least 2 elements"
msgstr "'x'必需是至少有两个单元的串列"

msgid "'x' and 'g' must have the same length"
msgstr "'x'和'g'的长度必需相同"

msgid "all observations are in the same group"
msgstr "所有的观察量都属于同一个组"

msgid "there must be at least 2 observations in each group"
msgstr "每组至少需要有两个观察量"

#, fuzzy
msgid "'formula' should be of the form response ~ group"
msgstr "公式'%s'的形式必需是'~expr'"

msgid "'x' must be nonnegative and integer"
msgstr "'x'必需是非负的整数"

msgid "'n' must be a positive integer >= 'x'"
msgstr "'n'必需是大于等于'x'的正整数"

msgid "incorrect length of 'x'"
msgstr "'x'长度不对"

msgid "'p' must be a single number between 0 and 1"
msgstr "'p'必需是在零到一之间的数值"

msgid "length of choices must be 2"
msgstr "选择长度必需为二"

msgid "object '%s' has no scores"
msgstr "对象'%s'没有分数"

msgid "'scale' is outside [0, 1]"
msgstr "'scale'在[0, 1]值域外"

msgid "biplots are not defined for complex PCA"
msgstr "复数的PCA画不出biplot"

msgid "unequal number of rows in 'cancor'"
msgstr "'cancor'里的行数不一样"

msgid "dimension 0 in 'x' or 'y'"
msgstr "'x'或'y'的维度为零"

msgid "'x' has rank 0"
msgstr "'x'的秩为零"

msgid "'y' has rank 0"
msgstr "'y'的秩为零"

msgid "'x' and 'y' must have the same length"
msgstr "'x'和'y'的长度必需相同"

msgid "'x' and 'y' must have at least 2 levels"
msgstr "'x'和'y'至少有两个层次"

msgid "all entries of 'x' must be nonnegative and finite"
msgstr "'x'所有的值都必需是非负的有限值"

msgid "at least one entry of 'x' must be positive"
msgstr "'x'里至少要包含一个正值"

msgid "cannot compute simulated p-value with zero marginals"
msgstr "无法用零边缘计算模拟p值"

msgid "'x' must at least have 2 elements"
msgstr "'x'至少有两个单元"

msgid "'x' and 'p' must have the same number of elements"
msgstr "'x'和'p'必需包含同样数目的单元"

msgid "probabilities must be non-negative."
msgstr "机率必需为非负值。"

msgid "probabilities must sum to 1."
msgstr "机率总和必需为一。"

msgid "Chi-squared approximation may be incorrect"
msgstr "Chi-squared近似算法有可能不准"

msgid "NA values not allowed in 'd'"
msgstr "'d'里不允许有NA值"

msgid "distances must be result of 'dist' or a square matrix"
msgstr "距离必需是'dist'计算出结果或是正方形矩阵"

msgid "invalid value of 'n'"
msgstr "'n'的值不对"

msgid "'k' must be in {1, 2, ..  n - 1}"
msgstr "'k'必需是{1, 2, ..  n - 1}中的一个"

msgid "only %d of the first %d eigenvalues are > 0"
msgstr "前%2$d个特征值里只有%1$d个大于零"

msgid "initial value is not in the interior of the feasible region"
msgstr "初始值不是在可行区域内"

msgid "Barrier algorithm ran out of iterations and did not converge"
msgstr "壁垒算法超过了迭代但没有收敛"

msgid "Objective function increased at outer iteration %d"
msgstr "目标函数在外部循环增加了%d"

msgid "Objective function decreased at outer iteration %d"
msgstr "目标函数在外部循环减少了%d"

msgid "contrasts not defined for %d degrees of freedom"
msgstr "对比不适用于%d自由度"

msgid ""
"orthogonal polynomials cannot be represented accurately enough for %d "
"degrees of freedom"
msgstr "因为自由度为%d,所以无法准确地表达正交多項式"

msgid "'scores' argument is of the wrong length"
msgstr "'scores'参数长度对对"

msgid "'scores' must all be different numbers"
msgstr "'scores'内包含的数值不能都是相同的"

msgid "'degree' must be at least 1"
msgstr "'degree'至少为一"

msgid "missing values are not allowed in 'poly'"
msgstr "'poly'里不能有遗漏值"

msgid "'degree' must be less than number of unique points"
msgstr "'degree'必需小于唯一数据点的数目"

msgid "must supply one or more vectors"
msgstr "至少要提供一或多个矢量"

msgid "arguments must have the same length"
msgstr "参数的长度必需一样"

msgid "contrasts apply only to factors"
msgstr "对比只适用于因子"

msgid "contrasts can be applied only to factors with 2 or more levels"
msgstr "对比只适用于有两个或多于两个层次的因子"

msgid "wrong number of contrast matrix rows"
msgstr "对比矩阵的行数不对"

msgid "singular contrast matrix"
msgstr "奇异对比矩阵"

msgid "numeric contrasts or contrast name expected"
msgstr "需要数值对比或对比的名字"

msgid "%s needs package 'Matrix' correctly installed"
msgstr "%s需要正确安装的'Matrix'程序包"

msgid "not enough degrees of freedom to define contrasts"
msgstr "设定对比的自由度不够"

msgid "baseline group number out of range"
msgstr "基线组在值域外"

msgid "invalid 'use' argument"
msgstr "'use'参数不对"

msgid "supply both 'x' and 'y' or a matrix-like 'x'"
msgstr "要么同时设定'x'和'y',
  • 4
    点赞
  • 94
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值