-
Notifications
You must be signed in to change notification settings - Fork 136
/
Copy pathpt_PT.js
29 lines (29 loc) · 971 Bytes
/
pt_PT.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
OC.L10N.register(
"notes",
{
"Notes" : "Notas",
"Error" : "Erro",
"New note" : "Nova nota",
"Open in edit mode" : "Abrir no modo de edição",
"Open in preview mode" : "Abrir no modo de visualização",
"All notes" : "Todas as notas",
"Categories" : "Categorias",
"No notes yet" : "Sem notas ainda",
"Share" : "Share",
"Rename" : "Rename",
"Delete note" : "Apagar nota",
"Remove from favorites" : "Remover de favoritos",
"Add to favorites" : "Adicionar aos favoritos",
"Use current version" : "Usar esta versão",
"Edit" : "Editar",
"Preview" : "Pré-visualização",
"Loading …" : "A carregar...",
"Today" : "Hoje",
"Yesterday" : "Ontem",
"This week" : "Esta semana",
"Last week" : "Ultima semana",
"This month" : "Este mês",
"Last month" : "Ultimo mês",
"Tasks" : "Tarefas"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");