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
30
31
32
33
34
35
36
37
38
39
|
OC.L10N.register(
"user_status",
{
"Recent statuses" : "Estados recentes",
"In a meeting" : "Numa reunião",
"Commuting" : "Em trânsito",
"Out sick" : "Doente",
"Vacationing" : "Férias",
"Working remotely" : "A trabalhar à distância",
"In a call" : "Numa chamada",
"User status" : "Estado do utilizador",
"View profile" : "Visualizar perfil",
"Clear status after" : "Limpar mensagem de estado após",
"What is your status?" : "Qual é o seu estado?",
"Set status" : "Definir estado",
"Online status" : "Estado online",
"Status message" : "Mensagem de estado",
"Clear status message" : "Limpar mensagem de estado",
"Set status message" : "Definir mensagem de estado",
"There was an error saving the status" : "Ocorreu um erro ao guardar o estado",
"There was an error clearing the status" : "Ocorreu um erro ao apagar o estado",
"No recent status changes" : "Sem alterações de estado recentes",
"Away" : "Ausente",
"Do not disturb" : "Não incomodar",
"{status}, {timestamp}" : "{status}, {timestamp}",
"Don't clear" : "Não apagar",
"Today" : "Hoje",
"This week" : "Esta semana",
"Online" : "Online",
"Invisible" : "Invisível ",
"Offline" : "Offline",
"There was an error saving the new status" : "Ocorreu um erro ao guardar o novo estado",
"30 minutes" : "30 minutos",
"1 hour" : "1 hora",
"4 hours" : "4 horas",
"Mute all notifications" : "Desativar todas as notificações",
"Appear offline" : "Aparecer offline"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|