We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 988300b commit d76ebbdCopy full SHA for d76ebbd
lang/es_ES/enums.php
@@ -3,14 +3,14 @@
3
return [
4
// Status enum values
5
'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',
+ 'benchmarking' => 'Marcando',
+ 'checking' => 'Comprobando',
+ 'completed' => 'Completado',
+ 'failed' => 'Fallo',
+ 'running' => 'Ejecutando',
+ 'started' => 'Iniciado',
+ 'skipped' => 'Omitido',
+ 'waiting' => 'Esperando',
14
],
15
16
// Service enum values
0 commit comments