PHP Classes

File: vendors/gentelella/vendors/select2/src/js/select2/i18n/az.js

Recommend this page to a friend!
  Classes of Jorge Castro   Gentelella BladeOne   vendors/gentelella/vendors/select2/src/js/select2/i18n/az.js   Download  
File: vendors/gentelella/vendors/select2/src/js/select2/i18n/az.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Gentelella BladeOne
Render templates using Bootstrap for presentation
Author: By
Last change:
Date: 3 years ago
Size: 703 bytes
 

Contents

Class file image Download
define(function () { // Azerbaijani return { inputTooLong: function (args) { var overChars = args.input.length - args.maximum; return overChars + ' simvol silin'; }, inputTooShort: function (args) { var remainingChars = args.minimum - args.input.length; return remainingChars + ' simvol daxil edin'; }, loadingMore: function () { return 'Daha çox n?tic? yükl?nir?'; }, maximumSelected: function (args) { return 'Sad?c? ' + args.maximum + ' element seç? bil?rsiniz'; }, noResults: function () { return 'N?tic? tap?lmad?'; }, searching: function () { return 'Axtar?l?r?'; } }; });