Skip to content

Commit f3e8d04

Browse files
authored
Merge pull request #7044 from janezd/shorter-table-widget-in-si
Table: Narrower widget in Slovenian translation
2 parents b101640 + 4e5f337 commit f3e8d04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

i18n/si/msgs.jaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8312,13 +8312,13 @@ widgets/data/utils/tablesummary.py:
83128312
Future[int]: false
83138313
def `format_summary`:
83148314
def `format_part`:
8315-
' ({perc:.1f} % missing data)': ' ({perc:.1f} % manjkajočih podatkov)'
8315+
' ({perc:.1f} % missing data)': '\n ({perc:.1f} % manjkajočih podatkov)'
83168316
sparse: redki
83178317
tags: oznake
83188318
' ({tag}, density {dens:.2f} %)': ' ({tag}, gostota {dens:.2f} %)'
83198319
{ninst} {pl(ninst, 'instance')}: {ninst} {plsi(ninst, 'primer')}
83208320
~{ninst} {pl(ninst, 'instance')}: ~{ninst} {plsi(ninst, 'primer')}
8321-
' (no missing data)': ' (ni manjkajočih podatkov)'
8321+
' (no missing data)': '\n (ni manjkajočih podatkov)'
83228322
{nattrs} {pl(nattrs, 'feature')}: {nattrs} {plsi(nattrs, 'spremenljivka')}
83238323
No target variable.: Ni ciljne spremenljivke.
83248324
{nclasses} {pl(nclasses, 'outcome')}: {nclasses} {plsi(nclasses, 'ciljna spremenljivka|ciljni spremenljivki|ciljne spremenljivke|ciljnih spremenljivk')}

0 commit comments

Comments
 (0)