Skip to content

Table: Narrower widget in Slovenian translation #7044

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions i18n/si/msgs.jaml
Original file line number Diff line number Diff line change
Expand Up @@ -8310,13 +8310,13 @@ widgets/data/utils/tablesummary.py:
Future[int]: false
def `format_summary`:
def `format_part`:
' ({perc:.1f} % missing data)': ' ({perc:.1f} % manjkajočih podatkov)'
' ({perc:.1f} % missing data)': '\n ({perc:.1f} % manjkajočih podatkov)'
sparse: redki
tags: oznake
' ({tag}, density {dens:.2f} %)': ' ({tag}, gostota {dens:.2f} %)'
{ninst} {pl(ninst, 'instance')}: {ninst} {plsi(ninst, 'primer')}
~{ninst} {pl(ninst, 'instance')}: ~{ninst} {plsi(ninst, 'primer')}
' (no missing data)': ' (ni manjkajočih podatkov)'
' (no missing data)': '\n (ni manjkajočih podatkov)'
{nattrs} {pl(nattrs, 'feature')}: {nattrs} {plsi(nattrs, 'spremenljivka')}
No target variable.: Ni ciljne spremenljivke.
{nclasses} {pl(nclasses, 'outcome')}: {nclasses} {plsi(nclasses, 'ciljna spremenljivka|ciljni spremenljivki|ciljne spremenljivke|ciljnih spremenljivk')}
Expand Down
Loading