Skip to content

Commit 9ec84ff

Browse files
authored
Merge pull request #7121 from janezd/random-translations
Fix a few translations
2 parents c84075b + 4bca25f commit 9ec84ff

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

i18n/si/msgs.jaml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,6 @@ base.py:
7979
def `preprocess`:
8080
'Wrapped scikit-learn methods do not support ': false
8181
multinomial variables.: false
82-
def `supports_weights`:
83-
'SklLearner.supports_weights property is deprecated. All ': false
84-
'subclasses should redefine the supports_weights attribute. ': false
85-
The property will be removed in 3.39.: false
86-
__wrapped__: false
87-
sample_weight: false
8882
class `KNNBase`:
8983
def `__init__`:
9084
euclidean: false
@@ -2105,16 +2099,12 @@ distance/distance.py:
21052099
ensembles/ada_boost.py:
21062100
SklAdaBoostClassificationLearner: false
21072101
SklAdaBoostRegressionLearner: false
2108-
def `base_estimator_deprecation`:
2109-
'`base_estimator` is deprecated (to be removed in 3.39): use `estimator` instead.': false
21102102
class `SklAdaBoostClassificationLearner`:
21112103
def `__init__`:
21122104
SAMME: false
2113-
deprecated: false
21142105
class `SklAdaBoostRegressionLearner`:
21152106
def `__init__`:
21162107
linear: false
2117-
deprecated: false
21182108
ensembles/stack.py:
21192109
StackedLearner: false
21202110
StackedClassificationLearner: false
@@ -2549,7 +2539,7 @@ modelling/column.py:
25492539
variables: false
25502540
class `ColumnLearner`:
25512541
def `__init__`:
2552-
column '{column.name}': false
2542+
column '{column.name}': stolpec `{column.name}`
25532543
def `fit_storage`:
25542544
Class variable does not match the data: false
25552545
class `ColumnModel`:
@@ -10095,7 +10085,7 @@ widgets/model/owlinearregression.py:
1009510085
Coefficients: Koeficienti
1009610086
No regularization: Brez regularizacije
1009710087
Ridge regression (L2): Ridge (L2)
10098-
Lasso regression (L1): Lasso (L2)
10088+
Lasso regression (L1): Lasso (L1)
1009910089
Elastic net regression: Elastična mreža
1010010090
def `add_main_layout`:
1010110091
Parameters: Parametri
@@ -11054,6 +11044,7 @@ widgets/unsupervised/owdbscan.py:
1105411044
class `Error`:
1105511045
'Not enough unique data instances. ': 'Ni dovolj primerov. '
1105611046
At least two are required.: Potrebna sta vsaj dva.
11047+
The data does not contain any features.: Podatki ne vsebujejo nobenih spremenljivk.
1105711048
Euclidean: Evklidska
1105811049
euclidean: false
1105911050
Manhattan: Manhattanska

0 commit comments

Comments
 (0)