From 57339d6fa7fb6928a179b63eee85da07e27993ef Mon Sep 17 00:00:00 2001 From: Tamas Balog Date: Wed, 31 Jul 2024 14:42:59 +0200 Subject: [PATCH] Add a missing comma in hu.js --- src/i18n/locales/hu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/hu.js b/src/i18n/locales/hu.js index 34ce22c..5622c56 100644 --- a/src/i18n/locales/hu.js +++ b/src/i18n/locales/hu.js @@ -176,7 +176,7 @@ const hu = { not_null_is_null: "A(z) '{{tableName}}' tábla '{{fieldName}}' mezője NOT NULL-ként van beállítva, de a megadott alapért. érték NULL", duplicate_fields: - "Több '{{fieldName}}' nevű mező is létezik a(z) '{{tableName}}' táblában" + "Több '{{fieldName}}' nevű mező is létezik a(z) '{{tableName}}' táblában", duplicate_index: "Több '{{indexName}}' nevű index is létezik a(z) '{{tableName}}' táblában", empty_index: "A(z) '{{tableName}}' táblában levő index egyetlen oszlopot sem indexel",