mirror of
https://github.com/nextcloud/server.git
synced 2025-02-07 09:59:46 +00:00
16 lines
990 B
JavaScript
16 lines
990 B
JavaScript
OC.L10N.register(
|
|
"profile",
|
|
{
|
|
"Profile" : "Perfil",
|
|
"This application provides the profile" : "Essa aplicação fornece o perfil",
|
|
"Provides a customisable user profile interface." : "Fornece uma interface customizável para o perfil do usuário",
|
|
"Edit Profile" : "Editar Perfil ",
|
|
"The headline and about sections will show up here" : "O título e as seções sobre serão exibidos aqui",
|
|
"You have not added any info yet" : "Você ainda não adicionou nenhuma informação",
|
|
"Error opening the user status modal, try hard refreshing the page" : "Erro ao abrir o modal de status do usuário, tente atualizar a página",
|
|
"{user} has not added any info yet" : "{user} ainda não adicionou nenhuma informação",
|
|
"Profile not found" : "Perfil não encontrado",
|
|
"The profile does not exist." : "O perfil não existe. ",
|
|
"Back to %s" : "Voltar para %s"
|
|
},
|
|
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|