diff --git a/dist/i18n/anypicker-i18n-cs.js b/dist/i18n/anypicker-i18n-cs.js new file mode 100644 index 0000000..582c247 --- /dev/null +++ b/dist/i18n/anypicker-i18n-cs.js @@ -0,0 +1,60 @@ +/* ----------------------------------------------------------------------------- + + AnyPicker - Customizable Picker for Mobile OS + Version 2.0.9 + Copyright (c)2018 Lajpat Shah + Contributors : https://github.com/nehakadam/AnyPicker/contributors + Repository : https://github.com/nehakadam/AnyPicker + Homepage : https://nehakadam.github.io/AnyPicker + + ----------------------------------------------------------------------------- */ + +/* + + language: Czech + file: AnyPicker-i18n-cs + +*/ + +(function ($) { + $.AnyPicker.i18n["cs"] = $.extend($.AnyPicker.i18n["cs"], { + + // Common + + headerTitle: "Vybrat", + setButton: "Nastavit", + clearButton: "Smazat", + nowButton: "Nyní", + cancelButton: "Zrušit", + dateSwitch: "Datum", + timeSwitch: "Čas", + + // DateTime + + veryShortDays: "Ne_Po_Čt_St_Čt_Pá_So".split("_"), + shortDays: "Ned_Pon_Úte_Stř_Čtv_Pát_Sob".split("_"), + fullDays: "Neděle_Pondělí_Úterý_Středa_Čtvrtek_Pátek_Sobota".split("_"), + shortMonths: "Led_Úno_Bř_Dub_Kvě_Čer_Čec_Srp_Zář_Říj_Lis_Pro".split("_"), + fullMonths: "Leden_Únor_Březen_Duben_Květen_Červen_Červenec_Srpen_Září_Říjen_Listopad_Prosinec".split("_"), + numbers: "0_1_2_3_4_5_6_7_8_9".split("_"), + meridiem: + { + a: ["a", "p"], + aa: ["am", "pm"], + A: ["A", "P"], + AA: ["AM", "PM"] + }, + componentLabels: { + date: "Datum", + day: "Den", + month: "Měsíc", + year: "Rok", + hours: "Hodiny", + minutes: "Minuty", + seconds: "Sekundy", + meridiem: "Meridiem" + } + + }); + +})(jQuery); \ No newline at end of file diff --git a/dist/i18n/anypicker-i18n-es.js b/dist/i18n/anypicker-i18n-es.js new file mode 100644 index 0000000..384e78a --- /dev/null +++ b/dist/i18n/anypicker-i18n-es.js @@ -0,0 +1,60 @@ +/* ----------------------------------------------------------------------------- + + AnyPicker - Customizable Picker for Mobile OS + Version 2.0.9 + Copyright (c)2017 Lajpat Shah + Contributors : https://github.com/nehakadam/AnyPicker/contributors + Repository : https://github.com/nehakadam/AnyPicker + Homepage : https://nehakadam.github.io/AnyPicker + + ----------------------------------------------------------------------------- */ + +/* + + language: Spanish + file: AnyPicker-i18n-es + +*/ + +(function ($) { + $.AnyPicker.i18n["es"] = $.extend($.AnyPicker.i18n["es"], { + + // Common + + headerTitle: "Seleccionar", + setButton: "OK", + clearButton: "Claro", + nowButton: "Ahora", + cancelButton: "Cancelar", + dateSwitch: "Fecha", + timeSwitch: "Hora", + + // DateTime + + veryShortDays: "Do_Lu_Ma_Mi_Ju_Vi_Sá".split("_"), + shortDays: "Dom_Lun_Mar_Mié_Jue_Vie_Sáb".split("_"), + fullDays: "Domingo_Lunes_Martes_Miércoles_Jueves_Viernes_Sábado".split("_"), + shortMonths: "Ene_Feb_Mar_Abr_May_Jun_Jul_Ago_Sep_Oct_Nov_Dic".split("_"), + fullMonths: "Enero_Febrero_Marzo_Abril_Mayo_Junio_Julio_Agosto_Septiembre_Octubre_Noviembre_Diciembre".split("_"), + numbers: "0_1_2_3_4_5_6_7_8_9".split("_"), + meridiem: + { + a: ["a", "p"], + aa: ["am", "pm"], + A: ["A", "P"], + AA: ["AM", "PM"] + }, + componentLabels: { + date: "Fecha", + day: "Día", + month: "Mes", + year: "Año", + hours: "Horas", + minutes: "Minutos", + seconds: "Segundos", + meridiem: "Meridiem" + } + + }); + +})(jQuery); \ No newline at end of file diff --git a/dist/i18n/anypicker-i18n-it.js b/dist/i18n/anypicker-i18n-it.js new file mode 100644 index 0000000..834f2eb --- /dev/null +++ b/dist/i18n/anypicker-i18n-it.js @@ -0,0 +1,60 @@ +/* ----------------------------------------------------------------------------- + + AnyPicker - Customizable Picker for Mobile OS + Version 2.0.9 + Copyright (c)2017 Lajpat Shah + Contributors : https://github.com/nehakadam/AnyPicker/contributors + Repository : https://github.com/nehakadam/AnyPicker + Homepage : https://nehakadam.github.io/AnyPicker + + ----------------------------------------------------------------------------- */ + +/* + + language: Italian + file: AnyPicker-i18n-it + +*/ + +(function ($) { + $.AnyPicker.i18n["it"] = $.extend($.AnyPicker.i18n["it"], { + + // Common + + headerTitle: "Selezionare", + setButton: "OK", + clearButton: "Chiaro", + nowButton: "Ora", + cancelButton: "Annulla", + dateSwitch: "Data", + timeSwitch: "Tempo", + + // DateTime + + veryShortDays: "Do_Lu_Ma_Me_Gi_Ve_Sa".split("_"), + shortDays: "Dom_Lun_Mar_Mer_Gio_Ven_Sab".split("_"), + fullDays: "Domenica_Lunedì_Martedì_Mercoledì_Giovedì_Venerdì_Sabato".split("_"), + shortMonths: "Gen_Feb_Mar_Apr_Mag_Giu_Lug_Ago_Set_Ott_Nov_Dic".split("_"), + fullMonths: "Gennaio_Febbraio_Marzo_Aprile_Maggio_Giugno_Luglio_Agosto_Settembre_Ottobre_Novembre_Dicembre".split("_"), + numbers: "0_1_2_3_4_5_6_7_8_9".split("_"), + meridiem: + { + a: ["a", "p"], + aa: ["am", "pm"], + A: ["A", "P"], + AA: ["AM", "PM"] + }, + componentLabels: { + date: "Data", + day: "Giorno", + month: "Mese", + year: "Anno", + hours: "Ore", + minutes: "Minuti", + seconds: "Secondi", + meridiem: "Meridiem" + } + + }); + +})(jQuery); \ No newline at end of file diff --git a/dist/i18n/anypicker-i18n-pl.js b/dist/i18n/anypicker-i18n-pl.js new file mode 100644 index 0000000..d611415 --- /dev/null +++ b/dist/i18n/anypicker-i18n-pl.js @@ -0,0 +1,60 @@ +/* ----------------------------------------------------------------------------- + + AnyPicker - Customizable Picker for Mobile OS + Version 2.0.9 + Copyright (c)2017 Lajpat Shah + Contributors : https://github.com/nehakadam/AnyPicker/contributors + Repository : https://github.com/nehakadam/AnyPicker + Homepage : https://nehakadam.github.io/AnyPicker + + ----------------------------------------------------------------------------- */ + +/* + + language: Polski + file: AnyPicker-i18n-pl + +*/ + +(function ($) { + $.AnyPicker.i18n["pl"] = $.extend($.AnyPicker.i18n["pl"], { + + // Common + + headerTitle: "Wybierz", + setButton: "OK", + clearButton: "Usuń", + nowButton: "Teraz", + cancelButton: "Anuluj", + dateSwitch: "Data", + timeSwitch: "Czas", + + // DateTime + + veryShortDays: "Nd_Pn_Wt_Śr_Cz_Pt_So".split("_"), + shortDays: "Ndz_Pon_Wt_Śr_Czw_Pt_Sob".split("_"), + fullDays: "Niedziela_Poniedziałek_Wtorek_Środa_Czwartek_Piątek_Sobota".split("_"), + shortMonths: "Sty_Lut_Mar_Kwi_Maj_Cze_Lip_Sie_Wrz_Paź_Lis_Gru".split("_"), + fullMonths: "Styczeń_Luty_Marzec_Kwiecień_Maj_Czerwiec_Lipiec_Sierpień_Wrzesień_Październik_Listopad_Grudzień".split("_"), + numbers: "0_1_2_3_4_5_6_7_8_9".split("_"), + meridiem: + { + a: ["a", "p"], + aa: ["am", "pm"], + A: ["A", "P"], + AA: ["AM", "PM"] + }, + componentLabels: { + date: "Data", + day: "Dzień", + month: "Miesiąc", + year: "Rok", + hours: "Godziny", + minutes: "Minuty", + seconds: "Sekundy", + meridiem: "Meridiem" + } + + }); + +})(jQuery); \ No newline at end of file diff --git a/dist/i18n/anypicker-i18n.js b/dist/i18n/anypicker-i18n.js index 488e3b5..6f7835f 100644 --- a/dist/i18n/anypicker-i18n.js +++ b/dist/i18n/anypicker-i18n.js @@ -1,4 +1,4 @@ -/* ----------------------------------------------------------------------------- + /* ----------------------------------------------------------------------------- AnyPicker - Customizable Picker for Mobile OS Version 2.0.9 @@ -316,3 +316,215 @@ }); })(jQuery); + + +/* + + language: Czech + file: AnyPicker-i18n-cs + +*/ + +(function ($) { + $.AnyPicker.i18n["cs"] = $.extend($.AnyPicker.i18n["cs"], { + + // Common + + headerTitle: "Vybrat", + setButton: "Nastavit", + clearButton: "Smazat", + nowButton: "Nyní", + cancelButton: "Zrušit", + dateSwitch: "Datum", + timeSwitch: "Čas", + + // DateTime + + veryShortDays: "Ne_Po_Út_St_Čt_Pá_So".split("_"), + shortDays: "Ned_Pon_Úte_Stř_Čtv_Pát_Sob".split("_"), + fullDays: "Neděle_Pondělí_Úterý_Středa_Čtvrtek_Pátek_Sobota".split("_"), + shortMonths: "Led_Úno_Bře_Dub_Kvě_Čer_Čec_Srp_Zář_Říj_Lis_Pro".split("_"), + fullMonths: "Leden_Únor_Březen_Duben_Květen_Červen_Červenec_Srpen_Září_Říjen_Listopad_Prosinec".split("_"), + numbers: "0_1_2_3_4_5_6_7_8_9".split("_"), + meridiem: + { + a: ["a", "p"], + aa: ["am", "pm"], + A: ["A", "P"], + AA: ["AM", "PM"] + }, + componentLabels: { + date: "Datum", + day: "Den", + month: "Měsíc", + year: "Rok", + hours: "Hodiny", + minutes: "Minuty", + seconds: "Sekundy", + meridiem: "Meridiem" + } + + }); + +})(jQuery); + + +/* + + language: Italian + file: AnyPicker-i18n-it + +*/ + +(function ($) { + $.AnyPicker.i18n["it"] = $.extend($.AnyPicker.i18n["it"], { + + // Common + + headerTitle: "Selezionare", + setButton: "OK", + clearButton: "Chiaro", + nowButton: "Ora", + cancelButton: "Annulla", + dateSwitch: "Data", + timeSwitch: "Tempo", + + // DateTime + + veryShortDays: "Do_Lu_Ma_Me_Gi_Ve_Sa".split("_"), + shortDays: "Dom_Lun_Mar_Mer_Gio_Ven_Sab".split("_"), + fullDays: "Domenica_Lunedì_Martedì_Mercoledì_Giovedì_Venerdì_Sabato".split("_"), + shortMonths: "Gen_Feb_Mar_Apr_Mag_Giu_Lug_Ago_Set_Ott_Nov_Dic".split("_"), + fullMonths: "Gennaio_Febbraio_Marzo_Aprile_Maggio_Giugno_Luglio_Agosto_Settembre_Ottobre_Novembre_Dicembre".split("_"), + numbers: "0_1_2_3_4_5_6_7_8_9".split("_"), + meridiem: + { + a: ["a", "p"], + aa: ["am", "pm"], + A: ["A", "P"], + AA: ["AM", "PM"] + }, + componentLabels: { + date: "Data", + day: "Giorno", + month: "Mese", + year: "Anno", + hours: "Ore", + minutes: "Minuti", + seconds: "Secondi", + meridiem: "Meridiem" + } + + }); + +})(jQuery); + + +/* + + language: Spanish + file: AnyPicker-i18n-es + +*/ + +(function ($) { + $.AnyPicker.i18n["es"] = $.extend($.AnyPicker.i18n["es"], { + + // Common + + headerTitle: "Seleccionar", + setButton: "OK", + clearButton: "Claro", + nowButton: "Ahora", + cancelButton: "Cancelar", + dateSwitch: "Fecha", + timeSwitch: "Hora", + + // DateTime + + veryShortDays: "Do_Lu_Ma_Mi_Ju_Vi_Sá".split("_"), + shortDays: "Dom_Lun_Mar_Mié_Jue_Vie_Sáb".split("_"), + fullDays: "Domingo_Lunes_Martes_Miércoles_Jueves_Viernes_Sábado".split("_"), + shortMonths: "Ene_Feb_Mar_Abr_May_Jun_Jul_Ago_Sep_Oct_Nov_Dic".split("_"), + fullMonths: "Enero_Febrero_Marzo_Abril_Mayo_Junio_Julio_Agosto_Septiembre_Octubre_Noviembre_Diciembre".split("_"), + numbers: "0_1_2_3_4_5_6_7_8_9".split("_"), + meridiem: + { + a: ["a", "p"], + aa: ["am", "pm"], + A: ["A", "P"], + AA: ["AM", "PM"] + }, + componentLabels: { + date: "Fecha", + day: "Día", + month: "Mes", + year: "Año", + hours: "Horas", + minutes: "Minutos", + seconds: "Segundos", + meridiem: "Meridiem" + } + + }); + +})(jQuery); + + +/* + + language: Czech + file: AnyPicker-i18n-cs + +*/ + + +/* + + language: Polski + file: AnyPicker-i18n-pl + +*/ + +(function ($) { + $.AnyPicker.i18n["pl"] = $.extend($.AnyPicker.i18n["pl"], { + + // Common + + headerTitle: "Wybierz", + setButton: "OK", + clearButton: "Usuń", + nowButton: "Teraz", + cancelButton: "Anuluj", + dateSwitch: "Data", + timeSwitch: "Czas", + + // DateTime + + veryShortDays: "Nd_Pn_Wt_Śr_Cz_Pt_So".split("_"), + shortDays: "Ndz_Pon_Wt_Śr_Czw_Pt_Sob".split("_"), + fullDays: "Niedziela_Poniedziałek_Wtorek_Środa_Czwartek_Piątek_Sobota".split("_"), + shortMonths: "Sty_Lut_Mar_Kwi_Maj_Cze_Lip_Sie_Wrz_Paź_Lis_Gru".split("_"), + fullMonths: "Styczeń_Luty_Marzec_Kwiecień_Maj_Czerwiec_Lipiec_Sierpień_Wrzesień_Październik_Listopad_Grudzień".split("_"), + numbers: "0_1_2_3_4_5_6_7_8_9".split("_"), + meridiem: + { + a: ["a", "p"], + aa: ["am", "pm"], + A: ["A", "P"], + AA: ["AM", "PM"] + }, + componentLabels: { + date: "Data", + day: "Dzień", + month: "Miesiąc", + year: "Rok", + hours: "Godziny", + minutes: "Minuty", + seconds: "Sekundy", + meridiem: "Meridiem" + } + + }); + +})(jQuery); \ No newline at end of file diff --git a/src/i18n/anypicker-i18n-cs.js b/src/i18n/anypicker-i18n-cs.js new file mode 100644 index 0000000..582c247 --- /dev/null +++ b/src/i18n/anypicker-i18n-cs.js @@ -0,0 +1,60 @@ +/* ----------------------------------------------------------------------------- + + AnyPicker - Customizable Picker for Mobile OS + Version 2.0.9 + Copyright (c)2018 Lajpat Shah + Contributors : https://github.com/nehakadam/AnyPicker/contributors + Repository : https://github.com/nehakadam/AnyPicker + Homepage : https://nehakadam.github.io/AnyPicker + + ----------------------------------------------------------------------------- */ + +/* + + language: Czech + file: AnyPicker-i18n-cs + +*/ + +(function ($) { + $.AnyPicker.i18n["cs"] = $.extend($.AnyPicker.i18n["cs"], { + + // Common + + headerTitle: "Vybrat", + setButton: "Nastavit", + clearButton: "Smazat", + nowButton: "Nyní", + cancelButton: "Zrušit", + dateSwitch: "Datum", + timeSwitch: "Čas", + + // DateTime + + veryShortDays: "Ne_Po_Čt_St_Čt_Pá_So".split("_"), + shortDays: "Ned_Pon_Úte_Stř_Čtv_Pát_Sob".split("_"), + fullDays: "Neděle_Pondělí_Úterý_Středa_Čtvrtek_Pátek_Sobota".split("_"), + shortMonths: "Led_Úno_Bř_Dub_Kvě_Čer_Čec_Srp_Zář_Říj_Lis_Pro".split("_"), + fullMonths: "Leden_Únor_Březen_Duben_Květen_Červen_Červenec_Srpen_Září_Říjen_Listopad_Prosinec".split("_"), + numbers: "0_1_2_3_4_5_6_7_8_9".split("_"), + meridiem: + { + a: ["a", "p"], + aa: ["am", "pm"], + A: ["A", "P"], + AA: ["AM", "PM"] + }, + componentLabels: { + date: "Datum", + day: "Den", + month: "Měsíc", + year: "Rok", + hours: "Hodiny", + minutes: "Minuty", + seconds: "Sekundy", + meridiem: "Meridiem" + } + + }); + +})(jQuery); \ No newline at end of file diff --git a/src/i18n/anypicker-i18n-es.js b/src/i18n/anypicker-i18n-es.js new file mode 100644 index 0000000..c0d2bd3 --- /dev/null +++ b/src/i18n/anypicker-i18n-es.js @@ -0,0 +1,60 @@ +/* ----------------------------------------------------------------------------- + + AnyPicker - Customizable Picker for Mobile OS + Version 2.0.9 + Copyright (c)2017 Lajpat Shah + Contributors : https://github.com/nehakadam/AnyPicker/contributors + Repository : https://github.com/nehakadam/AnyPicker + Homepage : https://nehakadam.github.io/AnyPicker + + ----------------------------------------------------------------------------- */ + +/* + + language: Spanish + file: AnyPicker-i18n-es + +*/ + +(function ($) { + $.AnyPicker.i18n["es"] = $.extend($.AnyPicker.i18n["es"], { + + // Common + + headerTitle: "Seleccionar", + setButton: "OK", + clearButton: "Claro", + nowButton: "Ahora", + cancelButton: "Limpiar", + dateSwitch: "Fecha", + timeSwitch: "Hora", + + // DateTime + + veryShortDays: "Do_Lu_Ma_Mi_Ju_Vi_Sá".split("_"), + shortDays: "Dom_Lun_Mar_Mié_Jue_Vie_Sáb".split("_"), + fullDays: "Domingo_Lunes_Martes_Miércoles_Jueves_Viernes_Sábado".split("_"), + shortMonths: "Ene_Feb_Mar_Abr_May_Jun_Jul_Ago_Sep_Oct_Nov_Dic".split("_"), + fullMonths: "Enero_Febrero_Marzo_Abril_Mayo_Junio_Julio_Agosto_Septiembre_Octubre_Noviembre_Diciembre".split("_"), + numbers: "0_1_2_3_4_5_6_7_8_9".split("_"), + meridiem: + { + a: ["a", "p"], + aa: ["am", "pm"], + A: ["A", "P"], + AA: ["AM", "PM"] + }, + componentLabels: { + date: "Fecha", + day: "Día", + month: "Mes", + year: "Año", + hours: "Horas", + minutes: "Minutos", + seconds: "Segundos", + meridiem: "Meridiem" + } + + }); + +})(jQuery); \ No newline at end of file diff --git a/src/i18n/anypicker-i18n-it.js b/src/i18n/anypicker-i18n-it.js new file mode 100644 index 0000000..834f2eb --- /dev/null +++ b/src/i18n/anypicker-i18n-it.js @@ -0,0 +1,60 @@ +/* ----------------------------------------------------------------------------- + + AnyPicker - Customizable Picker for Mobile OS + Version 2.0.9 + Copyright (c)2017 Lajpat Shah + Contributors : https://github.com/nehakadam/AnyPicker/contributors + Repository : https://github.com/nehakadam/AnyPicker + Homepage : https://nehakadam.github.io/AnyPicker + + ----------------------------------------------------------------------------- */ + +/* + + language: Italian + file: AnyPicker-i18n-it + +*/ + +(function ($) { + $.AnyPicker.i18n["it"] = $.extend($.AnyPicker.i18n["it"], { + + // Common + + headerTitle: "Selezionare", + setButton: "OK", + clearButton: "Chiaro", + nowButton: "Ora", + cancelButton: "Annulla", + dateSwitch: "Data", + timeSwitch: "Tempo", + + // DateTime + + veryShortDays: "Do_Lu_Ma_Me_Gi_Ve_Sa".split("_"), + shortDays: "Dom_Lun_Mar_Mer_Gio_Ven_Sab".split("_"), + fullDays: "Domenica_Lunedì_Martedì_Mercoledì_Giovedì_Venerdì_Sabato".split("_"), + shortMonths: "Gen_Feb_Mar_Apr_Mag_Giu_Lug_Ago_Set_Ott_Nov_Dic".split("_"), + fullMonths: "Gennaio_Febbraio_Marzo_Aprile_Maggio_Giugno_Luglio_Agosto_Settembre_Ottobre_Novembre_Dicembre".split("_"), + numbers: "0_1_2_3_4_5_6_7_8_9".split("_"), + meridiem: + { + a: ["a", "p"], + aa: ["am", "pm"], + A: ["A", "P"], + AA: ["AM", "PM"] + }, + componentLabels: { + date: "Data", + day: "Giorno", + month: "Mese", + year: "Anno", + hours: "Ore", + minutes: "Minuti", + seconds: "Secondi", + meridiem: "Meridiem" + } + + }); + +})(jQuery); \ No newline at end of file diff --git a/src/i18n/anypicker-i18n-pl.js b/src/i18n/anypicker-i18n-pl.js new file mode 100644 index 0000000..d611415 --- /dev/null +++ b/src/i18n/anypicker-i18n-pl.js @@ -0,0 +1,60 @@ +/* ----------------------------------------------------------------------------- + + AnyPicker - Customizable Picker for Mobile OS + Version 2.0.9 + Copyright (c)2017 Lajpat Shah + Contributors : https://github.com/nehakadam/AnyPicker/contributors + Repository : https://github.com/nehakadam/AnyPicker + Homepage : https://nehakadam.github.io/AnyPicker + + ----------------------------------------------------------------------------- */ + +/* + + language: Polski + file: AnyPicker-i18n-pl + +*/ + +(function ($) { + $.AnyPicker.i18n["pl"] = $.extend($.AnyPicker.i18n["pl"], { + + // Common + + headerTitle: "Wybierz", + setButton: "OK", + clearButton: "Usuń", + nowButton: "Teraz", + cancelButton: "Anuluj", + dateSwitch: "Data", + timeSwitch: "Czas", + + // DateTime + + veryShortDays: "Nd_Pn_Wt_Śr_Cz_Pt_So".split("_"), + shortDays: "Ndz_Pon_Wt_Śr_Czw_Pt_Sob".split("_"), + fullDays: "Niedziela_Poniedziałek_Wtorek_Środa_Czwartek_Piątek_Sobota".split("_"), + shortMonths: "Sty_Lut_Mar_Kwi_Maj_Cze_Lip_Sie_Wrz_Paź_Lis_Gru".split("_"), + fullMonths: "Styczeń_Luty_Marzec_Kwiecień_Maj_Czerwiec_Lipiec_Sierpień_Wrzesień_Październik_Listopad_Grudzień".split("_"), + numbers: "0_1_2_3_4_5_6_7_8_9".split("_"), + meridiem: + { + a: ["a", "p"], + aa: ["am", "pm"], + A: ["A", "P"], + AA: ["AM", "PM"] + }, + componentLabels: { + date: "Data", + day: "Dzień", + month: "Miesiąc", + year: "Rok", + hours: "Godziny", + minutes: "Minuty", + seconds: "Sekundy", + meridiem: "Meridiem" + } + + }); + +})(jQuery); \ No newline at end of file diff --git a/src/i18n/anypicker-i18n.js b/src/i18n/anypicker-i18n.js index 488e3b5..620d111 100644 --- a/src/i18n/anypicker-i18n.js +++ b/src/i18n/anypicker-i18n.js @@ -1,4 +1,4 @@ -/* ----------------------------------------------------------------------------- + /* ----------------------------------------------------------------------------- AnyPicker - Customizable Picker for Mobile OS Version 2.0.9 @@ -316,3 +316,215 @@ }); })(jQuery); + + +/* + + language: Czech + file: AnyPicker-i18n-cs + +*/ + +(function ($) { + $.AnyPicker.i18n["cs"] = $.extend($.AnyPicker.i18n["cs"], { + + // Common + + headerTitle: "Vybrat", + setButton: "Nastavit", + clearButton: "Smazat", + nowButton: "Nyní", + cancelButton: "Zrušit", + dateSwitch: "Datum", + timeSwitch: "Čas", + + // DateTime + + veryShortDays: "Ne_Po_Út_St_Čt_Pá_So".split("_"), + shortDays: "Ned_Pon_Úte_Stř_Čtv_Pát_Sob".split("_"), + fullDays: "Neděle_Pondělí_Úterý_Středa_Čtvrtek_Pátek_Sobota".split("_"), + shortMonths: "Led_Úno_Bře_Dub_Kvě_Čer_Čec_Srp_Zář_Říj_Lis_Pro".split("_"), + fullMonths: "Leden_Únor_Březen_Duben_Květen_Červen_Červenec_Srpen_Září_Říjen_Listopad_Prosinec".split("_"), + numbers: "0_1_2_3_4_5_6_7_8_9".split("_"), + meridiem: + { + a: ["a", "p"], + aa: ["am", "pm"], + A: ["A", "P"], + AA: ["AM", "PM"] + }, + componentLabels: { + date: "Datum", + day: "Den", + month: "Měsíc", + year: "Rok", + hours: "Hodiny", + minutes: "Minuty", + seconds: "Sekundy", + meridiem: "Meridiem" + } + + }); + +})(jQuery); + + +/* + + language: Italian + file: AnyPicker-i18n-it + +*/ + +(function ($) { + $.AnyPicker.i18n["it"] = $.extend($.AnyPicker.i18n["it"], { + + // Common + + headerTitle: "Selezionare", + setButton: "OK", + clearButton: "Chiaro", + nowButton: "Ora", + cancelButton: "Annulla", + dateSwitch: "Data", + timeSwitch: "Tempo", + + // DateTime + + veryShortDays: "Do_Lu_Ma_Me_Gi_Ve_Sa".split("_"), + shortDays: "Dom_Lun_Mar_Mer_Gio_Ven_Sab".split("_"), + fullDays: "Domenica_Lunedì_Martedì_Mercoledì_Giovedì_Venerdì_Sabato".split("_"), + shortMonths: "Gen_Feb_Mar_Apr_Mag_Giu_Lug_Ago_Set_Ott_Nov_Dic".split("_"), + fullMonths: "Gennaio_Febbraio_Marzo_Aprile_Maggio_Giugno_Luglio_Agosto_Settembre_Ottobre_Novembre_Dicembre".split("_"), + numbers: "0_1_2_3_4_5_6_7_8_9".split("_"), + meridiem: + { + a: ["a", "p"], + aa: ["am", "pm"], + A: ["A", "P"], + AA: ["AM", "PM"] + }, + componentLabels: { + date: "Data", + day: "Giorno", + month: "Mese", + year: "Anno", + hours: "Ore", + minutes: "Minuti", + seconds: "Secondi", + meridiem: "Meridiem" + } + + }); + +})(jQuery); + + +/* + + language: Spanish + file: AnyPicker-i18n-es + +*/ + +(function ($) { + $.AnyPicker.i18n["es"] = $.extend($.AnyPicker.i18n["es"], { + + // Common + + headerTitle: "Seleccionar", + setButton: "OK", + clearButton: "Claro", + nowButton: "Ahora", + cancelButton: "Limpiar", + dateSwitch: "Fecha", + timeSwitch: "Hora", + + // DateTime + + veryShortDays: "Do_Lu_Ma_Mi_Ju_Vi_Sá".split("_"), + shortDays: "Dom_Lun_Mar_Mié_Jue_Vie_Sáb".split("_"), + fullDays: "Domingo_Lunes_Martes_Miércoles_Jueves_Viernes_Sábado".split("_"), + shortMonths: "Ene_Feb_Mar_Abr_May_Jun_Jul_Ago_Sep_Oct_Nov_Dic".split("_"), + fullMonths: "Enero_Febrero_Marzo_Abril_Mayo_Junio_Julio_Agosto_Septiembre_Octubre_Noviembre_Diciembre".split("_"), + numbers: "0_1_2_3_4_5_6_7_8_9".split("_"), + meridiem: + { + a: ["a", "p"], + aa: ["am", "pm"], + A: ["A", "P"], + AA: ["AM", "PM"] + }, + componentLabels: { + date: "Fecha", + day: "Día", + month: "Mes", + year: "Año", + hours: "Horas", + minutes: "Minutos", + seconds: "Segundos", + meridiem: "Meridiem" + } + + }); + +})(jQuery); + + +/* + + language: Czech + file: AnyPicker-i18n-cs + +*/ + + +/* + + language: Polski + file: AnyPicker-i18n-pl + +*/ + +(function ($) { + $.AnyPicker.i18n["pl"] = $.extend($.AnyPicker.i18n["pl"], { + + // Common + + headerTitle: "Wybierz", + setButton: "OK", + clearButton: "Usuń", + nowButton: "Teraz", + cancelButton: "Anuluj", + dateSwitch: "Data", + timeSwitch: "Czas", + + // DateTime + + veryShortDays: "Nd_Pn_Wt_Śr_Cz_Pt_So".split("_"), + shortDays: "Ndz_Pon_Wt_Śr_Czw_Pt_Sob".split("_"), + fullDays: "Niedziela_Poniedziałek_Wtorek_Środa_Czwartek_Piątek_Sobota".split("_"), + shortMonths: "Sty_Lut_Mar_Kwi_Maj_Cze_Lip_Sie_Wrz_Paź_Lis_Gru".split("_"), + fullMonths: "Styczeń_Luty_Marzec_Kwiecień_Maj_Czerwiec_Lipiec_Sierpień_Wrzesień_Październik_Listopad_Grudzień".split("_"), + numbers: "0_1_2_3_4_5_6_7_8_9".split("_"), + meridiem: + { + a: ["a", "p"], + aa: ["am", "pm"], + A: ["A", "P"], + AA: ["AM", "PM"] + }, + componentLabels: { + date: "Data", + day: "Dzień", + month: "Miesiąc", + year: "Rok", + hours: "Godziny", + minutes: "Minuty", + seconds: "Sekundy", + meridiem: "Meridiem" + } + + }); + +})(jQuery); \ No newline at end of file