Parcourir la source

Updated DE/ES/FR/PT/PT_BR translation strings (#6132)

David Morais Ferreira il y a 2 ans
Parent
commit
1f46680f90

+ 6 - 0
src/js/select2/i18n/de.js

@@ -36,6 +36,12 @@ define(function () {
     },
     removeAllItems: function () {
       return 'Entferne alle Elemente';
+    },
+    removeItem: function () {
+      return 'Element entfernen';
+    },
+    search: function() {
+      return 'Suchen';
     }
   };
 });

+ 6 - 0
src/js/select2/i18n/es.js

@@ -50,6 +50,12 @@ define(function () {
     },
     removeAllItems: function () {
       return 'Eliminar todos los elementos';
+    },
+    removeItem: function () {
+      return 'Eliminar elemento';
+    },
+    search: function() {
+      return 'Buscar';
     }
   };
 });

+ 3 - 0
src/js/select2/i18n/fr.js

@@ -34,6 +34,9 @@ define(function () {
     },
     removeItem: function () {
       return 'Supprimer l\'élément';
+    },
+    search: function() {
+      return 'Rechercher';
     }
   };
 });

+ 6 - 0
src/js/select2/i18n/pt-BR.js

@@ -44,6 +44,12 @@ define(function () {
     },
     removeAllItems: function () {
       return 'Remover todos os itens';
+    },
+    removeItem: function () {
+      return 'Remover iten';
+    },
+    search: function() {
+      return 'Buscar';
     }
   };
 });

+ 6 - 0
src/js/select2/i18n/pt.js

@@ -38,6 +38,12 @@ define(function () {
     },
     removeAllItems: function () {
       return 'Remover todos os itens';
+    },
+    removeItem: function () {
+      return 'Remover iten';
+    },
+    search: function() {
+      return 'Procurar';
     }
   };
 });