瀏覽代碼

Update Hungarian translation for new strings

Updated Hungarian translation.
PizzaProgram 4 年之前
父節點
當前提交
be01e76023
共有 1 個文件被更改,包括 6 次插入0 次删除
  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';
     }
   };
 });