blob: 768204120e61574666ba3b0597efc060b977d9e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{ "translations": {
"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",
"You have not added any info yet" : "Você ainda não adicionou nenhuma informação",
"{user} has not added any info yet" : "{user} 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",
"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",
"Profile not found" : "Perfil não encontrado",
"The profile does not exist." : "O perfil não existe. ",
"Back to %s" : "Voltar para %s"
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
|