new static files.
Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
		
					parent
					
						
							
								83e792bcaa
							
						
					
				
			
			
				commit
				
					
						fe4f6c97d5
					
				
			
		
					 778 changed files with 71557 additions and 0 deletions
				
			
		
							
								
								
									
										45
									
								
								static/cms/js/select2/select2_locale_eu.js
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										45
									
								
								static/cms/js/select2/select2_locale_eu.js
									
										
									
									
										vendored
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,45 @@
 | 
			
		|||
/**
 | 
			
		||||
 * Select2 Basque translation.
 | 
			
		||||
 *
 | 
			
		||||
 * Author: Julen Ruiz Aizpuru <julenx at gmail dot com>
 | 
			
		||||
 */
 | 
			
		||||
(function ($) {
 | 
			
		||||
    "use strict";
 | 
			
		||||
 | 
			
		||||
    $.fn.select2.locales['eu'] = {
 | 
			
		||||
        formatNoMatches: function () {
 | 
			
		||||
          return "Ez da bat datorrenik aurkitu";
 | 
			
		||||
        },
 | 
			
		||||
        formatInputTooShort: function (input, min) {
 | 
			
		||||
          var n = min - input.length;
 | 
			
		||||
          if (n === 1) {
 | 
			
		||||
            return "Idatzi karaktere bat gehiago";
 | 
			
		||||
          } else {
 | 
			
		||||
            return "Idatzi " + n + " karaktere gehiago";
 | 
			
		||||
          }
 | 
			
		||||
        },
 | 
			
		||||
        formatInputTooLong: function (input, max) {
 | 
			
		||||
          var n = input.length - max;
 | 
			
		||||
          if (n === 1) {
 | 
			
		||||
            return "Idatzi karaktere bat gutxiago";
 | 
			
		||||
          } else {
 | 
			
		||||
            return "Idatzi " + n + " karaktere gutxiago";
 | 
			
		||||
          }
 | 
			
		||||
        },
 | 
			
		||||
        formatSelectionTooBig: function (limit) {
 | 
			
		||||
          if (limit === 1 ) {
 | 
			
		||||
            return "Elementu bakarra hauta dezakezu";
 | 
			
		||||
          } else {
 | 
			
		||||
            return limit + " elementu hauta ditzakezu soilik";
 | 
			
		||||
          }
 | 
			
		||||
        },
 | 
			
		||||
        formatLoadMore: function (pageNumber) {
 | 
			
		||||
          return "Emaitza gehiago kargatzen…";
 | 
			
		||||
        },
 | 
			
		||||
        formatSearching: function () {
 | 
			
		||||
          return "Bilatzen…";
 | 
			
		||||
        }
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    $.extend($.fn.select2.defaults, $.fn.select2.locales['eu']);
 | 
			
		||||
})(jQuery);
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue