-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathes_cr.dict.combodo-sla-computation.php
66 lines (66 loc) · 3.42 KB
/
es_cr.dict.combodo-sla-computation.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?php
/**
* Localized data
*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license https://opensource.org/licenses/AGPL-3.0
*
*/
/**
* @author Erwan Taloc <[email protected]>
* @author Romain Quetiez <[email protected]>
* @author Denis Flaven <[email protected]>
*
*/
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
'Class:CoverageWindow' => 'Ventana de Cobertura',
'Class:CoverageWindow+' => '',
'Class:CoverageWindow/Attribute:description' => 'Descripción',
'Class:CoverageWindow/Attribute:description+' => '',
'Class:CoverageWindow/Attribute:friendlyname' => 'Nombre Común',
'Class:CoverageWindow/Attribute:friendlyname+' => '',
'Class:CoverageWindow/Attribute:interval_list' => 'Horas abiertas',
'Class:CoverageWindow/Attribute:name' => 'Nombre',
'Class:CoverageWindow/Attribute:name+' => '',
'Class:CoverageWindowInterval' => 'Intervalo de Horas Abiertas',
'Class:CoverageWindowInterval/Attribute:coverage_window_id' => 'Ventana de Cobertura',
'Class:CoverageWindowInterval/Attribute:coverage_window_name' => 'Coverage window name~~',
'Class:CoverageWindowInterval/Attribute:coverage_window_name+' => '~~',
'Class:CoverageWindowInterval/Attribute:end_time' => 'Tiempo Final',
'Class:CoverageWindowInterval/Attribute:start_time' => 'Tiempo Inicio',
'Class:CoverageWindowInterval/Attribute:weekday' => 'Días de la Semana',
'Class:CoverageWindowInterval/Attribute:weekday/Value:friday' => 'Viernes',
'Class:CoverageWindowInterval/Attribute:weekday/Value:monday' => 'Lunes',
'Class:CoverageWindowInterval/Attribute:weekday/Value:saturday' => 'Sábado',
'Class:CoverageWindowInterval/Attribute:weekday/Value:sunday' => 'Domingo',
'Class:CoverageWindowInterval/Attribute:weekday/Value:thursday' => 'Jueves',
'Class:CoverageWindowInterval/Attribute:weekday/Value:tuesday' => 'Martes',
'Class:CoverageWindowInterval/Attribute:weekday/Value:wednesday' => 'Miércoles',
'Class:Holiday' => 'Festivo',
'Class:Holiday+' => 'Día no laborable',
'Class:Holiday/Attribute:calendar_id' => 'Calendario',
'Class:Holiday/Attribute:calendar_id+' => 'El calendario al cual el día festivo está relacionado (si hay alguno)',
'Class:Holiday/Attribute:calendar_name' => 'Calendar name~~',
'Class:Holiday/Attribute:calendar_name+' => '~~',
'Class:Holiday/Attribute:date' => 'Fecha',
'Class:Holiday/Attribute:name' => 'Nombre',
'Class:HolidayCalendar' => 'Calendario de Festivos',
'Class:HolidayCalendar+' => 'Un grupo de festividades a los que otros objetos pueden estar relacionados',
'Class:HolidayCalendar/Attribute:holiday_list' => 'Festivos',
'Class:HolidayCalendar/Attribute:name' => 'Nombre',
'Coverage:Description' => 'Descripción',
'Coverage:EndTime' => 'Tiempo Final',
'Coverage:StartTime' => 'Tiempo Inicio',
'CoverageWindow:Error:MissingIntervalList' => 'Open Hours have to be specified~~',
'Menu:CoverageWindows' => 'Ventana de Cobertura',
'Menu:CoverageWindows+' => 'Todas las Ventanas de Cobertura',
'Menu:HolidayCalendars' => 'Calendario de Festivos',
'Menu:HolidayCalendars+' => 'Todos los Calendarios de Festivos',
'Menu:Holidays' => 'Festivos',
'Menu:Holidays+' => 'Todos los Festivos',
'WorkingHoursInterval:DlgTitle' => 'Edición de intervalo de horas abiertas',
'WorkingHoursInterval:EndTime' => 'Tiempo Final:',
'WorkingHoursInterval:RemoveIntervalButton' => 'Remover Intervalo',
'WorkingHoursInterval:StartTime' => 'Tiempo Inicio:',
'WorkingHoursInterval:WholeDay' => 'Todo el Día:',
]);