Skip to content

Commit

Permalink
Updated DE/ES/FR/PT/PT_BR translation strings (select2#6132)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMoraisFerreira authored Sep 19, 2022
1 parent 5c38f18 commit 1f46680
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/js/select2/i18n/de.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ define(function () {
},
removeAllItems: function () {
return 'Entferne alle Elemente';
},
removeItem: function () {
return 'Element entfernen';
},
search: function() {
return 'Suchen';
}
};
});
6 changes: 6 additions & 0 deletions src/js/select2/i18n/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ define(function () {
},
removeAllItems: function () {
return 'Eliminar todos los elementos';
},
removeItem: function () {
return 'Eliminar elemento';
},
search: function() {
return 'Buscar';
}
};
});
3 changes: 3 additions & 0 deletions src/js/select2/i18n/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ define(function () {
},
removeItem: function () {
return 'Supprimer l\'élément';
},
search: function() {
return 'Rechercher';
}
};
});
6 changes: 6 additions & 0 deletions src/js/select2/i18n/pt-BR.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ define(function () {
},
removeAllItems: function () {
return 'Remover todos os itens';
},
removeItem: function () {
return 'Remover iten';
},
search: function() {
return 'Buscar';
}
};
});
6 changes: 6 additions & 0 deletions src/js/select2/i18n/pt.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ define(function () {
},
removeAllItems: function () {
return 'Remover todos os itens';
},
removeItem: function () {
return 'Remover iten';
},
search: function() {
return 'Procurar';
}
};
});

0 comments on commit 1f46680

Please sign in to comment.