Skip to content
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

fix(platform): table icons missing title attributes #12982

Merged
merged 2 commits into from
Feb 4, 2025
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions libs/i18n/src/lib/models/fd-language-key-identifier.ts
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,9 @@ export type FdLanguageKeyIdentifier =
| 'platformTable.toolbarActionColumnsButtonTitle'
| 'platformTable.toolbarActionExpandAllButtonTitle'
| 'platformTable.toolbarActionCollapseAllButtonTitle'
| 'platformTable.expandRowButtonTitle'
| 'platformTable.collapseRowButtonTitle'
| 'platformTable.rowNavigateButtonTitle'
| 'platformTable.filterDialogBackToColumns'
| 'platformTable.filterDialogNotFilteredLabel'
| 'platformTable.filterDialogFilterByLabel'
Expand Down
3 changes: 3 additions & 0 deletions libs/i18n/src/lib/models/fd-language.ts
Original file line number Diff line number Diff line change
Expand Up @@ -659,6 +659,9 @@ export interface FdLanguage {
deselectSingleRow: FdLanguageKey;
selectSingleRow: FdLanguageKey;
showingBlankOfBlank: FdLanguageKey;
collapseRowButtonTitle: FdLanguageKey;
expandRowButtonTitle: FdLanguageKey;
rowNavigateButtonTitle: FdLanguageKey;
};
platformWizardGenerator: {
summarySectionEditStep: FdLanguageKey;
Expand Down
6 changes: 6 additions & 0 deletions libs/i18n/src/lib/translations/translations.properties
Original file line number Diff line number Diff line change
Expand Up @@ -796,6 +796,12 @@ platformTable.toolbarActionColumnsButtonTitle = Columns
platformTable.toolbarActionExpandAllButtonTitle = Expand all
#XBUT Label for the button, which collapses all rows in the table
platformTable.toolbarActionCollapseAllButtonTitle = Collapse all
#XBUT Label for the button, which expands the clicked row in the table
platformTable.expandRowButtonTitle = Expand row
#XBUT Label for the button, which collapses the clicked row in the table
platformTable.collapseRowButtonTitle = Collapse row
#XBUT Label for the button indicating that a table row is navigable
platformTable.rowNavigateButtonTitle = Navigate
#XACT Label for the button in the table filter dialog, which navigates back to the list of the filterable columns
platformTable.filterDialogBackToColumns = Navigate back
#XBUT Label for the option button, which sets "unfiltered" filter state
Expand Down
3 changes: 3 additions & 0 deletions libs/i18n/src/lib/translations/translations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,9 @@ export default {
toolbarActionColumnsButtonTitle: 'Columns',
toolbarActionExpandAllButtonTitle: 'Expand all',
toolbarActionCollapseAllButtonTitle: 'Collapse all',
expandRowButtonTitle: 'Expand row',
collapseRowButtonTitle: 'Collapse row',
rowNavigateButtonTitle: 'Navigate',
filterDialogBackToColumns: 'Navigate back',
filterDialogNotFilteredLabel: '(Not Filtered)',
filterDialogFilterByLabel: 'Filter by: {filterLabel}',
Expand Down
6 changes: 6 additions & 0 deletions libs/i18n/src/lib/translations/translations_ar.properties
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,12 @@ platformTable.toolbarActionColumnsButtonTitle=الأعمدة
platformTable.toolbarActionExpandAllButtonTitle=توسيع الكل
#XBUT Label for the button, which collapses all rows in the table
platformTable.toolbarActionCollapseAllButtonTitle=طي الكل
#XBUT Label for the button, which expands the clicked row in the table
platformTable.expandRowButtonTitle = Expand row
#XBUT Label for the button, which collapses the clicked row in the table
platformTable.collapseRowButtonTitle = Collapse row
#XBUT Label for the button indicating that a table row is navigable
platformTable.rowNavigateButtonTitle = Navigate
#XACT Label for the button in the table filter dialog, which navigates back to the list of the filterable columns
platformTable.filterDialogBackToColumns=التنقل إلى الخلف
#XBUT Label for the option button, which sets "unfiltered" filter state
Expand Down
3 changes: 3 additions & 0 deletions libs/i18n/src/lib/translations/translations_ar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,9 @@ export default {
toolbarActionColumnsButtonTitle: 'الأعمدة',
toolbarActionExpandAllButtonTitle: 'توسيع الكل',
toolbarActionCollapseAllButtonTitle: 'طي الكل',
expandRowButtonTitle: 'Expand row',
collapseRowButtonTitle: 'Collapse row',
rowNavigateButtonTitle: 'Navigate',
filterDialogBackToColumns: 'التنقل إلى الخلف',
filterDialogNotFilteredLabel: '(لم تتم تصفيته)',
filterDialogFilterByLabel: 'تصفية حسب: {filterLabel}',
Expand Down
6 changes: 6 additions & 0 deletions libs/i18n/src/lib/translations/translations_bg.properties
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,12 @@ platformTable.toolbarActionColumnsButtonTitle=Колони
platformTable.toolbarActionExpandAllButtonTitle=Разгръщане на всички
#XBUT Label for the button, which collapses all rows in the table
platformTable.toolbarActionCollapseAllButtonTitle=Свиване на всички
#XBUT Label for the button, which expands the clicked row in the table
platformTable.expandRowButtonTitle = Expand row
#XBUT Label for the button, which collapses the clicked row in the table
platformTable.collapseRowButtonTitle = Collapse row
#XBUT Label for the button indicating that a table row is navigable
platformTable.rowNavigateButtonTitle = Navigate
#XACT Label for the button in the table filter dialog, which navigates back to the list of the filterable columns
platformTable.filterDialogBackToColumns=Назад
#XBUT Label for the option button, which sets "unfiltered" filter state
Expand Down
3 changes: 3 additions & 0 deletions libs/i18n/src/lib/translations/translations_bg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,9 @@ export default {
toolbarActionColumnsButtonTitle: 'Колони',
toolbarActionExpandAllButtonTitle: 'Разгръщане на всички',
toolbarActionCollapseAllButtonTitle: 'Свиване на всички',
expandRowButtonTitle: 'Expand row',
collapseRowButtonTitle: 'Collapse row',
rowNavigateButtonTitle: 'Navigate',
filterDialogBackToColumns: 'Назад',
filterDialogNotFilteredLabel: '(Без филтриране)',
filterDialogFilterByLabel: 'Филтриране по: {filterLabel}',
Expand Down
6 changes: 6 additions & 0 deletions libs/i18n/src/lib/translations/translations_cs.properties
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,12 @@ platformTable.toolbarActionColumnsButtonTitle=Sloupce
platformTable.toolbarActionExpandAllButtonTitle=Rozbalit vše
#XBUT Label for the button, which collapses all rows in the table
platformTable.toolbarActionCollapseAllButtonTitle=Sbalit vše
#XBUT Label for the button, which expands the clicked row in the table
platformTable.expandRowButtonTitle = Expand row
#XBUT Label for the button, which collapses the clicked row in the table
platformTable.collapseRowButtonTitle = Collapse row
#XBUT Label for the button indicating that a table row is navigable
platformTable.rowNavigateButtonTitle = Navigate
#XACT Label for the button in the table filter dialog, which navigates back to the list of the filterable columns
platformTable.filterDialogBackToColumns=Přejít zpět
#XBUT Label for the option button, which sets "unfiltered" filter state
Expand Down
3 changes: 3 additions & 0 deletions libs/i18n/src/lib/translations/translations_cs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,9 @@ export default {
toolbarActionColumnsButtonTitle: 'Sloupce',
toolbarActionExpandAllButtonTitle: 'Rozbalit vše',
toolbarActionCollapseAllButtonTitle: 'Sbalit vše',
expandRowButtonTitle: 'Expand row',
collapseRowButtonTitle: 'Collapse row',
rowNavigateButtonTitle: 'Navigate',
filterDialogBackToColumns: 'Přejít zpět',
filterDialogNotFilteredLabel: '(Nefiltrováno)',
filterDialogFilterByLabel: 'Filtrovat podle: {filterLabel}',
Expand Down
6 changes: 6 additions & 0 deletions libs/i18n/src/lib/translations/translations_da.properties
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,12 @@ platformTable.toolbarActionColumnsButtonTitle=Kolonner
platformTable.toolbarActionExpandAllButtonTitle=Udvid alle
#XBUT Label for the button, which collapses all rows in the table
platformTable.toolbarActionCollapseAllButtonTitle=Minimer alle
#XBUT Label for the button, which expands the clicked row in the table
platformTable.expandRowButtonTitle = Expand row
#XBUT Label for the button, which collapses the clicked row in the table
platformTable.collapseRowButtonTitle = Collapse row
#XBUT Label for the button indicating that a table row is navigable
platformTable.rowNavigateButtonTitle = Navigate
#XACT Label for the button in the table filter dialog, which navigates back to the list of the filterable columns
platformTable.filterDialogBackToColumns=Naviger tilbage
#XBUT Label for the option button, which sets "unfiltered" filter state
Expand Down
3 changes: 3 additions & 0 deletions libs/i18n/src/lib/translations/translations_da.ts
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,9 @@ export default {
toolbarActionColumnsButtonTitle: 'Kolonner',
toolbarActionExpandAllButtonTitle: 'Udvid alle',
toolbarActionCollapseAllButtonTitle: 'Minimer alle',
expandRowButtonTitle: 'Expand row',
collapseRowButtonTitle: 'Collapse row',
rowNavigateButtonTitle: 'Navigate',
filterDialogBackToColumns: 'Naviger tilbage',
filterDialogNotFilteredLabel: '(Ikke filtreret)',
filterDialogFilterByLabel: 'Filtrér efter: {filterLabel}',
Expand Down
6 changes: 6 additions & 0 deletions libs/i18n/src/lib/translations/translations_de.properties
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,12 @@ platformTable.toolbarActionColumnsButtonTitle=Spalten
platformTable.toolbarActionExpandAllButtonTitle=Alle erweitern
#XBUT Label for the button, which collapses all rows in the table
platformTable.toolbarActionCollapseAllButtonTitle=Alle komprimieren
#XBUT Label for the button, which expands the clicked row in the table
platformTable.expandRowButtonTitle = Expand row
#XBUT Label for the button, which collapses the clicked row in the table
platformTable.collapseRowButtonTitle = Collapse row
#XBUT Label for the button indicating that a table row is navigable
platformTable.rowNavigateButtonTitle = Navigate
#XACT Label for the button in the table filter dialog, which navigates back to the list of the filterable columns
platformTable.filterDialogBackToColumns=Zurück navigieren
#XBUT Label for the option button, which sets "unfiltered" filter state
Expand Down
3 changes: 3 additions & 0 deletions libs/i18n/src/lib/translations/translations_de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,9 @@ export default {
toolbarActionColumnsButtonTitle: 'Spalten',
toolbarActionExpandAllButtonTitle: 'Alle erweitern',
toolbarActionCollapseAllButtonTitle: 'Alle komprimieren',
expandRowButtonTitle: 'Expand row',
collapseRowButtonTitle: 'Collapse row',
rowNavigateButtonTitle: 'Navigate',
filterDialogBackToColumns: 'Zurück navigieren',
filterDialogNotFilteredLabel: '(Nicht gefiltert)',
filterDialogFilterByLabel: 'Filtern nach: {filterLabel}',
Expand Down
6 changes: 6 additions & 0 deletions libs/i18n/src/lib/translations/translations_el.properties
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,12 @@ platformTable.toolbarActionColumnsButtonTitle=Στήλες
platformTable.toolbarActionExpandAllButtonTitle=Επέκταση όλων
#XBUT Label for the button, which collapses all rows in the table
platformTable.toolbarActionCollapseAllButtonTitle=Σύμπτηξη όλων
#XBUT Label for the button, which expands the clicked row in the table
platformTable.expandRowButtonTitle = Expand row
#XBUT Label for the button, which collapses the clicked row in the table
platformTable.collapseRowButtonTitle = Collapse row
#XBUT Label for the button indicating that a table row is navigable
platformTable.rowNavigateButtonTitle = Navigate
#XACT Label for the button in the table filter dialog, which navigates back to the list of the filterable columns
platformTable.filterDialogBackToColumns=Πλοήγηση πίσω
#XBUT Label for the option button, which sets "unfiltered" filter state
Expand Down
3 changes: 3 additions & 0 deletions libs/i18n/src/lib/translations/translations_el.ts
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,9 @@ export default {
toolbarActionColumnsButtonTitle: 'Στήλες',
toolbarActionExpandAllButtonTitle: 'Επέκταση όλων',
toolbarActionCollapseAllButtonTitle: 'Σύμπτηξη όλων',
expandRowButtonTitle: 'Expand row',
collapseRowButtonTitle: 'Collapse row',
rowNavigateButtonTitle: 'Navigate',
filterDialogBackToColumns: 'Πλοήγηση πίσω',
filterDialogNotFilteredLabel: '(Μη Φιλτραρισμένο)',
filterDialogFilterByLabel: 'Φιλτράρισμα βάσει: {filterLabel}',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,12 @@ platformTable.toolbarActionColumnsButtonTitle=[[[Ĉŏĺűɱŋş∙∙∙∙∙
platformTable.toolbarActionExpandAllButtonTitle=[[[Ĕχρąŋƌ ąĺĺ∙∙∙∙]]]
#XBUT Label for the button, which collapses all rows in the table
platformTable.toolbarActionCollapseAllButtonTitle=[[[Ĉŏĺĺąρşē ąĺĺ∙∙∙∙∙∙∙]]]
#XBUT Label for the button, which expands the clicked row in the table
platformTable.expandRowButtonTitle = Expand row
#XBUT Label for the button, which collapses the clicked row in the table
platformTable.collapseRowButtonTitle = Collapse row
#XBUT Label for the button indicating that a table row is navigable
platformTable.rowNavigateButtonTitle = Navigate
#XACT Label for the button in the table filter dialog, which navigates back to the list of the filterable columns
platformTable.filterDialogBackToColumns=[[[Ńąʋįğąţē ƃąċķ∙∙∙∙∙∙]]]
#XBUT Label for the option button, which sets "unfiltered" filter state
Expand Down
3 changes: 3 additions & 0 deletions libs/i18n/src/lib/translations/translations_en_US_sappsd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,9 @@ export default {
toolbarActionColumnsButtonTitle: '[[[Ĉŏĺűɱŋş∙∙∙∙∙∙∙]]]',
toolbarActionExpandAllButtonTitle: '[[[Ĕχρąŋƌ ąĺĺ∙∙∙∙]]]',
toolbarActionCollapseAllButtonTitle: '[[[Ĉŏĺĺąρşē ąĺĺ∙∙∙∙∙∙∙]]]',
expandRowButtonTitle: 'Expand row',
collapseRowButtonTitle: 'Collapse row',
rowNavigateButtonTitle: 'Navigate',
filterDialogBackToColumns: '[[[Ńąʋįğąţē ƃąċķ∙∙∙∙∙∙]]]',
filterDialogNotFilteredLabel: '[[[(Ńŏţ Ƒįĺţēŗēƌ)∙∙∙∙∙]]]',
filterDialogFilterByLabel: '[[[Ƒįĺţēŗ ƃŷ: {ƒįĺţēŗĻąƃēĺ}∙∙∙∙∙∙]]]',
Expand Down
6 changes: 6 additions & 0 deletions libs/i18n/src/lib/translations/translations_es.properties
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,12 @@ platformTable.toolbarActionColumnsButtonTitle=Columnas
platformTable.toolbarActionExpandAllButtonTitle=Expandir todo
#XBUT Label for the button, which collapses all rows in the table
platformTable.toolbarActionCollapseAllButtonTitle=Contraer todo
#XBUT Label for the button, which expands the clicked row in the table
platformTable.expandRowButtonTitle = Expand row
#XBUT Label for the button, which collapses the clicked row in the table
platformTable.collapseRowButtonTitle = Collapse row
#XBUT Label for the button indicating that a table row is navigable
platformTable.rowNavigateButtonTitle = Navigate
#XACT Label for the button in the table filter dialog, which navigates back to the list of the filterable columns
platformTable.filterDialogBackToColumns=Volver atrás
#XBUT Label for the option button, which sets "unfiltered" filter state
Expand Down
3 changes: 3 additions & 0 deletions libs/i18n/src/lib/translations/translations_es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,9 @@ export default {
toolbarActionColumnsButtonTitle: 'Columnas',
toolbarActionExpandAllButtonTitle: 'Expandir todo',
toolbarActionCollapseAllButtonTitle: 'Contraer todo',
expandRowButtonTitle: 'Expand row',
collapseRowButtonTitle: 'Collapse row',
rowNavigateButtonTitle: 'Navigate',
filterDialogBackToColumns: 'Volver atrás',
filterDialogNotFilteredLabel: '(No filtrado)',
filterDialogFilterByLabel: 'Filtrar por: {filterLabel}',
Expand Down
6 changes: 6 additions & 0 deletions libs/i18n/src/lib/translations/translations_fi.properties
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,12 @@ platformTable.toolbarActionColumnsButtonTitle=Sarakkeet
platformTable.toolbarActionExpandAllButtonTitle=Laajenna kaikki
#XBUT Label for the button, which collapses all rows in the table
platformTable.toolbarActionCollapseAllButtonTitle=Tiivistä kaikki
#XBUT Label for the button, which expands the clicked row in the table
platformTable.expandRowButtonTitle = Expand row
#XBUT Label for the button, which collapses the clicked row in the table
platformTable.collapseRowButtonTitle = Collapse row
#XBUT Label for the button indicating that a table row is navigable
platformTable.rowNavigateButtonTitle = Navigate
#XACT Label for the button in the table filter dialog, which navigates back to the list of the filterable columns
platformTable.filterDialogBackToColumns=Navigoi takaisin
#XBUT Label for the option button, which sets "unfiltered" filter state
Expand Down
3 changes: 3 additions & 0 deletions libs/i18n/src/lib/translations/translations_fi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,9 @@ export default {
toolbarActionColumnsButtonTitle: 'Sarakkeet',
toolbarActionExpandAllButtonTitle: 'Laajenna kaikki',
toolbarActionCollapseAllButtonTitle: 'Tiivistä kaikki',
expandRowButtonTitle: 'Expand row',
collapseRowButtonTitle: 'Collapse row',
rowNavigateButtonTitle: 'Navigate',
filterDialogBackToColumns: 'Navigoi takaisin',
filterDialogNotFilteredLabel: '(Ei suodatettu)',
filterDialogFilterByLabel: 'Suodatusperuste: {filterLabel}',
Expand Down
6 changes: 6 additions & 0 deletions libs/i18n/src/lib/translations/translations_fr.properties
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,12 @@ platformTable.toolbarActionColumnsButtonTitle=Colonnes
platformTable.toolbarActionExpandAllButtonTitle=Tout développer
#XBUT Label for the button, which collapses all rows in the table
platformTable.toolbarActionCollapseAllButtonTitle=Tout réduire
#XBUT Label for the button, which expands the clicked row in the table
platformTable.expandRowButtonTitle = Expand row
#XBUT Label for the button, which collapses the clicked row in the table
platformTable.collapseRowButtonTitle = Collapse row
#XBUT Label for the button indicating that a table row is navigable
platformTable.rowNavigateButtonTitle = Navigate
#XACT Label for the button in the table filter dialog, which navigates back to the list of the filterable columns
platformTable.filterDialogBackToColumns=Revenir à la page précédente
#XBUT Label for the option button, which sets "unfiltered" filter state
Expand Down
3 changes: 3 additions & 0 deletions libs/i18n/src/lib/translations/translations_fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,9 @@ export default {
toolbarActionColumnsButtonTitle: 'Colonnes',
toolbarActionExpandAllButtonTitle: 'Tout développer',
toolbarActionCollapseAllButtonTitle: 'Tout réduire',
expandRowButtonTitle: 'Expand row',
collapseRowButtonTitle: 'Collapse row',
rowNavigateButtonTitle: 'Navigate',
filterDialogBackToColumns: 'Revenir à la page précédente',
filterDialogNotFilteredLabel: '(Non filtré)',
filterDialogFilterByLabel: 'Filtrer par : {filterLabel}',
Expand Down
6 changes: 6 additions & 0 deletions libs/i18n/src/lib/translations/translations_he.properties
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,12 @@ platformTable.toolbarActionColumnsButtonTitle=עמודות
platformTable.toolbarActionExpandAllButtonTitle=הרחב הכול
#XBUT Label for the button, which collapses all rows in the table
platformTable.toolbarActionCollapseAllButtonTitle=צמצם הכול
#XBUT Label for the button, which expands the clicked row in the table
platformTable.expandRowButtonTitle = Expand row
#XBUT Label for the button, which collapses the clicked row in the table
platformTable.collapseRowButtonTitle = Collapse row
#XBUT Label for the button indicating that a table row is navigable
platformTable.rowNavigateButtonTitle = Navigate
#XACT Label for the button in the table filter dialog, which navigates back to the list of the filterable columns
platformTable.filterDialogBackToColumns=נווט חזרה
#XBUT Label for the option button, which sets "unfiltered" filter state
Expand Down
3 changes: 3 additions & 0 deletions libs/i18n/src/lib/translations/translations_he.ts
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,9 @@ export default {
toolbarActionColumnsButtonTitle: 'עמודות',
toolbarActionExpandAllButtonTitle: 'הרחב הכול',
toolbarActionCollapseAllButtonTitle: 'צמצם הכול',
expandRowButtonTitle: 'Expand row',
collapseRowButtonTitle: 'Collapse row',
rowNavigateButtonTitle: 'Navigate',
filterDialogBackToColumns: 'נווט חזרה',
filterDialogNotFilteredLabel: '(לא מסונן)',
filterDialogFilterByLabel: 'סנן לפי: {filterLabel}',
Expand Down
3 changes: 3 additions & 0 deletions libs/i18n/src/lib/translations/translations_hi.properties
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,9 @@ platformTable.toolbarActionGroupButtonTitle = समूह
platformTable.toolbarActionColumnsButtonTitle = कॉलम
platformTable.toolbarActionExpandAllButtonTitle = Expand all
platformTable.toolbarActionCollapseAllButtonTitle = Collapse all
platformTable.expandRowButtonTitle = Expand row
platformTable.collapseRowButtonTitle = Collapse row
platformTable.rowNavigateButtonTitle = Navigate
platformTable.filterDialogNotFilteredLabel = (फ़िल्टर नहीं किया गया)
platformTable.filterDialogFilterByLabel = के द्वारा छनित: {filterLabel}
platformTable.filterDialogFilterTitle = फ़िल्टर
Expand Down
3 changes: 3 additions & 0 deletions libs/i18n/src/lib/translations/translations_hi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,9 @@ export default {
toolbarActionColumnsButtonTitle: 'कॉलम',
toolbarActionExpandAllButtonTitle: 'Expand all',
toolbarActionCollapseAllButtonTitle: 'Collapse all',
expandRowButtonTitle: 'Expand row',
collapseRowButtonTitle: 'Collapse row',
rowNavigateButtonTitle: 'Navigate',
filterDialogNotFilteredLabel: '(फ़िल्टर नहीं किया गया)',
filterDialogFilterByLabel: 'के द्वारा छनित: {filterLabel}',
filterDialogFilterTitle: 'फ़िल्टर',
Expand Down
Loading