Skip to content

Commit

Permalink
Merge pull request #225 from picimako/update-hungarian-translation
Browse files Browse the repository at this point in the history
Update 'set_precision' and add the missing 'unsigned' key
  • Loading branch information
1ilit committed Aug 24, 2024
2 parents f9e7810 + 3aa9c6a commit bda5286
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/i18n/locales/hu.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
},
};

Expand Down

0 comments on commit bda5286

Please sign in to comment.