dify
This commit is contained in:
44
dify/web/i18n/pt-BR/time.ts
Normal file
44
dify/web/i18n/pt-BR/time.ts
Normal file
@@ -0,0 +1,44 @@
|
||||
const translation = {
|
||||
daysInWeek: {
|
||||
Wed: 'Quarta-feira',
|
||||
Tue: 'Terça-feira',
|
||||
Sun: 'Sol',
|
||||
Thu: 'Quinta-feira',
|
||||
Fri: 'Sexta',
|
||||
Sat: 'Sábado',
|
||||
Mon: 'Mon',
|
||||
},
|
||||
months: {
|
||||
May: 'Maio',
|
||||
February: 'Fevereiro',
|
||||
April: 'abril',
|
||||
September: 'Setembro',
|
||||
March: 'Março',
|
||||
December: 'Dezembro',
|
||||
November: 'Novembro',
|
||||
October: 'Outubro',
|
||||
July: 'Julho',
|
||||
August: 'Agosto',
|
||||
June: 'junho',
|
||||
January: 'Janeiro',
|
||||
},
|
||||
operation: {
|
||||
pickDate: 'Escolher Data',
|
||||
ok: 'OK',
|
||||
cancel: 'Cancelar',
|
||||
now: 'Agora',
|
||||
},
|
||||
title: {
|
||||
pickTime: 'Escolha o Horário',
|
||||
},
|
||||
defaultPlaceholder: 'Escolha um horário...',
|
||||
dateFormats: {
|
||||
input: 'AAAA-MM-DD',
|
||||
output: 'AAAA-MM-DD',
|
||||
outputWithTime: 'AAAA-MM-DDTHH:mm:ss.SSSZ',
|
||||
displayWithTime: 'MMMM D, YYYY hh:mm A',
|
||||
display: 'MMMM D, YYYY',
|
||||
},
|
||||
}
|
||||
|
||||
export default translation
|
||||
Reference in New Issue
Block a user