-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translations update from Hosted Weblate (#716)
Co-authored-by: gallegonovato <[email protected]> Co-authored-by: Alf Drollinger <[email protected]>
- Loading branch information
1 parent
68fc9f0
commit 97e3fba
Showing
4 changed files
with
57 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,34 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
// Expiry refers to the expiration date of a record and the package name Moox Expiry | ||
'expiry' => 'Expiry', | ||
|
||
// Expiries refers to the expiration date of a record and the package name Moox Expiry | ||
'expiries' => 'Expiries', | ||
|
||
// No assignee refers to the absence of an assignee for an expired record | ||
'no_assignee' => 'No assignee', | ||
|
||
// No expiry date refers to the absence of an expiry date for a record | ||
'no_expiry_date' => 'No expiry date', | ||
|
||
'update_expiries' => 'Actualizar vencimientos', | ||
'updating_started' => 'Actualización iniciada', | ||
'expired_at' => 'Caducado', | ||
'cycle' => 'Ciclo', | ||
'notifyUser' => 'Persona responsable', | ||
'expiry_job' => 'Tipo', | ||
'set_date_based_on_cycle' => 'Fijar la fecha en función del ciclo', | ||
'date_updated' => 'Fecha de caducidad actualizada correctamente', | ||
'set_new_expiry_date' => 'Establecer nueva fecha de caducidad', | ||
'previous_expiry_date' => 'Fecha de caducidad anterior', | ||
'save' => 'Guardar', | ||
'update_expiry_date' => 'Actualizar fecha de caducidad', | ||
'yearly' => 'anual', | ||
'half_yearly' => 'Semestral', | ||
'quarterly' => 'trimestral', | ||
'monthly' => 'mensual', | ||
'weekly' => 'semanalmente', | ||
'no_fixed_cycle' => 'sin ciclo fijo', | ||
'no_expiry_set' => 'Si no se fija ninguna fecha de caducidad, ésta deberá fijarse manualmente.', | ||
'expiry_in_future' => 'La fecha de caducidad debe estar en el futuro.', | ||
'processing_deadline' => 'Fecha límite de procesamiento', | ||
'escalated_to' => 'Escalado a', | ||
'escalated_at' => 'Escalado en', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters