mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Datepicker language file corrections
This commit is contained in:
parent
84f453e424
commit
5d22c5fbf6
@ -1,31 +1,23 @@
|
||||
/* Arabic Translation for jQuery UI date picker plugin. */
|
||||
/* Arabic Translation for jQuery UI date picker plugin. */
|
||||
/* Khaled Al Horani -- koko.dw@gmail.com */
|
||||
/* خالد الحوراني -- koko.dw@gmail.com */
|
||||
/* NOTE: monthNames are the original months names and thez are the Arabic names, not the new months name فبراير - يناير and there isnät any Arabic roots for these months */
|
||||
jQuery(function($){
|
||||
$.datepicker.regional['ar'] = {
|
||||
clearText: 'نظيف',
|
||||
clearStatus: 'امسح التاريخ الحالي',
|
||||
closeText: 'إغلاق',
|
||||
closeStatus: 'إغلاق بدون حفظ',
|
||||
prevText: '<السابق',
|
||||
prevStatus: 'عرض الشهر السابق',
|
||||
nextText: 'التالي>',
|
||||
nextStatus: 'عرض الشهر القادم',
|
||||
currentText: 'اليوم',
|
||||
currentStatus: 'عرض الشهر الحالي',
|
||||
monthNames: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'آذار', 'حزيران', 'تموز', 'آب', 'أيلول', 'تشرين الأول', 'تشرين الثاني', 'كانون الأول'],
|
||||
monthNamesShort: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'آذار', 'حزيران', 'تموز', 'آب', 'أيلول', 'تشرين الأول', 'تشرين الثاني', 'كانون الأول'],
|
||||
monthStatus: 'عرض شهر آخر',
|
||||
yearStatus: 'عرض سنة آخرى',
|
||||
weekHeader: 'أسبوع',
|
||||
weekStatus: 'أسبوع السنة',
|
||||
dayNames: ['السبت', 'الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة'],
|
||||
dayNamesShort: ['السبت', 'الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة'],
|
||||
dayNamesMin: ['السبت', 'الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة'],
|
||||
dayStatus: 'اختر DD لليوم الأول من الأسبوع',
|
||||
dateStatus: 'اختر D, M d',
|
||||
clearText: 'مسح', clearStatus: 'امسح التاريخ الحالي',
|
||||
closeText: 'إغلاق', closeStatus: 'إغلاق بدون حفظ',
|
||||
prevText: '<السابق', prevStatus: 'عرض الشهر السابق',
|
||||
nextText: 'التالي>', nextStatus: 'عرض الشهر القادم',
|
||||
currentText: 'اليوم', currentStatus: 'عرض الشهر الحالي',
|
||||
monthNames: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'آذار', 'حزيران', 'تموز', 'آب', 'أيلول', 'تشرين الأول', 'تشرين الثاني', 'كانون الأول'],
|
||||
monthNamesShort: ['1','2','3','4','5','6','7','8','9','10','11','12'],
|
||||
monthStatus: 'عرض شهر آخر', yearStatus: 'عرض سنة آخرى',
|
||||
weekHeader: 'أسبوع', weekStatus: 'أسبوع السنة',
|
||||
dayNames: ['السبت', 'الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة'],
|
||||
dayNamesShort: ['سبت', 'أحد', 'اثنين', 'ثلاثاء', 'أربعاء', 'خميس', 'جمعة'],
|
||||
dayNamesMin: ['سبت', 'أحد', 'اثنين', 'ثلاثاء', 'أربعاء', 'خميس', 'جمعة'],
|
||||
dayStatus: 'اختر DD لليوم الأول من الأسبوع', dateStatus: 'اختر D, M d',
|
||||
dateFormat: 'dd/mm/yy', firstDay: 0,
|
||||
initStatus: 'اختر يوم',
|
||||
isRTL: true
|
||||
};
|
||||
initStatus: 'اختر يوم', isRTL: true};
|
||||
$.datepicker.setDefaults($.datepicker.regional['ar']);
|
||||
});
|
@ -1,4 +1,4 @@
|
||||
/* German initialisation for the jQuery UI date picker plugin. */
|
||||
/* Bulgarian initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Stoyan Kyosev (http://svest.org). */
|
||||
jQuery(function($){
|
||||
$.datepicker.regional['bg'] = {clearText: 'изчисти', clearStatus: 'изчисти актуалната дата',
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* French initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Keith Wood (kbwood@iprimus.com.au) and Stéphane Nahmani (sholby@sholby.net). */
|
||||
/* Written by Keith Wood (kbwood@virginbroadband.com.au) and Stéphane Nahmani (sholby@sholby.net). */
|
||||
jQuery(function($){
|
||||
$.datepicker.regional['fr'] = {clearText: 'Effacer', clearStatus: '',
|
||||
closeText: 'Fermer', closeStatus: 'Fermer sans modifier',
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* Armenian(UTF-8) initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Levon Zakaryan (levon.zakaryan@gmail.com)*/
|
||||
jQuery(function($){
|
||||
$.datepicker.regional['am'] = {clearText: 'Մաքրել', clearStatus: '',
|
||||
$.datepicker.regional['hy'] = {clearText: 'Մաքրել', clearStatus: '',
|
||||
closeText: 'Փակել', closeStatus: '',
|
||||
prevText: '<Նախ.', prevStatus: '',
|
||||
nextText: 'Հաջ.>', nextStatus: '',
|
||||
@ -18,5 +18,5 @@ jQuery(function($){
|
||||
dayStatus: 'DD', dateStatus: 'D, M d',
|
||||
dateFormat: 'dd.mm.yy', firstDay: 1,
|
||||
initStatus: '', isRTL: false};
|
||||
$.datepicker.setDefaults($.datepicker.regional['am']);
|
||||
$.datepicker.setDefaults($.datepicker.regional['hy']);
|
||||
});
|
@ -3,8 +3,8 @@
|
||||
jQuery(function($){
|
||||
$.datepicker.regional['id'] = {clearText: 'kosongkan', clearStatus: 'bersihkan tanggal yang sekarang',
|
||||
closeText: 'Tutup', closeStatus: 'Tutup tanpa mengubah',
|
||||
prevText: '<mundur', prevStatus: 'Tampilkan bulan sebelumnya',
|
||||
nextText: 'maju>', nextStatus: 'Tampilkan bulan berikutnya',
|
||||
prevText: '<mundur', prevStatus: 'Tampilkan bulan sebelumnya',
|
||||
nextText: 'maju>', nextStatus: 'Tampilkan bulan berikutnya',
|
||||
currentText: 'hari ini', currentStatus: 'Tampilkan bulan sekarang',
|
||||
monthNames: ['Januari','Februari','Maret','April','Mei','Juni',
|
||||
'Juli','Agustus','September','Oktober','Nopember','Desember'],
|
||||
|
@ -1,4 +1,5 @@
|
||||
/**
|
||||
* Latvian (UTF-8) initialisation for the jQuery UI date picker plugin.
|
||||
* @author Arturas Paleicikas <arturas.paleicikas@metasite.net>
|
||||
*/
|
||||
jQuery(function($){
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* Ukrainian (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Maxim Drogobitskiy (maxdao@gmail.com). */
|
||||
jQuery(function($){
|
||||
$.datepicker.regional['ua'] = {clearText: 'Очистити', clearStatus: '',
|
||||
$.datepicker.regional['uk'] = {clearText: 'Очистити', clearStatus: '',
|
||||
closeText: 'Закрити', closeStatus: '',
|
||||
prevText: '<<', prevStatus: '',
|
||||
nextText: '>>', nextStatus: '',
|
||||
@ -18,5 +18,5 @@ jQuery(function($){
|
||||
dayStatus: 'DD', dateStatus: 'D, M d',
|
||||
dateFormat: 'dd.mm.yy', firstDay: 1,
|
||||
initStatus: '', isRTL: false};
|
||||
$.datepicker.setDefaults($.datepicker.regional['ua']);
|
||||
$.datepicker.setDefaults($.datepicker.regional['uk']);
|
||||
});
|
Loading…
Reference in New Issue
Block a user