Skip to content

Commit

Permalink
Translated using Weblate (Chinese (Simplified Han script))
Browse files Browse the repository at this point in the history
Currently translated at 100.0% (595 of 595 strings)

Translation: JASP/jaspMachineLearning-QML
Translate-URL: https://hosted.weblate.org/projects/jasp/jaspmachinelearning-qml/zh_Hans/
  • Loading branch information
armgong authored and koenderks committed Dec 9, 2024
1 parent a2fdfd8 commit 5ce366c
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions po/QML-zh_Hans.po
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
msgid ""
msgstr ""
"PO-Revision-Date: 2024-12-08 09:00+0000\n"
"Last-Translator: Yu Gong <[email protected]>\n"
"Language-Team: Chinese (Simplified Han script) <https://hosted.weblate.org/"
"projects/jasp/jaspmachinelearning-qml/zh_Hans/>\n"
"Language: zh_Hans\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"
"X-Generator: Weblate 5.9-dev\n"
"X-Language: zh_Hans\n"
"X-Qt-Contexts: true\n"

Expand Down Expand Up @@ -127,7 +133,7 @@ msgstr "%的数据"

msgctxt "DataSplit|"
msgid "Add generated indicator to data"
msgstr "添加生成的指标到数据集"
msgstr "添加生成的指示变量到数据集"

msgctxt "DataSplit|"
msgid "None"
Expand Down Expand Up @@ -1630,8 +1636,7 @@ msgctxt "AlgorithmicSettings|"
msgid ""
"The kernel used in training and predicting. Possible kernels are 'linear', "
"'radial', 'polynomial', and 'sigmoid'."
msgstr ""
"用于训练和预测的内核。可能的核有'linear', 'radial', 'polynomial', and "
msgstr "用于训练和预测的核函数,可能的核函数有'linear', 'radial', 'polynomial', and "
"'sigmoid'。"

msgctxt "AlgorithmicSettings|"
Expand Down Expand Up @@ -1796,9 +1801,8 @@ msgid ""
"number of clusters on the x-axis. This plot can be used for determining the "
"optimal number of clusters. The plot shows three curves using AIC, BIC, and "
"'elbow method' optimization."
msgstr ""
"生成一幅图,Y轴为总内平方和,X轴为聚类个数。该图可用于确定最佳聚类数。该图显"
"示了使用 AIC、BIC 和 “肘部法”优化的三条曲线。"
msgstr "生成Y轴为总内平方和、X轴为簇数的图形,可用于确定最佳簇数。该图显示了使用 "
"AIC、BIC 和 “肘部法”优化的三条曲线。"

msgctxt "PredictivePerformance|"
msgid "Predictive performance"
Expand Down Expand Up @@ -2063,8 +2067,7 @@ msgid ""
"Choose a percentage to randomly sample from your data to derive prediction "
"error. Generates an internal indicator variable that indicates whether the "
"observation is included (1) or excluded (0) from the test set."
msgstr ""
"从数据中按照百分比进行随机抽样;生成内部变量,表示观测是否包含(1)或排除"
msgstr "从数据中按照百分比进行随机抽样;生成内部指示变量,表示观测是否包含(1)或排除"
"(0)在测试集中。"

msgctxt "DataSplit|"
Expand All @@ -2074,15 +2077,15 @@ msgstr "用于测试集的观测的百分比。"
msgctxt "DataSplit|"
msgid ""
"Add the generated test set indicator from the option above to your data set."
msgstr "将上述选项生成的测试集指标添加到数据集中。"
msgstr "将上述选项生成的测试集指示变量添加到数据集中。"

msgctxt "DataSplit|"
msgid "The column name for the generated test set indicator."
msgstr "测试集指标的列名。"
msgstr "测试集指示变量的列名。"

msgctxt "DataSplit|"
msgid "The variable in the data set that is used as the test set indicator."
msgstr "数据集中用作测试集指标的变量。"
msgstr "数据集中用作测试集标签的变量。"

msgctxt "DataSplit|"
msgid "Choose how to create the validation set."
Expand Down Expand Up @@ -2991,3 +2994,6 @@ msgid ""
"then be split into a training (and validation if requested) set (0), and a "
"test set (1) according to your indicator."
msgstr ""
"使用指示变量来选择测试集,指标变量应为仅包含0(从测试集中排除)和1(包含在测"
"试集中)值的列,数据将根据指示变量分为训练集(和验证集,如果需要)集(0)和测"
"试集(1)。"

0 comments on commit 5ce366c

Please sign in to comment.