소스 검색

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