There was an error while loading. Please reload this page.
1 parent fa98e0b commit 1d424bdCopy full SHA for 1d424bd
1 file changed
packages/forms/resources/lang/es/components.php
@@ -128,6 +128,30 @@
128
129
],
130
131
+ 'date_time_picker' => [
132
+
133
+ 'month_select' => [
134
+ 'label' => 'Mes',
135
+ ],
136
137
+ 'year_input' => [
138
+ 'label' => 'Año',
139
140
141
+ 'hour_input' => [
142
+ 'label' => 'Hora',
143
144
145
+ 'minute_input' => [
146
+ 'label' => 'Minuto',
147
148
149
+ 'second_input' => [
150
+ 'label' => 'Segundo',
151
152
153
154
155
'file_upload' => [
156
157
'actions' => [
0 commit comments