Sha256: d25597ddf58b39dc470bec19d57fcb24b88b5679be8b2d8a02f62de6af7486c1

Contents?: true

Size: 1.42 KB

Versions: 24

Compression:

Stored size: 1.42 KB

Contents

/* Arabic Translation for jQuery UI date picker plugin. */
/* Used in most of Arab countries, primarily in Bahrain, Kuwait, Oman, Qatar, Saudi Arabia and the United Arab Emirates, Egypt, Sudan and Yemen. */
/* Written by Mohammed Alshehri -- m@dralshehri.com */

(function( factory ) {
	if ( typeof define === "function" && define.amd ) {

		// AMD. Register as an anonymous module.
		define([ "../datepicker" ], factory );
	} else {

		// Browser globals
		factory( jQuery.datepicker );
	}
}(function( datepicker ) {

datepicker.regional['ar'] = {
	closeText: 'إغلاق',
	prevText: '<السابق',
	nextText: 'التالي>',
	currentText: 'اليوم',
	monthNames: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو',
	'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'],
	monthNamesShort: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'],
	dayNames: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'],
	dayNamesShort: ['أحد', 'اثنين', 'ثلاثاء', 'أربعاء', 'خميس', 'جمعة', 'سبت'],
	dayNamesMin: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'],
	weekHeader: 'أسبوع',
	dateFormat: 'dd/mm/yy',
	firstDay: 0,
		isRTL: true,
	showMonthAfterYear: false,
	yearSuffix: ''};
datepicker.setDefaults(datepicker.regional['ar']);

return datepicker.regional['ar'];

}));

Version data entries

24 entries across 24 versions & 8 rubygems

Version Path
radius-rails-3.1.4 app/assets/components/jquery-ui/ui/i18n/datepicker-ar.js
catscope-0.1.6 assets/bower_components/jquery-ui/ui/i18n/datepicker-ar.js
catscope-0.1.5 assets/bower_components/jquery-ui/ui/i18n/datepicker-ar.js
jinda_lte-0.0.1 lib/generators/jinda_lte/templates/app/assets/jinda_assets/bower_components/jquery-ui/ui/i18n/datepicker-ar.js
catscope-0.1.4 assets/bower_components/jquery-ui/ui/i18n/datepicker-ar.js
catscope-0.1.3 assets/bower_components/jquery-ui/ui/i18n/datepicker-ar.js
catscope-0.1.2 assets/bower_components/jquery-ui/ui/i18n/datepicker-ar.js
catscope-0.1.1 assets/bower_components/jquery-ui/ui/i18n/datepicker-ar.js
rubyneat_dashboard-0.4.1 bower_components/jquery-ui/ui/i18n/datepicker-ar.js
date_picker-0.0.8 test/dummy/vendor/assets/components/jquery-ui/ui/i18n/datepicker-ar.js
sc_core-0.0.7 test/dummy/vendor/bundle/ruby/2.2.0/gems/jquery-ui-rails-5.0.5/app/assets/javascripts/jquery-ui/datepicker-ar.js
date_picker-0.0.7 test/dummy/vendor/assets/components/jquery-ui/ui/i18n/datepicker-ar.js
solidus_backend-1.0.0.pre3 vendor/bundle/gems/jquery-ui-rails-5.0.5/app/assets/javascripts/jquery-ui/datepicker-ar.js
solidus_backend-1.0.0.pre2 vendor/bundle/gems/jquery-ui-rails-5.0.5/app/assets/javascripts/jquery-ui/datepicker-ar.js
solidus_backend-1.0.0.pre vendor/bundle/gems/jquery-ui-rails-5.0.5/app/assets/javascripts/jquery-ui/datepicker-ar.js
jquery-ui-rails-5.0.5 app/assets/javascripts/jquery-ui/datepicker-ar.js
jquery-ui-rails-5.0.4 app/assets/javascripts/jquery-ui/datepicker-ar.js
date_picker-0.0.6 test/dummy/vendor/assets/components/jquery-ui/ui/i18n/datepicker-ar.js
date_picker-0.0.5 test/dummy/vendor/assets/components/jquery-ui/ui/i18n/datepicker-ar.js
date_picker-0.0.4 test/dummy/vendor/assets/components/jquery-ui/ui/i18n/datepicker-ar.js