Skip to content

Commit 17d8ba5

Browse files
committed
Merge branch 'main' into 11003-form-generator-radio-alignment-fix
2 parents 78f8cb9 + 1337c31 commit 17d8ba5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+221
-49
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.53.2-rc.17](https://github.com/SAP/fundamental-ngx/compare/v0.53.2-rc.16...v0.53.2-rc.17) (2024-12-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **platform:** update Load More label with Show More ([#12806](https://github.com/SAP/fundamental-ngx/issues/12806)) ([dd65765](https://github.com/SAP/fundamental-ngx/commit/dd65765a5c03cc0b7d3a907258bb2f781f139f79))
12+
13+
14+
15+
16+
17+
## [0.53.2-rc.16](https://github.com/SAP/fundamental-ngx/compare/v0.53.2-rc.15...v0.53.2-rc.16) (2024-12-02)
18+
19+
20+
### Bug Fixes
21+
22+
* **docs:** extra scrollbar track showing on docs page for chrome ([#12794](https://github.com/SAP/fundamental-ngx/issues/12794)) ([c3ade6c](https://github.com/SAP/fundamental-ngx/commit/c3ade6c7d5181e5059e19e7a664097a11163cb2f))
23+
24+
25+
26+
27+
628
## [0.53.2-rc.15](https://github.com/SAP/fundamental-ngx/compare/v0.53.2-rc.14...v0.53.2-rc.15) (2024-11-29)
729

830

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"packages": ["libs/*"],
4-
"version": "0.53.2-rc.15",
4+
"version": "0.53.2-rc.17",
55
"conventionalCommits": true,
66
"tagVersionPrefix": "v",
77
"message": "chore(release): publish %v",

libs/btp/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.53.2-rc.17](https://github.com/SAP/fundamental-ngx/compare/v0.53.2-rc.16...v0.53.2-rc.17) (2024-12-02)
7+
8+
**Note:** Version bump only for package @fundamental-ngx/btp
9+
10+
11+
12+
13+
14+
## [0.53.2-rc.16](https://github.com/SAP/fundamental-ngx/compare/v0.53.2-rc.15...v0.53.2-rc.16) (2024-12-02)
15+
16+
**Note:** Version bump only for package @fundamental-ngx/btp
17+
18+
19+
20+
21+
622
## [0.53.2-rc.15](https://github.com/SAP/fundamental-ngx/compare/v0.53.2-rc.14...v0.53.2-rc.15) (2024-11-29)
723

824
**Note:** Version bump only for package @fundamental-ngx/btp

libs/btp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fundamental-ngx/btp",
3-
"version": "0.53.2-rc.15",
3+
"version": "0.53.2-rc.17",
44
"peerDependencies": {
55
"@angular/common": "ANGULAR_VER_PLACEHOLDER",
66
"@angular/core": "ANGULAR_VER_PLACEHOLDER",

libs/cdk/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.53.2-rc.17](https://github.com/SAP/fundamental-ngx/compare/v0.53.2-rc.16...v0.53.2-rc.17) (2024-12-02)
7+
8+
**Note:** Version bump only for package @fundamental-ngx/cdk
9+
10+
11+
12+
13+
14+
## [0.53.2-rc.16](https://github.com/SAP/fundamental-ngx/compare/v0.53.2-rc.15...v0.53.2-rc.16) (2024-12-02)
15+
16+
**Note:** Version bump only for package @fundamental-ngx/cdk
17+
18+
19+
20+
21+
622
## [0.53.2-rc.15](https://github.com/SAP/fundamental-ngx/compare/v0.53.2-rc.14...v0.53.2-rc.15) (2024-11-29)
723

824
**Note:** Version bump only for package @fundamental-ngx/cdk

libs/cdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fundamental-ngx/cdk",
3-
"version": "0.53.2-rc.15",
3+
"version": "0.53.2-rc.17",
44
"schematics": "./schematics/collection.json",
55
"description": "Fundamental Library for Angular - CDK",
66
"license": "Apache-2.0",

libs/core/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.53.2-rc.17](https://github.com/SAP/fundamental-ngx/compare/v0.53.2-rc.16...v0.53.2-rc.17) (2024-12-02)
7+
8+
**Note:** Version bump only for package @fundamental-ngx/core
9+
10+
11+
12+
13+
14+
## [0.53.2-rc.16](https://github.com/SAP/fundamental-ngx/compare/v0.53.2-rc.15...v0.53.2-rc.16) (2024-12-02)
15+
16+
**Note:** Version bump only for package @fundamental-ngx/core
17+
18+
19+
20+
21+
622
## [0.53.2-rc.15](https://github.com/SAP/fundamental-ngx/compare/v0.53.2-rc.14...v0.53.2-rc.15) (2024-11-29)
723

824
**Note:** Version bump only for package @fundamental-ngx/core

libs/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fundamental-ngx/core",
3-
"version": "0.53.2-rc.15",
3+
"version": "0.53.2-rc.17",
44
"schematics": "./schematics/collection.json",
55
"ng-update": {
66
"migrations": "./schematics/migrations.json"

libs/cx/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.53.2-rc.17](https://github.com/SAP/fundamental-ngx/compare/v0.53.2-rc.16...v0.53.2-rc.17) (2024-12-02)
7+
8+
**Note:** Version bump only for package @fundamental-ngx/cx
9+
10+
11+
12+
13+
14+
## [0.53.2-rc.16](https://github.com/SAP/fundamental-ngx/compare/v0.53.2-rc.15...v0.53.2-rc.16) (2024-12-02)
15+
16+
**Note:** Version bump only for package @fundamental-ngx/cx
17+
18+
19+
20+
21+
622
## [0.53.2-rc.15](https://github.com/SAP/fundamental-ngx/compare/v0.53.2-rc.14...v0.53.2-rc.15) (2024-11-29)
723

824
**Note:** Version bump only for package @fundamental-ngx/cx

libs/cx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fundamental-ngx/cx",
3-
"version": "0.53.2-rc.15",
3+
"version": "0.53.2-rc.17",
44
"schematics": "./schematics/collection.json",
55
"description": "Fundamental Library for Angular - cx",
66
"license": "Apache-2.0",

libs/datetime-adapter/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.53.2-rc.17](https://github.com/SAP/fundamental-ngx/compare/v0.53.2-rc.16...v0.53.2-rc.17) (2024-12-02)
7+
8+
**Note:** Version bump only for package @fundamental-ngx/datetime-adapter
9+
10+
11+
12+
13+
14+
## [0.53.2-rc.16](https://github.com/SAP/fundamental-ngx/compare/v0.53.2-rc.15...v0.53.2-rc.16) (2024-12-02)
15+
16+
**Note:** Version bump only for package @fundamental-ngx/datetime-adapter
17+
18+
19+
20+
21+
622
## [0.53.2-rc.15](https://github.com/SAP/fundamental-ngx/compare/v0.53.2-rc.14...v0.53.2-rc.15) (2024-11-29)
723

824
**Note:** Version bump only for package @fundamental-ngx/datetime-adapter

libs/datetime-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fundamental-ngx/datetime-adapter",
3-
"version": "0.53.2-rc.15",
3+
"version": "0.53.2-rc.17",
44
"description": "Datetime adapter for SAP Fundamentals, based on Day.js package",
55
"license": "Apache-2.0",
66
"homepage": "https://sap.github.io/fundamental-ngx/home",

libs/docs/shared/src/lib/core-helpers/sections-toolbar/sections-toolbar.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
.fd-docs-sidebar-content {
2323
flex-grow: 1;
24-
overflow-y: scroll;
24+
overflow-y: auto;
2525
}
2626

2727
.nav {

libs/i18n/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.53.2-rc.17](https://github.com/SAP/fundamental-ngx/compare/v0.53.2-rc.16...v0.53.2-rc.17) (2024-12-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **platform:** update Load More label with Show More ([#12806](https://github.com/SAP/fundamental-ngx/issues/12806)) ([dd65765](https://github.com/SAP/fundamental-ngx/commit/dd65765a5c03cc0b7d3a907258bb2f781f139f79))
12+
13+
14+
15+
16+
17+
## [0.53.2-rc.16](https://github.com/SAP/fundamental-ngx/compare/v0.53.2-rc.15...v0.53.2-rc.16) (2024-12-02)
18+
19+
**Note:** Version bump only for package @fundamental-ngx/i18n
20+
21+
22+
23+
24+
625
## [0.53.2-rc.15](https://github.com/SAP/fundamental-ngx/compare/v0.53.2-rc.14...v0.53.2-rc.15) (2024-11-29)
726

827
**Note:** Version bump only for package @fundamental-ngx/i18n

libs/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fundamental-ngx/i18n",
3-
"version": "0.53.2-rc.15",
3+
"version": "0.53.2-rc.17",
44
"peerDependencies": {
55
"@angular/common": "ANGULAR_VER_PLACEHOLDER",
66
"@angular/core": "ANGULAR_VER_PLACEHOLDER",

libs/i18n/src/lib/translations/translations.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ platformVHD.searchShowAllAdvancedSearchLabel = Show all filters
446446
platformVHD.searchHideAllAdvancedSearchLabel = Hide all filters
447447
#XHED: Items table heading.
448448
platformVHD.selectTabDisplayCountLabel = Items ({count})
449-
#XBUT: Load more button text.
449+
#XBUT: Show more button text.
450450
platformVHD.selectTabMoreBtnLabel = More
451451
#XFLD: Text for amount of rows and columns in table.
452452
platformVHD.selectTabCountHiddenA11yLabel = contains {rowCount} rows and {colCount} columns
@@ -847,7 +847,7 @@ platformTable.deselectSingleRow = To deselect row, press SPACEBAR
847847
#XACT Text, which is read by screen reader, tells instruction of how to select a row
848848
platformTable.selectSingleRow = To select row, press SPACEBAR
849849
#XBUT Label for the button, which loads additional rows
850-
platformTable.loadMore = Load more
850+
platformTable.loadMore = Show more
851851
#XBUT Label for applied filter table toolbar
852852
platformTable.filteredBy = Filtered by
853853
#XBUT Label for the button, navigates to the edit section of the wizard

libs/i18n/src/lib/translations/translations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ export default {
515515
deselectAllCheckboxLabel: 'Deselect all',
516516
deselectSingleRow: 'To deselect row, press SPACEBAR',
517517
selectSingleRow: 'To select row, press SPACEBAR',
518-
loadMore: 'Load more',
518+
loadMore: 'Show more',
519519
filteredBy: 'Filtered by'
520520
},
521521
platformWizardGenerator: {

libs/i18n/src/lib/translations/translations_ar.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ platformVHD.searchShowAllAdvancedSearchLabel=إظهار جميع عوامل ال
446446
platformVHD.searchHideAllAdvancedSearchLabel=إخفاء جميع عوامل التصفية
447447
#XHED: Items table heading.
448448
platformVHD.selectTabDisplayCountLabel=البنود ({count})
449-
#XBUT: Load more button text.
449+
#XBUT: Show more button text.
450450
platformVHD.selectTabMoreBtnLabel=المزيد
451451
#XFLD: Text for amount of rows and columns in table.
452452
platformVHD.selectTabCountHiddenA11yLabel=يحتوي على {rowCount} من الصفوف و{colCount} من الأعمدة

libs/i18n/src/lib/translations/translations_bg.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ platformVHD.searchShowAllAdvancedSearchLabel=Показване на всичк
446446
platformVHD.searchHideAllAdvancedSearchLabel=Скриване на всички филтри
447447
#XHED: Items table heading.
448448
platformVHD.selectTabDisplayCountLabel=Позиции: ({count})
449-
#XBUT: Load more button text.
449+
#XBUT: Show more button text.
450450
platformVHD.selectTabMoreBtnLabel=Още
451451
#XFLD: Text for amount of rows and columns in table.
452452
platformVHD.selectTabCountHiddenA11yLabel=съдържа {rowCount} реда и {colCount} колони

libs/i18n/src/lib/translations/translations_cs.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ platformVHD.searchShowAllAdvancedSearchLabel=Zobrazit všechny filtry
446446
platformVHD.searchHideAllAdvancedSearchLabel=Skrýt všechny filtry
447447
#XHED: Items table heading.
448448
platformVHD.selectTabDisplayCountLabel=Položky ({count})
449-
#XBUT: Load more button text.
449+
#XBUT: Show more button text.
450450
platformVHD.selectTabMoreBtnLabel=Více
451451
#XFLD: Text for amount of rows and columns in table.
452452
platformVHD.selectTabCountHiddenA11yLabel=obsahuje {rowCount} řád. a {colCount} sloup.

libs/i18n/src/lib/translations/translations_da.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ platformVHD.searchShowAllAdvancedSearchLabel=Vis alle filtre
446446
platformVHD.searchHideAllAdvancedSearchLabel=Skjul alle filtre
447447
#XHED: Items table heading.
448448
platformVHD.selectTabDisplayCountLabel=Elementer ({count})
449-
#XBUT: Load more button text.
449+
#XBUT: Show more button text.
450450
platformVHD.selectTabMoreBtnLabel=Mere
451451
#XFLD: Text for amount of rows and columns in table.
452452
platformVHD.selectTabCountHiddenA11yLabel=indeholder {rowCount} rækker og {colCount} kolonner

libs/i18n/src/lib/translations/translations_de.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ platformVHD.searchShowAllAdvancedSearchLabel=Alle Filter anzeigen
446446
platformVHD.searchHideAllAdvancedSearchLabel=Alle Filter ausblenden
447447
#XHED: Items table heading.
448448
platformVHD.selectTabDisplayCountLabel=Elemente ({count})
449-
#XBUT: Load more button text.
449+
#XBUT: Show more button text.
450450
platformVHD.selectTabMoreBtnLabel=Mehr
451451
#XFLD: Text for amount of rows and columns in table.
452452
platformVHD.selectTabCountHiddenA11yLabel=enthält {rowCount} Zeilen und {colCount} Spalten

libs/i18n/src/lib/translations/translations_el.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ platformVHD.searchShowAllAdvancedSearchLabel=Εμφάνιση όλων των φ
446446
platformVHD.searchHideAllAdvancedSearchLabel=Απόκρυψη όλων των φίλτρων
447447
#XHED: Items table heading.
448448
platformVHD.selectTabDisplayCountLabel=Στοιχεία ({count})
449-
#XBUT: Load more button text.
449+
#XBUT: Show more button text.
450450
platformVHD.selectTabMoreBtnLabel=Περισσότερα
451451
#XFLD: Text for amount of rows and columns in table.
452452
platformVHD.selectTabCountHiddenA11yLabel=περιέχει {rowCount} σειρές και {colCount} στήλες

libs/i18n/src/lib/translations/translations_en_US_sappsd.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ platformVHD.searchShowAllAdvancedSearchLabel=[[[Ŝĥŏŵ ąĺĺ ƒįĺţēŗş
436436
platformVHD.searchHideAllAdvancedSearchLabel=[[[Ĥįƌē ąĺĺ ƒįĺţēŗş∙∙∙∙∙∙∙∙]]]
437437
#XHED: Items table heading.
438438
platformVHD.selectTabDisplayCountLabel=[[[Ĭţēɱş ({ċŏűŋţ})∙∙∙∙]]]
439-
#XBUT: Load more button text.
439+
#XBUT: Show more button text.
440440
platformVHD.selectTabMoreBtnLabel=[[[Μŏŗē]]]
441441
#XFLD: Text for amount of rows and columns in table.
442442
platformVHD.selectTabCountHiddenA11yLabel=[[[ċŏŋţąįŋş {ŗŏŵĈŏűŋţ} ŗŏŵş ąŋƌ {ċŏĺĈŏűŋţ} ċŏĺűɱŋş∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙]]]

libs/i18n/src/lib/translations/translations_es.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ platformVHD.searchShowAllAdvancedSearchLabel=Visualizar todos los filtros
446446
platformVHD.searchHideAllAdvancedSearchLabel=Ocultar todos los filtros
447447
#XHED: Items table heading.
448448
platformVHD.selectTabDisplayCountLabel=Elementos ({count})
449-
#XBUT: Load more button text.
449+
#XBUT: Show more button text.
450450
platformVHD.selectTabMoreBtnLabel=Más
451451
#XFLD: Text for amount of rows and columns in table.
452452
platformVHD.selectTabCountHiddenA11yLabel=contiene {rowCount} filas y {colCount} columnas

libs/i18n/src/lib/translations/translations_fi.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ platformVHD.searchShowAllAdvancedSearchLabel=Näytä kaikki suodattimet
446446
platformVHD.searchHideAllAdvancedSearchLabel=Piilota kaikki suodattimet
447447
#XHED: Items table heading.
448448
platformVHD.selectTabDisplayCountLabel=Kohteet ({count})
449-
#XBUT: Load more button text.
449+
#XBUT: Show more button text.
450450
platformVHD.selectTabMoreBtnLabel=Enemmän
451451
#XFLD: Text for amount of rows and columns in table.
452452
platformVHD.selectTabCountHiddenA11yLabel=sisältää {rowCount} riviä ja {colCount} saraketta

libs/i18n/src/lib/translations/translations_fr.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ platformVHD.searchShowAllAdvancedSearchLabel=Afficher tous les filtres
446446
platformVHD.searchHideAllAdvancedSearchLabel=Masquer tous les filtres
447447
#XHED: Items table heading.
448448
platformVHD.selectTabDisplayCountLabel=Éléments ({count})
449-
#XBUT: Load more button text.
449+
#XBUT: Show more button text.
450450
platformVHD.selectTabMoreBtnLabel=Plus
451451
#XFLD: Text for amount of rows and columns in table.
452452
platformVHD.selectTabCountHiddenA11yLabel=contient {rowCount} lignes et {colCount} colonnes.

libs/i18n/src/lib/translations/translations_he.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ platformVHD.searchShowAllAdvancedSearchLabel=הצג את כל המסננים
446446
platformVHD.searchHideAllAdvancedSearchLabel=הסתר את כל המסננים
447447
#XHED: Items table heading.
448448
platformVHD.selectTabDisplayCountLabel=פריטים ({count})
449-
#XBUT: Load more button text.
449+
#XBUT: Show more button text.
450450
platformVHD.selectTabMoreBtnLabel=עוד
451451
#XFLD: Text for amount of rows and columns in table.
452452
platformVHD.selectTabCountHiddenA11yLabel=מכיל {rowCount} שורות ו-{colCount} עמודות

libs/i18n/src/lib/translations/translations_hr.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ platformVHD.searchShowAllAdvancedSearchLabel=Prikaži sve filtre
446446
platformVHD.searchHideAllAdvancedSearchLabel=Sakrij sve filtre
447447
#XHED: Items table heading.
448448
platformVHD.selectTabDisplayCountLabel=Broj stavki: ({count})
449-
#XBUT: Load more button text.
449+
#XBUT: Show more button text.
450450
platformVHD.selectTabMoreBtnLabel=Više
451451
#XFLD: Text for amount of rows and columns in table.
452452
platformVHD.selectTabCountHiddenA11yLabel=sadržava {rowCount} redaka i {colCount} stupaca

libs/i18n/src/lib/translations/translations_hu.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ platformVHD.searchShowAllAdvancedSearchLabel=Minden szűrő megjelenítése
446446
platformVHD.searchHideAllAdvancedSearchLabel=Minden szűrő elrejtése
447447
#XHED: Items table heading.
448448
platformVHD.selectTabDisplayCountLabel=Elemek ({count})
449-
#XBUT: Load more button text.
449+
#XBUT: Show more button text.
450450
platformVHD.selectTabMoreBtnLabel=Továbbiak
451451
#XFLD: Text for amount of rows and columns in table.
452452
platformVHD.selectTabCountHiddenA11yLabel={rowCount} sort és {colCount} oszlopot tartalmaz

libs/i18n/src/lib/translations/translations_it.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ platformVHD.searchShowAllAdvancedSearchLabel=Mostra tutti i filtri
446446
platformVHD.searchHideAllAdvancedSearchLabel=Nascondi tutti i filtri
447447
#XHED: Items table heading.
448448
platformVHD.selectTabDisplayCountLabel=Voci ({count})
449-
#XBUT: Load more button text.
449+
#XBUT: Show more button text.
450450
platformVHD.selectTabMoreBtnLabel=Di più
451451
#XFLD: Text for amount of rows and columns in table.
452452
platformVHD.selectTabCountHiddenA11yLabel=contiene {rowCount} righe e {colCount} colonne

libs/i18n/src/lib/translations/translations_ja.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ platformVHD.searchShowAllAdvancedSearchLabel=すべてのフィルタを表示
446446
platformVHD.searchHideAllAdvancedSearchLabel=すべてのフィルタを非表示
447447
#XHED: Items table heading.
448448
platformVHD.selectTabDisplayCountLabel=項目 ({count})
449-
#XBUT: Load more button text.
449+
#XBUT: Show more button text.
450450
platformVHD.selectTabMoreBtnLabel=表示を増やす
451451
#XFLD: Text for amount of rows and columns in table.
452452
platformVHD.selectTabCountHiddenA11yLabel={rowCount}行および{colCount}列を含む

0 commit comments

Comments
 (0)