Browse Source

Update Hungarian translation for new strings

Updated Hungarian translation.
PizzaProgram 4 năm trước cách đây
mục cha
commit
be01e76023
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      src/js/select2/i18n/hu.js

+ 6 - 0
src/js/select2/i18n/hu.js

@@ -28,6 +28,12 @@ define(function () {
     },
     removeAllItems: function () {
       return 'Távolítson el minden elemet';
+    },
+    removeItem: function () {
+      return 'Elem eltávolítása';
+    },
+    search: function() {
+      return 'Keresés';
     }
   };
 });