From 3aa9c6a0bcb27e73e5a181d0bcc2ab814245c04b Mon Sep 17 00:00:00 2001 From: Tamas Balog Date: Sat, 24 Aug 2024 06:27:47 +0200 Subject: [PATCH] Update 'set_precision' and add the missing 'unsigned' key --- src/i18n/locales/hu.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/i18n/locales/hu.js b/src/i18n/locales/hu.js index 5622c56..14bd1a0 100644 --- a/src/i18n/locales/hu.js +++ b/src/i18n/locales/hu.js @@ -122,7 +122,7 @@ const hu = { values: "Értékek", size: "Méret", precision: "Pontosság", - set_precision: "Pontosság: (méret, számjegyek)", + set_precision: "Pontosság: 'méret, számjegyek'", use_for_batch_input: "Több értéket vesszővel elválasztva adhat meg", indices: "Indexek", add_index: "Új index", @@ -235,6 +235,7 @@ const hu = { declare_array: "Tömb megadása", empty_index_name: "A(z) '{{tableName}}' táblában egy indexnek nincs megadva név", didnt_find_diagram: "Hoppá! A diagram nem található.", + unsigned: "Előjel nélküli", }, };