From e8f51d6e18584d34b736dc680445a6090c5c49af Mon Sep 17 00:00:00 2001 From: georgelimadev Date: Tue, 14 May 2024 11:41:58 -0300 Subject: [PATCH] Add Hungarian translations --- CHANGELOG.md | 4 ++++ messages/hu.json | 16 ++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 messages/hu.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 54a0e37..1315b70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Added + +- Hungarian translations + ## [1.17.2] - 2024-05-08 ## [1.17.1] - 2024-04-30 diff --git a/messages/hu.json b/messages/hu.json new file mode 100644 index 0000000..3f3438f --- /dev/null +++ b/messages/hu.json @@ -0,0 +1,16 @@ +{ + "store/wishlist.addButton": "Listához ad", + "store/wishlist-see-lists": "Listák megtekintése", + "store/wishlist-product-added-to-list": "A termék hozzáadva a listához", + "store/wishlist-add-product-fail": "Nem sikerült hozzáadni a terméket a listához", + "store/wishlist-default-list-name": "Kívánság lista", + "store/myaccount-menu": "Kívánság lista", + "store/myaccount-empty-list": "Ez a lista üres", + "store/wishlist-login": "Belépés", + "store/wishlist-not-logged": "Mielőtt hozzáadnád a listához, be kell jelentkezned", + "admin/wishlist.menu.label": "Kívánság lista", + "admin/settings.title": "Kívánságlista exportálása", + "admin/settings.download": "Kívánságlista letöltéses", + "admin/settings.page": "oldal" + } + \ No newline at end of file