Ver código fonte

Update Hungarian translation for new strings

Updated Hungarian translation.
PizzaProgram 4 anos atrás
pai
commit
be01e76023
1 arquivos alterados com 6 adições e 0 exclusões
  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';
     }
   };
 });