Skip to content

Commit 97e3fba

Browse files
weblategallegonovatoadrolli
authored
Translations update from Hosted Weblate (#716)
Co-authored-by: gallegonovato <[email protected]> Co-authored-by: Alf Drollinger <[email protected]>
1 parent 68fc9f0 commit 97e3fba

File tree

4 files changed

+57
-18
lines changed

4 files changed

+57
-18
lines changed

packages/core/resources/lang/de/expiry.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
32
return [
43
// Expiry refers to the expiration date of a record and the package name Moox Expiry
54
'expiry' => 'Ablaufdatum',
@@ -9,7 +8,6 @@
98
'no_assignee' => 'Kein Verantwortlicher',
109
// No expiry date refers to the absence of an expiry date for a record
1110
'no_expiry_date' => 'Kein Ablaufdatum',
12-
1311
'update_expiries' => 'Ablaufdaten aktualisieren',
1412
'updating_started' => 'Aktualisieren gestartet',
1513

@@ -25,21 +23,18 @@
2523
'following_escalated_entries' => 'Folgende Einträge stehen zur Bearbeitung an',
2624
'review_entries' => 'Bitte überprüfen Sie diese Einträge so bald wie möglich im ',
2725
'expiry_dashboard' => 'Ablaufdaten Dashboard',
28-
2926
'set_date_based_on_cycle' => 'Neues Ablaufdatum setzen basierend auf dem Turnus',
3027
'date_updated' => 'Ablaufdatum erfolgreich aktualisiert',
3128
'set_new_expiry_date' => 'Neues Ablaufdatum setzen',
3229
'previous_expiry_date' => 'Letztes Ablaufdatum',
3330
'save' => 'Speichern',
3431
'update_expiry_date' => 'Ablaufdatum aktualisieren',
35-
3632
'yearly' => 'jährlich',
3733
'half_yearly' => 'halbjährlich',
3834
'quarterly' => 'quartalsweise',
3935
'monthly' => 'monatlich',
4036
'weekly' => 'wöchentlich',
4137
'no_fixed_cycle' => 'ohne festen Turnus',
42-
4338
'no_expiry_set' => 'Falls kein Turnus festgelegt ist, muss das Ablaufdatum manuell gesetzt werden.',
4439
'expiry_in_future' => 'Das Ablaufdatum muss in der Zukunft liegen.',
4540
];

packages/core/resources/lang/es/core.php

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
32
return [
43
'title' => 'Title',
54
'slug' => 'Slug',
@@ -86,4 +85,36 @@
8685
'tag' => 'Etiqueta',
8786
'term' => 'Término',
8887
'terms' => 'Términos',
88+
'publish_at' => 'Publicar en',
89+
'published_at' => 'Publicado en',
90+
'option' => 'Opción',
91+
'save' => 'Guardar',
92+
'options' => 'Opciones',
93+
'option_name' => 'Nombre de la opción',
94+
'option_value' => 'Valor de la opción',
95+
'training' => 'Formación',
96+
'trainings' => 'Formaciones',
97+
'edit' => 'Editar',
98+
'save_and_create_another' => 'Guardar y crear otro',
99+
'cancel' => 'Cancelar',
100+
'restore' => 'Restaurar',
101+
'publish' => 'Publicar',
102+
'scheduled' => 'Programado',
103+
'image' => 'Imagen',
104+
'author' => 'Autor',
105+
'drafted' => 'Redactado',
106+
'featured_image_url' => 'Imagen principal',
107+
'gallery_image_urls' => 'Imágenes de la galería',
108+
'empty_trash' => 'Vaciar papelera',
109+
'trash_emptied_successfully' => 'Papelera vaciada correctamente',
110+
'guid' => 'Guía',
111+
'wp_term_relationships' => 'Relaciones WP Term',
112+
'wp_term_taxonomy' => 'Taxonomía de términos WP',
113+
'wp_term_relationship' => 'Relación de términos de WP',
114+
'wp_term_taxonomies' => 'Taxonomías de términos WP',
115+
'drop' => 'Soltar',
116+
'autoload' => 'Carga automática',
117+
'items_permanently_deleted' => '{0} No se eliminaron elementos de forma permanente.|{1} Se eliminó un elemento de forma permanente.|[2,*] :count elementos se eliminaron de forma permanente.',
118+
'wp_term_meta' => 'Término Meta en WP',
119+
'wp_term_metas' => 'Término Meta WP',
89120
];
Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,34 @@
11
<?php
2-
32
return [
4-
53
// Expiry refers to the expiration date of a record and the package name Moox Expiry
64
'expiry' => 'Expiry',
7-
85
// Expiries refers to the expiration date of a record and the package name Moox Expiry
96
'expiries' => 'Expiries',
10-
117
// No assignee refers to the absence of an assignee for an expired record
128
'no_assignee' => 'No assignee',
13-
149
// No expiry date refers to the absence of an expiry date for a record
1510
'no_expiry_date' => 'No expiry date',
16-
11+
'update_expiries' => 'Actualizar vencimientos',
12+
'updating_started' => 'Actualización iniciada',
13+
'expired_at' => 'Caducado',
14+
'cycle' => 'Ciclo',
15+
'notifyUser' => 'Persona responsable',
16+
'expiry_job' => 'Tipo',
17+
'set_date_based_on_cycle' => 'Fijar la fecha en función del ciclo',
18+
'date_updated' => 'Fecha de caducidad actualizada correctamente',
19+
'set_new_expiry_date' => 'Establecer nueva fecha de caducidad',
20+
'previous_expiry_date' => 'Fecha de caducidad anterior',
21+
'save' => 'Guardar',
22+
'update_expiry_date' => 'Actualizar fecha de caducidad',
23+
'yearly' => 'anual',
24+
'half_yearly' => 'Semestral',
25+
'quarterly' => 'trimestral',
26+
'monthly' => 'mensual',
27+
'weekly' => 'semanalmente',
28+
'no_fixed_cycle' => 'sin ciclo fijo',
29+
'no_expiry_set' => 'Si no se fija ninguna fecha de caducidad, ésta deberá fijarse manualmente.',
30+
'expiry_in_future' => 'La fecha de caducidad debe estar en el futuro.',
31+
'processing_deadline' => 'Fecha límite de procesamiento',
32+
'escalated_to' => 'Escalado a',
33+
'escalated_at' => 'Escalado en',
1734
];

packages/core/resources/lang/es/post.php

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
<?php
2-
32
return [
4-
53
// Press refers to the package name Moox Press, don't translate this
64
'press' => 'Press',
7-
85
// Posts refers to the posts in the package Moox Press (WordPress)
96
'post' => 'Post',
10-
117
// Posts refers to the posts in the package Moox Press (WordPress)
128
'posts' => 'Posts',
13-
149
'post_author' => 'Post Author',
1510
'post_date' => 'Post Date',
1611
'post_date_gmt' => 'Post Date GMT',
@@ -30,5 +25,6 @@
3025
'post_parent' => 'Post Parent',
3126
'post_type' => 'Post Type',
3227
'post_mime_type' => 'Post mime Type',
33-
28+
'wp_post_meta' => 'WP Post Meta',
29+
'wp_post_metas' => 'WP Post Metas',
3430
];

0 commit comments

Comments
 (0)