File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed
Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ pt-BR :
2+ activerecord :
3+ models :
4+ medical_shift_recurrence : " Recorrência de Plantão"
5+ medical_shift : " Plantão"
6+ attributes :
7+ medical_shift_recurrence :
8+ day_of_week : " Dia da semana"
9+ frequency : " Frequência"
10+ start_date : " Data de início"
11+ workload : " Carga horária"
12+ start_hour : " Hora de início"
13+ hospital_name : " Nome do hospital"
14+ amount_cents : " Valor"
15+ color : " Cor"
16+ day_of_month : " Dia do mês"
17+ end_date : " Data final"
18+ medical_shift :
19+ color : " Cor"
20+ hospital_name : " Nome do hospital"
21+ workload : " Carga horária"
22+ start_date : " Data de início"
23+ start_hour : " Hora de início"
24+ amount_cents : " Valor"
25+ paid : " Pago"
26+ errors :
27+ models :
28+ medical_shift_recurrence :
29+ attributes :
30+ day_of_week :
31+ blank : " não pode ficar em branco"
32+ not_a_number : " não é um número"
33+ greater_than_or_equal_to : " deve ser maior ou igual a %{count}"
34+ less_than_or_equal_to : " deve ser menor ou igual a %{count}"
35+ color :
36+ invalid : " formato inválido"
37+ medical_shift :
38+ attributes :
39+ color :
40+ invalid : " formato inválido"
You can’t perform that action at this time.
0 commit comments