From bcaf4eff25cef5d5e8b5480cd7a9cf22fe56b871 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1si=20Istv=C3=A1n?= Date: Thu, 19 Dec 2024 18:41:45 +0000 Subject: [PATCH] Translated using Weblate (Hungarian) Currently translated at 1.3% (20 of 1496 strings) Translation: Grist/client Translate-URL: https://hosted.weblate.org/projects/grist/client/hu/ --- static/locales/hu.client.json | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/static/locales/hu.client.json b/static/locales/hu.client.json index 0967ef424b..b48847048f 100644 --- a/static/locales/hu.client.json +++ b/static/locales/hu.client.json @@ -1 +1,26 @@ -{} +{ + "ACUserManager": { + "We'll email an invite to {{email}}": "Küldünk egy meghívó e-mailt ide: {{email}}", + "Enter email address": "Adja meg az e-mail címet", + "Invite new member": "Új tag meghívása" + }, + "AccessRules": { + "Add User Attributes": "Új felhasználó attribútum", + "Everyone": "Mindenki", + "Default Rules": "Alapértelmezett szabályok", + "Invalid": "Érvénytelen", + "Add Table Rules": "Új táblázat szabály", + "Add Column Rule": "Új oszlop szabály", + "Add Default Rule": "Új alapértelmezett szabály", + "Attribute name": "Attribútum neve", + "Allow everyone to view Access Rules.": "Mindeki láthassa a hozzáférési szabályokat.", + "Attribute to Look Up": "Keresendő attribútum", + "Checking...": "Ellenőrzés…", + "Condition": "Feltétel", + "Delete Table Rules": "Táblázat szabályok törlése", + "Enter Condition": "Írja be a feltételt", + "Everyone Else": "Mindenki más", + "Lookup Column": "Keresési oszlop", + "Lookup Table": "Keresési táblázat" + } +}