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
				
			
		
							
								
								
									
										30
									
								
								static/cms/js/select2/select2_locale_fi.js
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										30
									
								
								static/cms/js/select2/select2_locale_fi.js
									
										
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +1,30 @@ | |||
| /** | ||||
|  * Select2 Finnish translation | ||||
|  */ | ||||
| (function ($) { | ||||
|     "use strict"; | ||||
|     $.fn.select2.locales['fi'] = { | ||||
|         formatNoMatches: function () { | ||||
|             return "Ei tuloksia"; | ||||
|         }, | ||||
|         formatInputTooShort: function (input, min) { | ||||
|             var n = min - input.length; | ||||
|             return "Ole hyvä ja anna " + n + " merkkiä lisää"; | ||||
|         }, | ||||
|         formatInputTooLong: function (input, max) { | ||||
|             var n = input.length - max; | ||||
|             return "Ole hyvä ja anna " + n + " merkkiä vähemmän"; | ||||
|         }, | ||||
|         formatSelectionTooBig: function (limit) { | ||||
|             return "Voit valita ainoastaan " + limit + " kpl"; | ||||
|         }, | ||||
|         formatLoadMore: function (pageNumber) { | ||||
|             return "Ladataan lisää tuloksia…"; | ||||
|         }, | ||||
|         formatSearching: function () { | ||||
|             return "Etsitään…"; | ||||
|         } | ||||
|     }; | ||||
| 
 | ||||
|     $.extend($.fn.select2.defaults, $.fn.select2.locales['fi']); | ||||
| })(jQuery); | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue