Skip to content

Commit

Permalink
Fix Hungarian translations (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeLimaDev committed May 6, 2024
1 parent 9e5bd3b commit 6e04fdf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Fixed

- Hungarian translations.

## [3.132.0] - 2024-05-06

### Added
Expand Down
6 changes: 3 additions & 3 deletions messages/hu.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"store/search-result.showing-products": "{value} megjelenítése",
"store/search-result.showing-products-count": "{productsLoaded, number} / {total, number}",
"store/search-result.showing-all-products": "Megtekintette az összes {value} terméket",
"store/search-result.showing-all-products-count": "{teljes szám}",
"store/search-result.showing-all-products-count": "{total, number}",
"store/search-result.filter-button.title": "Szűrők",
"store/search-result.filter-breadcrumbs.primary": "Szűrők",
"store/search-result.filter-button.apply": "Alkalmaz",
Expand All @@ -68,8 +68,8 @@
"store/search.filter.title.price-ranges": "Ártartományok",
"store/search.text": "{from}-{to} megjelenítése {recordsFiltered} rekordból",
"store/search.selected-filters": "Szűrés:",
"store/search.total-products": "{rec{recordsFiltered} <span class=c-muted-2>{recordsFiltered, többes szám, egy {Product} másik {Products}}</span>",
"store/search.total-products-2": "{recordsFiltered} <span>{recordsFiltered, többes szám, egy másik {Product} {Products}}</span>",
"store/search.total-products": "{recordsFiltered} <span class=\"c-muted-2\">{recordsFiltered, plural, one {Product} other {Products}}</span>",
"store/search.total-products-2": "{recordsFiltered} <span>{recordsFiltered, plural, one {Product} other {Products}}</span>",
"store/search.empty-products": "Nem találtunk a következőhöz kapcsolódó találatot: \"{term}\"",
"store/search.what-do-i-do": "Mit tegyek?",
"store/search.what-to-do.1": "Ellenőrizd a beírt kifejezéseket.",
Expand Down

0 comments on commit 6e04fdf

Please sign in to comment.