blob: ad63e2f22cc26c9f0c64680620b4b624aa3f9ce4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{ "translations": {
"Profile" : "Perfil",
"You have not added any info yet" : "No has agregado ninguna información todavía",
"{user} has not added any info yet" : "{user} no ha agregado ninguna información aún",
"Error opening the user status modal, try hard refreshing the page" : "Error al abrir el modal de estado del usuario, intenta actualizar la página",
"Edit Profile" : "Editar perfil",
"The headline and about sections will show up here" : "El titular y la sección Acerca de se mostrarán aquí",
"Profile not found" : "Perfil no encontrado",
"The profile does not exist." : "El perfil no existe.",
"Back to %s" : "Volver a %s"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
|