Sha256: ea75a84ec2ad522dff9bf9b7853d9e34cc98cd2a9183fbfde968ecfd9d6cf396

Contents?: true

Size: 1.13 KB

Versions: 73

Compression:

Stored size: 1.13 KB

Contents

define(function () {
  // Bulgarian
  return {
    inputTooLong: function (args) {
      var overChars = args.input.length - args.maximum;

      var message = 'Моля въведете с ' + overChars + ' по-малко символ';

      if (overChars > 1) {
        message += 'a';
      }

      return message;
    },
    inputTooShort: function (args) {
      var remainingChars = args.minimum - args.input.length;

      var message = 'Моля въведете още ' + remainingChars + ' символ';

      if (remainingChars > 1) {
        message += 'a';
      }

      return message;
    },
    loadingMore: function () {
      return 'Зареждат се още…';
    },
    maximumSelected: function (args) {
      var message = 'Можете да направите до ' + args.maximum + ' ';

      if (args.maximum > 1) {
        message += 'избора';
      } else {
        message += 'избор';
      }

      return message;
    },
    noResults: function () {
      return 'Няма намерени съвпадения';
    },
    searching: function () {
      return 'Търсене…';
    }
  };
});

Version data entries

73 entries across 73 versions & 7 rubygems

Version Path
card-1.96.0 mod/bootstrap/vendor/select2/src/js/select2/i18n/bg.js
card-1.95.3 mod/bootstrap/vendor/select2/src/js/select2/i18n/bg.js
card-1.95.2 mod/bootstrap/vendor/select2/src/js/select2/i18n/bg.js
card-1.95.1 mod/bootstrap/vendor/select2/src/js/select2/i18n/bg.js
card-1.95.0 mod/bootstrap/vendor/select2/src/js/select2/i18n/bg.js
adminlte_rails-0.1.0 vendor/assets/javascripts/adminlte/plugins/select2/src/js/select2/i18n/bg.js
card-1.94.1 mod/bootstrap/vendor/select2/src/js/select2/i18n/bg.js
card-1.94.0 mod/bootstrap/vendor/select2/src/js/select2/i18n/bg.js
card-1.93.13 mod/bootstrap/vendor/select2/src/js/select2/i18n/bg.js
card-1.93.12 mod/bootstrap/vendor/select2/src/js/select2/i18n/bg.js
card-1.93.11 mod/bootstrap/vendor/select2/src/js/select2/i18n/bg.js
card-1.93.10 mod/bootstrap/vendor/select2/src/js/select2/i18n/bg.js
card-1.93.9 mod/bootstrap/vendor/select2/src/js/select2/i18n/bg.js
card-1.93.8 mod/bootstrap/vendor/select2/src/js/select2/i18n/bg.js
card-1.93.7 mod/bootstrap/vendor/select2/src/js/select2/i18n/bg.js
jinda_lte-0.0.1 lib/generators/jinda_lte/templates/app/assets/jinda_assets/bower_components/select2/src/js/select2/i18n/bg.js
card-1.93.6 mod/bootstrap/vendor/select2/src/js/select2/i18n/bg.js
card-1.93.5 mod/bootstrap/vendor/select2/src/js/select2/i18n/bg.js
card-1.93.4 mod/bootstrap/vendor/select2/src/js/select2/i18n/bg.js
card-1.93.3 mod/bootstrap/vendor/select2/src/js/select2/i18n/bg.js