PHP Classes

File: vendors/select2/src/js/select2/i18n/ms.js

Recommend this page to a friend!
  Classes of Jorge Castro   Gentelella BladeOne   vendors/select2/src/js/select2/i18n/ms.js   Download  
File: vendors/select2/src/js/select2/i18n/ms.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: 814 bytes
 

Contents

Class file image Download
define(function () { // Malay return { errorLoading: function () { return 'Keputusan tidak berjaya dimuatkan.'; }, inputTooLong: function (args) { var overChars = args.input.length - args.maximum; return 'Sila hapuskan ' + overChars + ' aksara'; }, inputTooShort: function (args) { var remainingChars = args.minimum - args.input.length; return 'Sila masukkan ' + remainingChars + ' atau lebih aksara'; }, loadingMore: function () { return 'Sedang memuatkan keputusan?'; }, maximumSelected: function (args) { return 'Anda hanya boleh memilih ' + args.maximum + ' pilihan'; }, noResults: function () { return 'Tiada padanan yang ditemui'; }, searching: function () { return 'Mencari?'; } }; });