Skip to content

Commit d76ebbd

Browse files
committed
New translations enums.php (Spanish)
1 parent 988300b commit d76ebbd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

lang/es_ES/enums.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
return [
44
// Status enum values
55
'status' => [
6-
'benchmarking' => 'Benchmarking',
7-
'checking' => 'Checking',
8-
'completed' => 'Completed',
9-
'failed' => 'Failed',
10-
'running' => 'Running',
11-
'started' => 'Started',
12-
'skipped' => 'Skipped',
13-
'waiting' => 'Waiting',
6+
'benchmarking' => 'Marcando',
7+
'checking' => 'Comprobando',
8+
'completed' => 'Completado',
9+
'failed' => 'Fallo',
10+
'running' => 'Ejecutando',
11+
'started' => 'Iniciado',
12+
'skipped' => 'Omitido',
13+
'waiting' => 'Esperando',
1414
],
1515

1616
// Service enum values

0 commit comments

Comments
 (0)