new static files.
Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
		
					parent
					
						
							
								5da7cfab99
							
						
					
				
			
			
				commit
				
					
						bb68c32ba5
					
				
			
		
					 772 changed files with 71557 additions and 0 deletions
				
			
		
							
								
								
									
										17
									
								
								static/cms/js/select2/select2_locale_pt-PT.js
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								static/cms/js/select2/select2_locale_pt-PT.js
									
										
									
									
										vendored
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,17 @@
 | 
			
		|||
/**
 | 
			
		||||
 * Select2 Portuguese (Portugal) translation
 | 
			
		||||
 */
 | 
			
		||||
(function ($) {
 | 
			
		||||
    "use strict";
 | 
			
		||||
 | 
			
		||||
    $.fn.select2.locales['pt-PT'] = {
 | 
			
		||||
        formatNoMatches: function () { return "Nenhum resultado encontrado"; },
 | 
			
		||||
        formatInputTooShort: function (input, min) { var n = min - input.length; return "Introduza " + n + " car" + (n == 1 ? "ácter" : "acteres"); },
 | 
			
		||||
        formatInputTooLong: function (input, max) { var n = input.length - max; return "Apague " + n + " car" + (n == 1 ? "ácter" : "acteres"); },
 | 
			
		||||
        formatSelectionTooBig: function (limit) { return "Só é possível selecionar " + limit + " elemento" + (limit == 1 ? "" : "s"); },
 | 
			
		||||
        formatLoadMore: function (pageNumber) { return "A carregar mais resultados…"; },
 | 
			
		||||
        formatSearching: function () { return "A pesquisar…"; }
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    $.extend($.fn.select2.defaults, $.fn.select2.locales['pt-PT']);
 | 
			
		||||
})(jQuery);
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue