Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
a668bd3
chore: re-extracted strings and updated ru file
innovark37 Oct 20, 2025
8846250
fix: translated strings for Select
innovark37 Oct 20, 2025
ef2501f
Merge branch 'refs/heads/master' into innovark/fix/fix-translation-fo…
innovark37 Oct 30, 2025
c2db17a
Merge branch 'master' into innovark/fix/fix-translation-for-select
rusackas Nov 17, 2025
38fca54
Merge branch 'refs/heads/master' into innovark/fix/fix-translation-fo…
innovark37 Dec 23, 2025
5d8c43c
fix: move wrap styles
innovark37 Dec 23, 2025
7ed9fa3
Merge branch 'refs/heads/master' into innovark/fix/fix-translation-fo…
innovark37 Feb 27, 2026
1e79543
Merge branch 'refs/heads/master' into innovark/fix/fix-translation-fo…
innovark37 Feb 27, 2026
a6f8dda
Merge branch 'refs/heads/master' into innovark/fix/fix-translation-fo…
innovark37 Mar 11, 2026
c401610
Merge branch 'refs/heads/master' into innovark/fix/fix-translation-fo…
innovark37 Apr 27, 2026
43216f4
fix: add gap
innovark37 Apr 27, 2026
a26c924
Merge branch 'refs/heads/master' into innovark/fix/fix-translation-fo…
innovark37 Apr 28, 2026
5aa0d44
Merge branch 'refs/heads/master' into innovark/fix/fix-translation-fo…
innovark37 Apr 28, 2026
207368f
Merge branch 'master' into innovark/fix/fix-translation-for-select
innovark37 May 7, 2026
1061732
Merge branch 'master' into innovark/fix/fix-translation-for-select
innovark37 May 8, 2026
6a8c2ce
Merge branch 'master' into innovark/fix/fix-translation-for-select
sfirke May 11, 2026
e8ca8a7
Merge branch 'master' into innovark/fix/fix-translation-for-select
sfirke May 11, 2026
a2ce486
Merge branch 'master' into innovark/fix/fix-translation-for-select
sfirke May 11, 2026
9ed6b0f
Merge branch 'master' into innovark/fix/fix-translation-for-select
sfirke May 12, 2026
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
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ const Select = forwardRef(
handleSelectAll();
}}
>
{`${t('Select all')} (${bulkSelectCounts.selectable})`}
{t('Select all')} {`(${bulkSelectCounts.selectable})`}
Comment thread
innovark37 marked this conversation as resolved.
Outdated
</Button>
<Button
type="link"
Expand All @@ -521,7 +521,7 @@ const Select = forwardRef(
handleDeselectAll();
}}
>
{`${t('Deselect all')} (${bulkSelectCounts.deselectable})`}
{t('Deselect all')} {`(${bulkSelectCounts.deselectable})`}
</Button>
</StyledBulkActionsContainer>
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,6 @@ export const StyledBulkActionsContainer = styled(Flex)`
${({ theme }) => `
padding: ${theme.sizeUnit}px;
border-top: 1px solid ${theme.colorSplit};
flex-wrap: wrap;
Comment thread
innovark37 marked this conversation as resolved.
Outdated
`}
`;
9 changes: 6 additions & 3 deletions superset/translations/ru/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-10-30 12:49+0300\n"
"PO-Revision-Date: 2025-10-30 12:54+0300\n"
"Last-Translator: Polina Fam\n"
"POT-Creation-Date: 2025-10-30 13:00+0300\n"
"PO-Revision-Date: 2025-10-30 13:00+0300\n"
"Last-Translator: innovark\n"
"Language-Team: Russian <>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
Expand Down Expand Up @@ -10238,6 +10238,9 @@ msgstr "Выберите тип визуализации"
msgid "Select aggregate options"
msgstr "Выберите настройки агрегации"

msgid "Select all"
msgstr "Выбрать все"

msgid "Select all data"
msgstr "Выбрать все данные"

Expand Down
Loading