-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathgl.json
35 lines (35 loc) · 1.46 KB
/
gl.json
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
{
"CustomAlerts": {
"Alert": "Alerta",
"Alerts": "Alertas",
"CreateNewAlert": "Crear unha alerta nova",
"SmsAlertFromName": "Nova alerta",
"OperationIs": "é",
"OperationIsNot": "non é",
"OperationContains": "contén",
"OperationDoesNotContain": "non contén",
"EditAlert": "Editar alerta",
"AlertName": "Nome da alerta",
"ApplyTo": "Aplicar a",
"Condition": "Condición",
"AlertMeWhen": "Avíseme cando",
"ThisAppliesTo": "Isto aplícase ao informe",
"MatchesAnyExpression": "coincide con calquera",
"MatchesRegularExpression": "coincide coa expresión regular",
"DoesNotMatchRegularExpression": "non coincide coa expresión regular",
"StartsWith": "comeza por",
"DoesNotStartWith": "non comeza por",
"EndsWith": "remata en",
"DoesNotEndWith": "non remata en",
"IsLessThan": "é menor de",
"IsGreaterThan": "é maior de",
"DecreasesMoreThan": "diminúe máis de",
"IncreasesMoreThan": "aumenta máis de",
"DayComparedToPreviousDay": "día anterior",
"DayComparedToPreviousWeek": "o mesmo día a semana anterior",
"DayComparedToPreviousYear": "o mesmo día o ano anterior",
"WeekComparedToPreviousWeek": "a semana anterior",
"MonthComparedToPreviousMonth": "o mes anterior",
"MonthComparedToPreviousYear": "o mesmo mes o ano anterior"
}
}