Skip to content

Commit aa205bb

Browse files
feat: Adds Portuguese (Brazil) translation for medical shifts and recurrences (#337)
1 parent 22340bc commit aa205bb

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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"

0 commit comments

Comments
 (0)