Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pt_PT.js « l10n « user_status « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 63bce5917ae8837adb41adb06e90de79f8b18097 (plain)
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
40
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 message 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",
    "What's your status?" : "Qual é o seu estado?"
},
"nplurals=2; plural=(n != 1);");