mirror of
https://github.com/nextcloud/server.git
synced 2024-12-29 00:18:42 +00:00
94d259e750
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
50 lines
2.3 KiB
JavaScript
50 lines
2.3 KiB
JavaScript
OC.L10N.register(
|
|
"user_status",
|
|
{
|
|
"Recent statuses" : "Status recentes",
|
|
"No recent status changes" : "Sem alterações de status recentes",
|
|
"In a meeting" : "Em reunião",
|
|
"Commuting" : "Em trânsito",
|
|
"Out sick" : "Doente",
|
|
"Vacationing" : "Férias",
|
|
"Out of office" : "Fora do escritório",
|
|
"Working remotely" : "Em trabalho remoto",
|
|
"In a call" : "Numa chamada",
|
|
"User status" : "Status do usuário",
|
|
"Clear status after" : "Limpar status após",
|
|
"Emoji for your status message" : "Emoji para sua mensagem de status",
|
|
"What is your status?" : "Qual é o seu status?",
|
|
"Predefined statuses" : "Status predefinidos",
|
|
"Previously set" : "Definido anteriormente",
|
|
"Reset status" : "Reinicie o status",
|
|
"Set status" : "Definir status",
|
|
"Online status" : "Status online",
|
|
"Status message" : "Mensagem de status",
|
|
"Set absence period" : "Definir período de ausência",
|
|
"Set absence period and replacement" : "Definir período de ausência e substituição",
|
|
"Your status was set automatically" : "Seu status foi definido automaticamente",
|
|
"Clear status message" : "Limpar mensagem de status",
|
|
"Set status message" : "Definir mensagem de status",
|
|
"Reset status to \"{icon} {message}\"" : "Redefinir status para \"{icon} {message}\"",
|
|
"Reset status to \"{message}\"" : "Redefinir status para \"{message}\"",
|
|
"Reset status to \"{icon}\"" : "Redefinir status para \"{icon}\"",
|
|
"There was an error saving the status" : "Ocorreu um erro ao salvar o status",
|
|
"There was an error clearing the status" : "Ocorreu um erro ao limpar o status",
|
|
"There was an error reverting the status" : "Ocorreu um erro ao reverter o status",
|
|
"Don't clear" : "Não limpar",
|
|
"Today" : "Hoje",
|
|
"This week" : "Esta semana",
|
|
"Online" : "Online",
|
|
"Away" : "Fora",
|
|
"Do not disturb" : "Não perturbe",
|
|
"Invisible" : "Invisível",
|
|
"Offline" : "Offline",
|
|
"There was an error saving the new status" : "Ocorreu um erro ao salvar o novo status",
|
|
"30 minutes" : "30 minutos",
|
|
"1 hour" : "1 hora",
|
|
"4 hours" : "4 horas",
|
|
"Mute all notifications" : "Silenciar todas as notificações",
|
|
"Appear offline" : "Aparecer offline"
|
|
},
|
|
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|