Skip to content

Commit 6fc1c78

Browse files
fix(module:i18n): add missing translations to pt_BR (#7790)
* Cron translate pt_BR * Update pt_BR.ts --------- Co-authored-by: Laffery <49607541+Laffery@users.noreply.github.com>
1 parent 75d8c7b commit 6fc1c78

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

components/i18n/languages/pt_BR.ts

+9
Original file line numberDiff line numberDiff line change
@@ -179,5 +179,14 @@ export default {
179179
},
180180
Image: {
181181
preview: 'Pré-visualização'
182+
},
183+
CronExpression: {
184+
cronError: 'Erro verifique as informações',
185+
second: 'Segundo',
186+
minute: 'Minuto',
187+
hour: 'Hora',
188+
day: 'Dia',
189+
month: 'Mês',
190+
week: 'Semana'
182191
}
183192
};

0 commit comments

Comments
 (0)