Latest updates from IceHrmPro
This commit is contained in:
29
web/node_modules/rc-picker/es/locale/pt_BR.js
generated
vendored
Normal file
29
web/node_modules/rc-picker/es/locale/pt_BR.js
generated
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
var locale = {
|
||||
locale: 'pt_BR',
|
||||
today: 'Hoje',
|
||||
now: 'Agora',
|
||||
backToToday: 'Voltar para hoje',
|
||||
ok: 'Ok',
|
||||
clear: 'Limpar',
|
||||
month: 'Mês',
|
||||
year: 'Ano',
|
||||
timeSelect: 'Selecionar hora',
|
||||
dateSelect: 'Selecionar data',
|
||||
monthSelect: 'Escolher mês',
|
||||
yearSelect: 'Escolher ano',
|
||||
decadeSelect: 'Escolher década',
|
||||
yearFormat: 'YYYY',
|
||||
dateFormat: 'D/M/YYYY',
|
||||
dayFormat: 'D',
|
||||
dateTimeFormat: 'D/M/YYYY HH:mm:ss',
|
||||
monthBeforeYear: false,
|
||||
previousMonth: 'Mês anterior (PageUp)',
|
||||
nextMonth: 'Próximo mês (PageDown)',
|
||||
previousYear: 'Ano anterior (Control + esquerda)',
|
||||
nextYear: 'Próximo ano (Control + direita)',
|
||||
previousDecade: 'Década anterior',
|
||||
nextDecade: 'Próxima década',
|
||||
previousCentury: 'Século anterior',
|
||||
nextCentury: 'Próximo século'
|
||||
};
|
||||
export default locale;
|
||||
Reference in New Issue
Block a user