Преглед изворни кода

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';
     }
   };
 });