From 8921c89c0fad1f3784f3fa9ac2cb28176d2c6542 Mon Sep 17 00:00:00 2001 From: Jonathon Love Date: Tue, 1 Feb 2022 12:48:00 +1100 Subject: [PATCH] Updates to i18n --- jamovi/i18n/catalog.pot | 28 ++++++++++++++++++++++++---- jamovi/i18n/en.po | 28 ++++++++++++++++++++++++---- jamovi/i18n/es.po | 32 +++++++++++++++++++++++++++----- jamovi/i18n/ja.po | 28 ++++++++++++++++++++++++---- jamovi/i18n/zh-cn.po | 28 ++++++++++++++++++++++++---- 5 files changed, 123 insertions(+), 21 deletions(-) diff --git a/jamovi/i18n/catalog.pot b/jamovi/i18n/catalog.pot index 0ddb819f..03a41a86 100644 --- a/jamovi/i18n/catalog.pot +++ b/jamovi/i18n/catalog.pot @@ -93,6 +93,10 @@ msgstr "" msgid "'{rotation}' rotation was used" msgstr "" +#: R/linreg.b.R +msgid "'{var}' contains negative values. Negative weights are not permitted." +msgstr "" + #: R/corrmatrix.b.R #: R/corrpart.b.R msgid "* p < .05, ** p < .01, *** p < .001, one-tailed" @@ -592,6 +596,10 @@ msgstr "" msgid "Columns" msgstr "" +#: R/conttables.b.R +msgid "Columns compared" +msgstr "" + #: contTables/results/odds.title msgid "Comparative Measures" msgstr "" @@ -3431,6 +3439,10 @@ msgstr "" msgid "Rows" msgstr "" +#: R/conttables.b.R +msgid "Rows compared" +msgstr "" + #: mancova/options/multivar/roy.title #: mancova/results/multivar.columns.content msgid "Roy's Largest Root" @@ -4362,6 +4374,14 @@ msgstr "" msgid "W" msgstr "" +#: R/linreg.b.R +msgid "Weighted by '{varName}'" +msgstr "" + +#: linReg/options/weights.title +msgid "Weights (optional)" +msgstr "" + #: anovaOneW/results/anova.columns.content #: ttestIS/options/welchs.title msgid "Welch's" @@ -5944,10 +5964,6 @@ msgstr "" msgid "columns" msgstr "" -#: R/conttables.b.R -msgid "compared" -msgstr "" - #: pca/ui[1][0][1]/nFactorMethod_fixed/nFactors.suffix msgid "component(s)" msgstr "" @@ -7399,6 +7415,10 @@ msgstr "" msgid "th percentile" msgstr "" +#: linReg/options/weights.description.R +msgid "the (optional) weights from `data` to be used in the fitting process" +msgstr "" + #: ttestOneS/options/hypothesis.description.ui msgid "the alternative and null hypotheses;\n" "\n" diff --git a/jamovi/i18n/en.po b/jamovi/i18n/en.po index 63ff3621..cb1111af 100644 --- a/jamovi/i18n/en.po +++ b/jamovi/i18n/en.po @@ -93,6 +93,10 @@ msgstr "" msgid "'{rotation}' rotation was used" msgstr "" +#: R/linreg.b.R +msgid "'{var}' contains negative values. Negative weights are not permitted." +msgstr "" + #: R/corrmatrix.b.R #: R/corrpart.b.R msgid "* p < .05, ** p < .01, *** p < .001, one-tailed" @@ -592,6 +596,10 @@ msgstr "" msgid "Columns" msgstr "" +#: R/conttables.b.R +msgid "Columns compared" +msgstr "" + #: contTables/results/odds.title msgid "Comparative Measures" msgstr "" @@ -3431,6 +3439,10 @@ msgstr "" msgid "Rows" msgstr "" +#: R/conttables.b.R +msgid "Rows compared" +msgstr "" + #: mancova/options/multivar/roy.title #: mancova/results/multivar.columns.content msgid "Roy's Largest Root" @@ -4362,6 +4374,14 @@ msgstr "" msgid "W" msgstr "" +#: R/linreg.b.R +msgid "Weighted by '{varName}'" +msgstr "" + +#: linReg/options/weights.title +msgid "Weights (optional)" +msgstr "" + #: anovaOneW/results/anova.columns.content #: ttestIS/options/welchs.title msgid "Welch's" @@ -5944,10 +5964,6 @@ msgstr "" msgid "columns" msgstr "" -#: R/conttables.b.R -msgid "compared" -msgstr "" - #: pca/ui[1][0][1]/nFactorMethod_fixed/nFactors.suffix msgid "component(s)" msgstr "" @@ -7399,6 +7415,10 @@ msgstr "" msgid "th percentile" msgstr "" +#: linReg/options/weights.description.R +msgid "the (optional) weights from `data` to be used in the fitting process" +msgstr "" + #: ttestOneS/options/hypothesis.description.ui msgid "the alternative and null hypotheses;\n" "\n" diff --git a/jamovi/i18n/es.po b/jamovi/i18n/es.po index 170dec35..ebacbea7 100644 --- a/jamovi/i18n/es.po +++ b/jamovi/i18n/es.po @@ -93,6 +93,10 @@ msgstr "El método de extracción ‘{method}’ se usó en combinación con una msgid "'{rotation}' rotation was used" msgstr "Se utilizó la rotación ‘{rotation}’" +#: R/linreg.b.R +msgid "'{var}' contains negative values. Negative weights are not permitted." +msgstr "" + #: R/corrmatrix.b.R #: R/corrpart.b.R msgid "* p < .05, ** p < .01, *** p < .001, one-tailed" @@ -592,6 +596,10 @@ msgstr "La variable de columna ‘{var}’ contiene menos de 2 niveles" msgid "Columns" msgstr "Columnas" +#: R/conttables.b.R +msgid "Columns compared" +msgstr "" + #: contTables/results/odds.title msgid "Comparative Measures" msgstr "Medidas Comparativas" @@ -3466,6 +3474,10 @@ msgstr "La variable en filas ‘{var}’ tiene menos de 2 niveles" msgid "Rows" msgstr "Filas" +#: R/conttables.b.R +msgid "Rows compared" +msgstr "" + #: mancova/options/multivar/roy.title #: mancova/results/multivar.columns.content msgid "Roy's Largest Root" @@ -4490,6 +4502,14 @@ msgstr "Violin" msgid "W" msgstr "W" +#: R/linreg.b.R +msgid "Weighted by '{varName}'" +msgstr "" + +#: linReg/options/weights.title +msgid "Weights (optional)" +msgstr "" + #: anovaOneW/results/anova.columns.content #: ttestIS/options/welchs.title msgid "Welch's" @@ -6072,10 +6092,6 @@ msgstr "parámetro beta 'b'" msgid "columns" msgstr "columnas" -#: R/conttables.b.R -msgid "compared" -msgstr "comparados" - #: pca/ui[1][0][1]/nFactorMethod_fixed/nFactors.suffix msgid "component(s)" msgstr "componente(s)" @@ -7499,8 +7515,10 @@ msgstr "set.seed(1337)\n" " blocks = list(list(\"x1\", \"x2\")))\n" "\n" "#\n" -"# REGRESIÓN LOGÍSTICA ORDINAL \n#\n" +"# REGRESIÓN LOGÍSTICA ORDINAL \n" +"#\n" "# Medidas de ajuste del modelo \n" +"" #: R/ancova.b.R msgid "sextic" @@ -7541,6 +7559,10 @@ msgstr "" msgid "th percentile" msgstr "percentil" +#: linReg/options/weights.description.R +msgid "the (optional) weights from `data` to be used in the fitting process" +msgstr "" + #: ttestOneS/options/hypothesis.description.ui msgid "the alternative and null hypotheses;\n" "\n" diff --git a/jamovi/i18n/ja.po b/jamovi/i18n/ja.po index 235d76c5..ea2a7270 100644 --- a/jamovi/i18n/ja.po +++ b/jamovi/i18n/ja.po @@ -93,6 +93,10 @@ msgstr "「{method}」で抽出した因子に「{rotation}」を適用した結 msgid "'{rotation}' rotation was used" msgstr "「{rotation}」の結果です" +#: R/linreg.b.R +msgid "'{var}' contains negative values. Negative weights are not permitted." +msgstr "" + #: R/corrmatrix.b.R #: R/corrpart.b.R msgid "* p < .05, ** p < .01, *** p < .001, one-tailed" @@ -592,6 +596,10 @@ msgstr "列変数「{var}」が1水準しかありません" msgid "Columns" msgstr "列" +#: R/conttables.b.R +msgid "Columns compared" +msgstr "" + #: contTables/results/odds.title msgid "Comparative Measures" msgstr "比較指標" @@ -3458,6 +3466,10 @@ msgstr "行変数「{var}」が1水準しかありません" msgid "Rows" msgstr "行" +#: R/conttables.b.R +msgid "Rows compared" +msgstr "" + #: mancova/options/multivar/roy.title #: mancova/results/multivar.columns.content msgid "Roy's Largest Root" @@ -4463,6 +4475,14 @@ msgstr "バイオリン図" msgid "W" msgstr "W" +#: R/linreg.b.R +msgid "Weighted by '{varName}'" +msgstr "" + +#: linReg/options/weights.title +msgid "Weights (optional)" +msgstr "" + #: anovaOneW/results/anova.columns.content #: ttestIS/options/welchs.title msgid "Welch's" @@ -6045,10 +6065,6 @@ msgstr "パラメータb" msgid "columns" msgstr "列" -#: R/conttables.b.R -msgid "compared" -msgstr "比較" - #: pca/ui[1][0][1]/nFactorMethod_fixed/nFactors.suffix msgid "component(s)" msgstr "個の主成分を抽出" @@ -8198,6 +8214,10 @@ msgstr "" msgid "th percentile" msgstr "%点" +#: linReg/options/weights.description.R +msgid "the (optional) weights from `data` to be used in the fitting process" +msgstr "" + #: ttestOneS/options/hypothesis.description.ui msgid "the alternative and null hypotheses;\n" "\n" diff --git a/jamovi/i18n/zh-cn.po b/jamovi/i18n/zh-cn.po index ea781ea6..7f54bd59 100644 --- a/jamovi/i18n/zh-cn.po +++ b/jamovi/i18n/zh-cn.po @@ -93,6 +93,10 @@ msgstr "“{method}”提取法和“{rotation}”旋转法相结合使用" msgid "'{rotation}' rotation was used" msgstr "“{rotation}”进行旋转" +#: R/linreg.b.R +msgid "'{var}' contains negative values. Negative weights are not permitted." +msgstr "" + #: R/corrmatrix.b.R #: R/corrpart.b.R msgid "* p < .05, ** p < .01, *** p < .001, one-tailed" @@ -592,6 +596,10 @@ msgstr "列变量“{var}”少于2个水平" msgid "Columns" msgstr "列" +#: R/conttables.b.R +msgid "Columns compared" +msgstr "" + #: contTables/results/odds.title msgid "Comparative Measures" msgstr "比较方法" @@ -3438,6 +3446,10 @@ msgstr "行变量“{var}”的水平数少于2个" msgid "Rows" msgstr "行" +#: R/conttables.b.R +msgid "Rows compared" +msgstr "" + #: mancova/options/multivar/roy.title #: mancova/results/multivar.columns.content msgid "Roy's Largest Root" @@ -4377,6 +4389,14 @@ msgstr "小提琴图" msgid "W" msgstr "W值" +#: R/linreg.b.R +msgid "Weighted by '{varName}'" +msgstr "" + +#: linReg/options/weights.title +msgid "Weights (optional)" +msgstr "" + #: anovaOneW/results/anova.columns.content #: ttestIS/options/welchs.title msgid "Welch's" @@ -5959,10 +5979,6 @@ msgstr "β分布的'b'参数" msgid "columns" msgstr "列" -#: R/conttables.b.R -msgid "compared" -msgstr "对比" - #: pca/ui[1][0][1]/nFactorMethod_fixed/nFactors.suffix msgid "component(s)" msgstr "主成分" @@ -8101,6 +8117,10 @@ msgstr "ten Berge 法" msgid "th percentile" msgstr "百分位数" +#: linReg/options/weights.description.R +msgid "the (optional) weights from `data` to be used in the fitting process" +msgstr "" + #: ttestOneS/options/hypothesis.description.ui msgid "the alternative and null hypotheses;\n" "\n"