Explorar el Código

Update Hungarian translation for new strings

Updated Hungarian translation.
PizzaProgram hace 4 años
padre
commit
be01e76023
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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';
     }
   };
 });