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
				
			
		
							
								
								
									
										20
									
								
								static/cms/js/select2/select2_locale_az.js
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								static/cms/js/select2/select2_locale_az.js
									
										
									
									
										vendored
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,20 @@
 | 
			
		|||
/**
 | 
			
		||||
 * Select2 Azerbaijani translation.
 | 
			
		||||
 *
 | 
			
		||||
 * Author: Farhad Safarov <farhad.safarov@gmail.com>
 | 
			
		||||
 */
 | 
			
		||||
(function ($) {
 | 
			
		||||
    "use strict";
 | 
			
		||||
 | 
			
		||||
     $.fn.select2.locales['az'] = {
 | 
			
		||||
        formatMatches: function (matches) { return matches + " nəticə mövcuddur, hərəkət etdirmək üçün yuxarı və aşağı düymələrindən istifadə edin."; },
 | 
			
		||||
        formatNoMatches: function () { return "Nəticə tapılmadı"; },
 | 
			
		||||
        formatInputTooShort: function (input, min) { var n = min - input.length; return n + " simvol daxil edin"; },
 | 
			
		||||
        formatInputTooLong: function (input, max) { var n = input.length - max; return n + " simvol silin"; },
 | 
			
		||||
        formatSelectionTooBig: function (limit) { return "Sadəcə " + limit + " element seçə bilərsiniz"; },
 | 
			
		||||
        formatLoadMore: function (pageNumber) { return "Daha çox nəticə yüklənir…"; },
 | 
			
		||||
        formatSearching: function () { return "Axtarılır…"; }
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    $.extend($.fn.select2.defaults, $.fn.select2.locales['az']);
 | 
			
		||||
})(jQuery);
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue