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
				
			
		
							
								
								
									
										19
									
								
								static/cms/js/select2/select2_locale_ka.js
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								static/cms/js/select2/select2_locale_ka.js
									
										
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +1,19 @@ | |||
| /** | ||||
|  * Select2 Georgian (Kartuli) translation. | ||||
|  *  | ||||
|  * Author: Dimitri Kurashvili dimakura@gmail.com | ||||
|  */ | ||||
| (function ($) { | ||||
|     "use strict"; | ||||
| 
 | ||||
|     $.fn.select2.locales['ka'] = { | ||||
|         formatNoMatches: function () { return "ვერ მოიძებნა"; }, | ||||
|         formatInputTooShort: function (input, min) { var n = min - input.length; return "გთხოვთ შეიყვანოთ კიდევ " + n + " სიმბოლო"; }, | ||||
|         formatInputTooLong: function (input, max) { var n = input.length - max; return "გთხოვთ წაშალოთ " + n + " სიმბოლო"; }, | ||||
|         formatSelectionTooBig: function (limit) { return "თქვენ შეგიძლიათ მხოლოდ " + limit + " ჩანაწერის მონიშვნა"; }, | ||||
|         formatLoadMore: function (pageNumber) { return "შედეგის ჩატვირთვა…"; }, | ||||
|         formatSearching: function () { return "ძებნა…"; } | ||||
|     }; | ||||
| 
 | ||||
|     $.extend($.fn.select2.defaults, $.fn.select2.locales['ka']); | ||||
| })(jQuery); | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue