golden-datetimepicker 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (55) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +22 -0
  3. data/Gemfile +4 -0
  4. data/LICENSE.txt +22 -0
  5. data/README.md +76 -0
  6. data/Rakefile +2 -0
  7. data/golden-datetimepicker.gemspec +23 -0
  8. data/lib/golden/datetimepicker.rb +8 -0
  9. data/lib/golden/datetimepicker/engine.rb +6 -0
  10. data/lib/golden/datetimepicker/version.rb +6 -0
  11. data/vendor/assets/javascripts/jquery-timepicker-addon.js +3 -0
  12. data/vendor/assets/javascripts/jquery-timepicker-addon/i18n/jquery-ui-timepicker-addon-i18n.js +859 -0
  13. data/vendor/assets/javascripts/jquery-timepicker-addon/i18n/jquery-ui-timepicker-af.js +21 -0
  14. data/vendor/assets/javascripts/jquery-timepicker-addon/i18n/jquery-ui-timepicker-am.js +21 -0
  15. data/vendor/assets/javascripts/jquery-timepicker-addon/i18n/jquery-ui-timepicker-bg.js +21 -0
  16. data/vendor/assets/javascripts/jquery-timepicker-addon/i18n/jquery-ui-timepicker-ca.js +21 -0
  17. data/vendor/assets/javascripts/jquery-timepicker-addon/i18n/jquery-ui-timepicker-cs.js +21 -0
  18. data/vendor/assets/javascripts/jquery-timepicker-addon/i18n/jquery-ui-timepicker-da.js +21 -0
  19. data/vendor/assets/javascripts/jquery-timepicker-addon/i18n/jquery-ui-timepicker-de.js +21 -0
  20. data/vendor/assets/javascripts/jquery-timepicker-addon/i18n/jquery-ui-timepicker-el.js +21 -0
  21. data/vendor/assets/javascripts/jquery-timepicker-addon/i18n/jquery-ui-timepicker-es.js +21 -0
  22. data/vendor/assets/javascripts/jquery-timepicker-addon/i18n/jquery-ui-timepicker-et.js +21 -0
  23. data/vendor/assets/javascripts/jquery-timepicker-addon/i18n/jquery-ui-timepicker-eu.js +22 -0
  24. data/vendor/assets/javascripts/jquery-timepicker-addon/i18n/jquery-ui-timepicker-fi.js +21 -0
  25. data/vendor/assets/javascripts/jquery-timepicker-addon/i18n/jquery-ui-timepicker-fr.js +21 -0
  26. data/vendor/assets/javascripts/jquery-timepicker-addon/i18n/jquery-ui-timepicker-gl.js +21 -0
  27. data/vendor/assets/javascripts/jquery-timepicker-addon/i18n/jquery-ui-timepicker-he.js +21 -0
  28. data/vendor/assets/javascripts/jquery-timepicker-addon/i18n/jquery-ui-timepicker-hr.js +21 -0
  29. data/vendor/assets/javascripts/jquery-timepicker-addon/i18n/jquery-ui-timepicker-hu.js +21 -0
  30. data/vendor/assets/javascripts/jquery-timepicker-addon/i18n/jquery-ui-timepicker-id.js +21 -0
  31. data/vendor/assets/javascripts/jquery-timepicker-addon/i18n/jquery-ui-timepicker-it.js +21 -0
  32. data/vendor/assets/javascripts/jquery-timepicker-addon/i18n/jquery-ui-timepicker-ja.js +21 -0
  33. data/vendor/assets/javascripts/jquery-timepicker-addon/i18n/jquery-ui-timepicker-ko.js +21 -0
  34. data/vendor/assets/javascripts/jquery-timepicker-addon/i18n/jquery-ui-timepicker-lt.js +21 -0
  35. data/vendor/assets/javascripts/jquery-timepicker-addon/i18n/jquery-ui-timepicker-nl.js +21 -0
  36. data/vendor/assets/javascripts/jquery-timepicker-addon/i18n/jquery-ui-timepicker-no.js +21 -0
  37. data/vendor/assets/javascripts/jquery-timepicker-addon/i18n/jquery-ui-timepicker-pl.js +21 -0
  38. data/vendor/assets/javascripts/jquery-timepicker-addon/i18n/jquery-ui-timepicker-pt-BR.js +21 -0
  39. data/vendor/assets/javascripts/jquery-timepicker-addon/i18n/jquery-ui-timepicker-pt.js +21 -0
  40. data/vendor/assets/javascripts/jquery-timepicker-addon/i18n/jquery-ui-timepicker-ro.js +21 -0
  41. data/vendor/assets/javascripts/jquery-timepicker-addon/i18n/jquery-ui-timepicker-ru.js +21 -0
  42. data/vendor/assets/javascripts/jquery-timepicker-addon/i18n/jquery-ui-timepicker-sk.js +21 -0
  43. data/vendor/assets/javascripts/jquery-timepicker-addon/i18n/jquery-ui-timepicker-sr-RS.js +21 -0
  44. data/vendor/assets/javascripts/jquery-timepicker-addon/i18n/jquery-ui-timepicker-sr-YU.js +21 -0
  45. data/vendor/assets/javascripts/jquery-timepicker-addon/i18n/jquery-ui-timepicker-sv.js +21 -0
  46. data/vendor/assets/javascripts/jquery-timepicker-addon/i18n/jquery-ui-timepicker-th.js +18 -0
  47. data/vendor/assets/javascripts/jquery-timepicker-addon/i18n/jquery-ui-timepicker-tr.js +21 -0
  48. data/vendor/assets/javascripts/jquery-timepicker-addon/i18n/jquery-ui-timepicker-uk.js +21 -0
  49. data/vendor/assets/javascripts/jquery-timepicker-addon/i18n/jquery-ui-timepicker-vi.js +21 -0
  50. data/vendor/assets/javascripts/jquery-timepicker-addon/i18n/jquery-ui-timepicker-zh-CN.js +21 -0
  51. data/vendor/assets/javascripts/jquery-timepicker-addon/i18n/jquery-ui-timepicker-zh-TW.js +21 -0
  52. data/vendor/assets/javascripts/jquery-timepicker-addon/jquery-ui-timepicker-addon.js +2203 -0
  53. data/vendor/assets/stylesheets/jquery-timepicker-addon.css +5 -0
  54. data/vendor/assets/stylesheets/jquery-timepicker-addon/jquery-ui-timepicker-addon.css +11 -0
  55. metadata +125 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 554e3d1f853ea6ed6a53a3ee093b1e7086a08e1f
4
+ data.tar.gz: d8becc34dcbd81649b53212ed7dfbd46f5d438b9
5
+ SHA512:
6
+ metadata.gz: 2b16d64e767f0db6ff7bbc40cfd87f3aca51cc2282c624f5f43d2ece3b2c280f1d910b1cd460c837e0c77a73df82ce3bd185143cfd47a493d695d177b23291cd
7
+ data.tar.gz: 1238d833295af299b5b922cedb8da557e04ba168ff9cee811c561f5aadbd97c90c0d8c9ba485aa50a807a2a22ae8873d8587d08e4d50474740786ec234b66d3f
data/.gitignore ADDED
@@ -0,0 +1,22 @@
1
+ *.gem
2
+ *.rbc
3
+ .bundle
4
+ .config
5
+ .yardoc
6
+ Gemfile.lock
7
+ InstalledFiles
8
+ _yardoc
9
+ coverage
10
+ doc/
11
+ lib/bundler/man
12
+ pkg
13
+ rdoc
14
+ spec/reports
15
+ test/tmp
16
+ test/version_tmp
17
+ tmp
18
+ *.bundle
19
+ *.so
20
+ *.o
21
+ *.a
22
+ mkmf.log
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in golden-datetimepicker.gemspec
4
+ gemspec
data/LICENSE.txt ADDED
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2014 Tse-Ching Ho
2
+
3
+ MIT License
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,76 @@
1
+ # Golden::Datetimepicker
2
+
3
+ Integrate datetime pickers with Rails asset pipeline.
4
+
5
+ ## Installation
6
+
7
+ Add this line to your application's Gemfile:
8
+
9
+ gem 'golden-datetimepicker'
10
+
11
+ And then execute:
12
+
13
+ $ bundle
14
+
15
+ Or install it yourself as:
16
+
17
+ $ gem install golden-datetimepicker
18
+
19
+ ## Usage
20
+
21
+ ### jQuery Timepicker Addon
22
+
23
+ Add to your `app/assets/javascripts/application.js`
24
+
25
+ ``` js
26
+ //= require jquery-timepicker-addon
27
+ //= require jquery.ui.datepicker-zh-TW
28
+ //= require jquery-timepicker-addon/i18n/jquery-ui-timepicker-zh-TW
29
+ ```
30
+
31
+ Add to your `app/assets/stylesheets/application.css`
32
+
33
+ ``` css
34
+ *= require jquery-timepicker-addon
35
+ ```
36
+
37
+ Enable with your `datetime.js.coffee`
38
+
39
+ ``` coffee
40
+ $ ->
41
+ $('.datepicker').datepicker
42
+ dateFormat: 'yy-mm-dd'
43
+ changeMonth: true
44
+ changeYear: true
45
+
46
+ $('.timepicker').timepicker(
47
+ timeFormat: 'HH:mm:ss z'
48
+ hourGrid: 4
49
+ minuteGrid: 10
50
+ secondGrid: 10
51
+ showSecond: true
52
+ showTimezone: true
53
+ ).click ->
54
+ default_time = new Date($(this).val())
55
+ $(this).timepicker 'setDate', default_time
56
+
57
+ $('.datetimepicker').datetimepicker(
58
+ dateFormat: 'yy-mm-dd'
59
+ timeFormat: 'HH:mm:ss z'
60
+ hourGrid: 4
61
+ minuteGrid: 10
62
+ secondGrid: 10
63
+ showSecond: true
64
+ showTimezone: true
65
+ ).click ->
66
+ default_date = new Date($(this).val())
67
+ $(this).datetimepicker 'setDate', default_date
68
+ ```
69
+
70
+ ## Contributing
71
+
72
+ 1. Fork it ( https://github.com/[my-github-username]/golden-datetimepicker/fork )
73
+ 2. Create your feature branch (`git checkout -b my-new-feature`)
74
+ 3. Commit your changes (`git commit -am 'Add some feature'`)
75
+ 4. Push to the branch (`git push origin my-new-feature`)
76
+ 5. Create a new Pull Request
data/Rakefile ADDED
@@ -0,0 +1,2 @@
1
+ require 'bundler/gem_tasks'
2
+
@@ -0,0 +1,23 @@
1
+ # coding: utf-8
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'golden/datetimepicker/version'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = 'golden-datetimepicker'
8
+ spec.version = Golden::Datetimepicker::VERSION
9
+ spec.authors = ['Tse-Ching Ho']
10
+ spec.email = ['tsechingho@gmail.com']
11
+ spec.summary = %q{Integrate datetime pickers with Rails asset pipeline}
12
+ spec.description = %q{Integrate datetime pickers with Rails asset pipeline}
13
+ spec.homepage = 'https://github.com/goldenio/golden-datetimepicker'
14
+ spec.license = 'MIT'
15
+
16
+ spec.files = `git ls-files -z`.split("\x0")
17
+ spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
+ spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
+ spec.require_paths = ['lib']
20
+
21
+ spec.add_development_dependency 'bundler', '~> 1.6'
22
+ spec.add_development_dependency 'rake'
23
+ end
@@ -0,0 +1,8 @@
1
+ require 'golden/datetimepicker/version'
2
+
3
+ module Golden
4
+ module Datetimepicker
5
+ end
6
+ end
7
+
8
+ require 'golden/datetimepicker/engine'
@@ -0,0 +1,6 @@
1
+ module Golden
2
+ module Datetimepicker
3
+ class Engine < ::Rails::Engine
4
+ end
5
+ end
6
+ end
@@ -0,0 +1,6 @@
1
+ module Golden
2
+ module Datetimepicker
3
+ VERSION = '0.0.1'
4
+ JQUERY_TIMEPICKER_ADDON_VERSION = '1.4.5'
5
+ end
6
+ end
@@ -0,0 +1,3 @@
1
+ //= require jquery.ui.slider
2
+ //= require jquery.ui.datepicker
3
+ //= require jquery-timepicker-addon/jquery-ui-timepicker-addon
@@ -0,0 +1,859 @@
1
+ /*! jQuery Timepicker Addon - v1.4.5 - 2014-05-26
2
+ * http://trentrichardson.com/examples/timepicker
3
+ * Copyright (c) 2014 Trent Richardson; Licensed MIT */
4
+
5
+ (function($){
6
+
7
+ /* Afrikaans translation for the jQuery Timepicker Addon */
8
+ /* Written by Deon Heyns */
9
+ (function($) {
10
+ $.timepicker.regional['af'] = {
11
+ timeOnlyTitle: 'Kies Tyd',
12
+ timeText: 'Tyd ',
13
+ hourText: 'Ure ',
14
+ minuteText: 'Minute',
15
+ secondText: 'Sekondes',
16
+ millisecText: 'Millisekondes',
17
+ microsecText: 'Mikrosekondes',
18
+ timezoneText: 'Tydsone',
19
+ currentText: 'Huidige Tyd',
20
+ closeText: 'Klaar',
21
+ timeFormat: 'HH:mm',
22
+ amNames: ['AM', 'A'],
23
+ pmNames: ['PM', 'P'],
24
+ isRTL: false
25
+ };
26
+ $.timepicker.setDefaults($.timepicker.regional['af']);
27
+ })(jQuery);
28
+
29
+ /* Armenian translation for the jQuery Timepicker Addon */
30
+ /* Written by Artavazd Avetisyan artavazda@hotmail.com */
31
+ (function($) {
32
+ $.timepicker.regional['am'] = {
33
+ timeOnlyTitle: 'Ընտրեք ժամանակը',
34
+ timeText: 'Ժամանակը',
35
+ hourText: 'Ժամ',
36
+ minuteText: 'Րոպե',
37
+ secondText: 'Վարկյան',
38
+ millisecText: 'Միլիվարկյան',
39
+ microsecText: 'Միկրովարկյան',
40
+ timezoneText: 'Ժամային գոտին',
41
+ currentText: 'Այժմ',
42
+ closeText: 'Փակել',
43
+ timeFormat: 'HH:mm',
44
+ amNames: ['AM', 'A'],
45
+ pmNames: ['PM', 'P'],
46
+ isRTL: false
47
+ };
48
+ $.timepicker.setDefaults($.timepicker.regional['am']);
49
+ })(jQuery);
50
+
51
+ /* Bulgarian translation for the jQuery Timepicker Addon */
52
+ /* Written by Plamen Kovandjiev */
53
+ (function($) {
54
+ $.timepicker.regional['bg'] = {
55
+ timeOnlyTitle: 'Изберете време',
56
+ timeText: 'Време',
57
+ hourText: 'Час',
58
+ minuteText: 'Минути',
59
+ secondText: 'Секунди',
60
+ millisecText: 'Милисекунди',
61
+ microsecText: 'Микросекунди',
62
+ timezoneText: 'Часови пояс',
63
+ currentText: 'Сега',
64
+ closeText: 'Затвори',
65
+ timeFormat: 'HH:mm',
66
+ amNames: ['AM', 'A'],
67
+ pmNames: ['PM', 'P'],
68
+ isRTL: false
69
+ };
70
+ $.timepicker.setDefaults($.timepicker.regional['bg']);
71
+ })(jQuery);
72
+ /* Catalan translation for the jQuery Timepicker Addon */
73
+ /* Written by Sergi Faber */
74
+ (function($) {
75
+ $.timepicker.regional['ca'] = {
76
+ timeOnlyTitle: 'Escollir una hora',
77
+ timeText: 'Hora',
78
+ hourText: 'Hores',
79
+ minuteText: 'Minuts',
80
+ secondText: 'Segons',
81
+ millisecText: 'Milisegons',
82
+ microsecText: 'Microsegons',
83
+ timezoneText: 'Fus horari',
84
+ currentText: 'Ara',
85
+ closeText: 'Tancar',
86
+ timeFormat: 'HH:mm',
87
+ amNames: ['AM', 'A'],
88
+ pmNames: ['PM', 'P'],
89
+ isRTL: false
90
+ };
91
+ $.timepicker.setDefaults($.timepicker.regional['ca']);
92
+ })(jQuery);
93
+
94
+ /* Czech translation for the jQuery Timepicker Addon */
95
+ /* Written by Ondřej Vodáček */
96
+ (function($) {
97
+ $.timepicker.regional['cs'] = {
98
+ timeOnlyTitle: 'Vyberte čas',
99
+ timeText: 'Čas',
100
+ hourText: 'Hodiny',
101
+ minuteText: 'Minuty',
102
+ secondText: 'Vteřiny',
103
+ millisecText: 'Milisekundy',
104
+ microsecText: 'Mikrosekundy',
105
+ timezoneText: 'Časové pásmo',
106
+ currentText: 'Nyní',
107
+ closeText: 'Zavřít',
108
+ timeFormat: 'HH:mm',
109
+ amNames: ['dop.', 'AM', 'A'],
110
+ pmNames: ['odp.', 'PM', 'P'],
111
+ isRTL: false
112
+ };
113
+ $.timepicker.setDefaults($.timepicker.regional['cs']);
114
+ })(jQuery);
115
+
116
+ /* Danish translation for the jQuery Timepicker Addon */
117
+ /* Written by Lars H. Jensen (http://www.larshj.dk) */
118
+ (function ($) {
119
+ $.timepicker.regional['da'] = {
120
+ timeOnlyTitle: 'Vælg tid',
121
+ timeText: 'Tid',
122
+ hourText: 'Time',
123
+ minuteText: 'Minut',
124
+ secondText: 'Sekund',
125
+ millisecText: 'Millisekund',
126
+ microsecText: 'Mikrosekund',
127
+ timezoneText: 'Tidszone',
128
+ currentText: 'Nu',
129
+ closeText: 'Luk',
130
+ timeFormat: 'HH:mm',
131
+ amNames: ['am', 'AM', 'A'],
132
+ pmNames: ['pm', 'PM', 'P'],
133
+ isRTL: false
134
+ };
135
+ $.timepicker.setDefaults($.timepicker.regional['da']);
136
+ })(jQuery);
137
+
138
+ /* German translation for the jQuery Timepicker Addon */
139
+ /* Written by Marvin */
140
+ (function($) {
141
+ $.timepicker.regional['de'] = {
142
+ timeOnlyTitle: 'Zeit wählen',
143
+ timeText: 'Zeit',
144
+ hourText: 'Stunde',
145
+ minuteText: 'Minute',
146
+ secondText: 'Sekunde',
147
+ millisecText: 'Millisekunde',
148
+ microsecText: 'Mikrosekunde',
149
+ timezoneText: 'Zeitzone',
150
+ currentText: 'Jetzt',
151
+ closeText: 'Fertig',
152
+ timeFormat: 'HH:mm',
153
+ amNames: ['vorm.', 'AM', 'A'],
154
+ pmNames: ['nachm.', 'PM', 'P'],
155
+ isRTL: false
156
+ };
157
+ $.timepicker.setDefaults($.timepicker.regional['de']);
158
+ })(jQuery);
159
+
160
+ /* Hellenic translation for the jQuery Timepicker Addon */
161
+ /* Written by Christos Pontikis */
162
+ (function($) {
163
+ $.timepicker.regional['el'] = {
164
+ timeOnlyTitle: 'Επιλογή ώρας',
165
+ timeText: 'Ώρα',
166
+ hourText: 'Ώρες',
167
+ minuteText: 'Λεπτά',
168
+ secondText: 'Δευτερόλεπτα',
169
+ millisecText: 'μιλιδευτερόλεπτο',
170
+ microsecText: 'Microseconds',
171
+ timezoneText: 'Ζώνη ώρας',
172
+ currentText: 'Τώρα',
173
+ closeText: 'Κλείσιμο',
174
+ timeFormat: 'HH:mm',
175
+ amNames: ['π.μ.', 'AM', 'A'],
176
+ pmNames: ['μ.μ.', 'PM', 'P'],
177
+ isRTL: false
178
+ };
179
+ $.timepicker.setDefaults($.timepicker.regional['el']);
180
+ })(jQuery);
181
+
182
+ /* Spanish translation for the jQuery Timepicker Addon */
183
+ /* Written by Ianaré Sévi */
184
+ (function($) {
185
+ $.timepicker.regional['es'] = {
186
+ timeOnlyTitle: 'Elegir una hora',
187
+ timeText: 'Hora',
188
+ hourText: 'Horas',
189
+ minuteText: 'Minutos',
190
+ secondText: 'Segundos',
191
+ millisecText: 'Milisegundos',
192
+ microsecText: 'Microsegundos',
193
+ timezoneText: 'Huso horario',
194
+ currentText: 'Ahora',
195
+ closeText: 'Cerrar',
196
+ timeFormat: 'HH:mm',
197
+ amNames: ['a.m.', 'AM', 'A'],
198
+ pmNames: ['p.m.', 'PM', 'P'],
199
+ isRTL: false
200
+ };
201
+ $.timepicker.setDefaults($.timepicker.regional['es']);
202
+ })(jQuery);
203
+
204
+ /* Estonian translation for the jQuery Timepicker Addon */
205
+ /* Written by Karl Sutt (karl@sutt.ee) */
206
+ (function($) {
207
+ $.timepicker.regional['et'] = {
208
+ timeOnlyTitle: 'Vali aeg',
209
+ timeText: 'Aeg',
210
+ hourText: 'Tund',
211
+ minuteText: 'Minut',
212
+ secondText: 'Sekund',
213
+ millisecText: 'Millisekundis',
214
+ microsecText: 'Mikrosekundis',
215
+ timezoneText: 'Ajavöönd',
216
+ currentText: 'Praegu',
217
+ closeText: 'Valmis',
218
+ timeFormat: 'HH:mm',
219
+ amNames: ['AM', 'A'],
220
+ pmNames: ['PM', 'P'],
221
+ isRTL: false
222
+ };
223
+ $.timepicker.setDefaults($.timepicker.regional['et']);
224
+ })(jQuery);
225
+
226
+ /* Basque trannslation for JQuery Timepicker Addon */
227
+ /* Translated by Xabi Fer */
228
+ /* Fixed by Asier Iturralde Sarasola - iametza interaktiboa */
229
+ (function($) {
230
+ $.timepicker.regional['eu'] = {
231
+ timeOnlyTitle: 'Aukeratu ordua',
232
+ timeText: 'Ordua',
233
+ hourText: 'Orduak',
234
+ minuteText: 'Minutuak',
235
+ secondText: 'Segundoak',
236
+ millisecText: 'Milisegundoak',
237
+ microsecText: 'Mikrosegundoak',
238
+ timezoneText: 'Ordu-eremua',
239
+ currentText: 'Orain',
240
+ closeText: 'Itxi',
241
+ timeFormat: 'HH:mm',
242
+ amNames: ['a.m.', 'AM', 'A'],
243
+ pmNames: ['p.m.', 'PM', 'P'],
244
+ isRTL: false
245
+ };
246
+ $.timepicker.setDefaults($.timepicker.regional['eu']);
247
+ })(jQuery);
248
+ /* Finnish translation for the jQuery Timepicker Addon */
249
+ /* Written by Juga Paazmaya (http://github.com/paazmaya) */
250
+ (function($) {
251
+ $.timepicker.regional['fi'] = {
252
+ timeOnlyTitle: 'Valitse aika',
253
+ timeText: 'Aika',
254
+ hourText: 'Tunti',
255
+ minuteText: 'Minuutti',
256
+ secondText: 'Sekunti',
257
+ millisecText: 'Millisekunnin',
258
+ microsecText: 'Mikrosekuntia',
259
+ timezoneText: 'Aikavyöhyke',
260
+ currentText: 'Nyt',
261
+ closeText: 'Sulje',
262
+ timeFormat: 'HH:mm',
263
+ amNames: ['ap.', 'AM', 'A'],
264
+ pmNames: ['ip.', 'PM', 'P'],
265
+ isRTL: false
266
+ };
267
+ $.timepicker.setDefaults($.timepicker.regional['fi']);
268
+ })(jQuery);
269
+
270
+ /* French translation for the jQuery Timepicker Addon */
271
+ /* Written by Thomas Lété */
272
+ (function($) {
273
+ $.timepicker.regional['fr'] = {
274
+ timeOnlyTitle: 'Choisir une heure',
275
+ timeText: 'Heure',
276
+ hourText: 'Heures',
277
+ minuteText: 'Minutes',
278
+ secondText: 'Secondes',
279
+ millisecText: 'Millisecondes',
280
+ microsecText: 'Microsecondes',
281
+ timezoneText: 'Fuseau horaire',
282
+ currentText: 'Maintenant',
283
+ closeText: 'Terminé',
284
+ timeFormat: 'HH:mm',
285
+ amNames: ['AM', 'A'],
286
+ pmNames: ['PM', 'P'],
287
+ isRTL: false
288
+ };
289
+ $.timepicker.setDefaults($.timepicker.regional['fr']);
290
+ })(jQuery);
291
+
292
+ /* Galician translation for the jQuery Timepicker Addon */
293
+ /* Written by David Barral */
294
+ (function($) {
295
+ $.timepicker.regional['gl'] = {
296
+ timeOnlyTitle: 'Elixir unha hora',
297
+ timeText: 'Hora',
298
+ hourText: 'Horas',
299
+ minuteText: 'Minutos',
300
+ secondText: 'Segundos',
301
+ millisecText: 'Milisegundos',
302
+ microsecText: 'Microssegundos',
303
+ timezoneText: 'Fuso horario',
304
+ currentText: 'Agora',
305
+ closeText: 'Pechar',
306
+ timeFormat: 'HH:mm',
307
+ amNames: ['a.m.', 'AM', 'A'],
308
+ pmNames: ['p.m.', 'PM', 'P'],
309
+ isRTL: false
310
+ };
311
+ $.timepicker.setDefaults($.timepicker.regional['gl']);
312
+ })(jQuery);
313
+
314
+ /* Hebrew translation for the jQuery Timepicker Addon */
315
+ /* Written by Lior Lapid */
316
+ (function($) {
317
+ $.timepicker.regional["he"] = {
318
+ timeOnlyTitle: "בחירת זמן",
319
+ timeText: "שעה",
320
+ hourText: "שעות",
321
+ minuteText: "דקות",
322
+ secondText: "שניות",
323
+ millisecText: "אלפית השנייה",
324
+ microsecText: "מיקרו",
325
+ timezoneText: "אזור זמן",
326
+ currentText: "עכשיו",
327
+ closeText:"סגור",
328
+ timeFormat: "HH:mm",
329
+ amNames: ['לפנה"צ', 'AM', 'A'],
330
+ pmNames: ['אחה"צ', 'PM', 'P'],
331
+ isRTL: true
332
+ };
333
+ $.timepicker.setDefaults($.timepicker.regional["he"]);
334
+ })(jQuery);
335
+
336
+ /* Croatian translation for the jQuery Timepicker Addon */
337
+ /* Written by Mladen */
338
+ (function($) {
339
+ $.timepicker.regional['hr'] = {
340
+ timeOnlyTitle: 'Odaberi vrijeme',
341
+ timeText: 'Vrijeme',
342
+ hourText: 'Sati',
343
+ minuteText: 'Minute',
344
+ secondText: 'Sekunde',
345
+ millisecText: 'Milisekunde',
346
+ microsecText: 'Mikrosekunde',
347
+ timezoneText: 'Vremenska zona',
348
+ currentText: 'Sada',
349
+ closeText: 'Gotovo',
350
+ timeFormat: 'HH:mm',
351
+ amNames: ['a.m.', 'AM', 'A'],
352
+ pmNames: ['p.m.', 'PM', 'P'],
353
+ isRTL: false
354
+ };
355
+ $.timepicker.setDefaults($.timepicker.regional['hr']);
356
+ })(jQuery);
357
+ /* Hungarian translation for the jQuery Timepicker Addon */
358
+ /* Written by Vas Gábor */
359
+ (function($) {
360
+ $.timepicker.regional['hu'] = {
361
+ timeOnlyTitle: 'Válasszon időpontot',
362
+ timeText: 'Idő',
363
+ hourText: 'Óra',
364
+ minuteText: 'Perc',
365
+ secondText: 'Másodperc',
366
+ millisecText: 'Milliszekundumos',
367
+ microsecText: 'Ezredmásodperc',
368
+ timezoneText: 'Időzóna',
369
+ currentText: 'Most',
370
+ closeText: 'Kész',
371
+ timeFormat: 'HH:mm',
372
+ amNames: ['de.', 'AM', 'A'],
373
+ pmNames: ['du.', 'PM', 'P'],
374
+ isRTL: false
375
+ };
376
+ $.timepicker.setDefaults($.timepicker.regional['hu']);
377
+ })(jQuery);
378
+
379
+ /* Indonesian translation for the jQuery Timepicker Addon */
380
+ /* Written by Nia */
381
+ (function($) {
382
+ $.timepicker.regional['id'] = {
383
+ timeOnlyTitle: 'Pilih Waktu',
384
+ timeText: 'Waktu',
385
+ hourText: 'Pukul',
386
+ minuteText: 'Menit',
387
+ secondText: 'Detik',
388
+ millisecText: 'Milidetik',
389
+ microsecText: 'Mikrodetik',
390
+ timezoneText: 'Zona Waktu',
391
+ currentText: 'Sekarang',
392
+ closeText: 'OK',
393
+ timeFormat: 'HH:mm',
394
+ amNames: ['AM', 'A'],
395
+ pmNames: ['PM', 'P'],
396
+ isRTL: false
397
+ };
398
+ $.timepicker.setDefaults($.timepicker.regional['id']);
399
+ })(jQuery);
400
+
401
+ /* Italian translation for the jQuery Timepicker Addon */
402
+ /* Written by Marco "logicoder" Del Tongo */
403
+ (function($) {
404
+ $.timepicker.regional['it'] = {
405
+ timeOnlyTitle: 'Scegli orario',
406
+ timeText: 'Orario',
407
+ hourText: 'Ora',
408
+ minuteText: 'Minuti',
409
+ secondText: 'Secondi',
410
+ millisecText: 'Millisecondi',
411
+ microsecText: 'Microsecondi',
412
+ timezoneText: 'Fuso orario',
413
+ currentText: 'Adesso',
414
+ closeText: 'Chiudi',
415
+ timeFormat: 'HH:mm',
416
+ amNames: ['m.', 'AM', 'A'],
417
+ pmNames: ['p.', 'PM', 'P'],
418
+ isRTL: false
419
+ };
420
+ $.timepicker.setDefaults($.timepicker.regional['it']);
421
+ })(jQuery);
422
+
423
+ /* Japanese translation for the jQuery Timepicker Addon */
424
+ /* Written by Jun Omae */
425
+ (function($) {
426
+ $.timepicker.regional['ja'] = {
427
+ timeOnlyTitle: '時間を選択',
428
+ timeText: '時間',
429
+ hourText: '時',
430
+ minuteText: '分',
431
+ secondText: '秒',
432
+ millisecText: 'ミリ秒',
433
+ microsecText: 'マイクロ秒',
434
+ timezoneText: 'タイムゾーン',
435
+ currentText: '現時刻',
436
+ closeText: '閉じる',
437
+ timeFormat: 'HH:mm',
438
+ amNames: ['午前', 'AM', 'A'],
439
+ pmNames: ['午後', 'PM', 'P'],
440
+ isRTL: false
441
+ };
442
+ $.timepicker.setDefaults($.timepicker.regional['ja']);
443
+ })(jQuery);
444
+
445
+ /* Korean translation for the jQuery Timepicker Addon */
446
+ /* Written by Genie */
447
+ (function($) {
448
+ $.timepicker.regional['ko'] = {
449
+ timeOnlyTitle: '시간 선택',
450
+ timeText: '시간',
451
+ hourText: '시',
452
+ minuteText: '분',
453
+ secondText: '초',
454
+ millisecText: '밀리초',
455
+ microsecText: '마이크로',
456
+ timezoneText: '표준 시간대',
457
+ currentText: '현재 시각',
458
+ closeText: '닫기',
459
+ timeFormat: 'tt h:mm',
460
+ amNames: ['오전', 'AM', 'A'],
461
+ pmNames: ['오후', 'PM', 'P'],
462
+ isRTL: false
463
+ };
464
+ $.timepicker.setDefaults($.timepicker.regional['ko']);
465
+ })(jQuery);
466
+
467
+ /* Lithuanian translation for the jQuery Timepicker Addon */
468
+ /* Written by Irmantas Šiupšinskas */
469
+ (function($) {
470
+ $.timepicker.regional['lt'] = {
471
+ timeOnlyTitle: 'Pasirinkite laiką',
472
+ timeText: 'Laikas',
473
+ hourText: 'Valandos',
474
+ minuteText: 'Minutės',
475
+ secondText: 'Sekundės',
476
+ millisecText: 'Milisekundės',
477
+ microsecText: 'Mikrosekundės',
478
+ timezoneText: 'Laiko zona',
479
+ currentText: 'Dabar',
480
+ closeText: 'Uždaryti',
481
+ timeFormat: 'HH:mm',
482
+ amNames: ['priešpiet', 'AM', 'A'],
483
+ pmNames: ['popiet', 'PM', 'P'],
484
+ isRTL: false
485
+ };
486
+ $.timepicker.setDefaults($.timepicker.regional['lt']);
487
+ })(jQuery);
488
+
489
+ /* Dutch translation for the jQuery Timepicker Addon */
490
+ /* Written by Martijn van der Lee */
491
+ (function($) {
492
+ $.timepicker.regional['nl'] = {
493
+ timeOnlyTitle: 'Tijdstip',
494
+ timeText: 'Tijd',
495
+ hourText: 'Uur',
496
+ minuteText: 'Minuut',
497
+ secondText: 'Seconde',
498
+ millisecText: 'Milliseconde',
499
+ microsecText: 'Microseconde',
500
+ timezoneText: 'Tijdzone',
501
+ currentText: 'Vandaag',
502
+ closeText: 'Sluiten',
503
+ timeFormat: 'HH:mm',
504
+ amNames: ['AM', 'A'],
505
+ pmNames: ['PM', 'P'],
506
+ isRTL: false
507
+ };
508
+ $.timepicker.setDefaults($.timepicker.regional['nl']);
509
+ })(jQuery);
510
+
511
+ /* Norwegian translation for the jQuery Timepicker Addon */
512
+ /* Written by Morten Hauan (http://hauan.me) */
513
+ (function($) {
514
+ $.timepicker.regional['no'] = {
515
+ timeOnlyTitle: 'Velg tid',
516
+ timeText: 'Tid',
517
+ hourText: 'Time',
518
+ minuteText: 'Minutt',
519
+ secondText: 'Sekund',
520
+ millisecText: 'Millisekund',
521
+ microsecText: 'mikrosekund',
522
+ timezoneText: 'Tidssone',
523
+ currentText: 'Nå',
524
+ closeText: 'Lukk',
525
+ timeFormat: 'HH:mm',
526
+ amNames: ['am', 'AM', 'A'],
527
+ pmNames: ['pm', 'PM', 'P'],
528
+ isRTL: false
529
+ };
530
+ $.timepicker.setDefaults($.timepicker.regional['no']);
531
+ })(jQuery);
532
+
533
+ /* Polish translation for the jQuery Timepicker Addon */
534
+ /* Written by Michał Pena */
535
+ (function($) {
536
+ $.timepicker.regional['pl'] = {
537
+ timeOnlyTitle: 'Wybierz godzinę',
538
+ timeText: 'Czas',
539
+ hourText: 'Godzina',
540
+ minuteText: 'Minuta',
541
+ secondText: 'Sekunda',
542
+ millisecText: 'Milisekunda',
543
+ microsecText: 'Mikrosekunda',
544
+ timezoneText: 'Strefa czasowa',
545
+ currentText: 'Teraz',
546
+ closeText: 'Gotowe',
547
+ timeFormat: 'HH:mm',
548
+ amNames: ['AM', 'A'],
549
+ pmNames: ['PM', 'P'],
550
+ isRTL: false
551
+ };
552
+ $.timepicker.setDefaults($.timepicker.regional['pl']);
553
+ })(jQuery);
554
+
555
+ /* Brazilian Portuguese translation for the jQuery Timepicker Addon */
556
+ /* Written by Diogo Damiani (diogodamiani@gmail.com) */
557
+ (function ($) {
558
+ $.timepicker.regional['pt-BR'] = {
559
+ timeOnlyTitle: 'Escolha o horário',
560
+ timeText: 'Horário',
561
+ hourText: 'Hora',
562
+ minuteText: 'Minutos',
563
+ secondText: 'Segundos',
564
+ millisecText: 'Milissegundos',
565
+ microsecText: 'Microssegundos',
566
+ timezoneText: 'Fuso horário',
567
+ currentText: 'Agora',
568
+ closeText: 'Fechar',
569
+ timeFormat: 'HH:mm',
570
+ amNames: ['a.m.', 'AM', 'A'],
571
+ pmNames: ['p.m.', 'PM', 'P'],
572
+ isRTL: false
573
+ };
574
+ $.timepicker.setDefaults($.timepicker.regional['pt-BR']);
575
+ })(jQuery);
576
+
577
+ /* Portuguese translation for the jQuery Timepicker Addon */
578
+ /* Written by Luan Almeida */
579
+ (function($) {
580
+ $.timepicker.regional['pt'] = {
581
+ timeOnlyTitle: 'Escolha uma hora',
582
+ timeText: 'Hora',
583
+ hourText: 'Horas',
584
+ minuteText: 'Minutos',
585
+ secondText: 'Segundos',
586
+ millisecText: 'Milissegundos',
587
+ microsecText: 'Microssegundos',
588
+ timezoneText: 'Fuso horário',
589
+ currentText: 'Agora',
590
+ closeText: 'Fechar',
591
+ timeFormat: 'HH:mm',
592
+ amNames: ['a.m.', 'AM', 'A'],
593
+ pmNames: ['p.m.', 'PM', 'P'],
594
+ isRTL: false
595
+ };
596
+ $.timepicker.setDefaults($.timepicker.regional['pt']);
597
+ })(jQuery);
598
+
599
+ /* Romanian translation for the jQuery Timepicker Addon */
600
+ /* Written by Romeo Adrian Cioaba */
601
+ (function($) {
602
+ $.timepicker.regional['ro'] = {
603
+ timeOnlyTitle: 'Alegeţi o oră',
604
+ timeText: 'Timp',
605
+ hourText: 'Ore',
606
+ minuteText: 'Minute',
607
+ secondText: 'Secunde',
608
+ millisecText: 'Milisecunde',
609
+ microsecText: 'Microsecunde',
610
+ timezoneText: 'Fus orar',
611
+ currentText: 'Acum',
612
+ closeText: 'Închide',
613
+ timeFormat: 'HH:mm',
614
+ amNames: ['AM', 'A'],
615
+ pmNames: ['PM', 'P'],
616
+ isRTL: false
617
+ };
618
+ $.timepicker.setDefaults($.timepicker.regional['ro']);
619
+ })(jQuery);
620
+
621
+ /* Russian translation for the jQuery Timepicker Addon */
622
+ /* Written by Trent Richardson */
623
+ (function($) {
624
+ $.timepicker.regional['ru'] = {
625
+ timeOnlyTitle: 'Выберите время',
626
+ timeText: 'Время',
627
+ hourText: 'Часы',
628
+ minuteText: 'Минуты',
629
+ secondText: 'Секунды',
630
+ millisecText: 'Миллисекунды',
631
+ microsecText: 'Микросекунды',
632
+ timezoneText: 'Часовой пояс',
633
+ currentText: 'Сейчас',
634
+ closeText: 'Закрыть',
635
+ timeFormat: 'HH:mm',
636
+ amNames: ['AM', 'A'],
637
+ pmNames: ['PM', 'P'],
638
+ isRTL: false
639
+ };
640
+ $.timepicker.setDefaults($.timepicker.regional['ru']);
641
+ })(jQuery);
642
+
643
+ /* Slovak translation for the jQuery Timepicker Addon */
644
+ /* Written by David Vallner */
645
+ (function($) {
646
+ $.timepicker.regional['sk'] = {
647
+ timeOnlyTitle: 'Zvoľte čas',
648
+ timeText: 'Čas',
649
+ hourText: 'Hodiny',
650
+ minuteText: 'Minúty',
651
+ secondText: 'Sekundy',
652
+ millisecText: 'Milisekundy',
653
+ microsecText: 'Mikrosekundy',
654
+ timezoneText: 'Časové pásmo',
655
+ currentText: 'Teraz',
656
+ closeText: 'Zavrieť',
657
+ timeFormat: 'H:m',
658
+ amNames: ['dop.', 'AM', 'A'],
659
+ pmNames: ['pop.', 'PM', 'P'],
660
+ isRTL: false
661
+ };
662
+ $.timepicker.setDefaults($.timepicker.regional['sk']);
663
+ })(jQuery);
664
+
665
+ /* Serbian cyrilic translation for the jQuery Timepicker Addon */
666
+ /* Written by Vladimir Jelovac */
667
+ (function($) {
668
+ $.timepicker.regional['sr-RS'] = {
669
+ timeOnlyTitle: 'Одаберите време',
670
+ timeText: 'Време',
671
+ hourText: 'Сати',
672
+ minuteText: 'Минути',
673
+ secondText: 'Секунде',
674
+ millisecText: 'Милисекунде',
675
+ microsecText: 'Микросекунде',
676
+ timezoneText: 'Временска зона',
677
+ currentText: 'Сада',
678
+ closeText: 'Затвори',
679
+ timeFormat: 'HH:mm',
680
+ amNames: ['AM', 'A'],
681
+ pmNames: ['PM', 'P'],
682
+ isRTL: false
683
+ };
684
+ $.timepicker.setDefaults($.timepicker.regional['sr-RS']);
685
+ })(jQuery);
686
+
687
+ /* Serbian latin translation for the jQuery Timepicker Addon */
688
+ /* Written by Vladimir Jelovac */
689
+ (function($) {
690
+ $.timepicker.regional['sr-YU'] = {
691
+ timeOnlyTitle: 'Odaberite vreme',
692
+ timeText: 'Vreme',
693
+ hourText: 'Sati',
694
+ minuteText: 'Minuti',
695
+ secondText: 'Sekunde',
696
+ millisecText: 'Milisekunde',
697
+ microsecText: 'Mikrosekunde',
698
+ timezoneText: 'Vremenska zona',
699
+ currentText: 'Sada',
700
+ closeText: 'Zatvori',
701
+ timeFormat: 'HH:mm',
702
+ amNames: ['AM', 'A'],
703
+ pmNames: ['PM', 'P'],
704
+ isRTL: false
705
+ };
706
+ $.timepicker.setDefaults($.timepicker.regional['sr-YU']);
707
+ })(jQuery);
708
+
709
+ /* Swedish translation for the jQuery Timepicker Addon */
710
+ /* Written by Nevon */
711
+ (function($) {
712
+ $.timepicker.regional['sv'] = {
713
+ timeOnlyTitle: 'Välj en tid',
714
+ timeText: 'Tid',
715
+ hourText: 'Timme',
716
+ minuteText: 'Minut',
717
+ secondText: 'Sekund',
718
+ millisecText: 'Millisekund',
719
+ microsecText: 'Mikrosekund',
720
+ timezoneText: 'Tidszon',
721
+ currentText: 'Nu',
722
+ closeText: 'Stäng',
723
+ timeFormat: 'HH:mm',
724
+ amNames: ['AM', 'A'],
725
+ pmNames: ['PM', 'P'],
726
+ isRTL: false
727
+ };
728
+ $.timepicker.setDefaults($.timepicker.regional['sv']);
729
+ })(jQuery);
730
+
731
+ /* Thai translation for the jQuery Timepicker Addon */
732
+ /* Written by Yote Wachirapornpongsa */
733
+ (function($) {
734
+ $.timepicker.regional['th'] = {
735
+ timeOnlyTitle: 'เลือกเวลา',
736
+ timeText: 'เวลา ',
737
+ hourText: 'ชั่วโมง ',
738
+ minuteText: 'นาที',
739
+ secondText: 'วินาที',
740
+ millisecText: 'มิลลิวินาที',
741
+ microsecText: 'ไมโคริวินาที',
742
+ timezoneText: 'เขตเวลา',
743
+ currentText: 'เวลาปัจจุบัน',
744
+ closeText: 'ปิด',
745
+ timeFormat: 'hh:mm tt'
746
+ };
747
+ $.timepicker.setDefaults($.timepicker.regional['th']);
748
+ })(jQuery);
749
+ /* Turkish translation for the jQuery Timepicker Addon */
750
+ /* Written by Fehmi Can Saglam, Edited by Goktug Ozturk */
751
+ (function($) {
752
+ $.timepicker.regional['tr'] = {
753
+ timeOnlyTitle: 'Zaman Seçiniz',
754
+ timeText: 'Zaman',
755
+ hourText: 'Saat',
756
+ minuteText: 'Dakika',
757
+ secondText: 'Saniye',
758
+ millisecText: 'Milisaniye',
759
+ microsecText: 'Mikrosaniye',
760
+ timezoneText: 'Zaman Dilimi',
761
+ currentText: 'Şu an',
762
+ closeText: 'Tamam',
763
+ timeFormat: 'HH:mm',
764
+ amNames: ['ÖÖ', 'Ö'],
765
+ pmNames: ['ÖS', 'S'],
766
+ isRTL: false
767
+ };
768
+ $.timepicker.setDefaults($.timepicker.regional['tr']);
769
+ })(jQuery);
770
+
771
+ /* Ukrainian translation for the jQuery Timepicker Addon */
772
+ /* Written by Sergey Noskov */
773
+ (function($) {
774
+ $.timepicker.regional['uk'] = {
775
+ timeOnlyTitle: 'Виберіть час',
776
+ timeText: 'Час',
777
+ hourText: 'Години',
778
+ minuteText: 'Хвилини',
779
+ secondText: 'Секунди',
780
+ millisecText: 'Мілісекунди',
781
+ microsecText: 'Мікросекунди',
782
+ timezoneText: 'Часовий пояс',
783
+ currentText: 'Зараз',
784
+ closeText: 'Закрити',
785
+ timeFormat: 'HH:mm',
786
+ amNames: ['AM', 'A'],
787
+ pmNames: ['PM', 'P'],
788
+ isRTL: false
789
+ };
790
+ $.timepicker.setDefaults($.timepicker.regional['uk']);
791
+ })(jQuery);
792
+
793
+ /* Vietnamese translation for the jQuery Timepicker Addon */
794
+ /* Written by Nguyen Dinh Trung */
795
+ (function($) {
796
+ $.timepicker.regional['vi'] = {
797
+ timeOnlyTitle: 'Chọn giờ',
798
+ timeText: 'Thời gian',
799
+ hourText: 'Giờ',
800
+ minuteText: 'Phút',
801
+ secondText: 'Giây',
802
+ millisecText: 'Mili giây',
803
+ microsecText: 'Micrô giây',
804
+ timezoneText: 'Múi giờ',
805
+ currentText: 'Hiện thời',
806
+ closeText: 'Đóng',
807
+ timeFormat: 'HH:mm',
808
+ amNames: ['SA', 'S'],
809
+ pmNames: ['CH', 'C'],
810
+ isRTL: false
811
+ };
812
+ $.timepicker.setDefaults($.timepicker.regional['vi']);
813
+ })(jQuery);
814
+
815
+ /* Simplified Chinese translation for the jQuery Timepicker Addon /
816
+ / Written by Will Lu */
817
+ (function($) {
818
+ $.timepicker.regional['zh-CN'] = {
819
+ timeOnlyTitle: '选择时间',
820
+ timeText: '时间',
821
+ hourText: '小时',
822
+ minuteText: '分钟',
823
+ secondText: '秒钟',
824
+ millisecText: '毫秒',
825
+ microsecText: '微秒',
826
+ timezoneText: '时区',
827
+ currentText: '现在时间',
828
+ closeText: '关闭',
829
+ timeFormat: 'HH:mm',
830
+ amNames: ['AM', 'A'],
831
+ pmNames: ['PM', 'P'],
832
+ isRTL: false
833
+ };
834
+ $.timepicker.setDefaults($.timepicker.regional['zh-CN']);
835
+ })(jQuery);
836
+
837
+ /* Chinese translation for the jQuery Timepicker Addon */
838
+ /* Written by Alang.lin */
839
+ (function($) {
840
+ $.timepicker.regional['zh-TW'] = {
841
+ timeOnlyTitle: '選擇時分秒',
842
+ timeText: '時間',
843
+ hourText: '時',
844
+ minuteText: '分',
845
+ secondText: '秒',
846
+ millisecText: '毫秒',
847
+ microsecText: '微秒',
848
+ timezoneText: '時區',
849
+ currentText: '現在時間',
850
+ closeText: '確定',
851
+ timeFormat: 'HH:mm',
852
+ amNames: ['上午', 'AM', 'A'],
853
+ pmNames: ['下午', 'PM', 'P'],
854
+ isRTL: false
855
+ };
856
+ $.timepicker.setDefaults($.timepicker.regional['zh-TW']);
857
+ })(jQuery);
858
+
859
+ })(jQuery);