From 393fdbc6d123a340f93796bc966e1267d64d2f98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20M=C3=A1rton?= Date: Fri, 26 Sep 2025 13:21:22 +0200 Subject: [PATCH] fix: Update Hungarian translation (#1354) --- server/config/i18n.js | 1 + server/config/locales/hu-HU.json | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 server/config/locales/hu-HU.json diff --git a/server/config/i18n.js b/server/config/i18n.js index 335be983..933cb884 100644 --- a/server/config/i18n.js +++ b/server/config/i18n.js @@ -27,6 +27,7 @@ module.exports.i18n = { 'es-ES', 'fi-FI', 'fr-FR', + 'hu-HU', 'it-IT', 'ru-RU', 'tr-TR', diff --git a/server/config/locales/hu-HU.json b/server/config/locales/hu-HU.json new file mode 100644 index 00000000..b84700cb --- /dev/null +++ b/server/config/locales/hu-HU.json @@ -0,0 +1,16 @@ +{ + "Card Created": "Kártya létrehozva", + "Card Moved": "Kártya áthelyezve", + "New Comment": "Új hozzászólás", + "Test Title": "Teszt cím", + "This is a test text message!": "Ez itt egy szöveges teszt üzenet!", + "This is a *test* **markdown** `message`!": "Ez itt egy **markdown** formátumú *teszt* `üzenet`!", + "This is a test html message!": "Ez egy html formátumú teszt üzenet!", + "You Were Added to Card": "Hozzádrendeltek egy kártyát", + "You Were Mentioned in Comment": "Megemlítettek egy kártyán", + "%s added you to %s on %s": "%s hozzárendelt téged a(z) %s kártyához a(z) %s projektben", + "%s created %s in %s on %s": "%s létrehozta a(z) %s kártyát a(z) %s projektben ekkor: %s", + "%s left a new comment to %s on %s": "%s hozzászólt a(z) %s kártyához a(z) %s projektben", + "%s mentioned you in %s on %s": "%s megemlített téged a(z) %s kártyán a(z) %s projektben", + "%s moved %s from %s to %s on %s": "%s átmozgatta a(z) %s kártyát a(z) %s projektből a(z) %s projektbe ekkor: %s" +}