Skip to content

Commit 1d01b86

Browse files
mondejaauvipy
authored andcommitted
Spanish translation fixes
The word `clocked` if confusing translated as `registrado`. There isn't a word in Spanish to represent this, but `cronometrado` it's more representative. Also, other translations as `Clocked time` are more representative now because of context of use.
1 parent a8b0dec commit 1d01b86

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

locale/es/LC_MESSAGES/django.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,11 @@ msgstr "cada {} {}"
190190

191191
#: django_celery_beat/models.py:195
192192
msgid "Clock Time"
193-
msgstr "Hora del reloj"
193+
msgstr "Hora y día"
194194

195195
#: django_celery_beat/models.py:196
196196
msgid "Run the task at clocked time"
197-
msgstr "Ejecuta la tarea a la hora marcada"
197+
msgstr "Ejecuta la tarea en el momento indicado"
198198

199199
#: django_celery_beat/models.py:201
200200
#: django_celery_beat/models.py:503
@@ -204,12 +204,12 @@ msgstr "Habilitada"
204204
#: django_celery_beat/models.py:202
205205
#: django_celery_beat/models.py:504
206206
msgid "Set to False to disable the schedule"
207-
msgstr "Establece en Falso para deshabilitar la programación"
207+
msgstr "Establece a Falso para deshabilitar la programación"
208208

209209
#: django_celery_beat/models.py:208
210210
#: django_celery_beat/models.py:209
211211
msgid "clocked"
212-
msgstr "registrado"
212+
msgstr "cronometrado"
213213

214214
#: django_celery_beat/models.py:252
215215
msgid "Minute(s)"
@@ -331,14 +331,14 @@ msgstr ""
331331

332332
#: django_celery_beat/models.py:418
333333
msgid "Clocked Schedule"
334-
msgstr "Programación de reloj"
334+
msgstr "Programación horaria"
335335

336336
#: django_celery_beat/models.py:419
337337
msgid ""
338338
"Clocked Schedule to run the task on. Set only one schedule type, leave the "
339339
"others null."
340340
msgstr ""
341-
"Programación de reloj con la cual ejecutar la tarea. Establece sólo un tipo "
341+
"Programación horaria con la cual ejecutar la tarea. Establece sólo un tipo "
342342
"de programación, deja el resto en blanco."
343343

344344
#: django_celery_beat/models.py:425

0 commit comments

Comments
 (0)