Skip to content

Commit

Permalink
Merge pull request #9 from FragMenthor/patch-1
Browse files Browse the repository at this point in the history
Add Portuguese from Portugal translation (pt)
  • Loading branch information
Petro31 committed Apr 29, 2023
2 parents d757cfa + 55d8203 commit c569ef6
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions easy_time.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,78 @@
'novembre',
'dicembre',
]
},
'pt':{
'_language': 'Português',
'and': 'e',
'in': 'em',
'ago': 'antes',
'now': 'agora',
'lose': 'perde',
'gain': 'ganha',
'time':{
'format': '24-hr',
'year': [
'aa',
'ano',
'anos',
],
'week': [
'sem',
'semana',
'semanas',
],
'day': [
'd',
'dia',
'dias',
],
'hour': [
'h',
'hora',
'horas',
],
'minute': [
'min',
'minuto',
'minutos',
],
'second': [
'seg',
'segundo',
'segundos',
],
},
'delta':{
'today': 'hoje',
'tomorrow': 'amanhã',
'yesterday': 'ontem',
'next': 'seguinte',
'last': 'anterior',
},
'days':[
"Segunda",
"Terça",
"Quarta",
"Quinta",
"Sexta",
"Sábado",
"Somingo",
],
'months':[
'Janeiro',
'Fevereiro',
'Março',
'Abril',
'Maio',
'Junho',
'Julho',
'Agosto',
'Setembro',
'Outubro',
'Novembro',
'Dezembro',
]
}
} %}

Expand Down

0 comments on commit c569ef6

Please sign in to comment.